Revert part of r241149, "Fix PR23872: Integrated assembler error message when using...
[oota-llvm.git] / test / MC / Mips /
2015-07-01 Zoran Jovanovic[mips][microMIPS] Implement SLL and NOP instructions
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .module softfloat...
2015-06-30 Toma Tabacu[mips] [IAS] Make .module directives change AssemblerOp...
2015-06-30 Toma Tabacu[mips] [IAS] Add support for the .set oddspreg/nooddspr...
2015-06-27 Daniel Sanders[mips] Add COP0 register class and use it in M[FT]C0...
2015-06-26 Toma Tabacu[mips] [IAS] Add partial support for the ULW pseudo...
2015-06-25 Toma Tabacu[mips] [IAS] Fix parsing of memory offset expressions...
2015-06-24 Zoran Jovanovic[mips][microMIPS] Implement BREAK, EHB and EI instructions
2015-06-23 Toma Tabacu[mips] [IAS] Add partial support for the ULHU pseudo...
2015-06-23 Petar Jovanovic[mips64] Emit correct addend for some PC-relative reloc...
2015-06-23 Daniel JasperRevert r240302 ("Bring r240130 back.").
2015-06-23 Daniel Sanders[mips] llvm-readobj can parse .MIPS.abiflags. No need...
2015-06-22 Rafael EspindolaBring r240130 back.
2015-06-22 Toma Tabacu[mips] [IAS] Add support for LAReg with identical sourc...
2015-06-22 Toma Tabacu[mips] [IAS] Add support for LASym with identical sourc...
2015-06-19 Nico WeberRevert 240130, it caused crashes (repro in PR23900).
2015-06-19 Rafael EspindolaMake all temporary symbols unnamed.
2015-06-17 Benjamin Kramer[MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.
2015-06-17 Toma Tabacu[mips] [IAS] Add support for expanding LASym with a...
2015-06-17 Toma Tabacu[mips] [IAS] Add support for the B{L,G}{T,E}(U) branch...
2015-06-17 Toma Tabacu[mips] [IAS] Fix LA with relative label operands.
2015-06-17 Toma Tabacu[mips] [IAS] Add test for SW with relative label operan...
2015-06-17 Toma Tabacu[mips] [IAS] Fix LW with relative label operands.
2015-06-16 Daniel Sanders[mips][ias] Expand on r238751 to cover as many relocs...
2015-06-11 Toma TabacuRecommit "[mips] [IAS] Add support for BNE and BEQ...
2015-06-11 Zoran Jovanovic[mips][microMIPS] Implement ERET and ERETNC instructions
2015-06-11 Zoran Jovanovic[mips] Change existing uimm10 operand to restrict the...
2015-06-09 Toma TabacuRecommit "[mips] [IAS] Restore STI.FeatureBits in ...
2015-06-09 Toma TabacuRevert "[mips] [IAS] Add support for BNE and BEQ with...
2015-06-09 Toma Tabacu[mips] [IAS] Add support for BNE and BEQ with an immedi...
2015-06-05 Toma TabacuRevert "[mips] [IAS] Restore STI.FeatureBits in .set...
2015-06-05 Toma Tabacu[mips] [IAS] Restore STI.FeatureBits in .set pop.
2015-06-04 Rafael Espindolallvm-readobj can parse relocations, no need to check...
2015-06-02 Toma Tabacu[mips] [IAS] Reformat mips-expansions.s. NFC.
2015-06-02 Daniel Sanders[mips] Test both %dtprel_hi and %dtprel_lo instead...
2015-06-02 Daniel Sanders[mips] Expand tabs in test/MC/Mips/mips-relocations.s
2015-06-02 Toma Tabacu[mips] [IAS] Add support for the .set softfloat/hardflo...
2015-06-01 Rafael EspindolaFix relocation selection for foo-. on mips.
2015-05-28 Kai Nacke[mips] Add new format for dmtc2/dmfc2 for Octeon CPUs.
2015-05-27 Zoran Jovanovic[mips][microMIPSr6] Implement SEB and SEH instructions
2015-05-27 Jozef Kolek[mips][microMIPSr6] Implement BEQZALC, BGEZALC, BGTZALC...
2015-05-22 Rafael EspindolaRelax these tests a bit.
2015-05-21 Toma Tabacu[mips] [IAS] Add 2 missing CHECK directives for fixups...
2015-05-19 Zoran Jovanovic[mips][microMIPSr6] Implement NOR, OR, ORI, XOR and...
2015-05-19 Zoran Jovanovic[mips][microMIPSr6] Implement AND and ANDI instructions
2015-05-19 Zoran Jovanovic[mips][microMIPSr6] Implement DIV, DIVU, MOD and MODU...
2015-05-18 Jozef Kolek[mips][microMIPSr6] Implement LSA instruction
2015-05-18 Jozef Kolek[mips][microMIPSr6] Implement ALIGN and AUI instructions
2015-05-15 Toma Tabacu[mips] [IAS] Fix expansion of negative 32-bit immediate...
2015-05-14 Toma Tabacu[mips] [IAS] Enforce .set nomacro.
2015-05-14 Toma Tabacu[mips] [IAS] Emit .set macro/nomacro.
2015-05-14 Toma Tabacu[mips] [IAS] Warn when LA is used with a 64-bit symbol.
2015-05-13 Jozef Kolek[mips][microMIPSr6] Implement CLO and CLZ instructions
2015-05-13 Toma Tabacu[mips] [IAS] Unify common functionality of LA and LI.
2015-05-13 Toma Tabacu[mips] [IAS] Merge the micromips-expressions.s test...
2015-05-12 Jozef Kolek[mips][microMIPSr6] Implement SELEQZ and SELNEZ instruc...
2015-05-08 Jozef Kolek[mips][microMIPSr6] Implement ALUIPC and AUIPC instructions
2015-05-08 Jozef Kolek[mips][microMIPSr6] Implement ADDIUPC and LWPC instructions
2015-05-07 Jozef Kolek[mips][microMIPSr6] Implement JIALC and JIC instructions
2015-05-07 Toma Tabacu[mips] Add the SoftFloat MipsSubtarget feature.
2015-05-05 Daniel Sanders[mips][msa] Test basic operations for the N32 ABI too.
2015-05-01 Toma Tabacu[mips] [IAS] Fix error messages for using LI with 64...
2015-05-01 Toma Tabacu[mips] [IAS] Slightly improve shift instruction generat...
2015-04-30 Daniel Sanders[mips][mips64r6] Sorted instructions in test. NFC.
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement MUL, MUH, MULU and MUHU...
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement SUB and SUBU instructions
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement ADD, ADDU and ADDIU instr...
2015-04-28 Toma Tabacu[mips] [IAS] Do not generate redundant ORi in createLSh...
2015-04-27 Rafael EspindolaUse CIE version 1 for .eh_frame.
2015-04-27 Toma Tabacu[mips] [IAS] Improve warning for using AT with .set...
2015-04-21 Toma Tabacu[mips] [IAS] Implement the .asciiz directive.
2015-04-21 Jozef Kolek[mips][microMIPSr6] Implement CACHE and PREF instructions
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement BITSWAP instruction
2015-04-20 Jozef Kolek[mips][microMIPSr6] Implement BALC and BC instructions
2015-04-16 Toma Tabacu[mips] [IAS] Preserve microMIPS label marking for objec...
2015-04-16 Toma Tabacu[mips] [IAS] Add support for the .insn directive.
2015-04-15 Rafael EspindolaUpdate tests to not be as dependent on section numbers.
2015-04-14 Petar JovanovicRe-enable target-specific relocation table sorting...
2015-04-10 Toma Tabacu[mips] [IAS] Make the mips-expansions-bad.s test more...
2015-04-08 Toma Tabacu[mips] [IAS] Do not generate redundant move when expand...
2015-04-08 Toma Tabacu[mips] [IAS] Add support for the BNEZL and BEQZL pseudo...
2015-04-08 Toma Tabacu[mips] [IAS] Remove AssemblerPredicate's from RelocPIC...
2015-04-07 Toma Tabacu[mips] [IAS] Allow .set assignments for already defined...
2015-03-17 Toma Tabacu[mips] [IAS] Add support for the XOR $reg,imm pseudo...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-06 Toma Tabacu[mips] [IAS] Add missing constraints and improve testin...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-26 Vladimir MedicReplace obsolete -mattr=n64 command line option with...
2015-02-25 Vladimir Medic[MIPS]Multiple and add instructions for Mips are curren...
2015-02-18 Jozef Kolek[mips][microMIPS] Implement JALX instruction
2015-02-18 Daniel Sanders[mips] Add backend support for Mips32r[35] and Mips64r...
2015-02-18 Toma Tabacu[mips] [IAS] Fix using .cpsetup with local labels ...
2015-02-13 Toma Tabacu[mips] Improve support for the .set at/noat assembler...
2015-02-10 Zoran Jovanovic[mips][microMIPS] Implement movep instruction
2015-02-06 Daniel Sanders[mips] Fix FileCheck prefixes with whitespace between...
2015-01-30 Toma Tabacu[mips] Manually replace JAL pseudo-instructions with...
2015-01-28 Zoran Jovanovic[mips][microMIPS] Implement SWM and LWM aliases
2015-01-28 Jozef Kolek[mips][microMIPS] Implement LWGP instruction
2015-01-27 Kai Nacke[mips] Add range checks and transformation to octeon...
2015-01-26 Eric ChristopherMove the Mips target to storing the ABI in the TargetMa...
next