summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips
Commit message (Expand)AuthorAgeFilesLines
* [mips] Fix li/la differences between IAS and GAS.Daniel Sanders2015-07-148-86/+381
* [mips][microMIPS] Implement SLL and NOP instructionsZoran Jovanovic2015-07-011-0/+2
* [mips] [IAS] Add support for the .module softfloat/hardfloat directives.Toma Tabacu2015-06-302-0/+46
* [mips] [IAS] Make .module directives change AssemblerOptions->front().Toma Tabacu2015-06-301-0/+14
* [mips] [IAS] Add support for the .set oddspreg/nooddspreg directives.Toma Tabacu2015-06-302-0/+20
* [mips] Add COP0 register class and use it in M[FT]C0/DM[FT]C0.Daniel Sanders2015-06-2711-16/+58
* [mips] [IAS] Add partial support for the ULW pseudo-instruction.Toma Tabacu2015-06-264-0/+245
* [mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1.Toma Tabacu2015-06-251-0/+15
* [mips][microMIPS] Implement BREAK, EHB and EI instructionsZoran Jovanovic2015-06-242-0/+13
* [mips] [IAS] Add partial support for the ULHU pseudo-instruction.Toma Tabacu2015-06-234-115/+430
* [mips64] Emit correct addend for some PC-relative relocationsPetar Jovanovic2015-06-235-66/+66
* Revert r240302 ("Bring r240130 back.").Daniel Jasper2015-06-233-9/+9
* [mips] llvm-readobj can parse .MIPS.abiflags. No need to check the bytes.Daniel Sanders2015-06-232-13/+35
* Bring r240130 back.Rafael Espindola2015-06-223-9/+9
* [mips] [IAS] Add support for LAReg with identical source and destination regi...Toma Tabacu2015-06-221-0/+6
* [mips] [IAS] Add support for LASym with identical source and destination regi...Toma Tabacu2015-06-221-0/+6
* Revert 240130, it caused crashes (repro in PR23900).Nico Weber2015-06-193-9/+9
* Make all temporary symbols unnamed.Rafael Espindola2015-06-193-9/+9
* [MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.Benjamin Kramer2015-06-171-0/+68
* [mips] [IAS] Add support for expanding LASym with a source register operand.Toma Tabacu2015-06-171-0/+6
* [mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions.Toma Tabacu2015-06-173-0/+322
* [mips] [IAS] Fix LA with relative label operands.Toma Tabacu2015-06-171-0/+5
* [mips] [IAS] Add test for SW with relative label operands. NFC.Toma Tabacu2015-06-171-0/+5
* [mips] [IAS] Fix LW with relative label operands.Toma Tabacu2015-06-171-0/+9
* [mips][ias] Expand on r238751 to cover as many relocs as possible.Daniel Sanders2015-06-162-45/+204
* Recommit "[mips] [IAS] Add support for BNE and BEQ with an immediate operand....Toma Tabacu2015-06-114-0/+158
* [mips][microMIPS] Implement ERET and ERETNC instructionsZoran Jovanovic2015-06-111-0/+2
* [mips] Change existing uimm10 operand to restrict the accepted immediatesZoran Jovanovic2015-06-113-0/+13
* Recommit "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144).Toma Tabacu2015-06-092-0/+26
* Revert "[mips] [IAS] Add support for BNE and BEQ with an immediate operand." ...Toma Tabacu2015-06-094-158/+0
* [mips] [IAS] Add support for BNE and BEQ with an immediate operand.Toma Tabacu2015-06-094-0/+158
* Revert "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144).Toma Tabacu2015-06-052-26/+0
* [mips] [IAS] Restore STI.FeatureBits in .set pop.Toma Tabacu2015-06-052-0/+26
* llvm-readobj can parse relocations, no need to check the raw bytes.xRafael Espindola2015-06-041-11/+7
* [mips] [IAS] Reformat mips-expansions.s. NFC.Toma Tabacu2015-06-021-33/+32
* [mips] Test both %dtprel_hi and %dtprel_lo instead of testing %dtprel_hi twice.Daniel Sanders2015-06-021-3/+3
* [mips] Expand tabs in test/MC/Mips/mips-relocations.sDaniel Sanders2015-06-021-11/+11
* [mips] [IAS] Add support for the .set softfloat/hardfloat directives.Toma Tabacu2015-06-022-0/+26
* Fix relocation selection for foo-. on mips.Rafael Espindola2015-06-011-0/+10
* [mips] Add new format for dmtc2/dmfc2 for Octeon CPUs.Kai Nacke2015-05-281-0/+4
* [mips][microMIPSr6] Implement SEB and SEH instructionsZoran Jovanovic2015-05-271-0/+2
* [mips][microMIPSr6] Implement BEQZALC, BGEZALC, BGTZALC, BLEZALC, BLTZALC and...Jozef Kolek2015-05-271-0/+6
* Relax these tests a bit.Rafael Espindola2015-05-221-2/+2
* [mips] [IAS] Add 2 missing CHECK directives for fixups in mips-expansions.s.Toma Tabacu2015-05-211-2/+2
* [mips][microMIPSr6] Implement NOR, OR, ORI, XOR and XORI instructionsZoran Jovanovic2015-05-191-0/+5
* [mips][microMIPSr6] Implement AND and ANDI instructionsZoran Jovanovic2015-05-191-0/+2
* [mips][microMIPSr6] Implement DIV, DIVU, MOD and MODU instructionsZoran Jovanovic2015-05-191-0/+4
* [mips][microMIPSr6] Implement LSA instructionJozef Kolek2015-05-181-0/+1
* [mips][microMIPSr6] Implement ALIGN and AUI instructionsJozef Kolek2015-05-181-0/+2
* [mips] [IAS] Fix expansion of negative 32-bit immediates for LI/DLI.Toma Tabacu2015-05-152-0/+18
OpenPOWER on IntegriCloud