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.td
Age
Commit message (
Expand
)
Author
2013-02-05
Move MRI liveouts to MBlaze return instructions.
Jakob Stoklund Olesen
2012-07-13
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2011-11-27
Add several new instructions supported by the latest MicroBlaze.
Wesley Peck
2011-11-27
Optimize comparison against 0 in conditional instructions.
Wesley Peck
2011-10-14
Ban rematerializable instructions with side effects.
Jakob Stoklund Olesen
2011-07-27
Code generation for 'fence' instruction.
Eli Friedman
2011-05-18
Add missing mayLoad / mayStore flags to instruction definitions without patte...
Cameron Zwarich
2011-04-11
Add scheduling information for the MBlaze backend.
Wesley Peck
2010-12-23
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-22
Don't generate carry bit when loading immediate values on the Microblaze.
Wesley Peck
2010-12-22
Add support for some of the LLVM atomic operations to the MBlaze backend.
Wesley Peck
2010-12-22
Modeling the carry bit in the MSR register of the MicroBlaze.
Wesley Peck
2010-12-20
Teach the MBlaze disassembler to disassemble special purpose registers.
Wesley Peck
2010-12-20
Teach the MBlaze asm parser how to parse special purpose register names.
Wesley Peck
2010-12-16
Fix MBlaze backend call instructions so that arguments passed through registers
Wesley Peck
2010-12-15
Lower the MBlaze target specific calling conventions for "interrupt_handler"
Wesley Peck
2010-12-12
Missed some ADDI <-> ADDIK conversions in 121649.
Wesley Peck
2010-12-12
The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...
Wesley Peck
2010-12-12
1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc...
Wesley Peck
2010-12-06
Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.
Wesley Peck
2010-11-21
Implement ELF object file writing support for the MBlaze backend. Its not per...
Wesley Peck
2010-11-13
1. Adding test cases for MBlaze MC disassembler.
Wesley Peck
2010-11-13
1. Adding missing immediate mode asm parser test cases.
Wesley Peck
2010-11-12
Fixing improperly encoded reverse subtract instructions in MBlaze backend.
Wesley Peck
2010-11-12
1. Finishing MBlaze MC asm parser test cases
Wesley Peck
2010-11-11
The BRK instruction in the MicroBlaze is a branch-and-link.
Wesley Peck
2010-11-11
Fix tblgen instruction errors exposed by MC asm parser tests
Wesley Peck
2010-11-08
Adding working version of assembly parser for the MBlaze backend
Wesley Peck
2010-11-02
per a suggestion by Frits van Bommel, mark all MBlaze Pseudo
Chris Lattner
2010-11-02
mark a few codegenonly instructions.
Chris Lattner
2010-10-31
reapply r117858 with apparent editor malfunction fixed (somehow I
Chris Lattner
2010-10-31
revert r117858 while I check out a failure I missed.
Chris Lattner
2010-10-31
the asm matcher can't handle operands with modifiers (like ${foo:bar}).
Chris Lattner
2010-10-27
Adding disassembler to the MicroBlaze backend.
Wesley Peck
2010-10-21
Adding initial AsmParser implementation for the MBlaze backend. It is
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-08-17
fix emacs language spec's, patch by Edmund Grimley-Evans!
Chris Lattner
2010-02-23
Adding the MicroBlaze backend.
Wesley Peck