Revert "AMDGPU: Add core backend files for R600/SI codegen v6"
[oota-llvm.git] / lib / Target / MBlaze / MBlazeInstrInfo.cpp
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-09-23 Wesley PeckFix a couple of 80 column violations.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-04-11 Wesley PeckAdd scheduling information for the MBlaze backend.
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.