Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |