| Age | Commit message (Expand) | Author |
| 2009-01-22 | The operator<() and operator>() were reversing their tests. Have the test the... | Bill Wendling |
| 2008-12-15 | Implement initial support for PHI translation in memdep. This means that | Chris Lattner |
| 2008-12-09 | Teach GVN to invalidate some memdep information when it does an RAUW | Chris Lattner |
| 2008-12-09 | Teach BasicAA::getModRefInfo(CallSite, CallSite) some | Chris Lattner |
| 2008-12-09 | rename getNonLocalDependency -> getNonLocalCallDependency, and remove | Chris Lattner |
| 2008-12-09 | rename getNonLocalPointerDepInternal -> getNonLocalPointerDepFromBB | Chris Lattner |
| 2008-12-09 | use hte new pred cache to speed up the new non-local memdep | Chris Lattner |
| 2008-12-08 | add another level of caching for non-local pointer queries, keeping | Chris Lattner |
| 2008-12-07 | Use bool instead of int, now that it no longer evokes a warning. | Dan Gohman |
| 2008-12-07 | fix a typo duncan noticed! | Chris Lattner |
| 2008-12-07 | add support for caching pointer dependence queries. Nothing uses this yet | Chris Lattner |
| 2008-12-07 | Some internal refactoring to make it easier to cache results. | Chris Lattner |
| 2008-12-07 | Introduce a new MemDep::getNonLocalPointerDependency | Chris Lattner |
| 2008-12-07 | push the "pointer case" up the analysis stack a bit. This causes | Chris Lattner |
| 2008-12-07 | Rename getCallSiteDependency -> getCallSiteDependencyFrom to | Chris Lattner |
| 2008-12-07 | make getDependencyFrom private. | Chris Lattner |
| 2008-12-05 | Make a few major changes to memdep and its clients: | Chris Lattner |
| 2008-12-05 | Make it illegal to call getDependency* on non-memory instructions | Chris Lattner |
| 2008-12-01 | cleanups suggested by duncan, thanks! | Chris Lattner |
| 2008-12-01 | Reimplement the non-local dependency data structure in terms of a sorted | Chris Lattner |
| 2008-11-30 | Eliminate the DepResultTy abstraction. It is now completely | Chris Lattner |
| 2008-11-30 | Cache TargetData/AliasAnalysis in the pass instead of calling | Chris Lattner |
| 2008-11-30 | Two changes: Make getDependency remove QueryInst for a dirty record's | Chris Lattner |
| 2008-11-30 | introduce a typedef, no functionality change. | Chris Lattner |
| 2008-11-30 | Change NonLocalDeps to be a densemap of pointers to densemap | Chris Lattner |
| 2008-11-30 | implement a fixme by introducing a new getDependencyFromInternal | Chris Lattner |
| 2008-11-30 | REmove an old fixme, resolve another fixme by adding liberal | 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 | reimplement getNonLocalDependency with a simpler worklist | Chris Lattner |
| 2008-11-29 | tidy up some variable names. | Chris Lattner |
| 2008-11-29 | rename some maps. | 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 | comment cleanups. | Chris Lattner |
| 2008-11-28 | forward declare CallSite instead of #includ'ing it. | Chris Lattner |
| 2008-11-28 | rename "ping" to "verifyRemoved". I don't know why 'ping' what chosen, | Chris Lattner |
| 2008-11-28 | comment and indentation improvements. | Chris Lattner |
| 2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
| 2008-03-19 | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel |
| 2008-03-19 | Do not use virtual function to identify an analysis pass. | Devang Patel |
| 2008-03-18 | Identify Analysis pass. | Devang Patel |
| 2008-02-12 | Re-apply the patch to improve the optimizations of memcpy's, with several | Owen Anderson |
| 2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
| 2007-12-08 | Fix several cache coherence bugs in MemDep/GVN that were found. Also add som... | 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-08-16 | Cache non-local memory dependence analysis. This is a significant compile | Owen Anderson |