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
/
TargetSchedule.h
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-09
MIsched: add an ILP window property to machine model.
Andrew Trick
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-06
misched: TargetSchedule interface for machine resources.
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: Doxument the TargetSchedule API.
Andrew Trick
2012-10-09
misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...
Andrew Trick
2012-10-04
Switch MachineTraceMetrics to the new TargetSchedModel interface.
Jakob Stoklund Olesen
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
comment typo
Andrew Trick
2012-09-14
TargetSchedModel interface. To be implemented...
Andrew Trick