aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeInstrInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Teaching MBlaze backend how to reverse branch conditions.Wesley Peck2010-12-021-0/+5
* Implement branch analysis in the MBlaze backend.Wesley Peck2010-11-211-42/+80
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-121-0/+2
* Adding disassembler to the MicroBlaze backend.Wesley Peck2010-10-271-15/+20
* Recommit 116986 with capitalization typo fixed.Wesley Peck2010-10-211-7/+25
* Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck2010-10-211-25/+7
* Major update of the MicroBlaze backend. The new features are:Wesley Peck2010-10-211-7/+25
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-161-6/+0
* RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2010-07-111-12/+0
* Replace copyRegToReg with copyPhysReg for MBlaze.Jakob Stoklund Olesen2010-07-111-6/+4
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-171-1/+2
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-061-1/+2
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-061-2/+4
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+242