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
/
MC
/
MCSchedule.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-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-10
misched: Generate IsBuffered flag for machine resources.
Andrew Trick
2012-09-18
Let NULL slip through again.
Andrew Trick
2012-09-18
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-18
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-17
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
Don't use NULL as a fake keyword
Andrew Trick
2012-09-17
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-16
Guard fields by NDEBUG until they get used in the release build.
Andrew Trick
2012-09-14
TargetSchedModel interface. To be implemented...
Andrew Trick
2012-09-14
Define MC data tables for the new scheduling machine model.
Andrew Trick
2012-08-08
Added MispredictPenalty to SchedMachineModel.
Andrew Trick
2012-08-06
Fix typo.
Jakob Stoklund Olesen
2012-07-07
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick