Go to file
Juergen Ributzka 631c4914b2 [X86TTI] Make constant base pointers for getElementPtr opaque.
If getElementPtr uses a constant as base pointer, then make the constant opaque.
This prevents constant folding it with the offset. The offset can usually be
encoded in the load/store instruction itself and the base address doesn't have
to be rematerialized several times.

llvm-svn: 204739
2014-03-25 18:01:25 +00:00
clang clang-cl: make /Gy imply -fdata-sections in addition to -ffunction-sections 2014-03-25 17:50:25 +00:00
clang-tools-extra Removed unused include 2014-03-23 00:32:18 +00:00
compiler-rt [msan] Enable SelectPartial test. 2014-03-25 13:09:14 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add definition for M_PI_F v3 2014-03-24 20:36:44 +00:00
libcxx Mark LWG issues #2075 and #2142 as complete. 2142 was a change to the standard 2014-03-25 14:57:05 +00:00
libcxxabi Simplify. 2014-03-20 01:28:28 +00:00
lld [Mips] Fix formatting. 2014-03-24 14:12:37 +00:00
lldb Update 'running threaded' messages after option parsing change 2014-03-25 15:17:23 +00:00
llvm [X86TTI] Make constant base pointers for getElementPtr opaque. 2014-03-25 18:01:25 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly Updated test/create_ll.sh to work with old & new clang versions. 2014-03-25 15:50:44 +00:00