| Commit message (Expand) | Author | Age | Files | Lines |
* | Better use initializer lists. | Cameron Zwarich | 2011-03-16 | 1 | -5/+2 |
* | Add a clarifying comment. | Cameron Zwarich | 2011-03-16 | 1 | -1/+1 |
* | Clean up something noticed by Fritz. | Cameron Zwarich | 2011-03-15 | 1 | -1/+1 |
* | Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton. | Cameron Zwarich | 2011-03-15 | 1 | -0/+10 |
* | PR9450: Make switch optimization in SimplifyCFG not dependent on the ordering | Eli Friedman | 2011-03-15 | 1 | -7/+18 |
* | If we don't know how long a string is we can't fold an _chk version to the | Eric Christopher | 2011-03-15 | 1 | -3/+7 |
* | Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap | Andrew Trick | 2011-03-14 | 2 | -10/+20 |
* | whitespace | Andrew Trick | 2011-03-14 | 1 | -66/+66 |
* | This case is solved by Scalar Replacement of Aggregates (DT) and | Jin-Gu Kang | 2011-03-14 | 1 | -25/+3 |
* | Add comment as following: | Jin-Gu Kang | 2011-03-13 | 1 | -0/+12 |
* | This patch removes some of useless instructions generated by bitfield access. | Jin-Gu Kang | 2011-03-12 | 1 | -3/+13 |
* | Roll r127459 back in: | Cameron Zwarich | 2011-03-11 | 1 | -0/+14 |
* | Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get | Daniel Dunbar | 2011-03-11 | 1 | -14/+0 |
* | InstCombine: Fix a thinko where transform an icmp under the assumption that i... | Benjamin Kramer | 2011-03-11 | 1 | -3/+2 |
* | Optimize trivial branches in CodeGenPrepare, which often get created from the | Cameron Zwarich | 2011-03-11 | 1 | -0/+14 |
* | RecursivelyDeleteTriviallyDeadInstructions only needs a | Dan Gohman | 2011-03-10 | 1 | -3/+2 |
* | Fix reassociate to postpone certain instruction deletions until | Dan Gohman | 2011-03-10 | 1 | -3/+11 |
* | InstCombine: Turn umul_with_overflow into mul nuw if we can prove that it can... | Benjamin Kramer | 2011-03-10 | 1 | -1/+29 |
* | Preserve line number information while simplifying libcalls. | Devang Patel | 2011-03-09 | 1 | -0/+3 |
* | These llvm.dbg.* constants are not used anymore. | Devang Patel | 2011-03-09 | 1 | -3/+0 |
* | Fix a crasher introduced by r127317 that is seen on the bots when using an | Cameron Zwarich | 2011-03-09 | 1 | -18/+21 |
* | Add support to scalar replacement for partial vector accesses of an alloca, e.g. | Cameron Zwarich | 2011-03-09 | 1 | -12/+127 |
* | Move vector type merging to a separate function in preparation for it getting | Cameron Zwarich | 2011-03-09 | 1 | -12/+23 |
* | PR9346: Prevent SimplifyDemandedBits from incorrectly introducing | Eli Friedman | 2011-03-09 | 1 | -0/+4 |
* | PR9420; an instruction before an unreachable is guaranteed not to have any | Eli Friedman | 2011-03-09 | 1 | -1/+3 |
* | llvm.dbg.declare intrinsic does not use any llvm::Values. It's magic! | Devang Patel | 2011-03-08 | 3 | -41/+3 |
* | Reorder comments to put them the right way around. | Nick Lewycky | 2011-03-08 | 1 | -2/+2 |
* | While sinking an instruction, do not lose llvm.dbg.value intrinsic. | Devang Patel | 2011-03-08 | 1 | -1/+2 |
* | Preserve line no. info. | Devang Patel | 2011-03-07 | 1 | -2/+2 |
* | Add more analysis of the sign bit of an srem instruction. If the LHS is negative | Nick Lewycky | 2011-03-07 | 1 | -0/+12 |
* | Don't internalize available_externally functions. We already did the right | Rafael Espindola | 2011-03-06 | 1 | -0/+2 |
* | ConstantInt has some getters which return ConstantInt's or ConstantVector's of | Nick Lewycky | 2011-03-06 | 1 | -22/+22 |
* | InstCombine: We know the number of items initially added to the worklist map,... | Benjamin Kramer | 2011-03-05 | 1 | -0/+1 |
* | Fix PR9398 - 10% of llc compile time is spent in Value::getNumUses. This reduces | Cameron Zwarich | 2011-03-05 | 1 | -7/+22 |
* | Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw whenever | Nick Lewycky | 2011-03-05 | 1 | -0/+21 |
* | Try once again to optimize "icmp (srem X, Y), Y" by turning the comparison into | Nick Lewycky | 2011-03-05 | 1 | -0/+29 |
* | DenseMap<uintptr_t,...> doesn't allow all values as keys. | Jakob Stoklund Olesen | 2011-03-04 | 1 | -0/+2 |
* | Fix typo in comment. | Richard Osborne | 2011-03-03 | 1 | -1/+1 |
* | Optimize fprintf -> iprintf if there are no floating point arguments | Richard Osborne | 2011-03-03 | 1 | -8/+28 |
* | Optimize sprintf -> siprintf if there are no floating point arguments | Richard Osborne | 2011-03-03 | 1 | -8/+28 |
* | Optimize printf -> iprintf if there are no floating point arguments | Richard Osborne | 2011-03-03 | 1 | -10/+42 |
* | Remove some more unused code that I missed. | Cameron Zwarich | 2011-03-02 | 1 | -19/+0 |
* | Eliminate the unused CodeGenPrepare option to split critical edges. | Cameron Zwarich | 2011-03-02 | 1 | -128/+1 |
* | Stop computing the number of uses twice per value in CodeGenPrepare's sinking of | Cameron Zwarich | 2011-03-01 | 1 | -3/+4 |
* | Make InstCombiner::FoldAndOfICmps create a ConstantRange that's the | Anders Carlsson | 2011-03-01 | 1 | -8/+12 |
* | Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers. | Eli Friedman | 2011-03-01 | 1 | -1/+1 |
* | Unbreak CMake build. | Ted Kremenek | 2011-02-28 | 1 | -1/+0 |
* | update cmake | Chris Lattner | 2011-02-28 | 1 | -1/+0 |
* | Delete the GEPSplitter experiment. | Dan Gohman | 2011-02-28 | 2 | -84/+0 |
* | Delete the SimplifyHalfPowrLibCalls pass, which was unused, and | Dan Gohman | 2011-02-28 | 2 | -161/+0 |