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
/
MC
/
MCSubtargetInfo.cpp
Age
Commit message (
Expand
)
Author
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-03
Fix doxygen comment to match function name.
Craig Topper
2012-09-18
Replaced ReInitMCSubtargetInfo with InitMCProcessor.
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
InitMCProcessor
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-14
TargetSchedModel interface. To be implemented...
Andrew Trick
2012-09-14
Define MC data tables for the new scheduling machine model.
Andrew Trick
2012-09-05
Constify subtarget info properly so that we dont cast away the const in
Roman Divacky
2012-07-07
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
Tweak spelling.
Andrew Trick
2012-06-05
misched: Added MultiIssueItineraries.
Andrew Trick
2011-07-11
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-09
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-07
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-02
Add getFeatureBits to extract feature bits for a given CPU.
Evan Cheng
2011-07-01
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng