Age | Commit message (Expand) | Author | Files | Lines |
2016-09-13 | Defer asm errors to post-statement failure | Nirav Dave | 1 | -40/+20 |
2016-09-13 | Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ... | Eric Christopher | 1 | -20/+40 |
2016-09-12 | [MC] Defer asm errors to post-statement failure | Nirav Dave | 1 | -40/+20 |
2016-09-08 | [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI in... | Hrvoje Varga | 1 | -3/+14 |
2016-08-22 | [mips][ias] Support .dtprel[d]word and .tprel[d]word directives | Simon Atanasyan | 1 | -1/+97 |
2016-08-22 | [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d... | Hrvoje Varga | 1 | -12/+51 |
2016-08-17 | Replace a few more "fall through" comments with LLVM_FALLTHROUGH | Justin Bogner | 1 | -1/+1 |
2016-08-08 | Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una... | Daniel Sanders | 1 | -163/+70 |
2016-08-08 | Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ... | Daniel Sanders | 1 | -70/+163 |
2016-08-08 | [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%... | Daniel Sanders | 1 | -163/+70 |
2016-07-28 | [mips] Fix a warning that occurs on some gcc 4.9.2's but not all of them. | Daniel Sanders | 1 | -4/+4 |
2016-07-27 | [mips][ias] Check '$rs = $rd' constraints when both registers are in AsmText. | Daniel Sanders | 1 | -37/+85 |
2016-07-26 | [mips] MIPS64R6 compact branch support | Simon Dardis | 1 | -3/+18 |
2016-07-11 | [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2... | Zlatko Buljan | 1 | -4/+11 |
2016-07-05 | [mips][ias] Remove k_PhysReg since it's not possible to create an operand of ... | Daniel Sanders | 1 | -20/+7 |
2016-07-05 | Revert r274536: [mips][ias] Don't break apart and reconstruct StringRef's for... | Daniel Sanders | 1 | -4/+6 |
2016-07-05 | [mips][ias] Don't break apart and reconstruct StringRef's for k_Token. NFC. | Daniel Sanders | 1 | -6/+4 |
2016-06-23 | [mips][ias] Integers are not registers. | Daniel Sanders | 1 | -6/+0 |
2016-06-21 | Delete more dead code. | Rafael Espindola | 1 | -51/+0 |
2016-06-21 | Delete some dead code. | Rafael Espindola | 1 | -25/+0 |
2016-06-09 | [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructions | Hrvoje Varga | 1 | -0/+1 |
2016-06-03 | [mips] Implement 'la' macro in PIC mode for O32. | Daniel Sanders | 1 | -7/+77 |
2016-05-31 | [mips] Enforce compact branch register restrictions | Simon Dardis | 1 | -10/+54 |
2016-05-27 | [mips] Weaken asm predicate for memory offsets | Simon Dardis | 1 | -3/+7 |
2016-05-27 | Avoid some copies by using const references. | Benjamin Kramer | 1 | -1/+1 |
2016-05-19 | [mips][microMIPS] Implement BC1EQZC, BC1NEZC, BC2EQZC and BC2NEZC instructions | Zlatko Buljan | 1 | -0/+4 |
2016-05-18 | Don't pass a Reloc::Model to MC. | Rafael Espindola | 1 | -2/+1 |
2016-05-16 | [mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted. | Daniel Sanders | 1 | -0/+7 |
2016-05-16 | [mips] Addition of a third operand to the instructions [d]div, [d]divu | Zoran Jovanovic | 1 | -9/+8 |
2016-05-12 | [mips][ias] Fix O32 .cprestore directive when inside .set noat region and off... | Daniel Sanders | 1 | -11/+8 |
2016-05-11 | [mips][ias] Fix N32 and N64 .cprestore directive when inside .set noat region. | Daniel Sanders | 1 | -4/+2 |
2016-05-09 | [mips] Fix a partially initialized member variable that was introduced in r26... | Daniel Sanders | 1 | -0/+2 |
2016-05-09 | [mips][micromips] Make getPointerRegClass() result depend on the instruction. | Daniel Sanders | 1 | -0/+5 |
2016-05-09 | [mips] Fix use after free and an unnecessary copy introduced in r268896. | Daniel Sanders | 1 | -3/+4 |
2016-05-09 | Revert "[Mips] Fix use after free." | Benjamin Kramer | 1 | -1/+2 |
2016-05-09 | [Mips] Fix use after free. | Benjamin Kramer | 1 | -2/+1 |
2016-05-09 | [mips][microMIPS] Implement LWP and SWP instructions | Zlatko Buljan | 1 | -7/+26 |
2016-05-05 | Fix Mips Parser error reporting | Nirav Dave | 1 | -27/+49 |
2016-05-04 | [mips][microMIPS] Add CodeGen support for microMIPSr6 ROTR and ROTRV and add ... | Zlatko Buljan | 1 | -1/+9 |
2016-05-03 | [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations. | Daniel Sanders | 1 | -119/+60 |
2016-04-29 | [mips][ias] Move createCpRestoreMemOp to MipsTargetStreamer. NFC. | Daniel Sanders | 1 | -19/+14 |
2016-04-29 | [mips][ias] Split expandMemInst between MipsAsmParser and MipsTargetStreamer.... | Daniel Sanders | 1 | -66/+91 |
2016-04-29 | [mips][ias] Moved most instruction emission helpers to MipsTargetStreamer. NFC. | Daniel Sanders | 1 | -279/+208 |
2016-04-29 | [mips][microMIPS] Fix offsets for LLE, LWE, SBE, SCE and SHE instructions | Zlatko Buljan | 1 | -7/+0 |
2016-04-25 | [mips][microMIPS] Revert commit r266977 | Zlatko Buljan | 1 | -9/+1 |
2016-04-22 | [mips][microMIPS] Implement DVP, EVP and JALRC.HB instructions | Zlatko Buljan | 1 | -1/+2 |
2016-04-21 | [mips][microMIPS] Implement LL, SC, MOVEP, ROTR, ROTRV and SYSCALL instructio... | Zlatko Buljan | 1 | -1/+9 |
2016-04-20 | MipsAsmParser::loadImmediate(): Prune an obsolete \param in r266602. [-Wdocum... | NAKAMURA Takumi | 1 | -1/+0 |
2016-04-18 | [mips][ias] Prevent double-filling of delay slots by generating '.set noreord... | Daniel Sanders | 1 | -1/+8 |
2016-04-18 | [mips][ias] Stream macro expansions to output instead of buffering them. NFC. | Daniel Sanders | 1 | -337/+326 |