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
*
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
*
misched: Allow subtargets to enable misched and dependent options.
Andrew Trick
2012-11-13
1
-2
/
+2
*
misched: rename interfaceto avoid gcc warnings
Andrew Trick
2012-11-12
1
-2
/
+1
*
misched: Target-independent support for MacroFusion.
Andrew Trick
2012-11-12
1
-5
/
+61
*
misched: Target-independent support for load/store clustering.
Andrew Trick
2012-11-12
1
-12
/
+176
*
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-12
1
-8
/
+18
*
Silence GCC warning about falling off the end of a non-void function.
Benjamin Kramer
2012-11-09
1
-0
/
+1
*
misched: Heuristics based on the machine model.
Andrew Trick
2012-11-07
1
-146
/
+762
*
misched: Rename RemainingCount to avoid confusion with remaining resources.
Andrew Trick
2012-11-06
1
-6
/
+6
*
misched: Added handleMove support for updating all kill flags, not just for a...
Andrew Trick
2012-10-16
1
-1
/
+1
*
misched: ILP scheduler for experimental heuristics.
Andrew Trick
2012-10-15
1
-20
/
+104
*
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
1
-10
/
+20
*
misched: avoid scheduling an instruction twice.
Andrew Trick
2012-10-08
1
-25
/
+29
*
misched: add a hook for custom DAG postprocessing.
Andrew Trick
2012-09-14
1
-0
/
+9
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-1
/
+1
*
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-09-11
1
-256
/
+100
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
Simplify the computeOperandLatency API.
Andrew Trick
2012-08-23
1
-10
/
+8
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-1
/
+1
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
1
-1
/
+2
*
misched: allow NULL InstrItineraries.
Andrew Trick
2012-07-02
1
-0
/
+1
*
misched: avoid scheduling instructions that can't be dispatched.
Andrew Trick
2012-06-29
1
-6
/
+29
*
misched: count micro-ops toward the issue limit.
Andrew Trick
2012-06-29
1
-10
/
+19
*
Guard private fields that are unused in Release builds with #ifndef NDEBUG.
Benjamin Kramer
2012-06-16
1
-1
/
+7
*
Move RegisterClassInfo.h.
Andrew Trick
2012-06-06
1
-1
/
+1
*
Move RegisterPressure.h.
Andrew Trick
2012-06-06
1
-1
/
+1
*
misched: API for minimum vs. expected latency.
Andrew Trick
2012-06-05
1
-31
/
+81
*
misched: comments from code review.
Andrew Trick
2012-06-05
1
-3
/
+3
*
misched: trace formatting
Andrew Trick
2012-05-25
1
-6
/
+5
[next]