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
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
1
-1
/
+1
*
MI Sched: eliminate local vreg copies.
Andrew Trick
2013-04-24
1
-0
/
+3
*
Comment a strange field in ScheduleDAG.
Andrew Trick
2013-04-23
1
-0
/
+4
*
Cleanup #includes.
Jakub Staszak
2013-03-10
1
-4
/
+1
*
Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...
Michael Ilseman
2013-01-21
1
-46
/
+9
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
misched: TargetSchedule interface for machine resources.
Andrew Trick
2012-11-06
1
-0
/
+7
*
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
1
-5
/
+3
*
misched: Remove LoopDependencies heuristic.
Andrew Trick
2012-10-09
1
-70
/
+0
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-18
1
-0
/
+4
*
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
1
-4
/
+0
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
1
-0
/
+4
*
Simplify the computeOperandLatency API.
Andrew Trick
2012-08-23
1
-13
/
+12
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
1
-4
/
+1
*
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-05
1
-3
/
+7
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
misched: DAG builder support for tracking register pressure within the curren...
Andrew Trick
2012-04-24
1
-1
/
+2
*
SparseSet: Add support for key-derived indexes and arbitrary key types.
Andrew Trick
2012-04-20
1
-6
/
+2
*
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