- Dec 01, 2010
-
-
NAKAMURA Takumi authored
llvm-svn: 120506
-
Evan Cheng authored
legalization time. Since at legalization time there is no mapping from SDNode back to the corresponding LLVM instruction and the return SDNode is target specific, this requires a target hook to check for eligibility. Only x86 and ARM support this form of sibcall optimization right now. rdar://8707777 llvm-svn: 120501
-
Chris Lattner authored
llvm-svn: 120498
-
Chris Lattner authored
llvm-svn: 120493
-
Chris Lattner authored
llvm-svn: 120492
-
Chris Lattner authored
may-aliasing stores that partially overlap with different base pointers. This implements PR6043 and the non-variable part of PR8657 llvm-svn: 120485
-
- Nov 30, 2010
-
-
Chris Lattner authored
now that DSE hacks on them. This fixes a regression I introduced, by generalizing DSE to hack on transfers. llvm-svn: 120445
-
Owen Anderson authored
llvm-svn: 120436
-
Che-Liang Chiou authored
llvm-svn: 120423
-
Eric Christopher authored
llvm-svn: 120418
-
Bill Wendling authored
certainly be made more generic. But it does allow us to parse something like: ldr r3, [r2, r4] correctly in Thumb mode. llvm-svn: 120408
-
Chris Lattner authored
about pairs of AA::Location's instead of looking for MemDep's "Def" predicate. This is more powerful and general, handling memset/memcpy/store all uniformly, and implementing PR8701 and probably obsoleting parts of memcpyoptimizer. This also fixes an obscure bug with init.trampoline and i8 stores, but I'm not surprised it hasn't been hit yet. Enhancing init.trampoline to carry the size that it stores would allow DSE to be much more aggressive about optimizing them. llvm-svn: 120406
-
Eric Christopher authored
Fixes PR8573. llvm-svn: 120404
-
Anders Carlsson authored
llvm-svn: 120398
-
Anders Carlsson authored
llvm-svn: 120394
-
Anders Carlsson authored
llvm-svn: 120393
-
Chris Lattner authored
llvm-svn: 120383
-
Chris Lattner authored
llvm-svn: 120375
-
Chris Lattner authored
Merge context-sensitive.ll -> simple.ll and upgrade it. llvm-svn: 120374
-
Chris Lattner authored
merging more into other larger .ll files, filecheckizing along the way. llvm-svn: 120373
-
Chris Lattner authored
queried location doesn't overlap the source, and add a testcase. llvm-svn: 120370
-
Chris Lattner authored
contains "ref". Enhance DSE to use a modref query instead of a store-specific hack to generalize the "ignore may-alias stores" optimization to handle memset and memcpy. llvm-svn: 120368
-
Owen Anderson authored
llvm-svn: 120364
-
Chris Lattner authored
stores, fix and add a testcase. llvm-svn: 120363
-
Bob Wilson authored
The encoding for alignment in VLD4-dup instructions is still a work in progress. llvm-svn: 120356
-
- Nov 29, 2010
-
-
Owen Anderson authored
llvm-svn: 120340
-
Evan Cheng authored
assignment instructions from being moved below / above calls. rdar://8690640 llvm-svn: 120339
-
Benjamin Kramer authored
llvm-svn: 120336
-
Benjamin Kramer authored
llvm-svn: 120332
-
Chris Lattner authored
llvm-svn: 120325
-
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
-
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
-
Frits van Bommel authored
llvm-svn: 120316
-
Bob Wilson authored
llvm-svn: 120312
-
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
-
NAKAMURA Takumi authored
%llvmshlibdir should be 'bin' on Cygming. llvm-svn: 120282
-
Bill Wendling authored
llvm-svn: 120279
-
Bill Wendling authored
llvm-svn: 120278
-
Bill Wendling authored
llvm-svn: 120277
-