- Jun 04, 2012
-
-
Akira Hatanaka authored
llvm-svn: 157939
-
Akira Hatanaka authored
llvm-svn: 157938
-
Akira Hatanaka authored
inserted after the shift-left-logical node. llvm-svn: 157937
-
Roman Divacky authored
llvm-svn: 157935
-
Jordan Rose authored
llvm-svn: 157934
-
Jordan Rose authored
llvm-svn: 157933
-
Jordan Rose authored
Now correctly builds with both GNU make and CMake. llvm-svn: 157932
-
Alexey Samsonov authored
llvm-svn: 157931
-
Alexey Samsonov authored
Created files sanitizer_linux.cc and sanitizer_mac.cc for platform-specific implementations of common functions. Turned asan_mmap into __sanitizer::internal_mmap. llvm-svn: 157930
-
Hans Wennborg authored
This was mostly done already in r156162, but I missed one place. llvm-svn: 157929
-
Alexey Samsonov authored
llvm-svn: 157928
-
Alexey Samsonov authored
llvm-svn: 157927
-
Alexey Samsonov authored
llvm-svn: 157926
-
Nadav Rotem authored
llvm-svn: 157925
-
Alexey Samsonov authored
llvm-svn: 157924
-
Evgeniy Stepanov authored
llvm-svn: 157923
-
Alexey Samsonov authored
llvm-svn: 157922
-
Hans Wennborg authored
Also fix the '__thread' before 'extern' case. llvm-svn: 157921
-
Hans Wennborg authored
llvm-svn: 157920
-
Alexey Samsonov authored
llvm-svn: 157919
-
Craig Topper authored
llvm-svn: 157917
-
Duncan Sands authored
llvm-svn: 157915
-
Craig Topper authored
Add VFMADDSUB and VFMSUBADD FMA instructions to folding tables. Also add 213 forms of scalar FMA instructions. llvm-svn: 157914
-
Craig Topper authored
llvm-svn: 157913
-
Hal Finkel authored
llvm-svn: 157912
-
Hal Finkel authored
It seems that this no longer causes test suite failures on PPC64 (after r157159), and often gives a performance benefit, so it can be enabled by default. llvm-svn: 157911
-
Douglas Gregor authored
involving 'restrict', place restrict on the pointer type rather than on the pointee type. Also make sure that we gather restrict from the pointer type. Fixes PR12854 and the major part of PR11093. llvm-svn: 157910
-
Rafael Espindola authored
vector. No functionality change. Extracted from a patch by the PaX Team. llvm-svn: 157909
-
Rafael Espindola authored
Part of a patch by the PaX Team. llvm-svn: 157908
-
Craig Topper authored
llvm-svn: 157907
-
- Jun 03, 2012
-
-
Craig Topper authored
llvm-svn: 157906
-
Craig Topper authored
llvm-svn: 157905
-
Craig Topper authored
llvm-svn: 157904
-
Craig Topper authored
llvm-svn: 157903
-
Craig Topper authored
llvm-svn: 157902
-
NAKAMURA Takumi authored
llvm-svn: 157901
-
Benjamin Kramer authored
llvm-svn: 157900
-
Craig Topper authored
llvm-svn: 157899
-
Craig Topper authored
Rename fma4 intrinsics to just fma since they are now used for both FMA4 and FMA3. Autoupgrade support coming in a separate commit. llvm-svn: 157898
-
Nico Weber authored
Before: test.cc:2:18: note: place parentheses around the == expression to silence this warning if (0 == flags & 0xdd) ^ ( ) Now: test.cc:2:18: note: place parentheses around the == expression to silence this warning if (0 == flags & 0xdd) ^ ( ) llvm-svn: 157897
-