index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
LoopDependenceAnalysis.cpp
Age
Commit message (
Expand
)
Author
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2011-08-15
Misc analysis passes that need to be aware of atomic load/store.
Eli Friedman
2011-01-02
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2010-12-15
Move Value::getUnderlyingObject to be a standalone
Dan Gohman
2010-12-10
Minimally update this code to handle PartialAlias.
Dan Gohman
2010-11-17
Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be member
Dan Gohman
2010-10-12
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-03-18
Define placement new wrappers for BumpPtrAllocator and
Dan Gohman
2009-12-23
Convert debug messages to use dbgs(). Generally this means
David Greene
2009-08-24
remove a few dead insertion methods.
Chris Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-07
SIV/MIV classification for LDA.
Andreas Bolka
2009-08-06
Simplify the ZIV tester to the max.
Andreas Bolka
2009-08-05
ZIV tester for LDA.
Andreas Bolka
2009-08-05
Restrict LDA to GEPs with the same pointer offset.
Andreas Bolka
2009-08-03
Restrict LDA to affine subscripts.
Andreas Bolka
2009-07-30
Equal SCEVs of a subscript give rise to dependence.
Andreas Bolka
2009-07-29
Skeleton for pairwise subscript testing.
Andreas Bolka
2009-07-28
Simplify LDA-internal interface.
Andreas Bolka
2009-07-28
Add LDA statistics.
Andreas Bolka
2009-07-28
Minor factoring, naming and formatting cleanups.
Andreas Bolka
2009-07-25
Convert DOUT to DEBUG.
Andreas Bolka
2009-07-25
Make AliasAnalysis and related classes use
Dan Gohman
2009-07-24
Forward-declare raw_ostream.
Andreas Bolka
2009-07-23
Cache dependence computation using FoldingSet.
Andreas Bolka
2009-07-23
Minor cosmetics: indentation, formatting, naming.
Andreas Bolka
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-03
Minor improvement to the LDA debug output.
Andreas Bolka
2009-07-01
Use AA to check objects before LDA.
Andreas Bolka
2009-06-30
Array accesses are independent if the underlying arrays differ.
Andreas Bolka
2009-06-29
Relax LDA memory instruction checks.
Andreas Bolka
2009-06-29
Missed one.
Andreas Bolka
2009-06-29
Fix case in LDA util function names.
Andreas Bolka
2009-06-28
Print pairwise dependence results, add testcases.
Andreas Bolka
2009-06-28
Minimal LDA interface, maximally conservative tester.
Andreas Bolka
2009-06-28
LDA analysis output scaffolding.
Andreas Bolka
2009-06-24
Scaffolding for LDA pass.
Andreas Bolka