summaryrefslogtreecommitdiff
path: root/lib/Analysis/MemoryDependenceAnalysis.cpp
Commit message (Expand)AuthorAge
...
* Teach memdep to look for memory use intrinsics during dependency queries. FixesNick Lewycky2009-11-28
* Enhance InsertPHITranslatedPointer to be able to return a list of newlyChris Lattner2009-11-28
* enable code to handle un-phi-translatable cases more aggressively:Chris Lattner2009-11-28
* Rework InsertPHITranslatedPointer to handle the recursive case, this Chris Lattner2009-11-27
* recursively phi translate bitcast operands too, for consistency.Chris Lattner2009-11-27
* add support for recursive phi translation and phi Chris Lattner2009-11-27
* add comment.Chris Lattner2009-11-27
* reduce nesting, no functionality change.Chris Lattner2009-11-27
* teach GVN's load PRE to insert computations of the address in predecessorsChris Lattner2009-11-27
* Fix phi translation in load PRE to agree with the phi Chris Lattner2009-11-27
* redisable this, my bootstrap worked because it wasn't an optimized build, who...Chris Lattner2009-11-27
* try again.Chris Lattner2009-11-27
* this is causing buildbot failures, disable for now.Chris Lattner2009-11-27
* teach phi translation of GEPs to simplify geps like 'gep x, 0'.Chris Lattner2009-11-27
* teach memdep to do trivial PHI translation of GEPs. More toChris Lattner2009-11-27
* Teach memdep to phi translate bitcasts. This allows us to compileChris Lattner2009-11-26
* factor some code out into some helper functions.Chris Lattner2009-11-26
* Remove dead code. While there, also turn a few 'T* ' into 'T *' to match theNick Lewycky2009-11-22
* Treat lifetime begin/end markers as allocations/frees respectively for theOwen Anderson2009-10-28
* Be more careful about invariance reasoning on "store" queries. Stores still ...Owen Anderson2009-10-28
* Add trivial support for the invariance intrinsics to memdep. This logic isOwen Anderson2009-10-28
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-27
* Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez2009-10-26
* Remove FreeInst.Victor Hernandez2009-10-26
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-23
* Memory dependence analysis was incorrectly stopping to scan for stores to a p...Victor Hernandez2009-10-13
* Revert r82404, it is causing a bootstrap miscompile. This is very very Chris Lattner2009-09-20
* improve memdep to eliminate bitcasts (and aliases, and noop geps) Chris Lattner2009-09-20
* Enhance analysis passes so that they apply the same analysis to malloc calls ...Victor Hernandez2009-09-18
* Make TargetData optional in MemoryDependenceAnalysis.Dan Gohman2009-07-31
* Remove an unnecessary header.Dan Gohman2009-07-31
* factor the 'optimized sort' code out into a static helper functionChris Lattner2009-07-13
* Move the re-sort of invalidated NonLocalPointerDeps cache earlierChris Lattner2009-07-13
* make memdep use the getModRefInfo method for stores instead of theChris Lattner2009-05-25
* now that you can put a PointerIntPair in a SmallPtrSet, remove someChris Lattner2009-03-29
* Debug intriniscs should be skipped when lookingDale Johannesen2009-03-11
* Ignore debug intrinsics when computing dependences.Owen Anderson2009-03-09
* Remove this as dbginfo intrinsics has been defined asZhou Sheng2009-03-06
* Ignore the debug info intrinsics when looking for dependency through basic bl...Zhou Sheng2009-03-05
* fix two more cases where we could let the NLPDI cache get unsorted.Chris Lattner2009-01-23
* Unconditionally reset 'cache' to zero, even if we don't need to resort it.Chris Lattner2009-01-23
* a minor tweak to my previous patch, handle the invalidation caseChris Lattner2009-01-23
* Fix PR3358, a really nasty bug where recursive phi translated Chris Lattner2009-01-22
* fix PR3217: fully cached queries need to be verified against the Chris Lattner2008-12-16
* if we have a phi translation failure of the start block,Chris Lattner2008-12-15
* Implement initial support for PHI translation in memdep. This means thatChris Lattner2008-12-15
* Don't dereference the end() iterator. This wasDuncan Sands2008-12-10
* loosen up an assertion that isn't valid when called fromChris Lattner2008-12-09
* Teach GVN to invalidate some memdep information when it does an RAUWChris Lattner2008-12-09