| Commit message (Expand) | Author | Age | Files | Lines |
| * | [mips] Fix li/la differences between IAS and GAS. | Daniel Sanders | 2015-07-14 | 8 | -86/+381 |
| * | [mips][microMIPS] Implement SLL and NOP instructions | Zoran Jovanovic | 2015-07-01 | 1 | -0/+2 |
| * | [mips] [IAS] Add support for the .module softfloat/hardfloat directives. | Toma Tabacu | 2015-06-30 | 2 | -0/+46 |
| * | [mips] [IAS] Make .module directives change AssemblerOptions->front(). | Toma Tabacu | 2015-06-30 | 1 | -0/+14 |
| * | [mips] [IAS] Add support for the .set oddspreg/nooddspreg directives. | Toma Tabacu | 2015-06-30 | 2 | -0/+20 |
| * | [mips] Add COP0 register class and use it in M[FT]C0/DM[FT]C0. | Daniel Sanders | 2015-06-27 | 11 | -16/+58 |
| * | [mips] [IAS] Add partial support for the ULW pseudo-instruction. | Toma Tabacu | 2015-06-26 | 4 | -0/+245 |
| * | [mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1. | Toma Tabacu | 2015-06-25 | 1 | -0/+15 |
| * | [mips][microMIPS] Implement BREAK, EHB and EI instructions | Zoran Jovanovic | 2015-06-24 | 2 | -0/+13 |
| * | [mips] [IAS] Add partial support for the ULHU pseudo-instruction. | Toma Tabacu | 2015-06-23 | 4 | -115/+430 |
| * | [mips64] Emit correct addend for some PC-relative relocations | Petar Jovanovic | 2015-06-23 | 5 | -66/+66 |
| * | Revert r240302 ("Bring r240130 back."). | Daniel Jasper | 2015-06-23 | 3 | -9/+9 |
| * | [mips] llvm-readobj can parse .MIPS.abiflags. No need to check the bytes. | Daniel Sanders | 2015-06-23 | 2 | -13/+35 |
| * | Bring r240130 back. | Rafael Espindola | 2015-06-22 | 3 | -9/+9 |
| * | [mips] [IAS] Add support for LAReg with identical source and destination regi... | Toma Tabacu | 2015-06-22 | 1 | -0/+6 |
| * | [mips] [IAS] Add support for LASym with identical source and destination regi... | Toma Tabacu | 2015-06-22 | 1 | -0/+6 |
| * | Revert 240130, it caused crashes (repro in PR23900). | Nico Weber | 2015-06-19 | 3 | -9/+9 |
| * | Make all temporary symbols unnamed. | Rafael Espindola | 2015-06-19 | 3 | -9/+9 |
| * | [MC/Dwarf] Encode DW_CFA_advance_loc in target endianess. | Benjamin Kramer | 2015-06-17 | 1 | -0/+68 |
| * | [mips] [IAS] Add support for expanding LASym with a source register operand. | Toma Tabacu | 2015-06-17 | 1 | -0/+6 |
| * | [mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions. | Toma Tabacu | 2015-06-17 | 3 | -0/+322 |
| * | [mips] [IAS] Fix LA with relative label operands. | Toma Tabacu | 2015-06-17 | 1 | -0/+5 |
| * | [mips] [IAS] Add test for SW with relative label operands. NFC. | Toma Tabacu | 2015-06-17 | 1 | -0/+5 |
| * | [mips] [IAS] Fix LW with relative label operands. | Toma Tabacu | 2015-06-17 | 1 | -0/+9 |
| * | [mips][ias] Expand on r238751 to cover as many relocs as possible. | Daniel Sanders | 2015-06-16 | 2 | -45/+204 |
| * | Recommit "[mips] [IAS] Add support for BNE and BEQ with an immediate operand.... | Toma Tabacu | 2015-06-11 | 4 | -0/+158 |
| * | [mips][microMIPS] Implement ERET and ERETNC instructions | Zoran Jovanovic | 2015-06-11 | 1 | -0/+2 |
| * | [mips] Change existing uimm10 operand to restrict the accepted immediates | Zoran Jovanovic | 2015-06-11 | 3 | -0/+13 |
| * | Recommit "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144). | Toma Tabacu | 2015-06-09 | 2 | -0/+26 |
| * | Revert "[mips] [IAS] Add support for BNE and BEQ with an immediate operand." ... | Toma Tabacu | 2015-06-09 | 4 | -158/+0 |
| * | [mips] [IAS] Add support for BNE and BEQ with an immediate operand. | Toma Tabacu | 2015-06-09 | 4 | -0/+158 |
| * | Revert "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144). | Toma Tabacu | 2015-06-05 | 2 | -26/+0 |
| * | [mips] [IAS] Restore STI.FeatureBits in .set pop. | Toma Tabacu | 2015-06-05 | 2 | -0/+26 |
| * | llvm-readobj can parse relocations, no need to check the raw bytes.x | Rafael Espindola | 2015-06-04 | 1 | -11/+7 |
| * | [mips] [IAS] Reformat mips-expansions.s. NFC. | Toma Tabacu | 2015-06-02 | 1 | -33/+32 |
| * | [mips] Test both %dtprel_hi and %dtprel_lo instead of testing %dtprel_hi twice. | Daniel Sanders | 2015-06-02 | 1 | -3/+3 |
| * | [mips] Expand tabs in test/MC/Mips/mips-relocations.s | Daniel Sanders | 2015-06-02 | 1 | -11/+11 |
| * | [mips] [IAS] Add support for the .set softfloat/hardfloat directives. | Toma Tabacu | 2015-06-02 | 2 | -0/+26 |
| * | Fix relocation selection for foo-. on mips. | Rafael Espindola | 2015-06-01 | 1 | -0/+10 |
| * | [mips] Add new format for dmtc2/dmfc2 for Octeon CPUs. | Kai Nacke | 2015-05-28 | 1 | -0/+4 |
| * | [mips][microMIPSr6] Implement SEB and SEH instructions | Zoran Jovanovic | 2015-05-27 | 1 | -0/+2 |
| * | [mips][microMIPSr6] Implement BEQZALC, BGEZALC, BGTZALC, BLEZALC, BLTZALC and... | Jozef Kolek | 2015-05-27 | 1 | -0/+6 |
| * | Relax these tests a bit. | Rafael Espindola | 2015-05-22 | 1 | -2/+2 |
| * | [mips] [IAS] Add 2 missing CHECK directives for fixups in mips-expansions.s. | Toma Tabacu | 2015-05-21 | 1 | -2/+2 |
| * | [mips][microMIPSr6] Implement NOR, OR, ORI, XOR and XORI instructions | Zoran Jovanovic | 2015-05-19 | 1 | -0/+5 |
| * | [mips][microMIPSr6] Implement AND and ANDI instructions | Zoran Jovanovic | 2015-05-19 | 1 | -0/+2 |
| * | [mips][microMIPSr6] Implement DIV, DIVU, MOD and MODU instructions | Zoran Jovanovic | 2015-05-19 | 1 | -0/+4 |
| * | [mips][microMIPSr6] Implement LSA instruction | Jozef Kolek | 2015-05-18 | 1 | -0/+1 |
| * | [mips][microMIPSr6] Implement ALIGN and AUI instructions | Jozef Kolek | 2015-05-18 | 1 | -0/+2 |
| * | [mips] [IAS] Fix expansion of negative 32-bit immediates for LI/DLI. | Toma Tabacu | 2015-05-15 | 2 | -0/+18 |