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
/
MCSubtargetInfo.h
Age
Commit message (
Expand
)
Author
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-10-10
TODO comment
Andrew Trick
2012-09-18
Replaced ReInitMCSubtargetInfo with InitMCProcessor.
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
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
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
Feature bits are 64-bits.
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