| Age | Commit message (Expand) | Author |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-11-23 | Expand a little on the description of what InstructionSimplify does. | Duncan Sands |
| 2010-11-23 | Clarify that constant folding of instructions applies when all operands | Duncan Sands |
| 2010-11-23 | Optimize a common case in the Lengauer-Tarjan dominators algorithm. This gives a | Cameron Zwarich |
| 2010-11-21 | the getLocationForSource/Dest methods can be static. | Chris Lattner |
| 2010-11-21 | add "getLocation" method to AliasAnalysis for getting the source and | Chris Lattner |
| 2010-11-21 | implement PR8576, deleting dead stores with intervening may-alias stores. | Chris Lattner |
| 2010-11-19 | Simplify, no functionality change. | Duncan Sands |
| 2010-11-18 | Factor code for testing whether replacing one value with another | Duncan Sands |
| 2010-11-18 | Document the units for the Size field. | Dan Gohman |
| 2010-11-18 | Introduce memoization for ScalarEvolution dominates and properlyDominates | Dan Gohman |
| 2010-11-17 | Factor out the code for purging a SCEV from all the various memoization maps. | Dan Gohman |
| 2010-11-17 | Merge the implementations of isLoopInvariant and hasComputableLoopEvolution, and | Dan Gohman |
| 2010-11-17 | Make SCEV::getType() and SCEV::print non-virtual. Move SCEV::hasOperand | Dan Gohman |
| 2010-11-17 | Move SCEV::dominates and properlyDominates to ScalarEvolution. | Dan Gohman |
| 2010-11-17 | Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be member | Dan Gohman |
| 2010-11-17 | Verify SCEVAddRecExpr's invariant in ScalarEvolution::getAddRecExpr | Dan Gohman |
| 2010-11-17 | Fix ScalarEvolution's range memoization to avoid using a | Dan Gohman |
| 2010-11-17 | Move some those Xor simplifications which don't require creating new | Duncan Sands |
| 2010-11-17 | Previously SimplifyInstruction could report that an instruction | Duncan Sands |
| 2010-11-17 | Memoize results from ScalarEvolution's getUnsignedRange and getSignedRange. | Dan Gohman |
| 2010-11-16 | In which I discover the existence of loops. Threading an operation | Duncan Sands |
| 2010-11-14 | If dom tree information is available, make it possible to pass | Duncan Sands |
| 2010-11-14 | Strip trailing whitespace. | Duncan Sands |
| 2010-11-11 | Add helper functions for computing the Location of load, store, | Dan Gohman |
| 2010-11-11 | Add comments. | Dan Gohman |
| 2010-11-11 | Add brief doxygen comments for AliasResult enum values. | Dan Gohman |
| 2010-11-11 | Set NonLocalDepInfo's Size field to UnknownSize when invalidating | Dan Gohman |
| 2010-11-10 | Take care of special characters while creating named MDNode name to hold func... | Devang Patel |
| 2010-11-10 | Enhance GVN to do more precise alias queries for non-local memory | Dan Gohman |
| 2010-11-10 | Rename AccessesArguments and AccessesArgumentsReadonly, and rewrite | Dan Gohman |
| 2010-11-10 | Fix a copy+pasto Duncan noticed. | Dan Gohman |
| 2010-11-10 | Add a doesAccessArgPointees helper function, and update code to use | Dan Gohman |
| 2010-11-10 | Factor out the code for testing whether a function accesses | Dan Gohman |
| 2010-11-10 | Give NonLocalDepResult a NonLocalDepEntry member, replacing | Dan Gohman |
| 2010-11-10 | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman |
| 2010-11-09 | Convert comments to doxygen syntax. | Dan Gohman |
| 2010-11-09 | AccessesArgumentsReadonly is read-only. | Dan Gohman |
| 2010-11-09 | Add a AccessesArgumentsReadonly ModRefBehavior value, so that the intrinsic | Dan Gohman |
| 2010-11-09 | Factor out the logic for onlyReadsMemory into a helper function. | Dan Gohman |
| 2010-11-09 | Delete AccessesArgumentsAndGlobals, which was unused. | Dan Gohman |
| 2010-11-08 | Add some comments noting some correspondences between ModRefBehavior | Dan Gohman |
| 2010-11-08 | Document parameters. Fix typos. | Devang Patel |
| 2010-11-08 | Extend the AliasAnalysis::pointsToConstantMemory interface to allow it | Dan Gohman |
| 2010-11-08 | Delete getIntrinsicModRefBehavior. Clients can just use the normal | Dan Gohman |
| 2010-11-08 | Add comments. | Dan Gohman |
| 2010-11-04 | Introduce DIBuilder. It is intended to be a front-end friendly interface to e... | Devang Patel |
| 2010-11-04 | Add getFile() to get DIFile of a DIType. | Devang Patel |
| 2010-10-29 | Simplify. | Devang Patel |
| 2010-10-28 | Fix indentation. | Devang Patel |