index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ScheduleDAGPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-6
/
+6
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+1
*
Cleanup in preparation for misched: Move DAG visualization logic.
Andrew Trick
2012-03-07
1
-9
/
+8
*
whitespace
Andrew Trick
2012-03-07
1
-3
/
+3
*
drop unneeded config.h includes
Dylan Noblesmith
2011-12-22
1
-1
/
+0
*
Twinify GraphWriter a little bit.
Benjamin Kramer
2011-11-15
1
-5
/
+5
*
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
Tobias Grosser
2011-02-27
1
-1
/
+2
*
Remove ShortNames from getNodeLabel in DOTGraphTraits
Tobias Grosser
2009-11-30
1
-5
/
+2
*
Instantiate DefaultDOTGraphTraits
Tobias Grosser
2009-11-30
1
-0
/
+3
*
Trim unnecessary includes.
Evan Cheng
2009-10-20
1
-1
/
+0
*
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
1
-2
/
+2
*
Switch to getNameStr().
Daniel Dunbar
2009-07-24
1
-5
/
+5
*
Switch some clients to Value::getName(), and other getName() user
Daniel Dunbar
2009-07-22
1
-2
/
+2
*
Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...
Owen Anderson
2009-06-24
1
-4
/
+6
*
Apparently some MachineBasicBlock's don't have corresponding llvm basic blocks.
Evan Cheng
2009-02-11
1
-3
/
+7
*
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
1
-3
/
+3
*
This getEdgeAttributes doesn't need a template argument.
Dan Gohman
2008-12-16
1
-2
/
+2
*
Rename SDep's isSpecial to isArtificial, to make this field a little
Dan Gohman
2008-11-21
1
-1
/
+1
*
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-19
1
-0
/
+93