Age | Commit message (Expand) | Author |
2010-08-12 | Optimize ScalarEvolution::getAddExpr's operand factoring code by | Dan Gohman |
2010-08-12 | Hoist some loop-invariant code out of a hot loop. | Dan Gohman |
2010-08-12 | Optimize ScalarEvolution::getAddExpr's duplicate operand detection | Dan Gohman |
2010-08-11 | Even if a variable has constant value all the time, it is still a variable in... | Devang Patel |
2010-08-11 | Fix a subtle use-after-free issue. | Owen Anderson |
2010-08-11 | Make LoopPass::getContainedPass return a LoopPass* instead of a Pass* | Dan Gohman |
2010-08-11 | Improve indentation. | Owen Anderson |
2010-08-11 | When analyzing loop exit conditions combined with and and or, don't | Dan Gohman |
2010-08-10 | Rename and reorder the arguments to isImpliedCond, for consistency and clarity. | Dan Gohman |
2010-08-10 | Now that we're using ConstantRange to represent potential values, make use of... | Owen Anderson |
2010-08-10 | Add missing argument. CreateCompositeTypeEx() users, please verify. | Devang Patel |
2010-08-10 | Switch over to using ConstantRange to track integral values. | Owen Anderson |
2010-08-10 | Do not forget debug info for enums. Use named mdnode to keep track of these t... | Devang Patel |
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 |