Go to file
Owen Anderson cab4afd7c6 Fix issues in the NamedMDNode operand iterator, including those pointed out by
Chandler in review.

llvm-svn: 203058
2014-03-06 01:51:01 +00:00
clang Update clang test to cover for new treatment of intrinsics as readnone. 2014-03-06 01:37:10 +00:00
clang-tools-extra Fixed a crash when handling diagnostics without a valid file location, e.g. 'error reading <file>'. 2014-03-05 15:44:36 +00:00
compiler-rt asan_symbolize.py: use llvm-symbolizer results even if it returned function name w/o file/line info 2014-03-05 15:18:50 +00:00
debuginfo-tests Relax testcase: Newer versions of LLDB don't necessarily print the "{". 2014-02-27 17:51:50 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Implement LWG 2193. Default constructors for standard library containers are explicit. Note that libc++ already did this for string/deque/forward_list/list/vector and the unordered containers; implement it for set/multiset/map/multimap. Add tests for all the containers. Two drive-by fixes as well: add a missing explicit in <deque>, and remove a tab that snuck into a container test. This issue is also LLVM bug 15724, and resolves it. 2014-03-05 19:06:20 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld Add a document about Windows support. 2014-03-05 22:35:32 +00:00
lldb Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the header files were in "include/lldb/Target". 2014-03-06 00:14:12 +00:00
llvm Fix issues in the NamedMDNode operand iterator, including those pointed out by 2014-03-06 01:51:01 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly [Layering] Update include of DebugInfo.h which moved to the IR library 2014-03-06 00:47:27 +00:00