aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine
AgeCommit message (Expand)Author
2013-05-06Revert r164763 because it introduces new shuffles.Nadav Rotem
2013-05-02TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-05-02Add a test for the foldSelectICmpAndOr fix committed in r180779.David Majnemer
2013-05-01Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach
2013-04-30InstCombine: Fold more shuffles of shuffles.Jim Grosbach
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-30Fix "Combine bit test + conditional or into simple math"David Majnemer
2013-04-22Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer
2013-04-20recommit testsNuno Lopes
2013-04-18In the function InstCombiner::visitExtractElementInst() removed the limitatio...Anat Shemer
2013-04-18Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer
2013-04-18Revert "Combine bit test + conditional or into simple math"David Majnemer
2013-04-18Combine bit test + conditional or into simple mathDavid Majnemer
2013-04-17Do not optimise fprintf() calls if its return value is used.Peter Collingbourne
2013-04-14Reorders two transforms that collide with each otherDavid Majnemer
2013-04-12InstCombine: Check the operand types before merging fcmp ord & fcmp ord.Benjamin Kramer
2013-04-12Simplify (A & ~B) in icmp if A is a power of 2David Majnemer
2013-04-11Optimize icmp involving addition betterDavid Majnemer
2013-04-11Fix for wrong instcombine on vector insert/extractBenjamin Kramer
2013-04-11FileCheckize a bunch of tests.Benjamin Kramer
2013-04-09Revert r176408 and r176407 to address PR15540.Nadav Rotem
2013-04-09Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem
2013-04-08c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem
2013-03-28Remove -O3.Akira Hatanaka
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-28Check if Type is a vector before calling function Type::getVectorNumElements.Akira Hatanaka
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-26Add test case for commit r178031.Ulrich Weigand
2013-03-25Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang
2013-03-25Address issues found by Duncan during post-commit review of r177856.Arnaud A. de Grandmaison
2013-03-25InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)Arnaud A. de Grandmaison
2013-03-22InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-21Move library call prototype attribute inference to functionattrsMeador Inge
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-14Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie
2013-03-06InstCombine: Don't shrink allocas when combining with a bitcast.Jim Grosbach
2013-03-02recommit r172363 & r171325 (reverted in r172756)Nuno Lopes
2013-02-28Fix a bug in instcombine for fmul in fast math mode.Quentin Colombet
2013-02-26Constant fold vector bitcasts of halves similarly to how floats and doubles a...Michael Ilseman
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2013-02-19Temporarily revert r175470 for more review.Bill Wendling
2013-02-18Check to see if the 'no-builtin' attribute is set before simplifying a librar...Bill Wendling
2013-02-16The transform is:Bill Wendling
2013-02-15Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2Arnaud A. de Grandmaison
2013-02-14Teach the DataLayout aware constant folder to be much more aggressive towardsNick Lewycky