aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
...
* Now that SROA can form alloca's for dynamic vector accesses, further improve ...Pete Cooper2012-06-171-33/+62
* Teach BBVectorize to combine, when possible, or discard metadata when fusing ...Hal Finkel2012-06-161-0/+49
* Fix crash from r158529 on Bullet.Pete Cooper2012-06-161-0/+55
* Unit test for LSR kind=Special fix: r158536.Andrew Trick2012-06-151-0/+102
* Allow SROA to split up an array of vectors into multiple vectors, even when t...Pete Cooper2012-06-151-0/+83
* Some optimizations done by globalopt are safe only for internal linkage, notRafael Espindola2012-06-151-0/+12
* Fix issues (infinite loop and/or crash) with self-referential instructions, forDuncan Sands2012-06-151-0/+25
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-141-7/+18
* Implement the isSafeToDiscardIfUnused predicate and use it in globalopt andRafael Espindola2012-06-141-4/+20
* Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...Pete Cooper2012-06-141-18/+7
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-141-7/+18
* InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).Manman Ren2012-06-141-0/+11
* Revert "Allow SROA to look at a vector type and see if the offset is out of r...Pete Cooper2012-06-131-4/+7
* Allow SROA to look at a vector type and see if the offset is out of range to ...Pete Cooper2012-06-131-7/+4
* It is possible for several constants which aren't individually absorbing toDuncan Sands2012-06-131-0/+11
* SimplifyCFG: fold unconditional branch to its predecessor if profitable.Manman Ren2012-06-131-0/+33
* Use std::map rather than SmallMap because SmallMap assumes that the value hasDuncan Sands2012-06-122-13/+16
* Now that Reassociate's LinearizeExprTree can look through arbitrary expressionDuncan Sands2012-06-121-0/+252
* InstCombine: Turn (zext A) == (B & (1<<X)-1) into A == (trunc B), narrowing t...Benjamin Kramer2012-06-101-0/+22
* canonicalize:Nuno Lopes2012-06-081-0/+24
* Revert commit 158073 while waiting for a fix. The issue is that reassociateDuncan Sands2012-06-081-0/+21
* Fix a bug in FoldSelectOpOp. Bitcast ops may change the number of vector elem...Nadav Rotem2012-06-071-0/+11
* Adding a missing -S to the opt invocation.Meador Inge2012-06-071-1/+1
* Spell optimization name correclty.Bill Wendling2012-06-061-1/+1
* Another testcase for r156548.Bill Wendling2012-06-061-0/+162
* Fix combine of uno && ord -> false so that the ordering of the fcmps doesn'tChad Rosier2012-06-061-0/+10
* Grab-bag of reassociate tweaks. Unify handling of dead instructions andDuncan Sands2012-06-061-4/+6
* Remove extraneous CHECK-NOTs from previous commit and add a new test case.Chad Rosier2012-06-061-2/+10
* FileCheckize this test.Chad Rosier2012-06-061-2/+18
* When gvn decides to replace an instruction with another, we have to patch theRafael Espindola2012-06-044-0/+306
* BoundsChecking: fix a bug when the handling of recursive PHIs failed and coul...Nuno Lopes2012-06-012-1/+49
* add -bounds-checking-multiple-traps option to make one trap BB per checkNuno Lopes2012-05-311-0/+12
* revamp BoundsChecking considerably:Nuno Lopes2012-05-311-1/+1
* Enhance the sinking code to handle diamond patterns. Patch byDuncan Sands2012-05-311-0/+26
* Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.Benjamin Kramer2012-05-301-0/+42
* InstCombine: Fix infinite loop when encountering switch on trivial icmp.Benjamin Kramer2012-05-281-0/+39
* PR12967: Don't crash when trying to fold a shift that's larger than the type'...Benjamin Kramer2012-05-271-0/+61
* Since commit 157467, if reassociate isn't actually going to change an expressionDuncan Sands2012-05-261-0/+38
* bounds checking: add support for byval argumentsNuno Lopes2012-05-251-0/+9
* boundschecking:Nuno Lopes2012-05-253-0/+75
* Make the reassociation pass more powerful so that it can handle expressionsDuncan Sands2012-05-251-1/+5
* PR1255 related changes (case ranges):Stepan Dyatkovskiy2012-05-241-4/+93
* Fix typo in flag to opt, and also a CHECK-NEXT that doesn't follow aKaelyn Uhrain2012-05-231-2/+2
* BoundsChecking: add a couple of simple tests and fix a bug in branch emitionNuno Lopes2012-05-231-0/+78
* Fix the inliner so that the optsize function attribute don't alter thePatrik Hägglund2012-05-231-0/+33
* LSR fix: add a missing phi check during IV hoisting.Andrew Trick2012-05-221-0/+57
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-224-100/+20
* Fix PR12858, a crash due to GVN's PRE not fully removing an instruction from theDuncan Sands2012-05-221-0/+33
* Do not pass an invalid domtree to SimplifyInstruction fromPeter Collingbourne2012-05-201-0/+25
* Do not eliminate allocas whose alignment exceeds that of thePeter Collingbourne2012-05-191-0/+36