Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f98dfbae94d4247fb83c2078100f1ce8dccc6de0
/
llvm
/
lib
/
Analysis
/
DomPrinter.cpp
e788fac
remove the blank line from previous ci.
by Qirun Zhang
· 14 years ago
dabce3f
test commit. add a blank line.
by Qirun Zhang
· 14 years ago
bf0aa92
split dom frontier handling stuff out to its own DominanceFrontier header,
by Chris Lattner
· 15 years ago
6c18d1a
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
by Owen Anderson
· 15 years ago
df7a4f2
Now with fewer extraneous semicolons!
by Owen Anderson
· 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
a57b97e
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
by Owen Anderson
· 15 years ago
41b4a6b
Convert some tab stops into spaces.
by Duncan Sands
· 15 years ago
6a5eef4
Remove dead code in the dotty dominance tree printer.
by Tobias Grosser
· 16 years ago
53da3f8
Create Generic DOTGraphTraits Printer/Viewer
by Tobias Grosser
· 16 years ago
dd7f2e7
Remove ShortNames from getNodeLabel in DOTGraphTraits
by Tobias Grosser
· 16 years ago
90d3340
Instantiate DefaultDOTGraphTraits
by Tobias Grosser
· 16 years ago
f7495f4
Small PostDominatorTree improvements
by Tobias Grosser
· 16 years ago
f4591d9
fix the other issue with ID's, hopefully really fixing the linux build.
by Chris Lattner
· 16 years ago
7883fc2
fix some problems with ID definitions, which will hopefully fix the build bots.
by Chris Lattner
· 16 years ago
9e6882c
add function passes for printing various dominator datastructures
by Chris Lattner
· 16 years ago