Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
103289e9383ad1eb66caf28c9b166aebce963a35
/
tools
/
opt
/
GraphPrinters.cpp
45cfe54
Change Pass::print to take a raw ostream instead of std::ostream,
by Chris Lattner
· 16 years ago
8cbc94a
Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code.
by Owen Anderson
· 16 years ago
865f006
Eliminate several more unnecessary intptr_t casts.
by Dan Gohman
· 16 years ago
3ee8fc9
Rationalize the names of passes that print information:
by Duncan Sands
· 17 years ago
687e03b
Move dominator info printer into tool/opt/GraphPrinters.cpp
by Devang Patel
· 17 years ago
21c62da
remove attributions from tools.
by Chris Lattner
· 18 years ago
1997473
Drop 'const'
by Devang Patel
· 18 years ago
3e15bf3
Use 'static const char' instead of 'static const int'.
by Devang Patel
· 18 years ago
794fd75
Do not use typeinfo to identify pass in pass manager.
by Devang Patel
· 18 years ago
31bf2b4
Need iostream to be included for the time being.
by Bill Wendling
· 19 years ago
3a9ec24
For PR387:
by Reid Spencer
· 19 years ago
5d8925c
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
by Chris Lattner
· 19 years ago
d74ea2b
Patches to make the LLVM sources more -pedantic clean. Patch provided
by Chris Lattner
· 19 years ago
3da94ae
Remove trailing whitespace
by Misha Brukman
· 20 years ago
b12914b
'Pass' should now not be derived from by clients. Instead, they should derive
by Chris Lattner
· 21 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
27829ec
finegrainify namespacification
by Chris Lattner
· 21 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
3b39537
Delete the -print-cfg pass from this file
by Chris Lattner
· 22 years ago
9432111
fix file headers
by Chris Lattner
· 22 years ago
7c0e022
Added copyright header to all C++ source files.
by John Criswell
· 22 years ago
f748254
Implement a new -print-callgraph analysis that turns a callgraph into a dot
by Chris Lattner
· 23 years ago
ac859db
- Implement a new -print-cfg option for analyze, that causes it to print the
by Chris Lattner
· 23 years ago