| Age | Commit message (Expand) | Author |
| 2008-11-30 | REmove an old fixme, resolve another fixme by adding liberal | Chris Lattner |
| 2008-11-30 | remove a bit of incorrect code that tried to be tricky about speeding up | Chris Lattner |
| 2008-11-29 | Eliminate the dropInstruction method, which is not needed any more. | Chris Lattner |
| 2008-11-29 | implement some fixme's: when deleting an instruction with | Chris Lattner |
| 2008-11-29 | Change MemDep::getNonLocalDependency to return its results as | Chris Lattner |
| 2008-11-29 | move MemoryDependenceAnalysis::verifyRemoved to the end of the file, | Chris Lattner |
| 2008-11-29 | reimplement getNonLocalDependency with a simpler worklist | Chris Lattner |
| 2008-11-29 | rename some maps. | Chris Lattner |
| 2008-11-29 | rename some variables. | Chris Lattner |
| 2008-11-29 | eliminate a bunch of code in favor of using AliasAnalysis::getModRefInfo. | Chris Lattner |
| 2008-11-29 | simplify some code and rename some variables. Reduce nesting. | Chris Lattner |
| 2008-11-29 | Split getDependency into getDependency and getDependencyFrom, the | Chris Lattner |
| 2008-11-29 | Now that DepType is private, we can start cleaning up some of its uses: | Chris Lattner |
| 2008-11-29 | Introduce and use a new MemDepResult class to hold the results of a memdep | Chris Lattner |
| 2008-11-29 | Reimplement the internal abstraction used by MemDep in terms | Chris Lattner |
| 2008-11-28 | Fix PR3141 by ensuring that MemoryDependenceAnalysis::removeInstruction | Chris Lattner |
| 2008-11-28 | more cleanups for MemoryDependenceAnalysis::removeInstruction, | Chris Lattner |
| 2008-11-28 | random cleanups, no functionality change. | Chris Lattner |
| 2008-11-28 | Run verifyRemoved from removeInstruction when -debug is specified. | Chris Lattner |
| 2008-11-28 | rename "ping" to "verifyRemoved". I don't know why 'ping' what chosen, | Chris Lattner |
| 2008-11-28 | remove mysterious escaped newlines. | Chris Lattner |
| 2008-09-11 | Fix comment typo. | Duncan Sands |
| 2008-07-28 | Fix a subtle bug when removing instructions from memdep. In very specific | Owen Anderson |
| 2008-07-02 | A better fix for PR2503 that doesn't pessimize GVN in the presence of unreach... | Owen Anderson |
| 2008-07-01 | Properly handle cases where a predecessor of the block being queried on is un... | Owen Anderson |
| 2008-06-01 | Remember to update the reverse non-local cache when cleaning up dirty entries... | Owen Anderson |
| 2008-06-01 | Make ping more aggressive in finding nonlocal caching errors. | Owen Anderson |
| 2008-05-13 | Fix memdep's handling of invokes when finding the dependency of another call | Owen Anderson |
| 2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
| 2008-05-06 | Make several variable declarations static. | Dan Gohman |
| 2008-04-17 | Make GVN able to remove unnecessary calls to read-only functions again. | Owen Anderson |
| 2008-04-10 | Fix a typo in a comment. | Dan Gohman |
| 2008-04-10 | Fix for PR2190. Memdep's non-local caching was checking dirtied blocks in the | Owen Anderson |
| 2008-03-31 | Set blockBegin to point to the beginning of the block, | Dan Gohman |
| 2008-03-20 | Restore isCFGOnly property of various analysis passes. | Devang Patel |
| 2008-03-19 | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel |
| 2008-02-12 | Re-apply the patch to improve the optimizations of memcpy's, with several | Owen Anderson |
| 2008-02-06 | Throttle the non-local dependence analysis for basic blocks with more than 50... | Tanya Lattner |
| 2008-02-05 | Fix an obscure read-after-free bug that Duncan found. | Owen Anderson |
| 2008-01-30 | Fix an issue where, under very specific circumstances, memdep could end up de... | Owen Anderson |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-08 | Fix several cache coherence bugs in MemDep/GVN that were found. Also add som... | Owen Anderson |
| 2007-12-01 | Integrate the readonly/readnone logic more deeply | Duncan Sands |
| 2007-11-26 | Fix a silly bug that Nicholas noticed. | Owen Anderson |
| 2007-11-26 | Allow GVN to eliminate read-only function calls when it can detect that they ... | Owen Anderson |
| 2007-11-01 | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands |
| 2007-09-21 | Add partial caching of non-local memory dependence queries. This provides a ... | Owen Anderson |
| 2007-09-19 | Add a flag to mark a dirty cache entry. This is not yet used, but will event... | Owen Anderson |
| 2007-09-11 | Fix a typo in memdep, which was causing PR1648. | Owen Anderson |
| 2007-09-09 | Remove an un-needed dependence query. This improves compile time marginally ... | Owen Anderson |