index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
opt
/
GraphPrinters.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-2
/
+2
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+2
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Added -view-callgraph module pass.
Andrew Trick
2013-01-11
1
-72
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
remove graphprinter support for domfrontier.
Chris Lattner
2011-04-05
1
-3
/
+1
*
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2011-01-02
1
-7
/
+4
*
Move tool_output_file into its own file.
Dan Gohman
2010-10-07
1
-1
/
+1
*
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
2010-09-01
1
-4
/
+4
*
Convert tools to use tool_output_file, and introduce error
Dan Gohman
2010-08-20
1
-5
/
+11
*
Minor cleanups to follow the common convention for pass
Dan Gohman
2010-08-20
1
-8
/
+8
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-2
/
+2
*
Change another reference to the "indirect callgraph node" to
Duncan Sands
2010-06-09
1
-1
/
+1
*
Remove unnecessary uses of <iostream>.
Daniel Dunbar
2010-04-15
1
-4
/
+3
*
Remove ShortNames from getNodeLabel in DOTGraphTraits
Tobias Grosser
2009-11-30
1
-2
/
+1
*
Instantiate DefaultDOTGraphTraits
Tobias Grosser
2009-11-30
1
-0
/
+3
*
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-25
1
-1
/
+1
*
use raw_fd_ostream instead of fstream with graphwriter,
Chris Lattner
2009-08-23
1
-2
/
+3
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
1
-2
/
+1
*
Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...
Owen Anderson
2009-06-24
1
-1
/
+2
*
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
1
-2
/
+2
*
Rationalize the names of passes that print information:
Duncan Sands
2008-09-23
1
-1
/
+1
*
Move dominator info printer into tool/opt/GraphPrinters.cpp
Devang Patel
2008-06-30
1
-0
/
+32
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
Need iostream to be included for the time being.
Bill Wendling
2006-11-17
1
-0
/
+1
*
For PR387:
Reid Spencer
2006-08-28
1
-0
/
+1
*
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-27
1
-2
/
+2
*
For PR872:
Reid Spencer
2006-08-18
1
-0
/
+77