| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement a proper getModRefInfo for va_arg. | Dan Gohman | 2010-08-06 | 1 | -0/+17 |
* | Be more conservative in the face of volatile. | Dan Gohman | 2010-08-06 | 1 | -8/+8 |
* | Fix a comment. | Dan Gohman | 2010-08-06 | 1 | -2/+2 |
* | Move all the logic for function attributes and call attributes out of the | Dan Gohman | 2010-08-06 | 2 | -179/+238 |
* | Fix botched revert. | Owen Anderson | 2010-08-06 | 1 | -4/+4 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 29 | -71/+71 |
* | Fix 80-column violations. | Dan Gohman | 2010-08-05 | 1 | -6/+6 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 29 | -75/+75 |
* | Implement AccessesArguments checking in the two-callsite form | Dan Gohman | 2010-08-05 | 1 | -2/+32 |
* | Yes, we can do better, but this is not the place for it. | Dan Gohman | 2010-08-05 | 1 | -1/+0 |
* | Add the beginnings of infrastructure for range tracking. | Owen Anderson | 2010-08-05 | 1 | -6/+60 |
* | Split the tag and value members of LVILatticeVal in preparation for expanding... | Owen Anderson | 2010-08-05 | 1 | -14/+14 |
* | Fix memdep's code for reasoning about dependences between two calls. A Ref | Dan Gohman | 2010-08-05 | 2 | -20/+14 |
* | Revert r110270 for now. It appears to uncover a memdep bug. | Dan Gohman | 2010-08-05 | 1 | -2/+2 |
* | The trouble with testing for "ModRef" and "NoModRef" is that | Dan Gohman | 2010-08-04 | 1 | -6/+6 |
* | The two-callsite form of AliasAnalysis::getModRefInfo is documented | Dan Gohman | 2010-08-04 | 2 | -2/+34 |
* | Fix a minor bug which resulted in intermediate calculations | Dan Gohman | 2010-08-04 | 1 | -1/+1 |
* | Add a missing function. | Torok Edwin | 2010-08-04 | 1 | -0/+49 |
* | Remove PointerAccessInfo, which nothing was using. | Dan Gohman | 2010-08-03 | 2 | -12/+8 |
* | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman | 2010-08-03 | 8 | -62/+82 |
* | The singular of "indices" is "index". | Dan Gohman | 2010-08-03 | 1 | -3/+3 |
* | Delete an unused function. | Dan Gohman | 2010-08-03 | 1 | -5/+0 |
* | Make AliasAnalysis::getModRefInfo conservative in the face of volatility. | Dan Gohman | 2010-08-03 | 1 | -3/+20 |
* | Fix a typo Devang noticed. | Dan Gohman | 2010-08-03 | 1 | -1/+1 |
* | Fix CMake build | Michael J. Spencer | 2010-08-03 | 1 | -0/+1 |
* | Introduce a symbolic constant for ~0u for use with AliasAnalysis. | Dan Gohman | 2010-08-03 | 2 | -9/+10 |
* | Add a convenient form of AliasAnalysis::alias for the case where the sizes | Dan Gohman | 2010-08-03 | 2 | -6/+3 |
* | Make SCEVUnknown a CallbackVH, so that it can be notified directly | Dan Gohman | 2010-08-02 | 1 | -47/+46 |
* | Sketch up a preliminary Type-Based Alias Analysis implementation. | Dan Gohman | 2010-08-02 | 1 | -0/+191 |
* | Add a lint check for indirectbr with no successors. | Dan Gohman | 2010-08-02 | 1 | -0/+3 |
* | Add explicit constructors. Patch by Renato Golin. | Devang Patel | 2010-08-02 | 1 | -0/+15 |
* | Fix namespace polution. | Dan Gohman | 2010-08-02 | 2 | -2/+6 |
* | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes | 2010-08-02 | 1 | -2/+2 |
* | Add an initial implementation of PHI translation for LazyValueInfo. This inv... | Owen Anderson | 2010-07-30 | 1 | -35/+72 |
* | Revert my last two patches to LVI, which recent changes have exposed a miscom... | Owen Anderson | 2010-07-30 | 1 | -56/+94 |
* | Speculatively revert r109705 since it seems to be causing some build bot | Eric Christopher | 2010-07-29 | 1 | -45/+29 |
* | Factor out some of the code for updating old SCEVUnknown values, and | Dan Gohman | 2010-07-29 | 1 | -29/+45 |
* | Pass the queried value by argument rather than in a member, in preparation fo... | Owen Anderson | 2010-07-28 | 1 | -36/+25 |
* | Get rid of LVIQuery as a distinct data structure, so that we don't have to in... | Owen Anderson | 2010-07-28 | 1 | -93/+66 |
* | RegionInfo: Make sure to free cached nodes; Tobias, please check! | Daniel Dunbar | 2010-07-28 | 1 | -0/+5 |
* | simplify | Gabor Greif | 2010-07-28 | 1 | -4/+2 |
* | use Value* constructor of CallSite to create potentially improper site, and t... | Gabor Greif | 2010-07-28 | 1 | -3/+3 |
* | use Value* constructor of CallSite to create potentially improper site | Gabor Greif | 2010-07-28 | 1 | -2/+2 |
* | simplify | Gabor Greif | 2010-07-28 | 1 | -1/+1 |
* | simplify | Gabor Greif | 2010-07-28 | 1 | -2/+1 |
* | Make SCEVCallbackVH::allUsesReplacedWith update the old SCEVUnknown | Dan Gohman | 2010-07-28 | 1 | -22/+39 |
* | Make SCEVCallbackVH::allUsesReplacedWith unconditionally delete | Dan Gohman | 2010-07-28 | 1 | -12/+6 |
* | Rearrange several datastructures in LazyValueInfo to improve compile time. | Owen Anderson | 2010-07-27 | 1 | -69/+35 |
* | reintroduce original (asserting) semantics of CallSite(Instruction *II) | Gabor Greif | 2010-07-27 | 1 | -1/+1 |
* | recommit simplification (originally r109504, backed out in r109508) now that ... | Gabor Greif | 2010-07-27 | 1 | -3/+2 |