index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DomPrinter.cpp
Age
Commit message (
Expand
)
Author
2012-02-04
remove the blank line from previous ci.
Qirun Zhang
2012-02-04
test commit.
Qirun Zhang
2011-01-02
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-04-12
Remove dead code in the dotty dominance tree printer.
Tobias Grosser
2010-01-16
Create Generic DOTGraphTraits Printer/Viewer
Tobias Grosser
2009-11-30
Remove ShortNames from getNodeLabel in DOTGraphTraits
Tobias Grosser
2009-11-30
Instantiate DefaultDOTGraphTraits
Tobias Grosser
2009-11-30
Small PostDominatorTree improvements
Tobias Grosser
2009-10-18
fix the other issue with ID's, hopefully really fixing the linux build.
Chris Lattner
2009-10-18
fix some problems with ID definitions, which will hopefully fix the build bots.
Chris Lattner
2009-10-18
add function passes for printing various dominator datastructures
Chris Lattner