aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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