Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
lib
/
Analysis
/
SparsePropagation.cpp
a2f4098
by David Greene
· 16 years ago
41a5888
Eliminate unnecessary LLVMContexts.
by Dan Gohman
· 16 years ago
4c3800f
rename indbr -> indirectbr to appease the residents of #llvm.
by Chris Lattner
· 16 years ago
117d16b
make the build build.
by Chris Lattner
· 16 years ago
41fc6ad
Random updates to passes for indbr, I need blockaddress before I can do much more.
by Chris Lattner
· 16 years ago
4a5c6fa
Add a comment explaining why you would ever want to do this.
by Nick Lewycky
· 16 years ago
4980177
Lett users of sparse propagation do their own thing with phi nodes if they want
by Nick Lewycky
· 16 years ago
28c17af
Add newlines.
by Nick Lewycky
· 16 years ago
8a6411c
eliminate the "Value" printing methods that print to a std::ostream.
by Chris Lattner
· 16 years ago
4f720fa
Move getTrue() and getFalse() to 2.5-like APIs.
by Owen Anderson
· 16 years ago
5d3ea96
Remove Value::getName{Start,End}, the last of the old Name APIs.
by Daniel Dunbar
· 16 years ago
71f286c6
Rename getConstantInt{True|False} to get{True|False} at Chris' behest.
by Owen Anderson
· 16 years ago
e755b09
Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's through the ValueTracking API.
by Owen Anderson
· 16 years ago
c97d932
Make Print callable from a pass's print method: add const qualifier. No
by Edwin Török
· 16 years ago
95ac37e
"This patch adds a virtual call to AbstractLatticeFunction to derive a
by Chris Lattner
· 17 years ago
6e0678b
Use Function::getEntryBlock instead of Function::begin, for clarity.
by Dan Gohman
· 17 years ago
57d7ac0
Print debug output when any edge becomes executable, including
by Dan Gohman
· 17 years ago
fe6e97c
Add a bool to isEdgeFeasible that tells it whether to treat unknown
by Chris Lattner
· 17 years ago
cb8dc17
prune #includes.
by Chris Lattner
· 17 years ago
1c8c67e
Add a new SparsePropagation analysis utility, which allows you to do
by Chris Lattner
· 17 years ago