index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineScheduler.cpp
Age
Commit message (
Expand
)
Author
2013-04-30
MI Sched: revert a minor heuristic that snuck in with -misched-vcopy.
Andrew Trick
2013-04-24
Fix for r180193 - MI Sched: eliminate local vreg.
Andrew Trick
2013-04-24
MI Sched: eliminate local vreg copies.
Andrew Trick
2013-04-24
MI Sched: regpressure tracing.
Andrew Trick
2013-04-13
MI-Sched: DEBUG formatting.
Andrew Trick
2013-04-13
MI-Sched: schedule physreg copies.
Andrew Trick
2013-04-05
RegisterPressure heuristics currently require signed comparisons.
Andrew Trick
2013-04-05
Disable DFSResult for ConvergingScheduler.
Andrew Trick
2013-04-05
MachineScheduler: format DEBUG output.
Andrew Trick
2013-03-21
Fix missing std::. Not sure how this compiles for anyone else.
Matt Arsenault
2013-03-10
Cleanup #includes.
Jakub Staszak
2013-03-08
Add -verify-misched option.
Andrew Trick
2013-02-16
Use const reference instead of vector object when passing an argument to
Jakub Staszak
2013-02-13
MIsched: HazardRecognizers are created for each DAG. Free them.
Andrew Trick
2013-01-29
MIsched: cleanup code. Use isBoundaryNode().
Andrew Trick
2013-01-25
Use const reference instead of vector copying.
Jakub Staszak
2013-01-25
MIsched: Print block name. No functionality.
Andrew Trick
2013-01-25
MachineScheduler support for viewGraph.
Andrew Trick
2013-01-25
MIsched: Improve the interface to SchedDFS analysis (subtrees).
Andrew Trick
2013-01-25
MISched: Add SchedDFSResult to ScheduleDAGMI to formalize the
Andrew Trick
2013-01-24
MachineScheduler: enable biasCriticalPath for all DAGs.
Andrew Trick
2013-01-11
Follow-up typo correction from building the wrong branch.
Andrew Trick
2013-01-11
Fix typo from r170452. Affects -enable-misched heuristics.
Andrew Trick
2013-01-09
MIsched: add an ILP window property to machine model.
Andrew Trick
2012-12-18
MISched: Cleanup, redundant statement.
Andrew Trick
2012-12-18
MISched: Heuristics, compare latency more precisely. It matters more for some...
Andrew Trick
2012-12-18
MISched: Remove SchedRemainder::IsResourceLimited. I don't know how to comput...
Andrew Trick
2012-12-18
MISched: cleanup, use the proper iterator type.
Andrew Trick
2012-12-18
MISched: minor improvement, initialize remaining resources before the first s...
Andrew Trick
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-01
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-12-01
misched: fix RegionBegin when DebugValues get shuffled to the top.
Andrew Trick
2012-11-29
misched: Recompute priority queue when DFSResults are updated.
Benjamin Kramer
2012-11-28
misched: Analysis that partitions the DAG into subtrees.
Andrew Trick
2012-11-28
misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.
Andrew Trick
2012-11-28
misched: Debug output fix. Use an always valid iterator.
Andrew Trick
2012-11-13
misched: Allow subtargets to enable misched and dependent options.
Andrew Trick
2012-11-12
misched: rename interfaceto avoid gcc warnings
Andrew Trick
2012-11-12
misched: Target-independent support for MacroFusion.
Andrew Trick
2012-11-12
misched: Target-independent support for load/store clustering.
Andrew Trick
2012-11-12
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-09
Silence GCC warning about falling off the end of a non-void function.
Benjamin Kramer
2012-11-07
misched: Heuristics based on the machine model.
Andrew Trick
2012-11-06
misched: Rename RemainingCount to avoid confusion with remaining resources.
Andrew Trick
2012-10-16
misched: Added handleMove support for updating all kill flags, not just for a...
Andrew Trick
2012-10-15
misched: ILP scheduler for experimental heuristics.
Andrew Trick
2012-10-10
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-08
misched: avoid scheduling an instruction twice.
Andrew Trick
2012-09-14
misched: add a hook for custom DAG postprocessing.
Andrew Trick
2012-09-11
Release build: guard dump functions with
Manman Ren
[next]