| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | back out r109504, breaks the bots | Gabor Greif | 2010-07-27 | 1 | -2/+3 |
| * | simplify | Gabor Greif | 2010-07-27 | 1 | -3/+2 |
| * | use ImmutableCallSite for const-corrgoodness | Gabor Greif | 2010-07-27 | 1 | -4/+4 |
| * | RegionInfo: Add getMaxRegionExit() | Tobias Grosser | 2010-07-27 | 1 | -0/+39 |
| * | Add function to query RegionInfo about loops. | Tobias Grosser | 2010-07-27 | 1 | -0/+65 |
| * | Add an initial implementation of LazyValueInfo updating for JumpThreading. D... | Owen Anderson | 2010-07-26 | 1 | -4/+89 |
| * | Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variable | Dan Gohman | 2010-07-26 | 1 | -24/+21 |
| * | Use DominatorTree::properlyDominates instead of dominates with an | Dan Gohman | 2010-07-26 | 1 | -1/+1 |
| * | Eliminate getCanonicalInductionVariableIncrement's last user and | Dan Gohman | 2010-07-23 | 1 | -17/+5 |
| * | Simplify this code; it can use the regular CFG utlities rather than | Dan Gohman | 2010-07-23 | 1 | -13/+7 |
| * | Micro-optimize SCEVComplexityCompare. | Dan Gohman | 2010-07-23 | 1 | -34/+44 |
| * | Add a const qualifier. | Dan Gohman | 2010-07-23 | 1 | -2/+2 |
| * | use cascading operator-> feature | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
| * | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
| * | use -> instead of (*). | Gabor Greif | 2010-07-22 | 1 | -2/+2 |
| * | cache dereferenced iterator | Gabor Greif | 2010-07-22 | 1 | -3/+4 |
| * | Add new RegionInfo pass. | Tobias Grosser | 2010-07-22 | 3 | -0/+821 |