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