| Commit message (Expand) | Author | Age | Files | Lines |
* | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 1 | -11/+0 |
* | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 1 | -1/+12 |
* | Hide the call to InitMCInstrInfo into tblgen generated ctor. | Evan Cheng | 2011-07-01 | 1 | -2/+2 |
* | Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo. | Evan Cheng | 2011-06-28 | 1 | -1/+2 |
* | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng | 2011-06-28 | 1 | -0/+2 |
* | Add scheduling information for the MBlaze backend. | Wesley Peck | 2011-04-11 | 1 | -0/+2 |
* | Don't generate carry bit when loading immediate values on the Microblaze. | Wesley Peck | 2010-12-22 | 1 | -1/+1 |
* | Teaching MBlaze backend how to reverse branch conditions. | Wesley Peck | 2010-12-02 | 1 | -0/+30 |
* | Implement branch analysis in the MBlaze backend. | Wesley Peck | 2010-11-21 | 1 | -4/+121 |
* | 1. Finishing MBlaze MC asm parser test cases | Wesley Peck | 2010-11-12 | 1 | -10/+10 |
* | Adding initial AsmParser implementation for the MBlaze backend. It is | Wesley Peck | 2010-10-21 | 1 | -1/+1 |
* | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -35/+0 |
* | RISC architectures get their memory operand folding for free. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -38/+0 |
* | Replace copyRegToReg with copyPhysReg for MBlaze. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -8/+6 |
* | Use COPY in targets | Jakob Stoklund Olesen | 2010-07-10 | 1 | -6/+2 |
* | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 2010-06-17 | 1 | -2/+3 |
* | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 1 | -3/+4 |
* | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng | 2010-05-06 | 1 | -2/+4 |
* | No-ops emitted for scheduling don't correspond with anything in the | Dan Gohman | 2010-05-05 | 1 | -1/+0 |
* | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner | 2010-04-02 | 1 | -10/+8 |
* | Adding the MicroBlaze backend. | Wesley Peck | 2010-02-23 | 1 | -0/+222 |