Go to file
Craig Topper 5af2fed5f2 Don't allow vextractf128 to be folded with unaligned stores. We don't fold unaligned loads so shouldn't fold unaligned stores as it can cause an alignment fault to occur.
llvm-svn: 162658
2012-08-27 07:19:59 +00:00
clang Tweak the ARC-requires-10.6 diagnostic according to Jordan's review. 2012-08-27 01:56:21 +00:00
clang-tools-extra loop-convert, a C++11 for loop modernizer 2012-08-24 23:46:42 +00:00
compiler-rt tsan: improve memory allocator a bit 2012-08-24 15:53:14 +00:00
debuginfo-tests
libclc Add rsqrt builtin. Based on patch by Cassie Epps! 2012-08-21 10:48:35 +00:00
libcxx Hyeon-bin Jeong: libc++ fails to create any classes inherit from basic_ios if they 2012-08-26 18:05:35 +00:00
libcxxabi Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bits for 64 bit targets. This is controls the data layout of all exceptions defined in <stdexcept>. This aligns the ABI with that of gcc-4.2. 2012-08-08 16:15:16 +00:00
lld Hook up lld-test to llvm check-all. Patch by Andy Gibbs! 2012-07-31 18:44:52 +00:00
lldb Added SBDebugger's log callbacks to Python-land 2012-08-25 00:29:07 +00:00
llvm Don't allow vextractf128 to be folded with unaligned stores. We don't fold unaligned loads so shouldn't fold unaligned stores as it can cause an alignment fault to occur. 2012-08-27 07:19:59 +00:00
polly PoCC: Simplify condition 2012-08-24 13:56:56 +00:00