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
/
TargetSchedule.cpp
Age
Commit message (
Expand
)
Author
2013-04-13
MI-Sched cleanup. If an instruction has no valid sched class, do not attempt ...
Andrew Trick
2013-03-16
Change the default latency for implicit defs.
Andrew Trick
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-06
misched: TargetSchedule interface for machine resources.
Andrew Trick
2012-10-17
misched: Better handling of invalid latencies in the machine model
Andrew Trick
2012-10-11
misched: Handle "transient" non-instructions.
Andrew Trick
2012-10-10
misched: fall-back to a target hook for instr bundles.
Andrew Trick
2012-10-10
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-09
misched: Add computeInstrLatency to TargetSchedModel.
Andrew Trick
2012-10-09
misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...
Andrew Trick
2012-10-04
Enable -schedmodel, but prefer itineraries until we have more benchmark data.
Andrew Trick
2012-09-18
TargetSchedule: cleanup computeOperandLatency logic & diagnostics.
Andrew Trick
2012-09-18
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-14
TargetSchedModel interface. To be implemented...
Andrew Trick