Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ceb1dbb41f6d7eaa3b45793d3307fe092f635167
/
llvm
/
lib
/
CodeGen
/
ScheduleDAGPrinter.cpp
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
a538d83
Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed.
by Craig Topper
· 13 years ago
1b2324d
Cleanup in preparation for misched: Move DAG visualization logic.
by Andrew Trick
· 14 years ago
5297d8d
whitespace
by Andrew Trick
· 14 years ago
9e5b178
drop unneeded config.h includes
by Dylan Noblesmith
· 14 years ago
4c93d15
Twinify GraphWriter a little bit.
by Benjamin Kramer
· 14 years ago
3ac8689
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
by Tobias Grosser
· 15 years ago
dd7f2e7
Remove ShortNames from getNodeLabel in DOTGraphTraits
by Tobias Grosser
· 16 years ago
90d3340
Instantiate DefaultDOTGraphTraits
by Tobias Grosser
· 16 years ago
ccc2e0c
Trim unnecessary includes.
by Evan Cheng
· 16 years ago
34ee203
Fix some refactos for iostream changes (in -Asserts mode).
by Daniel Dunbar
· 16 years ago
12368685
Switch to getNameStr().
by Daniel Dunbar
· 16 years ago
5899dda
Switch some clients to Value::getName(), and other getName() user
by Daniel Dunbar
· 16 years ago
b70adf2
Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code.
by Owen Anderson
· 16 years ago
6f6abfd
Apparently some MachineBasicBlock's don't have corresponding llvm basic blocks.
by Evan Cheng
· 17 years ago
619ef48
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
by Dan Gohman
· 17 years ago
cb6accf
This getEdgeAttributes doesn't need a template argument.
by Dan Gohman
· 17 years ago
67b35bd
Rename SDep's isSpecial to isArtificial, to make this field a little
by Dan Gohman
· 17 years ago
60cb69e
Experimental post-pass scheduling support. Post-pass scheduling
by Dan Gohman
· 17 years ago