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