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
/
CodeGen
/
ScheduleDAGPrinter.cpp
Age
Commit message (
Expand
)
Author
2012-03-07
Cleanup in preparation for misched: Move DAG visualization logic.
Andrew Trick
2012-03-07
whitespace
Andrew Trick
2011-12-22
drop unneeded config.h includes
Dylan Noblesmith
2011-11-15
Twinify GraphWriter a little bit.
Benjamin Kramer
2011-02-27
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
Tobias Grosser
2009-11-30
Remove ShortNames from getNodeLabel in DOTGraphTraits
Tobias Grosser
2009-11-30
Instantiate DefaultDOTGraphTraits
Tobias Grosser
2009-10-20
Trim unnecessary includes.
Evan Cheng
2009-08-23
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-07-24
Switch to getNameStr().
Daniel Dunbar
2009-07-22
Switch some clients to Value::getName(), and other getName() user
Daniel Dunbar
2009-06-24
Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...
Owen Anderson
2009-02-11
Apparently some MachineBasicBlock's don't have corresponding llvm basic blocks.
Evan Cheng
2009-01-15
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2008-12-16
This getEdgeAttributes doesn't need a template argument.
Dan Gohman
2008-11-21
Rename SDep's isSpecial to isArtificial, to make this field a little
Dan Gohman
2008-11-19
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman