Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Constify subtarget info properly so that we dont cast away the const in | Roman Divacky | 2012-09-05 | 1 | -3/+3 |
* | I'm introducing a new machine model to simultaneously allow simple | Andrew Trick | 2012-07-07 | 1 | -14/+19 |
* | Tweak spelling. | Andrew Trick | 2012-07-07 | 1 | -2/+2 |
* | misched: Added MultiIssueItineraries. | Andrew Trick | 2012-06-05 | 1 | -2/+4 |
* | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 1 | -8/+11 |
* | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng | 2011-07-09 | 1 | -0/+17 |
* | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng | 2011-07-07 | 1 | -8/+32 |
* | Add getFeatureBits to extract feature bits for a given CPU. | Evan Cheng | 2011-07-02 | 1 | -0/+8 |
* | - Added MCSubtargetInfo to capture subtarget features and scheduling | Evan Cheng | 2011-07-01 | 1 | -0/+44 |