Go to file
Chad Rosier a281afc676 Fix a regression from r147481.
Original commit message from r147481:
DAGCombine for transforming 128->256 casts into a vmovaps, rather
then a vxorps + vinsertf128 pair if the original vector came from a load.

Fix:
Unaligned loads need to generate a vmovups.
rdar://10974078

llvm-svn: 152366
2012-03-09 02:00:48 +00:00
clang [AST] NestedNameSpecifier's ctor/dtor are trivial and should be inlined. 2012-03-09 01:51:59 +00:00
compiler-rt [asan] add a (disabled) stress test for __asan_get_ownership 2012-03-09 01:48:18 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Change some smart_ptr == 0 to smart_ptr == nullptr. Fixes http://llvm.org/bugs/show_bug.cgi?id=12185. 2012-03-07 20:37:43 +00:00
libcxxabi Enable -Wstrict-aliasing=2 -Wstrict-overflow=4. 2012-03-08 20:55:13 +00:00
lld Use the old -std=c++0x flag for compatibility with pre-2011 versions of GCC. 2012-03-09 00:23:07 +00:00
lldb the formatter for NSNotification was not being initialized correctly 2012-03-09 00:45:19 +00:00
llvm Fix a regression from r147481. 2012-03-09 02:00:48 +00:00
polly Remove FinalRead 2012-03-08 15:21:51 +00:00