summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopDependenceAnalysis.cpp
Commit message (Expand)AuthorAge
* Misc analysis passes that need to be aware of atomic load/store.Eli Friedman2011-08-15
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* Move Value::getUnderlyingObject to be a standaloneDan Gohman2010-12-15
* Minimally update this code to handle PartialAlias.Dan Gohman2010-12-10
* Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be memberDan Gohman2010-11-17
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Define placement new wrappers for BumpPtrAllocator andDan Gohman2010-03-18
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* remove a few dead insertion methods.Chris Lattner2009-08-24
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* SIV/MIV classification for LDA.Andreas Bolka2009-08-07
* Simplify the ZIV tester to the max.Andreas Bolka2009-08-06
* ZIV tester for LDA.Andreas Bolka2009-08-05
* Restrict LDA to GEPs with the same pointer offset.Andreas Bolka2009-08-05
* Restrict LDA to affine subscripts.Andreas Bolka2009-08-03
* Equal SCEVs of a subscript give rise to dependence.Andreas Bolka2009-07-30
* Skeleton for pairwise subscript testing.Andreas Bolka2009-07-29
* Simplify LDA-internal interface.Andreas Bolka2009-07-28
* Add LDA statistics.Andreas Bolka2009-07-28
* Minor factoring, naming and formatting cleanups.Andreas Bolka2009-07-28
* Convert DOUT to DEBUG.Andreas Bolka2009-07-25
* Make AliasAnalysis and related classes useDan Gohman2009-07-25
* Forward-declare raw_ostream.Andreas Bolka2009-07-24
* Cache dependence computation using FoldingSet.Andreas Bolka2009-07-23
* Minor cosmetics: indentation, formatting, naming.Andreas Bolka2009-07-23
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Minor improvement to the LDA debug output.Andreas Bolka2009-07-03
* Use AA to check objects before LDA.Andreas Bolka2009-07-01
* Array accesses are independent if the underlying arrays differ.Andreas Bolka2009-06-30
* Relax LDA memory instruction checks.Andreas Bolka2009-06-29
* Missed one.Andreas Bolka2009-06-29
* Fix case in LDA util function names.Andreas Bolka2009-06-29
* Print pairwise dependence results, add testcases.Andreas Bolka2009-06-28
* Minimal LDA interface, maximally conservative tester.Andreas Bolka2009-06-28
* LDA analysis output scaffolding.Andreas Bolka2009-06-28
* Scaffolding for LDA pass.Andreas Bolka2009-06-24