| Age | Commit message (Expand) | Author |
| 2010-09-01 | Revert 112442 and 112440 until the compile time problems introduced | Dan Gohman |
| 2010-08-30 | Update the descriptions of NoModRef and ModRef to be consistent | Dan Gohman |
| 2010-08-29 | two changes: 1) make AliasSet hold the list of call sites with an | Chris Lattner |
| 2010-08-29 | Make IVUsers iterative instead of recursive. | Dan Gohman |
| 2010-08-27 | Switch ScalarEvolution's main Value*->SCEV* map from std::map | Dan Gohman |
| 2010-08-25 | Fix header define to reflect the name of the file. | Eric Christopher |
| 2010-08-23 | Handle qualified constants that are directly folded by FE. | Devang Patel |
| 2010-08-20 | CreateTemporaryType doesn't needs its Context argument. | Dan Gohman |
| 2010-08-20 | Introduce a new temporary MDNode concept. Temporary MDNodes are | Dan Gohman |
| 2010-08-18 | move gep decomposition out of ValueTracking into BasicAA. The form of | Chris Lattner |
| 2010-08-18 | Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. The | Daniel Dunbar |
| 2010-08-18 | Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i... | Owen Anderson |
| 2010-08-18 | move gep decomposition out of ValueTracking into BasicAA. The form of | Chris Lattner |
| 2010-08-16 | Revert r111031. The way LLVM defines loop invariance, the property of an | Dan Gohman |
| 2010-08-16 | Placate overzealous compiler warnings. | Dan Gohman |
| 2010-08-16 | Move SCEVNAryExpr's virtual member functions out of line, and convert | Dan Gohman |
| 2010-08-16 | Specialize FoldingSetTrait<SCEV>, providing implementations of node | Dan Gohman |
| 2010-08-13 | Implement hasComputableLoopEvolution for Add, Mul, and Trunc operators, | Dan Gohman |
| 2010-08-11 | Make LoopPass::getContainedPass return a LoopPass* instead of a Pass* | Dan Gohman |
| 2010-08-10 | Rename and reorder the arguments to isImpliedCond, for consistency and clarity. | Dan Gohman |
| 2010-08-10 | Add missing argument. CreateCompositeTypeEx() users, please verify. | Devang Patel |
| 2010-08-09 | Refactor. | Devang Patel |
| 2010-08-07 | Remove assignPassManager's default arguments. It's really | Dan Gohman |
| 2010-08-07 | Tidy up PMStack. Add a bunch of consts, use std::vector instead of | Dan Gohman |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Implement a proper getModRefInfo for va_arg. | Dan Gohman |
| 2010-08-06 | Add a comment. | Dan Gohman |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Make AA private, since subclasses shouldn't (aren't don't) access it directly. | Dan Gohman |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-08-04 | Delete obsolete comments. | Dan Gohman |
| 2010-08-04 | Add a missing function. | Torok Edwin |
| 2010-08-03 | Remove PointerAccessInfo, which nothing was using. | Dan Gohman |
| 2010-08-03 | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman |
| 2010-08-03 | Update some comments. | Dan Gohman |
| 2010-08-03 | Introduce a symbolic constant for ~0u for use with AliasAnalysis. | Dan Gohman |
| 2010-08-03 | Add a convenient form of AliasAnalysis::alias for the case where the sizes | Dan Gohman |
| 2010-08-02 | Make SCEVUnknown a CallbackVH, so that it can be notified directly | Dan Gohman |
| 2010-08-02 | Sketch up a preliminary Type-Based Alias Analysis implementation. | Dan Gohman |
| 2010-08-02 | Add explicit constructors. Patch by Renato Golin. | Devang Patel |
| 2010-07-30 | LibCallAliasAnalysis uses multiple inheritance, so it needs to implement | Nick Lewycky |
| 2010-07-29 | Speculatively revert r109705 since it seems to be causing some build bot | Eric Christopher |
| 2010-07-29 | Factor out some of the code for updating old SCEVUnknown values, and | Dan Gohman |
| 2010-07-28 | Add some extra friend declarations to fix a gcc-4.0 compile error. | Dan Gohman |
| 2010-07-28 | Add a comment. | Dan Gohman |
| 2010-07-27 | RegionInfo: Add getMaxRegionExit() | Tobias Grosser |
| 2010-07-27 | Add function to query RegionInfo about loops. | Tobias Grosser |
| 2010-07-27 | Use AssertingVH for InsertedValues and InsertedPostIncValues, to verify | Dan Gohman |
| 2010-07-26 | Add an initial implementation of LazyValueInfo updating for JumpThreading. D... | Owen Anderson |
| 2010-07-23 | Eliminate getCanonicalInductionVariableIncrement's last user and | Dan Gohman |