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
/
lib
/
Analysis
/
DomPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "Extend CFGPrinter and CallPrinter with Heat Colors"
Sean Fertile
2018-06-29
1
-4
/
+5
*
Extend CFGPrinter and CallPrinter with Heat Colors
Sean Fertile
2018-06-29
1
-5
/
+4
*
[DomPrinter] Add a way to programmatically dump a dot representation.
Davide Italiano
2017-04-24
1
-0
/
+16
*
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
Hongbin Zheng
2016-02-25
1
-10
/
+38
*
Revert "Introduce analysis pass to compute PostDominators in the new pass man...
Hongbin Zheng
2016-02-25
1
-38
/
+10
*
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
Hongbin Zheng
2016-02-25
1
-10
/
+38
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-12
/
+34
*
remove the blank line from previous ci.
Qirun Zhang
2012-02-04
1
-1
/
+0
*
test commit.
Qirun Zhang
2012-02-04
1
-0
/
+1
*
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2011-01-02
1
-2
/
+0
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-8
/
+24
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-8
/
+8
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-8
/
+8
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-8
/
+8
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-8
/
+8
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-24
/
+25
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-2
/
+2
*
Remove dead code in the dotty dominance tree printer.
Tobias Grosser
2010-04-12
1
-25
/
+0
*
Create Generic DOTGraphTraits Printer/Viewer
Tobias Grosser
2010-01-16
1
-56
/
+18
*
Remove ShortNames from getNodeLabel in DOTGraphTraits
Tobias Grosser
2009-11-30
1
-16
/
+15
*
Instantiate DefaultDOTGraphTraits
Tobias Grosser
2009-11-30
1
-0
/
+10
*
Small PostDominatorTree improvements
Tobias Grosser
2009-11-30
1
-3
/
+9
*
fix the other issue with ID's, hopefully really fixing the linux build.
Chris Lattner
2009-10-18
1
-7
/
+6
*
fix some problems with ID definitions, which will hopefully fix the build bots.
Chris Lattner
2009-10-18
1
-7
/
+5
*
add function passes for printing various dominator datastructures
Chris Lattner
2009-10-18
1
-0
/
+268