aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-1051/+0
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-201-2/+1
* Move MRI liveouts to MBlaze return instructions.Jakob Stoklund Olesen2013-02-051-2/+2
* Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen2012-07-131-2/+2
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Add several new instructions supported by the latest MicroBlaze.Wesley Peck2011-11-271-1/+10
* Optimize comparison against 0 in conditional instructions.Wesley Peck2011-11-271-2/+156
* Ban rematerializable instructions with side effects.Jakob Stoklund Olesen2011-10-141-8/+10
* Code generation for 'fence' instruction.Eli Friedman2011-07-271-0/+3
* Add missing mayLoad / mayStore flags to instruction definitions without patte...Cameron Zwarich2011-05-181-0/+5
* Add scheduling information for the MBlaze backend.Wesley Peck2011-04-111-76/+74
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-231-5/+5
* Don't generate carry bit when loading immediate values on the Microblaze.Wesley Peck2010-12-221-1/+1
* Add support for some of the LLVM atomic operations to the MBlaze backend.Wesley Peck2010-12-221-0/+41
* Modeling the carry bit in the MSR register of the MicroBlaze.Wesley Peck2010-12-221-35/+71
* Teach the MBlaze disassembler to disassemble special purpose registers.Wesley Peck2010-12-201-4/+8
* Teach the MBlaze asm parser how to parse special purpose register names.Wesley Peck2010-12-201-5/+4
* Fix MBlaze backend call instructions so that arguments passed through registersWesley Peck2010-12-161-9/+9
* Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2010-12-151-0/+4
* Missed some ADDI <-> ADDIK conversions in 121649.Wesley Peck2010-12-121-8/+8
* The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...Wesley Peck2010-12-121-18/+18
* 1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc...Wesley Peck2010-12-121-1/+1
* Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.Wesley Peck2010-12-061-24/+24
* Implement ELF object file writing support for the MBlaze backend. Its not per...Wesley Peck2010-11-211-4/+14
* 1. Adding test cases for MBlaze MC disassembler.Wesley Peck2010-11-131-2/+2
* 1. Adding missing immediate mode asm parser test cases.Wesley Peck2010-11-131-2/+2
* Fixing improperly encoded reverse subtract instructions in MBlaze backend.Wesley Peck2010-11-121-1/+1
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-121-46/+58
* The BRK instruction in the MicroBlaze is a branch-and-link.Wesley Peck2010-11-111-2/+2
* Fix tblgen instruction errors exposed by MC asm parser testsWesley Peck2010-11-111-29/+28
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-081-27/+40
* per a suggestion by Frits van Bommel, mark all MBlaze Pseudo Chris Lattner2010-11-021-2/+2
* mark a few codegenonly instructions.Chris Lattner2010-11-021-2/+2
* reapply r117858 with apparent editor malfunction fixed (somehow I Chris Lattner2010-10-311-1/+1
* revert r117858 while I check out a failure I missed.Chris Lattner2010-10-311-1/+1
* the asm matcher can't handle operands with modifiers (like ${foo:bar}).Chris Lattner2010-10-311-1/+1
* Adding disassembler to the MicroBlaze backend.Wesley Peck2010-10-271-31/+124
* Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck2010-10-211-157/+158
* Recommit 116986 with capitalization typo fixed.Wesley Peck2010-10-211-213/+210
* Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck2010-10-211-210/+213
* Major update of the MicroBlaze backend. The new features are:Wesley Peck2010-10-211-213/+210
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-171-1/+1
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+672