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
/
include
/
llvm
/
CodeGen
/
MachineScheduler.h
Age
Commit message (
Expand
)
Author
2013-04-24
MI Sched: eliminate local vreg copies.
Andrew Trick
2013-04-13
MI-Sched: schedule physreg copies.
Andrew Trick
2013-02-16
Use const reference instead of vector object when passing an argument to
Jakub Staszak
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-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-11-20
Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the
Chandler Carruth
2012-11-12
misched: Target-independent support for load/store clustering.
Andrew Trick
2012-11-07
misched: Heuristics based on the machine model.
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-09-14
misched: add a hook for custom DAG postprocessing.
Andrew Trick
2012-09-11
Reorganize MachineScheduler interfaces and publish them in the header.
Andrew Trick
2012-07-02
Consistently use AnalysisID types in TargetPassConfig.
Bob Wilson
2012-04-25
typo in declaration from earlier today
Andrew Trick
2012-04-24
Fix a naughty header include that breaks "installed" builds.
Andrew Trick
2012-04-24
misched: DAG builder support for tracking register pressure within the curren...
Andrew Trick
2012-04-19
Allow targets to select the default scheduler by name.
Andrew Trick
2012-03-09
misched: allow the default scheduler to be one chosen by the target.
Andrew Trick
2012-03-08
misched interface: Expose the MachineScheduler pass.
Andrew Trick