Define MC data tables for the new scheduling machine model.
[oota-llvm.git] / lib / MC / MCSubtargetInfo.cpp
2012-09-14 Andrew TrickDefine MC data tables for the new scheduling machine...
2012-09-05 Roman DivackyConstify subtarget info properly so that we dont cast...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Andrew TrickTweak spelling.
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-02 Evan ChengAdd getFeatureBits to extract feature bits for a given...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...