| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -21/+63 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -43/+140 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 1 | -79/+234 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -140/+272 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -116/+171 |
* | Use instr mapping for microMIPS in llvm-mc. | Zoran Jovanovic | 2013-11-15 | 1 | -3/+7 |
* | Support for microMIPS trap instruction with immediate operands. | Zoran Jovanovic | 2013-11-13 | 1 | -7/+7 |
* | Support for microMIPS trap instructions 1. | Zoran Jovanovic | 2013-11-07 | 1 | -7/+8 |
* | Support for microMIPS branch instructions. | Zoran Jovanovic | 2013-11-04 | 1 | -17/+24 |
* | Support for microMIPS jump instructions | Zoran Jovanovic | 2013-10-29 | 1 | -17/+22 |
* | Make first substantial checkin of my port of ARM constant islands code to Mips. | Reed Kotler | 2013-10-27 | 1 | -0/+3 |
* | [mips] Define a pseudo instruction which writes to both the lower and higher | Akira Hatanaka | 2013-10-15 | 1 | -2/+6 |
* | [mips] Use predicates to guard instructions using accumulator registers instead | Akira Hatanaka | 2013-10-15 | 1 | -8/+12 |
* | [mips] Rename isel nodes. | Akira Hatanaka | 2013-10-15 | 1 | -9/+9 |
* | Mips: Disassemble sign-extended 64 bit immediates properly. | Benjamin Kramer | 2013-10-11 | 1 | -1/+3 |
* | [mips] Fix definition of mfhi and mflo instructions to read from the whole | Akira Hatanaka | 2013-10-07 | 1 | -14/+16 |
* | This patch adds aliases for Mips sub instruction with immediate operands. Cor... | Vladimir Medic | 2013-10-01 | 1 | -2/+16 |
* | Even more spelling fixes for "instruction". | Robert Wilhelm | 2013-09-28 | 1 | -1/+1 |
* | [mips] MUL should clobber HI0 and LO0. | Akira Hatanaka | 2013-09-20 | 1 | -0/+1 |
* | Fixed bug when generating Load Upper Immediate microMIPS instruction. | Zoran Jovanovic | 2013-09-14 | 1 | -1/+1 |
* | Support for microMIPS DIV instructions. | Zoran Jovanovic | 2013-09-14 | 1 | -1/+1 |
* | Support for misc microMIPS instructions. | Zoran Jovanovic | 2013-09-14 | 1 | -13/+13 |
* | [mips] Use uimm5 and uimm6 instead of shamt and imm, if the immediate has to fit | Akira Hatanaka | 2013-09-07 | 1 | -15/+20 |
* | [mips] Define "trap" as a pseudo instruction that turns into "break 0, 0". | Akira Hatanaka | 2013-09-06 | 1 | -3/+7 |
* | [mips] Delete unused classes and defs. | Akira Hatanaka | 2013-09-06 | 1 | -9/+1 |
* | [mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, wh... | Akira Hatanaka | 2013-09-06 | 1 | -4/+5 |
* | [mips] Set instruction itineraries of loads, stores and conditional moves. | Akira Hatanaka | 2013-09-06 | 1 | -10/+12 |
* | This patch adds support for microMIPS Multiply and Add/Sub instructions. Test... | Vladimir Medic | 2013-09-06 | 1 | -5/+5 |
* | This patch adds support for microMIPS Move to/from HI/LO instructions. Test c... | Vladimir Medic | 2013-09-06 | 1 | -6/+8 |
* | [mips][msa] Added load/store intrinsics. | Daniel Sanders | 2013-08-28 | 1 | -0/+3 |
* | [mips] Use ptr_rc to simplify definitions of base+index load/store instructions. | Akira Hatanaka | 2013-08-28 | 1 | -0/+7 |
* | [mips] Clean up definitions of move word from/to coprocessor instructions. | Akira Hatanaka | 2013-08-28 | 1 | -25/+11 |
* | [mips][msa] Added bitconverts for vector types for big and little-endian | Daniel Sanders | 2013-08-27 | 1 | -0/+2 |
* | This patch implements trap instructions for mips. The test cases are added. | Vladimir Medic | 2013-08-26 | 1 | -0/+22 |
* | [mips] Resolve register classes dynamically using ptr_rc to reduce the number of | Akira Hatanaka | 2013-08-20 | 1 | -176/+80 |
* | [mips] Guard micromips instructions with predicate InMicroMips. Also, fix | Akira Hatanaka | 2013-08-20 | 1 | -1/+1 |
* | This patch implements wait instruction for mips. Examples are added in test f... | Vladimir Medic | 2013-08-16 | 1 | -0/+11 |
* | [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi) | Jack Carter | 2013-08-15 | 1 | -0/+4 |
* | [mips] Rename HIRegs and LORegs. | Akira Hatanaka | 2013-08-14 | 1 | -10/+10 |
* | [Mips][msa] Added initial MSA support. | Jack Carter | 2013-08-13 | 1 | -0/+4 |
* | [Mips] Support for unaligned load/store microMips instructions | Jack Carter | 2013-08-13 | 1 | -2/+6 |
* | This patch implements ei and di instructions for mips. Test cases are added. | Vladimir Medic | 2013-08-12 | 1 | -1/+12 |
* | [mips] Rename accumulator register classes and FP register operands. | Akira Hatanaka | 2013-08-08 | 1 | -12/+12 |
* | [mips] Rename register classes CPURegs and CPU64Regs. | Akira Hatanaka | 2013-08-06 | 1 | -169/+169 |
* | [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias' | Akira Hatanaka | 2013-08-06 | 1 | -12/+7 |
* | [mips] Replace usages of register classes with register operands. Also, remove | Akira Hatanaka | 2013-08-06 | 1 | -105/+104 |
* | [mips] Make load/store accumulator pseudo instructions codeGenOnly. Also, | Akira Hatanaka | 2013-08-01 | 1 | -10/+5 |
* | [mips] Define instruction itineraries IIArith and IILogic. | Akira Hatanaka | 2013-07-31 | 1 | -17/+22 |
* | [mips] Define "bal" as a pseudo instruction. Also, fix bug in the InstAlias that | Akira Hatanaka | 2013-07-30 | 1 | -5/+6 |
* | [mips] Implement llvm.trap intrinsic. | Akira Hatanaka | 2013-07-26 | 1 | -0/+5 |