Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
llvm
/
lib
/
Analysis
/
LoopDependenceAnalysis.cpp
46a9f01
More dead code removal (using -Wunreachable-code)
by David Blaikie
· 14 years ago
5494ada
Misc analysis passes that need to be aware of atomic load/store.
by Eli Friedman
· 14 years ago
bf0aa92
split dom frontier handling stuff out to its own DominanceFrontier header,
by Chris Lattner
· 15 years ago
a4fcd24
Move Value::getUnderlyingObject to be a standalone
by Dan Gohman
· 15 years ago
704e7c2
Minimally update this code to handle PartialAlias.
by Dan Gohman
· 15 years ago
afd6db9
Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be member
by Dan Gohman
· 15 years ago
8ac477f
Begin adding static dependence information to passes, which will allow us to
by Owen Anderson
· 15 years ago
df7a4f2
Now with fewer extraneous semicolons!
by Owen Anderson
· 15 years ago
a57b97e
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
by Owen Anderson
· 15 years ago
01c65a2
Define placement new wrappers for BumpPtrAllocator and
by Dan Gohman
· 16 years ago
9507879
by David Greene
· 16 years ago
13d62b6
remove a few dead insertion methods.
by Chris Lattner
· 16 years ago
55f1c09
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 16 years ago
2f7562c
SIV/MIV classification for LDA.
by Andreas Bolka
· 16 years ago
3c7b95d
Simplify the ZIV tester to the max.
by Andreas Bolka
· 16 years ago
13b8609
ZIV tester for LDA.
by Andreas Bolka
· 16 years ago
d3a44b5
Restrict LDA to GEPs with the same pointer offset.
by Andreas Bolka
· 16 years ago
c833d01
Restrict LDA to affine subscripts.
by Andreas Bolka
· 16 years ago
31d9fa2
Equal SCEVs of a subscript give rise to dependence.
by Andreas Bolka
· 16 years ago
43797d1
Skeleton for pairwise subscript testing.
by Andreas Bolka
· 16 years ago
f1bd1ed
Simplify LDA-internal interface.
by Andreas Bolka
· 16 years ago
44623bb
Add LDA statistics.
by Andreas Bolka
· 16 years ago
0e263ce
Minor factoring, naming and formatting cleanups.
by Andreas Bolka
· 16 years ago
8377af0
Convert DOUT to DEBUG.
by Andreas Bolka
· 16 years ago
43d19d6
Make AliasAnalysis and related classes use getAnalysisIfAvailable<TargetData>().
by Dan Gohman
· 16 years ago
c76c723
Forward-declare raw_ostream.
by Andreas Bolka
· 16 years ago
c8cd3f6
Cache dependence computation using FoldingSet.
by Andreas Bolka
· 16 years ago
897e68c
Minor cosmetics: indentation, formatting, naming.
by Andreas Bolka
· 16 years ago
fbcc663
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
by Torok Edwin
· 16 years ago
56d0659
assert(0) -> LLVM_UNREACHABLE.
by Torok Edwin
· 16 years ago
1cd3fd6
Minor improvement to the LDA debug output.
by Andreas Bolka
· 16 years ago
394b415
Use AA to check objects before LDA.
by Andreas Bolka
· 16 years ago
9541801
Array accesses are independent if the underlying arrays differ.
by Andreas Bolka
· 16 years ago
6037bc9
Relax LDA memory instruction checks.
by Andreas Bolka
· 16 years ago
3a09c8b
Missed one.
by Andreas Bolka
· 16 years ago
c5558a8
Fix case in LDA util function names.
by Andreas Bolka
· 16 years ago
9d09e20
Print pairwise dependence results, add testcases.
by Andreas Bolka
· 16 years ago
9fee7f8
Minimal LDA interface, maximally conservative tester.
by Andreas Bolka
· 16 years ago
8976d3b
LDA analysis output scaffolding.
by Andreas Bolka
· 16 years ago
8c7e299
Scaffolding for LDA pass.
by Andreas Bolka
· 16 years ago