Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c1694c6ab76c847cac8fd3bb53d43eeb51aead3a
/
llvm
/
lib
/
Analysis
/
SparsePropagation.cpp
5a82c91
Analysis: Remove implicit ilist iterator conversions
by Duncan P. N. Exon Smith
· 10 years ago
f1221bd
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 11 years ago
9f00886
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 12 years ago
cdf4788
[C++11] Add range based accessors for the Use-Def chain of a Value.
by Chandler Carruth
· 12 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
5b648af
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
by Stepan Dyatkovskiy
· 14 years ago
513aaa5
SwitchInst refactoring.
by Stepan Dyatkovskiy
· 14 years ago
1f97a5a
Remove all remaining uses of Value::getNameStr().
by Benjamin Kramer
· 14 years ago
faa00b7
by David Greene
· 16 years ago
f902c8c
Eliminate unnecessary LLVMContexts.
by Dan Gohman
· 16 years ago
d04cb6d
rename indbr -> indirectbr to appease the residents of #llvm.
by Chris Lattner
· 16 years ago
6d8b15b
make the build build.
by Chris Lattner
· 16 years ago
c5c281e
Random updates to passes for indbr, I need blockaddress before I can do much more.
by Chris Lattner
· 16 years ago
3b8bd05
Add a comment explaining why you would ever want to do this.
by Nick Lewycky
· 16 years ago
7e6deb1
Lett users of sparse propagation do their own thing with phi nodes if they want
by Nick Lewycky
· 16 years ago
6a3260e
Add newlines.
by Nick Lewycky
· 16 years ago
b25de3f
eliminate the "Value" printing methods that print to a std::ostream.
by Chris Lattner
· 16 years ago
23a204d
Move getTrue() and getFalse() to 2.5-like APIs.
by Owen Anderson
· 16 years ago
6115b39
Remove Value::getName{Start,End}, the last of the old Name APIs.
by Daniel Dunbar
· 16 years ago
c37bc69
Rename getConstantInt{True|False} to get{True|False} at Chris' behest.
by Owen Anderson
· 16 years ago
f1f1743
Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's through the ValueTracking API.
by Owen Anderson
· 16 years ago
5202cc0
Make Print callable from a pass's print method: add const qualifier. No
by Torok Edwin
· 17 years ago
09e3b65
"This patch adds a virtual call to AbstractLatticeFunction to derive a
by Chris Lattner
· 17 years ago
a61379e
Use Function::getEntryBlock instead of Function::begin, for clarity.
by Dan Gohman
· 17 years ago
3ec5520
Print debug output when any edge becomes executable, including
by Dan Gohman
· 17 years ago
f479856
Add a bool to isEdgeFeasible that tells it whether to treat unknown
by Chris Lattner
· 17 years ago
9fdb814
prune #includes.
by Chris Lattner
· 17 years ago
5287765
Add a new SparsePropagation analysis utility, which allows you to do
by Chris Lattner
· 17 years ago