| Age | Commit message (Expand) | Author |
| 2011-03-30 | Merging r128577 | Bill Wendling |
| 2011-03-27 | Merge in fix for PR9561. | Bill Wendling |
| 2011-03-24 | --- Merging r128212 into '.': | Bill Wendling |
| 2011-03-24 | --- Merging r127981 into '.': | Bill Wendling |
| 2011-03-14 | --- Merging r127464 into '.': | Bill Wendling |
| 2011-03-07 | Preserve line no. info. | Devang Patel |
| 2011-03-07 | Add more analysis of the sign bit of an srem instruction. If the LHS is negative | Nick Lewycky |
| 2011-03-06 | Don't internalize available_externally functions. We already did the right | Rafael Espindola |
| 2011-03-06 | ConstantInt has some getters which return ConstantInt's or ConstantVector's of | Nick Lewycky |
| 2011-03-05 | InstCombine: We know the number of items initially added to the worklist map,... | Benjamin Kramer |
| 2011-03-05 | Fix PR9398 - 10% of llc compile time is spent in Value::getNumUses. This reduces | Cameron Zwarich |
| 2011-03-05 | Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw whenever | Nick Lewycky |
| 2011-03-05 | Try once again to optimize "icmp (srem X, Y), Y" by turning the comparison into | Nick Lewycky |
| 2011-03-04 | DenseMap<uintptr_t,...> doesn't allow all values as keys. | Jakob Stoklund Olesen |
| 2011-03-03 | Fix typo in comment. | Richard Osborne |
| 2011-03-03 | Optimize fprintf -> iprintf if there are no floating point arguments | Richard Osborne |
| 2011-03-03 | Optimize sprintf -> siprintf if there are no floating point arguments | Richard Osborne |
| 2011-03-03 | Optimize printf -> iprintf if there are no floating point arguments | Richard Osborne |
| 2011-03-02 | Remove some more unused code that I missed. | Cameron Zwarich |
| 2011-03-02 | Eliminate the unused CodeGenPrepare option to split critical edges. | Cameron Zwarich |
| 2011-03-01 | Stop computing the number of uses twice per value in CodeGenPrepare's sinking of | Cameron Zwarich |
| 2011-03-01 | Make InstCombiner::FoldAndOfICmps create a ConstantRange that's the | Anders Carlsson |
| 2011-03-01 | Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers. | Eli Friedman |
| 2011-02-28 | Unbreak CMake build. | Ted Kremenek |
| 2011-02-28 | update cmake | Chris Lattner |
| 2011-02-28 | Delete the GEPSplitter experiment. | Dan Gohman |
| 2011-02-28 | Delete the SimplifyHalfPowrLibCalls pass, which was unused, and | Dan Gohman |
| 2011-02-28 | Teach SimplifyCFG that (switch (select cond, X, Y)) is better expressed as a ... | Frits van Bommel |
| 2011-02-28 | srem doesn't actually have the same resulting sign as its numerator, you could | Nick Lewycky |
| 2011-02-28 | Teach InstCombine to fold "(shr exact X, Y) == 0" --> X == 0, fixing #1 from | Nick Lewycky |
| 2011-02-28 | The sign of an srem instruction is the sign of its dividend (the first | Nick Lewycky |
| 2011-02-25 | Revert "SimplifyCFG: GEPs with just one non-constant index are also cheap." | Benjamin Kramer |
| 2011-02-24 | SimplifyCFG: GEPs with just one non-constant index are also cheap. | Benjamin Kramer |
| 2011-02-24 | SimplifyCFG: GEPs with constant indices are cheap enough to be executed uncon... | Benjamin Kramer |
| 2011-02-24 | Do not use DIFactory. Use DIBuilder. | Devang Patel |
| 2011-02-24 | wire TargetLibraryInfo into simplify libcalls and use it in a couple of | Chris Lattner |
| 2011-02-24 | move a massive amount of code out into its own helper function | Chris Lattner |
| 2011-02-24 | change instcombine to not turn a call to non-varargs bitcast of | Chris Lattner |
| 2011-02-22 | Make LoopDeletion work on loops with multiple edges, as long as the incoming | Cameron Zwarich |
| 2011-02-21 | If the phi node was used by an unreachable instruction that ends up using | Duncan Sands |
| 2011-02-21 | fix a crasher in disabled code (on variable stride loops) | Chris Lattner |
| 2011-02-21 | Simplify RecursivelyDeleteDeadPHINode. The only functionality change | Duncan Sands |
| 2011-02-21 | Add some (disabled code) to print out negative strides. | Chris Lattner |
| 2011-02-20 | Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add a | Nick Lewycky |
| 2011-02-20 | Move "A | ~(A & ?) -> -1" from InstCombine to InstructionSimplify. | Benjamin Kramer |
| 2011-02-20 | InstCombine: Add a bunch of combines of the form x | (y ^ z). | Benjamin Kramer |
| 2011-02-20 | Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch | Nick Lewycky |
| 2011-02-20 | Instead of keeping two Value*->id# mappings, keep one Value->Value mapping and | Nick Lewycky |
| 2011-02-19 | PR9218: SimplifyDemandedVectorElts can return a non-null value that is not | Eli Friedman |
| 2011-02-19 | rewrite the memset_pattern pattern generation stuff to accept any 2/4/8/16-byte | Chris Lattner |