Go to file
Hal Finkel 7f908e8ef4 Fixup PPC Darwin i1 argument handling
Like on other targets, we need to zero_extend/truncate i1 args before copying
them to GPRs.

llvm-svn: 203045
2014-03-06 00:45:19 +00:00
clang Objective-C properties. Fixes a crash in Sema where RHS of 2014-03-06 00:34:05 +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
libclc
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
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 Fixup PPC Darwin i1 argument handling 2014-03-06 00:45:19 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly Fix formatting 2014-03-04 15:57:29 +00:00