| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%... | Daniel Sanders | 2016-08-08 | 1 | -163/+70 |
* | [mips] Fix a warning that occurs on some gcc 4.9.2's but not all of them. | Daniel Sanders | 2016-07-28 | 1 | -4/+4 |
* | [mips][ias] Check '$rs = $rd' constraints when both registers are in AsmText. | Daniel Sanders | 2016-07-27 | 1 | -37/+85 |
* | [mips] MIPS64R6 compact branch support | Simon Dardis | 2016-07-26 | 1 | -3/+18 |
* | [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2... | Zlatko Buljan | 2016-07-11 | 1 | -4/+11 |
* | [mips][ias] Remove k_PhysReg since it's not possible to create an operand of ... | Daniel Sanders | 2016-07-05 | 1 | -20/+7 |
* | Revert r274536: [mips][ias] Don't break apart and reconstruct StringRef's for... | Daniel Sanders | 2016-07-05 | 1 | -4/+6 |
* | [mips][ias] Don't break apart and reconstruct StringRef's for k_Token. NFC. | Daniel Sanders | 2016-07-05 | 1 | -6/+4 |
* | [mips][ias] Integers are not registers. | Daniel Sanders | 2016-06-23 | 1 | -6/+0 |
* | Delete more dead code. | Rafael Espindola | 2016-06-21 | 1 | -51/+0 |
* | Delete some dead code. | Rafael Espindola | 2016-06-21 | 1 | -25/+0 |
* | [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructions | Hrvoje Varga | 2016-06-09 | 1 | -0/+1 |
* | [mips] Implement 'la' macro in PIC mode for O32. | Daniel Sanders | 2016-06-03 | 1 | -7/+77 |
* | [mips] Enforce compact branch register restrictions | Simon Dardis | 2016-05-31 | 1 | -10/+54 |
* | [mips] Weaken asm predicate for memory offsets | Simon Dardis | 2016-05-27 | 1 | -3/+7 |
* | Avoid some copies by using const references. | Benjamin Kramer | 2016-05-27 | 1 | -1/+1 |
* | [mips][microMIPS] Implement BC1EQZC, BC1NEZC, BC2EQZC and BC2NEZC instructions | Zlatko Buljan | 2016-05-19 | 1 | -0/+4 |
* | Don't pass a Reloc::Model to MC. | Rafael Espindola | 2016-05-18 | 1 | -2/+1 |
* | [mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted. | Daniel Sanders | 2016-05-16 | 1 | -0/+7 |
* | [mips] Addition of a third operand to the instructions [d]div, [d]divu | Zoran Jovanovic | 2016-05-16 | 1 | -9/+8 |
* | [mips][ias] Fix O32 .cprestore directive when inside .set noat region and off... | Daniel Sanders | 2016-05-12 | 1 | -11/+8 |
* | [mips][ias] Fix N32 and N64 .cprestore directive when inside .set noat region. | Daniel Sanders | 2016-05-11 | 1 | -4/+2 |
* | [mips] Fix a partially initialized member variable that was introduced in r26... | Daniel Sanders | 2016-05-09 | 1 | -0/+2 |
* | [mips][micromips] Make getPointerRegClass() result depend on the instruction. | Daniel Sanders | 2016-05-09 | 1 | -0/+5 |
* | [mips] Fix use after free and an unnecessary copy introduced in r268896. | Daniel Sanders | 2016-05-09 | 1 | -3/+4 |
* | Revert "[Mips] Fix use after free." | Benjamin Kramer | 2016-05-09 | 1 | -1/+2 |
* | [Mips] Fix use after free. | Benjamin Kramer | 2016-05-09 | 1 | -2/+1 |
* | [mips][microMIPS] Implement LWP and SWP instructions | Zlatko Buljan | 2016-05-09 | 1 | -7/+26 |
* | Fix Mips Parser error reporting | Nirav Dave | 2016-05-05 | 1 | -27/+49 |
* | [mips][microMIPS] Add CodeGen support for microMIPSr6 ROTR and ROTRV and add ... | Zlatko Buljan | 2016-05-04 | 1 | -1/+9 |
* | [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations. | Daniel Sanders | 2016-05-03 | 1 | -119/+60 |
* | [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 |