aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* 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