aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCSubtargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Constify subtarget info properly so that we dont cast away the const inRoman Divacky2012-09-051-3/+3
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-071-14/+19
* Tweak spelling.Andrew Trick2012-07-071-2/+2
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-051-2/+4
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-8/+11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-0/+17
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-8/+32
* Add getFeatureBits to extract feature bits for a given CPU.Evan Cheng2011-07-021-0/+8
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-011-0/+44