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
/
MachineScheduler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MI-Sched: cleanup DEBUG output.
Andrew Trick
2013-06-21
1
-5
/
+6
*
MI-Sched: Adjust regpressure limits for reserved regs.
Andrew Trick
2013-06-21
1
-2
/
+3
*
Give RegMax higher priority.
Andrew Trick
2013-06-17
1
-9
/
+9
*
Remove compareRPDelta.
Andrew Trick
2013-06-17
1
-37
/
+0
*
MI-Sched: Remove another heuristic that is sensitive to queue order.
Andrew Trick
2013-06-17
1
-6
/
+0
*
MI-Sched: Track multiple candidates with the same priority level.
Andrew Trick
2013-06-17
1
-32
/
+25
*
Missing NDEBUGs.
Andrew Trick
2013-06-15
1
-0
/
+6
*
MI-Sched: heuristics using the new latency and machine model.
Andrew Trick
2013-06-15
1
-234
/
+330
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
1
-13
/
+16
*
MI-Sched: Rename IssueCount to CurrMOps.
Andrew Trick
2013-06-15
1
-8
/
+8
*
MI-Sched: Remove the temporary EnableCopyConstrain flag.
Andrew Trick
2013-06-15
1
-7
/
+1
*
MI-Sched: added tracking of dependent latency for better heuristics.
Andrew Trick
2013-06-15
1
-13
/
+26
*
MI-Sched: DEBUG: print critical resource.
Andrew Trick
2013-06-15
1
-0
/
+4
*
Move #include from .h to .cpp file.
Jakub Staszak
2013-06-14
1
-0
/
+1
*
MI Sched: revert a minor heuristic that snuck in with -misched-vcopy.
Andrew Trick
2013-04-30
1
-0
/
+6
*
Fix for r180193 - MI Sched: eliminate local vreg.
Andrew Trick
2013-04-24
1
-2
/
+6
*
MI Sched: eliminate local vreg copies.
Andrew Trick
2013-04-24
1
-7
/
+194
*
MI Sched: regpressure tracing.
Andrew Trick
2013-04-24
1
-0
/
+8
*
MI-Sched: DEBUG formatting.
Andrew Trick
2013-04-13
1
-14
/
+22
*
MI-Sched: schedule physreg copies.
Andrew Trick
2013-04-13
1
-1
/
+72
*
RegisterPressure heuristics currently require signed comparisons.
Andrew Trick
2013-04-05
1
-2
/
+2
*
Disable DFSResult for ConvergingScheduler.
Andrew Trick
2013-04-05
1
-2
/
+0
*
MachineScheduler: format DEBUG output.
Andrew Trick
2013-04-05
1
-22
/
+17
*
Fix missing std::. Not sure how this compiles for anyone else.
Matt Arsenault
2013-03-21
1
-1
/
+1
*
Cleanup #includes.
Jakub Staszak
2013-03-10
1
-0
/
+2
*
Add -verify-misched option.
Andrew Trick
2013-03-08
1
-0
/
+9
*
Use const reference instead of vector object when passing an argument to
Jakub Staszak
2013-02-16
1
-1
/
+1
*
MIsched: HazardRecognizers are created for each DAG. Free them.
Andrew Trick
2013-02-13
1
-1
/
+6
*
MIsched: cleanup code. Use isBoundaryNode().
Andrew Trick
2013-01-29
1
-2
/
+4
*
Use const reference instead of vector copying.
Jakub Staszak
2013-01-25
1
-1
/
+2
*
MIsched: Print block name. No functionality.
Andrew Trick
2013-01-25
1
-1
/
+2
*
MachineScheduler support for viewGraph.
Andrew Trick
2013-01-25
1
-1
/
+88
*
MIsched: Improve the interface to SchedDFS analysis (subtrees).
Andrew Trick
2013-01-25
1
-29
/
+33
*
MISched: Add SchedDFSResult to ScheduleDAGMI to formalize the
Andrew Trick
2013-01-25
1
-25
/
+55
*
MachineScheduler: enable biasCriticalPath for all DAGs.
Andrew Trick
2013-01-24
1
-0
/
+4
*
Follow-up typo correction from building the wrong branch.
Andrew Trick
2013-01-11
1
-2
/
+2
*
Fix typo from r170452. Affects -enable-misched heuristics.
Andrew Trick
2013-01-11
1
-2
/
+2
*
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-09
1
-10
/
+2
*
MISched: Cleanup, redundant statement.
Andrew Trick
2012-12-18
1
-1
/
+0
*
MISched: Heuristics, compare latency more precisely. It matters more for some...
Andrew Trick
2012-12-18
1
-43
/
+38
*
MISched: Remove SchedRemainder::IsResourceLimited. I don't know how to comput...
Andrew Trick
2012-12-18
1
-3
/
+0
*
MISched: cleanup, use the proper iterator type.
Andrew Trick
2012-12-18
1
-1
/
+1
*
MISched: minor improvement, initialize remaining resources before the first s...
Andrew Trick
2012-12-18
1
-0
/
+10
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+4
*
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-12-01
1
-0
/
+4
*
misched: fix RegionBegin when DebugValues get shuffled to the top.
Andrew Trick
2012-12-01
1
-0
/
+2
*
misched: Recompute priority queue when DFSResults are updated.
Benjamin Kramer
2012-11-29
1
-0
/
+2
*
misched: Analysis that partitions the DAG into subtrees.
Andrew Trick
2012-11-28
1
-15
/
+56
*
misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.
Andrew Trick
2012-11-28
1
-1
/
+1
*
misched: Debug output fix. Use an always valid iterator.
Andrew Trick
2012-11-28
1
-1
/
+1
[next]