| Age | Commit message (Expand) | Author |
| 2011-04-12 | Remove the unaligned load intrinsics in favor of using native unaligned loads. | Bill Wendling |
| 2011-04-12 | Fix reassociate to use a worklist instead of recursing when new | Dan Gohman |
| 2011-04-11 | Don't include Operator.h from InstrTypes.h. | Jay Foad |
| 2011-04-09 | fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec... | Chris Lattner |
| 2011-04-09 | Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could | Chris Lattner |
| 2011-04-07 | Expose more passes to the C API. | Rafael Espindola |
| 2011-04-07 | PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad | Eli Friedman |
| 2011-03-30 | * The DSE code that tested for overlapping needed to take into account the fact | Bill Wendling |
| 2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad |
| 2011-03-30 | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad |
| 2011-03-29 | DSE: Remove an early exit optimization that depended on the ordering of a Sma... | Benjamin Kramer |
| 2011-03-29 | Do some simple copy propagation through integer loads and stores when promoting | Cameron Zwarich |
| 2011-03-26 | Simplification noticed by Frits. | Bill Wendling |
| 2011-03-26 | Rework the logic that determines if a store completely overlaps an ealier store. | Bill Wendling |
| 2011-03-26 | Fix a typo and add a test. | Cameron Zwarich |
| 2011-03-26 | PR9561: A store with a negative offset (via GEP) could erroniously say that it | Bill Wendling |
| 2011-03-24 | Debug intrinsics must be skipped at the beginning and ends of blocks, lest they | Cameron Zwarich |
| 2011-03-24 | It is enough for the CallInst to have no uses to be made a tail call with a ret | Cameron Zwarich |
| 2011-03-24 | s/UpdateDT/ModifiedDT/g | Devang Patel |
| 2011-03-24 | Do early taildup of ret in CodeGenPrepare for potential tail calls that have a | Cameron Zwarich |
| 2011-03-24 | Use an early return instead of a long if block. | Cameron Zwarich |
| 2011-03-24 | When UpdateDT is set, DT is invalid, which could cause problems when trying to | Cameron Zwarich |
| 2011-03-24 | Check for TLI so that -codegenprepare can be used from opt. | Cameron Zwarich |
| 2011-03-23 | Fix PR9464 by correcting some math that just happened to be right in most cases | Cameron Zwarich |
| 2011-03-21 | Re-apply r127953 with fixes: eliminate empty return block if it has no predec... | Evan Cheng |
| 2011-03-19 | Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessors | Daniel Dunbar |
| 2011-03-19 | SimplifyCFG has stopped duplicating returns into predecessors to canonicalize IR | Evan Cheng |
| 2011-03-18 | Remove TargetData and ValueTracking includes. I didn't mean for them to sneak... | Andrew Trick |
| 2011-03-17 | Added isValidRewrite() to check the result of ScalarEvolutionExpander. | Andrew Trick |
| 2011-03-17 | whitespace | Andrew Trick |
| 2011-03-16 | Fix a comment. | Cameron Zwarich |
| 2011-03-16 | Only convert allocas to scalars if it is profitable. The profitability metric I | Cameron Zwarich |
| 2011-03-16 | Better use initializer lists. | Cameron Zwarich |
| 2011-03-16 | Add a clarifying comment. | Cameron Zwarich |
| 2011-03-14 | Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap | Andrew Trick |
| 2011-03-14 | whitespace | Andrew Trick |
| 2011-03-11 | Roll r127459 back in: | Cameron Zwarich |
| 2011-03-11 | Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get | Daniel Dunbar |
| 2011-03-11 | Optimize trivial branches in CodeGenPrepare, which often get created from the | Cameron Zwarich |
| 2011-03-10 | RecursivelyDeleteTriviallyDeadInstructions only needs a | Dan Gohman |
| 2011-03-10 | Fix reassociate to postpone certain instruction deletions until | Dan Gohman |
| 2011-03-09 | Preserve line number information while simplifying libcalls. | Devang Patel |
| 2011-03-09 | Fix a crasher introduced by r127317 that is seen on the bots when using an | Cameron Zwarich |
| 2011-03-09 | Add support to scalar replacement for partial vector accesses of an alloca, e.g. | Cameron Zwarich |
| 2011-03-09 | Move vector type merging to a separate function in preparation for it getting | Cameron Zwarich |
| 2011-03-08 | While sinking an instruction, do not lose llvm.dbg.value intrinsic. | Devang Patel |
| 2011-03-07 | Preserve line no. info. | Devang Patel |
| 2011-03-05 | Fix PR9398 - 10% of llc compile time is spent in Value::getNumUses. This reduces | Cameron Zwarich |
| 2011-03-03 | Fix typo in comment. | Richard Osborne |
| 2011-03-03 | Optimize fprintf -> iprintf if there are no floating point arguments | Richard Osborne |