| Age | Commit message (Expand) | Author |
| 2010-08-10 | RegionInfo: Do not assert if a BB is not part of the dominance tree. | Tobias Grosser |
| 2010-08-10 | Handle TAG_constant for integers. | Devang Patel |
| 2010-08-09 | Refactor. | Devang Patel |
| 2010-08-09 | Add ConstantRange information to the debugging output. | Owen Anderson |
| 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 | Be more conservative in the face of volatile. | Dan Gohman |
| 2010-08-06 | Fix a comment. | Dan Gohman |
| 2010-08-06 | Move all the logic for function attributes and call attributes out of the | Dan Gohman |
| 2010-08-06 | Fix botched revert. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Fix 80-column violations. | Dan Gohman |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-08-05 | Implement AccessesArguments checking in the two-callsite form | Dan Gohman |
| 2010-08-05 | Yes, we can do better, but this is not the place for it. | Dan Gohman |
| 2010-08-05 | Add the beginnings of infrastructure for range tracking. | Owen Anderson |
| 2010-08-05 | Split the tag and value members of LVILatticeVal in preparation for expanding... | Owen Anderson |
| 2010-08-05 | Fix memdep's code for reasoning about dependences between two calls. A Ref | Dan Gohman |
| 2010-08-05 | Revert r110270 for now. It appears to uncover a memdep bug. | Dan Gohman |
| 2010-08-04 | The trouble with testing for "ModRef" and "NoModRef" is that | Dan Gohman |
| 2010-08-04 | The two-callsite form of AliasAnalysis::getModRefInfo is documented | Dan Gohman |
| 2010-08-04 | Fix a minor bug which resulted in intermediate calculations | 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 | The singular of "indices" is "index". | Dan Gohman |
| 2010-08-03 | Delete an unused function. | Dan Gohman |
| 2010-08-03 | Make AliasAnalysis::getModRefInfo conservative in the face of volatility. | Dan Gohman |
| 2010-08-03 | Fix a typo Devang noticed. | Dan Gohman |
| 2010-08-03 | Fix CMake build | Michael J. Spencer |
| 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 a lint check for indirectbr with no successors. | Dan Gohman |
| 2010-08-02 | Add explicit constructors. Patch by Renato Golin. | Devang Patel |
| 2010-08-02 | Fix namespace polution. | Dan Gohman |
| 2010-08-02 | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes |
| 2010-07-30 | Add an initial implementation of PHI translation for LazyValueInfo. This inv... | Owen Anderson |
| 2010-07-30 | Revert my last two patches to LVI, which recent changes have exposed a miscom... | Owen Anderson |
| 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 | Pass the queried value by argument rather than in a member, in preparation fo... | Owen Anderson |
| 2010-07-28 | Get rid of LVIQuery as a distinct data structure, so that we don't have to in... | Owen Anderson |
| 2010-07-28 | RegionInfo: Make sure to free cached nodes; Tobias, please check! | Daniel Dunbar |
| 2010-07-28 | simplify | Gabor Greif |
| 2010-07-28 | use Value* constructor of CallSite to create potentially improper site, and t... | Gabor Greif |
| 2010-07-28 | use Value* constructor of CallSite to create potentially improper site | Gabor Greif |
| 2010-07-28 | simplify | Gabor Greif |
| 2010-07-28 | simplify | Gabor Greif |