| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips][ias] Move createCpRestoreMemOp to MipsTargetStreamer. NFC. | Daniel Sanders | 2016-04-29 | 1 | -19/+14 |
* | [mips][ias] Split expandMemInst between MipsAsmParser and MipsTargetStreamer.... | Daniel Sanders | 2016-04-29 | 1 | -66/+91 |
* | [mips][ias] Moved most instruction emission helpers to MipsTargetStreamer. NFC. | Daniel Sanders | 2016-04-29 | 1 | -279/+208 |
* | [mips][microMIPS] Fix offsets for LLE, LWE, SBE, SCE and SHE instructions | Zlatko Buljan | 2016-04-29 | 1 | -7/+0 |
* | [mips][microMIPS] Revert commit r266977 | Zlatko Buljan | 2016-04-25 | 1 | -9/+1 |
* | [mips][microMIPS] Implement DVP, EVP and JALRC.HB instructions | Zlatko Buljan | 2016-04-22 | 1 | -1/+2 |
* | [mips][microMIPS] Implement LL, SC, MOVEP, ROTR, ROTRV and SYSCALL instructio... | Zlatko Buljan | 2016-04-21 | 1 | -1/+9 |
* | MipsAsmParser::loadImmediate(): Prune an obsolete \param in r266602. [-Wdocum... | NAKAMURA Takumi | 2016-04-20 | 1 | -1/+0 |
* | [mips][ias] Prevent double-filling of delay slots by generating '.set noreord... | Daniel Sanders | 2016-04-18 | 1 | -1/+8 |
* | [mips][ias] Stream macro expansions to output instead of buffering them. NFC. | Daniel Sanders | 2016-04-18 | 1 | -337/+326 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+0 |
* | [mips] add assembler support for .set arch=octeon | Petar Jovanovic | 2016-04-12 | 1 | -1/+1 |
* | [mips] Range check simm32 and fold MIPS16's imm32 into simm32. | Daniel Sanders | 2016-04-04 | 1 | -0/+4 |
* | [mips] Range check simm16 | Daniel Sanders | 2016-03-31 | 1 | -0/+19 |
* | [mips] Range check simm11 and mem_simm11. | Daniel Sanders | 2016-03-31 | 1 | -0/+6 |
* | [mips] Split mem_msa into range checked mem_simm10 and mem_simm10_lsl[123] | Daniel Sanders | 2016-03-31 | 1 | -3/+17 |
* | [mips] Range check simm9 and fix a bug this revealed. | Daniel Sanders | 2016-03-31 | 1 | -0/+6 |
* | [mips] Correct MIPS16 jal/jalx to have uimm26 offsets and add MC layer range ... | Daniel Sanders | 2016-03-29 | 1 | -0/+3 |
* | [mips] Range check simm10 | Daniel Sanders | 2016-03-24 | 1 | -0/+3 |
* | [mips] Range check simm7. | Daniel Sanders | 2016-03-22 | 1 | -0/+11 |
* | [mips] Range check simm5. | Daniel Sanders | 2016-03-22 | 1 | -0/+3 |
* | [mips] Eliminate instances of "potentially uninitialised local variable" warn... | Scott Egerton | 2016-03-17 | 1 | -16/+13 |
* | [mips] Range check uimm6_lsl2. | Daniel Sanders | 2016-03-14 | 1 | -10/+3 |
* | [mips] Range check simm4. | Daniel Sanders | 2016-03-11 | 1 | -11/+16 |
* | [mips] Range check uimm20 and fixed a bug this revealed. | Daniel Sanders | 2016-02-29 | 1 | -0/+3 |
* | [mips] Make symbols an acceptable branch target when expanding compare-to-imm... | Daniel Sanders | 2016-02-29 | 1 | -1/+2 |
* | [mips][microMIPS] Implement DINSU, DINSM, DINS instructions | Hrvoje Varga | 2016-02-25 | 1 | -0/+7 |
* | [mips] added support for trunc macro | Zoran Jovanovic | 2016-02-22 | 1 | -0/+50 |
* | [mips] Implemented the .hword directive. | Scott Egerton | 2016-02-15 | 1 | -0/+5 |
* | [MC][ELF] Handle MIPS specific .sdata and .sbss directives | Simon Atanasyan | 2016-02-11 | 1 | -0/+26 |
* | [mips] Extend MipsAsmParser class to handle %got(sym + const) expressions | Simon Atanasyan | 2016-02-09 | 1 | -0/+1 |
* | [mips] Range check uimm16 and fix several bugs this revealed. | Daniel Sanders | 2016-02-01 | 1 | -6/+21 |
* | [mips] Absolute value macro expansion | Zoran Jovanovic | 2016-01-29 | 1 | -0/+22 |
* | Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. | Benjamin Kramer | 2016-01-27 | 1 | -1/+1 |
* | [mips] Allowed dla instructions on 32-bit architectures. | Scott Egerton | 2016-01-21 | 1 | -5/+15 |
* | [mips][microMIPS] Implement DERET and DI instructions and check size operand ... | Zlatko Buljan | 2015-12-21 | 1 | -0/+6 |
* | [mips][microMIPS][DSP] Implement PACKRL.PH, PICK.PH, PICK.QB, SHILO, SHILOV a... | Zlatko Buljan | 2015-12-18 | 1 | -2/+8 |
* | [mips][ias] Range check uimm10 operands | Daniel Sanders | 2015-12-09 | 1 | -0/+3 |
* | [mips][ias] Range check uimm8 operands | Daniel Sanders | 2015-12-08 | 1 | -0/+3 |
* | [mips][ias] Range check uimm6 operands and fix a bug this revealed. | Daniel Sanders | 2015-12-08 | 1 | -0/+3 |
* | [mips][ias] Range check uimm5 operands and fix several bugs this revealed. | Daniel Sanders | 2015-11-26 | 1 | -39/+20 |
* | Partially revert r253662: some unrelated work was accidentally committed with... | Daniel Sanders | 2015-11-20 | 1 | -19/+8 |
* | Revert the revert 253497 and 253539 - These commits aren't the cause of the c... | Daniel Sanders | 2015-11-20 | 1 | -8/+19 |
* | [mips] Expansion of ROL and ROR macros | Zoran Jovanovic | 2015-11-19 | 1 | -0/+311 |
* | Replace dyn_cast with isa in places that weren't using the returned value for... | Craig Topper | 2015-11-18 | 1 | -2/+2 |
* | Reduce the size of MCRelaxableFragment. | Akira Hatanaka | 2015-11-14 | 1 | -1/+6 |
* | [MCTargetAsmParser] Move the member varialbes that reference | Akira Hatanaka | 2015-11-14 | 1 | -38/+61 |
* | [mips][microMIPS] Implement LWM16, SB16, SH16, SW16, SWSP and SWM16 instructions | Zlatko Buljan | 2015-11-12 | 1 | -12/+36 |
* | [mips][ias] Range check uimm4 operands and fixed a bug this revealed. | Daniel Sanders | 2015-11-06 | 1 | -0/+6 |
* | [mips][ias] Range check uimm3 operands. | Daniel Sanders | 2015-11-06 | 1 | -0/+3 |