aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine
Commit message (Expand)AuthorAgeFilesLines
* Reorders two transforms that collide with each otherDavid Majnemer2013-04-143-5/+17
* InstCombine: Check the operand types before merging fcmp ord & fcmp ord.Benjamin Kramer2013-04-121-0/+21
* Simplify (A & ~B) in icmp if A is a power of 2David Majnemer2013-04-121-0/+26
* Optimize icmp involving addition betterDavid Majnemer2013-04-111-0/+52
* Fix for wrong instcombine on vector insert/extractBenjamin Kramer2013-04-111-0/+27
* FileCheckize a bunch of tests.Benjamin Kramer2013-04-111-2/+13
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-091-128/+0
* Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem2013-04-092-1/+17
* c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem2013-04-082-17/+1
* Remove -O3.Akira Hatanaka2013-03-281-3/+3
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-12/+12
* Check if Type is a vector before calling function Type::getVectorNumElements.Akira Hatanaka2013-03-281-0/+15
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-12/+12
* Add test case for commit r178031.Ulrich Weigand2013-03-261-0/+50
* Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang2013-03-251-0/+10
* Address issues found by Duncan during post-commit review of r177856.Arnaud A. de Grandmaison2013-03-251-2/+2
* InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)Arnaud A. de Grandmaison2013-03-251-0/+142
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-221-0/+12
* Remove unused field in DISubprogramDavid Blaikie2013-03-211-1/+1
* Move library call prototype attribute inference to functionattrsMeador Inge2013-03-212-8/+22
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-2/+4
* Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang2013-03-141-0/+105
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-131-2/+2
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-131-3/+4
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-121-1/+1
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-111-14/+15
* InstCombine: Don't shrink allocas when combining with a bitcast.Jim Grosbach2013-03-061-0/+45
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-021-0/+128
* Fix a bug in instcombine for fmul in fast math mode.Quentin Colombet2013-02-281-0/+11
* Constant fold vector bitcasts of halves similarly to how floats and doubles a...Michael Ilseman2013-02-261-0/+5
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-223-8/+16
* Temporarily revert r175470 for more review.Bill Wendling2013-02-191-23/+0
* Check to see if the 'no-builtin' attribute is set before simplifying a librar...Bill Wendling2013-02-181-0/+23
* The transform is:Bill Wendling2013-02-162-23/+12
* Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2Arnaud A. de Grandmaison2013-02-152-3/+42
* Teach the DataLayout aware constant folder to be much more aggressive towardsNick Lewycky2013-02-141-0/+12
* Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcas...Michael Ilseman2013-02-111-1/+7
* Remove trailing whitespaceMichael Ilseman2013-02-111-7/+8
* Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...Andrew Trick2013-02-081-14/+2
* Have InstCombine call SipmlifyCall when handling calls. Test case included.Michael Ilseman2013-02-071-2/+14
* Preserve fast-math flags after reassociation and commutation. Update test casesMichael Ilseman2013-02-071-4/+4
* whitespaceMichael Ilseman2013-02-071-12/+12
* InstCombine: Fix and simplify the inttoptr side too.Benjamin Kramer2013-02-051-0/+16
* InstCombine: Harden code to work with vectors of pointers and simplify it a bit.Benjamin Kramer2013-02-051-0/+15
* Revert r174152. The shift amount may overflow and in that case this transform...Nadav Rotem2013-02-011-20/+0
* Optimize shift lefts of a constant by a value plus constant into a single shift.Nadav Rotem2013-02-011-0/+20
* InstCombine: canonicalize sext-and --> selectNadav Rotem2013-01-303-14/+24
* ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer2013-01-241-0/+36
* ConstantFolding: Evaluate GEP indices in the index type.Benjamin Kramer2013-01-231-3/+22
* Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...Benjamin Kramer2013-01-231-0/+16