aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCSubtargetInfo.h
Commit message (Expand)AuthorAgeFilesLines
* 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