summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSubtargetInfo.h
Commit message (Expand)AuthorAge
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-18
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* TODO commentAndrew Trick2012-10-10
* Replaced ReInitMCSubtargetInfo with InitMCProcessor.Andrew Trick2012-09-18
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-18
* Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick2012-09-17
* InitMCProcessorAndrew Trick2012-09-17
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-17
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-14
* Define MC data tables for the new scheduling machine model.Andrew Trick2012-09-14
* Constify subtarget info properly so that we dont cast away the const inRoman Divacky2012-09-05
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-07
* Tweak spelling.Andrew Trick2012-07-07
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Feature bits are 64-bits.Evan Cheng2011-07-07
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Add getFeatureBits to extract feature bits for a given CPU.Evan Cheng2011-07-02
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-01