| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Now that SROA can form alloca's for dynamic vector accesses, further improve ... | Pete Cooper | 2012-06-17 | 1 | -33/+62 |
* | Teach BBVectorize to combine, when possible, or discard metadata when fusing ... | Hal Finkel | 2012-06-16 | 1 | -0/+49 |
* | Fix crash from r158529 on Bullet. | Pete Cooper | 2012-06-16 | 1 | -0/+55 |
* | Unit test for LSR kind=Special fix: r158536. | Andrew Trick | 2012-06-15 | 1 | -0/+102 |
* | Allow SROA to split up an array of vectors into multiple vectors, even when t... | Pete Cooper | 2012-06-15 | 1 | -0/+83 |
* | Some optimizations done by globalopt are safe only for internal linkage, not | Rafael Espindola | 2012-06-15 | 1 | -0/+12 |
* | Fix issues (infinite loop and/or crash) with self-referential instructions, for | Duncan Sands | 2012-06-15 | 1 | -0/+25 |
* | Recommit r158407: Allow SROA to look at a vector type and see if the offset i... | Pete Cooper | 2012-06-14 | 1 | -7/+18 |
* | Implement the isSafeToDiscardIfUnused predicate and use it in globalopt and | Rafael Espindola | 2012-06-14 | 1 | -4/+20 |
* | Revert r158454: Allow SROA to look at a vector type... Its breaking the vect... | Pete Cooper | 2012-06-14 | 1 | -18/+7 |
* | Recommit r158407: Allow SROA to look at a vector type and see if the offset i... | Pete Cooper | 2012-06-14 | 1 | -7/+18 |
* | InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y). | Manman Ren | 2012-06-14 | 1 | -0/+11 |
* | Revert "Allow SROA to look at a vector type and see if the offset is out of r... | Pete Cooper | 2012-06-13 | 1 | -4/+7 |
* | Allow SROA to look at a vector type and see if the offset is out of range to ... | Pete Cooper | 2012-06-13 | 1 | -7/+4 |
* | It is possible for several constants which aren't individually absorbing to | Duncan Sands | 2012-06-13 | 1 | -0/+11 |
* | SimplifyCFG: fold unconditional branch to its predecessor if profitable. | Manman Ren | 2012-06-13 | 1 | -0/+33 |
* | Use std::map rather than SmallMap because SmallMap assumes that the value has | Duncan Sands | 2012-06-12 | 2 | -13/+16 |
* | Now that Reassociate's LinearizeExprTree can look through arbitrary expression | Duncan Sands | 2012-06-12 | 1 | -0/+252 |
* | InstCombine: Turn (zext A) == (B & (1<<X)-1) into A == (trunc B), narrowing t... | Benjamin Kramer | 2012-06-10 | 1 | -0/+22 |
* | canonicalize: | Nuno Lopes | 2012-06-08 | 1 | -0/+24 |
* | Revert commit 158073 while waiting for a fix. The issue is that reassociate | Duncan Sands | 2012-06-08 | 1 | -0/+21 |
* | Fix a bug in FoldSelectOpOp. Bitcast ops may change the number of vector elem... | Nadav Rotem | 2012-06-07 | 1 | -0/+11 |
* | Adding a missing -S to the opt invocation. | Meador Inge | 2012-06-07 | 1 | -1/+1 |
* | Spell optimization name correclty. | Bill Wendling | 2012-06-06 | 1 | -1/+1 |
* | Another testcase for r156548. | Bill Wendling | 2012-06-06 | 1 | -0/+162 |
* | Fix combine of uno && ord -> false so that the ordering of the fcmps doesn't | Chad Rosier | 2012-06-06 | 1 | -0/+10 |
* | Grab-bag of reassociate tweaks. Unify handling of dead instructions and | Duncan Sands | 2012-06-06 | 1 | -4/+6 |
* | Remove extraneous CHECK-NOTs from previous commit and add a new test case. | Chad Rosier | 2012-06-06 | 1 | -2/+10 |
* | FileCheckize this test. | Chad Rosier | 2012-06-06 | 1 | -2/+18 |
* | When gvn decides to replace an instruction with another, we have to patch the | Rafael Espindola | 2012-06-04 | 4 | -0/+306 |
* | BoundsChecking: fix a bug when the handling of recursive PHIs failed and coul... | Nuno Lopes | 2012-06-01 | 2 | -1/+49 |
* | add -bounds-checking-multiple-traps option to make one trap BB per check | Nuno Lopes | 2012-05-31 | 1 | -0/+12 |
* | revamp BoundsChecking considerably: | Nuno Lopes | 2012-05-31 | 1 | -1/+1 |
* | Enhance the sinking code to handle diamond patterns. Patch by | Duncan Sands | 2012-05-31 | 1 | -0/+26 |
* | Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b. | Benjamin Kramer | 2012-05-30 | 1 | -0/+42 |
* | InstCombine: Fix infinite loop when encountering switch on trivial icmp. | Benjamin Kramer | 2012-05-28 | 1 | -0/+39 |
* | PR12967: Don't crash when trying to fold a shift that's larger than the type'... | Benjamin Kramer | 2012-05-27 | 1 | -0/+61 |
* | Since commit 157467, if reassociate isn't actually going to change an expression | Duncan Sands | 2012-05-26 | 1 | -0/+38 |
* | bounds checking: add support for byval arguments | Nuno Lopes | 2012-05-25 | 1 | -0/+9 |
* | boundschecking: | Nuno Lopes | 2012-05-25 | 3 | -0/+75 |
* | Make the reassociation pass more powerful so that it can handle expressions | Duncan Sands | 2012-05-25 | 1 | -1/+5 |
* | PR1255 related changes (case ranges): | Stepan Dyatkovskiy | 2012-05-24 | 1 | -4/+93 |
* | Fix typo in flag to opt, and also a CHECK-NEXT that doesn't follow a | Kaelyn Uhrain | 2012-05-23 | 1 | -2/+2 |
* | BoundsChecking: add a couple of simple tests and fix a bug in branch emition | Nuno Lopes | 2012-05-23 | 1 | -0/+78 |
* | Fix the inliner so that the optsize function attribute don't alter the | Patrik Hägglund | 2012-05-23 | 1 | -0/+33 |
* | LSR fix: add a missing phi check during IV hoisting. | Andrew Trick | 2012-05-22 | 1 | -0/+57 |
* | revert my previous patches that introduced an additional parameter to the obj... | Nuno Lopes | 2012-05-22 | 4 | -100/+20 |
* | Fix PR12858, a crash due to GVN's PRE not fully removing an instruction from the | Duncan Sands | 2012-05-22 | 1 | -0/+33 |
* | Do not pass an invalid domtree to SimplifyInstruction from | Peter Collingbourne | 2012-05-20 | 1 | -0/+25 |
* | Do not eliminate allocas whose alignment exceeds that of the | Peter Collingbourne | 2012-05-19 | 1 | -0/+36 |