aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LoopDependenceAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Skeleton for pairwise subscript testing.Andreas Bolka2009-07-291-3/+45
* Simplify LDA-internal interface.Andreas Bolka2009-07-281-12/+8
* Add LDA statistics.Andreas Bolka2009-07-281-0/+14
* Minor factoring, naming and formatting cleanups.Andreas Bolka2009-07-281-24/+29
* Convert DOUT to DEBUG.Andreas Bolka2009-07-251-5/+5
* Make AliasAnalysis and related classes useDan Gohman2009-07-251-2/+2
* Forward-declare raw_ostream.Andreas Bolka2009-07-241-0/+2
* Cache dependence computation using FoldingSet.Andreas Bolka2009-07-231-23/+65
* Minor cosmetics: indentation, formatting, naming.Andreas Bolka2009-07-231-18/+18
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-141-1/+1
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-111-1/+2
* Minor improvement to the LDA debug output.Andreas Bolka2009-07-031-2/+7
* Use AA to check objects before LDA.Andreas Bolka2009-07-011-15/+14
* Array accesses are independent if the underlying arrays differ.Andreas Bolka2009-06-301-0/+47
* Relax LDA memory instruction checks.Andreas Bolka2009-06-291-4/+7
* Missed one.Andreas Bolka2009-06-291-1/+1
* Fix case in LDA util function names.Andreas Bolka2009-06-291-4/+4
* Print pairwise dependence results, add testcases.Andreas Bolka2009-06-281-2/+26
* Minimal LDA interface, maximally conservative tester.Andreas Bolka2009-06-281-0/+24
* LDA analysis output scaffolding.Andreas Bolka2009-06-281-1/+19
* Scaffolding for LDA pass.Andreas Bolka2009-06-241-0/+47