Fix undefined behavior in the Mips backend.
[oota-llvm.git] / lib / Analysis / LoopDependenceAnalysis.cpp
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-08-15 Eli FriedmanMisc analysis passes that need to be aware of atomic...
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
2010-12-15 Dan GohmanMove Value::getUnderlyingObject to be a standalone
2010-12-10 Dan GohmanMinimally update this code to handle PartialAlias.
2010-11-17 Dan GohmanMove SCEV::isLoopInvariant and hasComputableLoopEvoluti...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-03-18 Dan GohmanDefine placement new wrappers for BumpPtrAllocator and
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-08-24 Chris Lattnerremove a few dead insertion methods.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-07 Andreas BolkaSIV/MIV classification for LDA.
2009-08-06 Andreas BolkaSimplify the ZIV tester to the max.
2009-08-05 Andreas BolkaZIV tester for LDA.
2009-08-05 Andreas BolkaRestrict LDA to GEPs with the same pointer offset.
2009-08-03 Andreas BolkaRestrict LDA to affine subscripts.
2009-07-30 Andreas BolkaEqual SCEVs of a subscript give rise to dependence.
2009-07-29 Andreas BolkaSkeleton for pairwise subscript testing.
2009-07-28 Andreas BolkaSimplify LDA-internal interface.
2009-07-28 Andreas BolkaAdd LDA statistics.
2009-07-28 Andreas BolkaMinor factoring, naming and formatting cleanups.
2009-07-25 Andreas BolkaConvert DOUT to DEBUG.
2009-07-25 Dan GohmanMake AliasAnalysis and related classes use
2009-07-24 Andreas BolkaForward-declare raw_ostream.
2009-07-23 Andreas BolkaCache dependence computation using FoldingSet.
2009-07-23 Andreas BolkaMinor cosmetics: indentation, formatting, naming.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-03 Andreas BolkaMinor improvement to the LDA debug output.
2009-07-01 Andreas BolkaUse AA to check objects before LDA.
2009-06-30 Andreas BolkaArray accesses are independent if the underlying arrays...
2009-06-29 Andreas BolkaRelax LDA memory instruction checks.
2009-06-29 Andreas BolkaMissed one.
2009-06-29 Andreas BolkaFix case in LDA util function names.
2009-06-28 Andreas BolkaPrint pairwise dependence results, add testcases.
2009-06-28 Andreas BolkaMinimal LDA interface, maximally conservative tester.
2009-06-28 Andreas BolkaLDA analysis output scaffolding.
2009-06-24 Andreas BolkaScaffolding for LDA pass.