| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -15/+109 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -10/+14 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 1 | -33/+64 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -106/+151 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -60/+166 |
* | Support for microMIPS branch instructions. | Zoran Jovanovic | 2013-11-04 | 1 | -6/+6 |
* | Support for microMIPS jump instructions | Zoran Jovanovic | 2013-10-29 | 1 | -2/+3 |
* | [mips] Define a pseudo instruction which writes to both the lower and higher | Akira Hatanaka | 2013-10-15 | 1 | -0/+1 |
* | [mips] Rename isel nodes. | Akira Hatanaka | 2013-10-15 | 1 | -2/+2 |
* | [mips] Fix definition of mfhi and mflo instructions to read from the whole | Akira Hatanaka | 2013-10-07 | 1 | -6/+4 |
* | [mips] Add definition of instruction "drotr32" (double rotate right plus 32). | Akira Hatanaka | 2013-09-07 | 1 | -0/+1 |
* | [mips] Use uimm5 and uimm6 instead of shamt and imm, if the immediate has to fit | Akira Hatanaka | 2013-09-07 | 1 | -20/+14 |
* | [mips] Set instruction itineraries of loads, stores and conditional moves. | Akira Hatanaka | 2013-09-06 | 1 | -8/+8 |
* | [mips] Clean up definitions of move word from/to coprocessor instructions. | Akira Hatanaka | 2013-08-28 | 1 | -21/+9 |
* | [mips] Remove predicates that were incorrectly or unnecessarily added. | Akira Hatanaka | 2013-08-20 | 1 | -1/+1 |
* | [mips] Resolve register classes dynamically using ptr_rc to reduce the number of | Akira Hatanaka | 2013-08-20 | 1 | -62/+34 |
* | [mips] Rename HIRegs and LORegs. | Akira Hatanaka | 2013-08-14 | 1 | -8/+8 |
* | [mips] Rename accumulator register classes and FP register operands. | Akira Hatanaka | 2013-08-08 | 1 | -8/+8 |
* | [mips] Delete register class HWRegs64. | Akira Hatanaka | 2013-08-08 | 1 | -1/+1 |
* | [mips] Rename register classes CPURegs and CPU64Regs. | Akira Hatanaka | 2013-08-06 | 1 | -141/+141 |
* | [mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates of | Akira Hatanaka | 2013-08-06 | 1 | -13/+16 |
* | [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias' | Akira Hatanaka | 2013-08-06 | 1 | -26/+5 |
* | [mips] Replace usages of register classes with register operands. Also, remove | Akira Hatanaka | 2013-08-06 | 1 | -45/+42 |
* | [mips] Make load/store accumulator pseudo instructions codeGenOnly. Also, | Akira Hatanaka | 2013-08-01 | 1 | -12/+6 |
* | [mips] Rename instruction DANDi to ANDi64. | Akira Hatanaka | 2013-07-31 | 1 | -4/+4 |
* | [mips] Define instruction itineraries IIArith and IILogic. | Akira Hatanaka | 2013-07-31 | 1 | -12/+16 |
* | [mips] Use ADDu instead of OR to copy general purpose registers. Also, delete | Akira Hatanaka | 2013-07-22 | 1 | -3/+0 |
* | [mips] Add instruction itinerary classes for mult, seb and slt instructions. | Akira Hatanaka | 2013-07-12 | 1 | -4/+4 |
* | [mips] Add new InstrItinClasses for move from/to coprocessor instructions and | Akira Hatanaka | 2013-07-02 | 1 | -11/+11 |
* | [mips] Add instruction selection patterns for blez and bgez. | Akira Hatanaka | 2013-05-21 | 1 | -0/+5 |
* | [mips] Trap on integer division by zero. | Akira Hatanaka | 2013-05-20 | 1 | -2/+2 |
* | Mips assembler: Add branch macro definitions | Jack Carter | 2013-05-16 | 1 | -7/+13 |
* | [mips] Fix handling of instructions which copy to/from accumulator registers. | Akira Hatanaka | 2013-04-30 | 1 | -3/+1 |
* | [mips] Fix definitions of multiply, multiply-add/sub and divide instructions. | Akira Hatanaka | 2013-03-30 | 1 | -4/+14 |
* | [mips] Define pseudo instructions for spilling and copying accumulator | Akira Hatanaka | 2013-03-30 | 1 | -0/+8 |
* | [Mips Assembler] Add support for OR macro with imediate opperand | Jack Carter | 2013-03-28 | 1 | -1/+3 |
* | [Mips Assembler] Add alias definitions for jal | Jack Carter | 2013-03-28 | 1 | -0/+4 |
* | [mips] Print move instructions. | Akira Hatanaka | 2013-03-04 | 1 | -1/+1 |
* | [mips] Add definition of JALR instruction which has two register operands. Ch... | Akira Hatanaka | 2013-02-07 | 1 | -0/+3 |
* | This patch that sets the EmitAlias flag in td files | Jack Carter | 2013-02-05 | 1 | -13/+20 |
* | This is a resubmittal. For some reason it broke the bots yesterday | Jack Carter | 2013-01-18 | 1 | -31/+29 |
* | This patch tackles the problem of parsing Mips | Jack Carter | 2013-01-12 | 1 | -49/+68 |
* | Remove # from the beginning and end of def names. The # is a paste operator a... | Craig Topper | 2013-01-07 | 1 | -8/+8 |
* | [mips] 80 columns. | Akira Hatanaka | 2013-01-04 | 1 | -4/+8 |
* | [mips] Reorder template parameters. Remove class shift_rotate_imm32 and | Akira Hatanaka | 2013-01-04 | 1 | -26/+26 |
* | [mips] Refactor instructions which move data from or to coprocessors. | Akira Hatanaka | 2013-01-04 | 1 | -16/+16 |
* | [mips] Refactor subword-swap, EXT/INS, load-effective-address and read-hardware | Akira Hatanaka | 2012-12-21 | 1 | -12/+13 |
* | [mips] Refactor SYNC and multiply/divide instructions. | Akira Hatanaka | 2012-12-21 | 1 | -10/+6 |
* | [mips] Refactor jump, jump register, jump-and-link and nop instructions. | Akira Hatanaka | 2012-12-21 | 1 | -3/+3 |
* | [mips] Refactor load/store left/right and load-link and store-conditional | Akira Hatanaka | 2012-12-21 | 1 | -18/+15 |