aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-297/+0
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Fix a couple of 80 column violations.Wesley Peck2011-09-231-1/+2
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-11/+0
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-1/+12
* Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng2011-07-011-2/+2
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-281-1/+2
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-0/+2
* Add scheduling information for the MBlaze backend.Wesley Peck2011-04-111-0/+2
* Don't generate carry bit when loading immediate values on the Microblaze.Wesley Peck2010-12-221-1/+1
* Teaching MBlaze backend how to reverse branch conditions.Wesley Peck2010-12-021-0/+30
* Implement branch analysis in the MBlaze backend.Wesley Peck2010-11-211-4/+121
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-121-10/+10
* Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck2010-10-211-1/+1
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-161-35/+0
* RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2010-07-111-38/+0
* Replace copyRegToReg with copyPhysReg for MBlaze.Jakob Stoklund Olesen2010-07-111-8/+6
* Use COPY in targetsJakob Stoklund Olesen2010-07-101-6/+2
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-171-2/+3
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-061-3/+4
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-061-2/+4
* No-ops emitted for scheduling don't correspond with anything in theDan Gohman2010-05-051-1/+0
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-10/+8
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+222