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
/
SelectionDAG
/
ScheduleDAGSDNodes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
2009-01-12
1
-8
/
+22
*
CheckForPhysRegDependency should not return copy cost. It's not used. No func...
Evan Cheng
2009-01-11
1
-9
/
+4
*
Rename BuildSchedUnits to BuildSchedGraph, and refactor the
Dan Gohman
2008-12-23
1
-4
/
+14
*
Avoid an unnecessary call to allnodes_size(), which is linear.
Dan Gohman
2008-12-23
1
-8
/
+11
*
Double the amount of memory reserved for SUnits. This is a
Dan Gohman
2008-12-17
1
-1
/
+3
*
Remove some special-case logic in ScheduleDAGSDNodes's
Dan Gohman
2008-12-16
1
-10
/
+0
*
Fix some register-alias-related bugs in the post-RA scheduler liveness
Dan Gohman
2008-12-16
1
-1
/
+7
*
Rewrite the SDep class, and simplify some of the related code.
Dan Gohman
2008-12-09
1
-1
/
+4
*
Use ComputeLatency in the MachineInstr scheduler.
Dan Gohman
2008-11-21
1
-0
/
+1
*
Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor
Dan Gohman
2008-11-21
1
-7
/
+9
*
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-19
1
-0
/
+257