Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
tools
/
opt
/
AnalysisWrappers.cpp
1ecd740
[CG] Actually hoist up the generic CallGraphPrinter pass from a weird
by Chandler Carruth
· 10 years ago
cdf4788
[C++11] Add range based accessors for the Use-Def chain of a Value.
by Chandler Carruth
· 12 years ago
e56917c
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
219b89b
[Modules] Move CallSite into the IR library where it belogs. It is
by Chandler Carruth
· 12 years ago
6515aef
Whitespace.
by NAKAMURA Takumi
· 12 years ago
6378cf5
[PM] Split the CallGraph out from the ModulePass which creates the CallGraph.
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
4d88a1c
Sort the #include lines for tools/...
by Chandler Carruth
· 13 years ago
12bb505
Minor cleanups to follow the common convention for pass registration variables.
by Dan Gohman
· 15 years ago
a7aed18
Reapply r110396, with fixes to appease the Linux buildbot gods.
by Owen Anderson
· 15 years ago
bda59bd
Revert r110396 to fix buildbots.
by Owen Anderson
· 15 years ago
755aceb
Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
by Owen Anderson
· 15 years ago
62f0aac
simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree
by Gabor Greif
· 15 years ago
f43481d
Remove unnecessary uses of <iostream>.
by Daniel Dunbar
· 15 years ago
1362602
Change Pass::print to take a raw ostream instead of std::ostream,
by Chris Lattner
· 16 years ago
d8db376
Use errs() instead of std::cerr.
by Dan Gohman
· 16 years ago
38a9631
Eliminate several more unnecessary intptr_t casts.
by Dan Gohman
· 17 years ago
9c40c28
Rationalize the names of passes that print information:
by Duncan Sands
· 17 years ago
938e8f6
Teach -callgraph to always print the callgraph (as the
by Duncan Sands
· 17 years ago
345353d
remove attributions from tools.
by Chris Lattner
· 18 years ago
8c78a0b
Drop 'const'
by Devang Patel
· 18 years ago
e95c6ad
Use 'static const char' instead of 'static const int'.
by Devang Patel
· 18 years ago
09f162c
Do not use typeinfo to identify pass in pass manager.
by Devang Patel
· 18 years ago
5301e7c
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
by Reid Spencer
· 19 years ago
e549bac
This needs the callgraph data structure to stick around as long as the
by Chris Lattner
· 19 years ago
3c9b242
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
by Chris Lattner
· 19 years ago
378f7d5
For PR872:
by Reid Spencer
· 19 years ago
[Renamed from llvm/tools/analyze/AnalysisWrappers.cpp]
2bdd6fe
fix printing call graphs
by Andrew Lenharth
· 19 years ago
7d05269
Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph
by Chris Lattner
· 20 years ago
650ba8e
Remove trailing whitespace
by Misha Brukman
· 20 years ago
4f2cf03
'Pass' should now not be derived from by clients. Instead, they should derive
by Chris Lattner
· 21 years ago
421cd08
Remove this printer
by Chris Lattner
· 21 years ago
e5914d85
bug 122: - Minimize redundant isa<GlobalValue> usage
by Reid Spencer
· 21 years ago
f0ebb25
Add #include <iostream> since Value.h does not include it any more.
by Reid Spencer
· 21 years ago
5f1a5bb
Right, globals aren't values yet..
by Chris Lattner
· 21 years ago
8082c74
Add a simple pass.
by Chris Lattner
· 21 years ago
9dcd639
Remove obsolete analyses
by Chris Lattner
· 21 years ago
bd03ac8
Rename method
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
ebec803
fix file headers
by Chris Lattner
· 22 years ago
09344dc
Added copyright header to all C++ source files.
by John Criswell
· 22 years ago
7fdaab4
The word `separate' only has one `e'.
by Misha Brukman
· 22 years ago
ed39cca
- Eliminate the last traces of the 'analysis' namespace
by Chris Lattner
· 23 years ago
f0ed55d
by Chris Lattner
· 23 years ago
59aa81c
Seperate analysis wrapper stuff to AnalysisWrappers.cpp
by Chris Lattner
· 23 years ago