index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
MBlaze
/
MBlazeInstrInfo.cpp
Age
Commit message (
Expand
)
Author
2012-04-20
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2011-09-23
Fix a couple of 80 column violations.
Wesley Peck
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-11
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-01
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-06-28
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-04-11
Add scheduling information for the MBlaze backend.
Wesley Peck
2010-12-22
Don't generate carry bit when loading immediate values on the Microblaze.
Wesley Peck
2010-12-02
Teaching MBlaze backend how to reverse branch conditions.
Wesley Peck
2010-11-21
Implement branch analysis in the MBlaze backend.
Wesley Peck
2010-11-12
1. Finishing MBlaze MC asm parser test cases
Wesley Peck
2010-10-21
Adding initial AsmParser implementation for the MBlaze backend. It is
Wesley Peck
2010-07-16
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-11
RISC architectures get their memory operand folding for free.
Jakob Stoklund Olesen
2010-07-11
Replace copyRegToReg with copyPhysReg for MBlaze.
Jakob Stoklund Olesen
2010-07-10
Use COPY in targets
Jakob Stoklund Olesen
2010-06-17
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-05-06
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-05
No-ops emitted for scheduling don't correspond with anything in the
Dan Gohman
2010-04-02
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-02-23
Adding the MicroBlaze backend.
Wesley Peck