Have InlineCost check constant fcmps
[oota-llvm.git] / test / Transforms / InstCombine /
2013-07-17 Stephen LinRestore r181216, which was partially reverted in r182499.
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-14 Stephen LinModify two Transforms tests to explicitly check for...
2013-07-13 Stephen LinAdd newlines at end of test files, no functionality...
2013-07-13 Nick LewyckyAdd a microoptimization for urem.
2013-07-12 Joey GoulyFix a crash in EvaluateInDifferentElementOrder where...
2013-07-09 David MajnemerInstSimplify: X >> X -> 0
2013-07-09 David MajnemerValueTracking: Fix bugs in isKnownToBeAPowerOfTwo
2013-07-09 David MajnemerInstCombine: variations on 0xffffffff - x >= 4
2013-07-09 David MajnemerInstCombine: X & -C != -C -> X <= u ~C
2013-07-09 David MajnemerCommit r185909 was a misapplied patch, fix it
2013-07-09 David MajnemerInstCombine: add more transforms
2013-07-08 David MajnemerInstCombine: Fold X-C1 <u 2 -> (X & -2) == C1
2013-07-06 David MajnemerInstCombine: typo in or_icmp_eq_B_0_icmp_ult_A_B test
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-05 David MajnemerInstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp...
2013-07-04 David MajnemerInstCombine: Reimplementation of visitUDivOperand
2013-07-02 Hal FinkelRevert r185257 (InstCombine: Be more agressive optimizi...
2013-06-30 Benjamin KramerConstantFold: Check that truncating the other side...
2013-06-29 David MajnemerValueTracking: Teach isKnownToBeAPowerOfTwo about ...
2013-06-29 Benjamin KramerInstCombine: Also turn selects fed by an and into arith...
2013-06-29 David MajnemerInstCombine: FoldGEPICmp shouldn't change sign of base...
2013-06-29 David MajnemerInstCombine: Be more agressive optimizing 'udiv' instrs...
2013-06-28 David MajnemerInstCombine: Optimize (1 << X) Pred CstP2 to X Pred...
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-28 Matt ArsenaultConvert tests to FileCheck
2013-06-27 Manman RenUpdate testing case to make DI nodes have the correct...
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-06-06 Rafael EspindolaAdd a testcase from pr16244.
2013-06-01 Nick LewyckyWhen determining the new index for an insertelement...
2013-05-31 Rafael EspindolaSimplify multiplications by vectors whose elements...
2013-05-31 Nick LewyckyReapply with r182909 with a fix to the calculation...
2013-05-30 Evgeniy StepanovRevert r182909.
2013-05-30 Nick LewyckySwizzle vector inputs if it helps us eliminate shuffles.
2013-05-24 Joey GoulyscalarizePHI needs to insert the next ExtractElement...
2013-05-22 Jean-Luc DupratThis is an update to a previous commit (r181216).
2013-05-19 Benjamin KramerMove the remaining simplify-libcalls tests to instcombi...
2013-05-18 David MajnemerisKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2...
2013-05-12 David MajnemerInstCombine: Flip the order of two urem transforms
2013-05-11 David MajnemerInstCombine: Turn urem to bitwise-and more often
2013-05-10 Benjamin KramerInstCombine: Don't claim to be able to evaluate any...
2013-05-10 Benjamin KramerInstCombine: Verify the type before transforming uitofp...
2013-05-09 Benjamin KramerInstCombine: Don't just copy known bits from the first...
2013-05-06 David MajnemerInstCombine: (X ^ signbit) + C -> X + (signbit ^ C)
2013-05-06 Jean-Luc DupratTest results verified using FileCheck rather than grep...
2013-05-06 Jean-Luc DupratFix add4.ll test cmdline so that it passes
2013-05-06 Jean-Luc DupratProvide InstCombines for the following 3 cases:
2013-05-06 Nadav RotemRevert r164763 because it introduces new shuffles.
2013-05-02 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-05-02 David MajnemerAdd a test for the foldSelectICmpAndOr fix committed...
2013-05-01 Jim GrosbachRevert "InstCombine: Fold more shuffles of shuffles."
2013-04-30 Jim GrosbachInstCombine: Fold more shuffles of shuffles.
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-30 David MajnemerFix "Combine bit test + conditional or into simple...
2013-04-22 Anat ShemerChanged back (relative to commit 179786) the operations...
2013-04-20 Nuno Lopesrecommit tests
2013-04-18 Anat ShemerIn the function InstCombiner::visitExtractElementInst...
2013-04-18 Anat ShemerAdded a function scalarizePHI() that sclarizes a vector...
2013-04-18 David MajnemerRevert "Combine bit test + conditional or into simple...
2013-04-18 David MajnemerCombine bit test + conditional or into simple math
2013-04-17 Peter CollingbourneDo not optimise fprintf() calls if its return value...
2013-04-14 David MajnemerReorders two transforms that collide with each other
2013-04-12 Benjamin KramerInstCombine: Check the operand types before merging...
2013-04-12 David MajnemerSimplify (A & ~B) in icmp if A is a power of 2
2013-04-11 David MajnemerOptimize icmp involving addition better
2013-04-11 Benjamin KramerFix for wrong instcombine on vector insert/extract
2013-04-11 Benjamin KramerFileCheckize a bunch of tests.
2013-04-09 Nadav RotemRevert r176408 and r176407 to address PR15540.
2013-04-09 Nadav RotemRevert 179071 because it is not the right way to suppor...
2013-04-08 Nadav Rotemc++ new operators are not malloc-like functions because...
2013-03-28 Akira HatanakaRemove -O3.
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-28 Akira HatanakaCheck if Type is a vector before calling function Type...
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-26 Ulrich WeigandAdd test case for commit r178031.
2013-03-25 Shuxin YangFix a bug in fast-math fadd/fsub simplification.
2013-03-25 Arnaud A. de Grand... Address issues found by Duncan during post-commit revie...
2013-03-25 Arnaud A. de Grand... InstCombine: simplify comparisons to zero of (shl ...
2013-03-22 Arnaud A. de Grand... InstCombine: Improve the result bitvect type when foldi...
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-21 Meador IngeMove library call prototype attribute inference to...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-14 Shuxin YangPerform factorization as a last resort of unsafe fadd...
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-11 David BlaikieUpgrading debug info test cases to be (more) compatible...
2013-03-06 Jim GrosbachInstCombine: Don't shrink allocas when combining with...
2013-03-02 Nuno Lopesrecommit r172363 & r171325 (reverted in r172756)
2013-02-28 Quentin ColombetFix a bug in instcombine for fmul in fast math mode.
2013-02-26 Michael IlsemanConstant fold vector bitcasts of halves similarly to...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-19 Bill WendlingTemporarily revert r175470 for more review.
2013-02-18 Bill WendlingCheck to see if the 'no-builtin' attribute is set befor...
2013-02-16 Bill WendlingThe transform is:
2013-02-15 Arnaud A. de Grand... Teach InstCombine to work with smaller legal types...
2013-02-14 Nick LewyckyTeach the DataLayout aware constant folder to be much...
2013-02-11 Michael IlsemanOptimization: bitcast (<1 x ...> insertelement ......
2013-02-11 Michael IlsemanRemove trailing whitespace
next