Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns."
[oota-llvm.git] / lib / Target / MBlaze / MBlazeInstrInfo.cpp
2010-12-22 Wesley PeckDon't generate carry bit when loading immediate values...
2010-12-02 Wesley PeckTeaching MBlaze backend how to reverse branch conditions.
2010-11-21 Wesley PeckImplement branch analysis in the MBlaze backend.
2010-11-12 Wesley Peck1. Finishing MBlaze MC asm parser test cases
2010-10-21 Wesley PeckAdding initial AsmParser implementation for the MBlaze...
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-11 Jakob Stoklund OlesenRISC architectures get their memory operand folding...
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for MBlaze.
2010-07-10 Jakob Stoklund OlesenUse COPY in targets
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2010-05-05 Dan GohmanNo-ops emitted for scheduling don't correspond with...
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-02-23 Wesley PeckAdding the MicroBlaze backend.