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
/
include
/
llvm
/
CodeGen
/
ScheduleDAGInstrs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
misched: Added CanHandleTerminators.
Andrew Trick
2012-04-13
1
-0
/
+7
*
misched: Add finalizeScheduler to complete the target interface.
Andrew Trick
2012-04-01
1
-0
/
+4
*
misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...
Andrew Trick
2012-03-09
1
-5
/
+5
*
Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
1
-12
/
+13
*
misched prep: Expose the ScheduleDAGInstrs interface so targets may
Andrew Trick
2012-03-07
1
-0
/
+339
*
Move ScheduleDAGInstrs.h to be a private header. Front-ends
Dan Gohman
2009-02-06
1
-82
/
+0
*
If a vector is empty, you're not allowed to access any
Duncan Sands
2009-01-20
1
-2
/
+3
*
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
1
-4
/
+16
*
Rename BuildSchedUnits to BuildSchedGraph, and refactor the
Dan Gohman
2008-12-23
1
-2
/
+2
*
Add an assertion to the ScheduleDAGInstrs class to catch SUnits
Dan Gohman
2008-12-22
1
-0
/
+4
*
Fix some register-alias-related bugs in the post-RA scheduler liveness
Dan Gohman
2008-12-16
1
-1
/
+9
*
Rewrite the SDep class, and simplify some of the related code.
Dan Gohman
2008-12-09
1
-16
/
+0
*
Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor
Dan Gohman
2008-11-21
1
-0
/
+4
*
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-19
1
-0
/
+69