- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120329
-
Michael J. Spencer authored
llvm-svn: 120328
-
Michael J. Spencer authored
llvm-svn: 120327
-
Bill Wendling authored
reduces some code duplication. llvm-svn: 120326
-
Chris Lattner authored
llvm-svn: 120325
-
Eric Christopher authored
llvm-svn: 120324
-
Frits van Bommel authored
Transform (extractvalue (load P), ...) to (load (gep P, 0, ...)) if the load has no other uses, shrinking the load. llvm-svn: 120323
-
Jim Grosbach authored
data. Next up, pseudo-izing them. llvm-svn: 120320
-
Frits van Bommel authored
Update this test to keep testing the -instcombine transform it's supposed to be testing instead of triggering the improved constant folding for insertvalue and extractvalue. llvm-svn: 120319
-
Owen Anderson authored
llvm-svn: 120317
-
Frits van Bommel authored
llvm-svn: 120316
-
Charles Davis authored
from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314
-
Bob Wilson authored
llvm-svn: 120312
-
Bob Wilson authored
llvm-svn: 120311
-
Jim Grosbach authored
llvm-svn: 120310
-
Owen Anderson authored
llvm-svn: 120309
-
Michael J. Spencer authored
llvm-svn: 120308
-
Owen Anderson authored
llvm-svn: 120307
-
Owen Anderson authored
llvm-svn: 120306
-
Jim Grosbach authored
get the pretty-printer. That's handled explicityly by the MC lowering now. llvm-svn: 120305
-
Michael J. Spencer authored
llvm-svn: 120304
-
Jim Grosbach authored
llvm-svn: 120303
-
Michael J. Spencer authored
llvm-svn: 120302
-
Michael J. Spencer authored
llvm-svn: 120301
-
Michael J. Spencer authored
llvm-svn: 120298
-
Kalle Raiskila authored
shiftamount > 7. llvm-svn: 120288
-
Kalle Raiskila authored
This speeds up selected test cases with up to 5% - no slowdowns observed. llvm-svn: 120286
-
Kalle Raiskila authored
-return a sensible value for register pressure -add pattern to 'ila' instrucion llvm-svn: 120285
-
Kalle Raiskila authored
llvm-svn: 120284
-
NAKAMURA Takumi authored
tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect availability of loadable module! The last commit made run.build.step.test_llvm_1 to fail. llvm-svn: 120283
-
NAKAMURA Takumi authored
%llvmshlibdir should be 'bin' on Cygming. llvm-svn: 120282
-
Chandler Carruth authored
uninitialized. The warning is terrible, has incorrect source locations, and has a huge false positive rate such as *all* of these. If anyone has a better solution, please let me know. Alternatively, I'll happily add -Wno-uninitialized to the -Werror build mode. Maybe I can even do it *only* when building with GCC instead of Clang. llvm-svn: 120281
-
Bill Wendling authored
llvm-svn: 120279
-
Bill Wendling authored
llvm-svn: 120278
-
Bill Wendling authored
llvm-svn: 120277
-
NAKAMURA Takumi authored
llvm-svn: 120276
-
NAKAMURA Takumi authored
bugpoint-passes would be built with ENABLE_SHARED=1. You could try building gold on Cygming, though, it would fail. llvm-svn: 120275
-
NAKAMURA Takumi authored
llvm-svn: 120274
-
NAKAMURA Takumi authored
llvm-svn: 120273
-
Bill Wendling authored
llvm-svn: 120272
-