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