index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
MBlaze
/
MBlazeInstrInfo.h
Age
Commit message (
Expand
)
Author
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2011-07-25
Refactor MBlaze target to separate MC routines from Target routines.
Evan Cheng
2011-07-01
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-04-11
Add scheduling information for the MBlaze backend.
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-27
Adding disassembler to the MicroBlaze backend.
Wesley Peck
2010-10-21
Recommit 116986 with capitalization typo fixed.
Wesley Peck
2010-10-21
Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...
Wesley Peck
2010-10-21
Major update of the MicroBlaze backend. The new features are:
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-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-02-23
Adding the MicroBlaze backend.
Wesley Peck