[AVX-512] Fix test case update missed in r257299.
[oota-llvm.git] / test / MC / Sparc /
2015-10-26 David MajnemerUpdate test to take into account for r251271.
2015-10-04 Joerg Sonnenberger[SPARCv9] Add support for the rdpr/wrpr instructions.
2015-10-01 Joerg SonnenbergerFix relocation used for GOT references in non-PIC mode...
2015-09-17 Joerg Sonnenberger[SPARC] Add mulscc.
2015-09-16 Joerg Sonnenberger[SPARC] Both GNU and Solaris as support eq as condition...
2015-09-16 Joerg Sonnenberger[SPARC] Recognize st/stx operations with %fsr argument...
2015-08-31 Hans WennborgFix CHECK directives that weren't checking.
2015-08-20 Douglas Katzman[Sparc]: correct the 'set' synthetic instruction
2015-08-19 Douglas Katzman[Sparc]: asm-only support for the ldstub instruction.
2015-08-19 Douglas Katzman[SPARC] Enable writing to floating-point-state register.
2015-08-19 Joerg SonnenbergerMap %fprs to %asr6 in the Sparc assembler parser.
2015-08-18 Joerg SonnenbergerLoad/store instructions for floating points with addres...
2015-08-17 Douglas Katzman[SPARC]: recognize '.' as the start of an assembler...
2015-08-10 Joerg SonnenbergerAdd lduw and lwua aliases for SPARCv9.
2015-08-10 Joerg SonnenbergerLoad/store for float registers from/to alternate space.
2015-08-10 Joerg SonnenbergerAdd support for the signx instrution alias of SPARCv9.
2015-08-10 James Y Knight[Sparc] Implement i64 load/store support for 32-bit...
2015-08-06 Douglas Katzman[SPARC] Don't compare arch name as a string, use the...
2015-08-05 James Y Knight[Sparc] Fix disassembly of popc instruction.
2015-07-06 James Y Knight[Sparc] Add more instruction aliases.
2015-07-06 James Y Knight[Sparc] Add support for flush instruction.
2015-06-23 Daniel JasperRevert r240302 ("Bring r240130 back.").
2015-06-22 Rafael EspindolaBring r240130 back.
2015-06-19 Nico WeberRevert 240130, it caused crashes (repro in PR23900).
2015-06-19 Rafael EspindolaMake all temporary symbols unnamed.
2015-06-18 James Y Knight[SPARC] Repair GOT references to internal symbols.
2015-06-16 Daniel Sanders[llvm-mc] The object form of the GNU triple should...
2015-05-18 James Y KnightSparc: support the "set" synthetic instruction.
2015-05-18 James Y KnightSparc: Support PSR, TBR, WIM read/write instructions.
2015-05-18 James Y KnightSparc: Add the "alternate address space" load/store...
2015-05-18 James Y KnightAdd support for the Sparc implementation-defined "ASR...
2015-05-01 James Y Knight[Sparc] Repair fixups in little endian mode.
2015-04-29 Douglas KatzmanMake Sparc assembler accept parenthesized constant...
2015-04-29 James Y KnightSparc: Prefer reg+reg address encoding when only one...
2015-04-28 James Y KnightSparc: Add alternate aliases for conditional branch...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-16 Tim NorthoverTableGen: fix operand counting for aliases
2014-03-02 Venkatraman Govind... [Sparc] Add trap on integer condition codes (Ticc)...
2014-03-02 Venkatraman Govind... [Sparc] Add return/rett instruction to Sparc backend.
2014-03-02 Venkatraman Govind... [Sparc] Add fcmpe* instructions to Sparc backend.
2014-03-02 Venkatraman Govind... [Sparc] Add VIS instructions to sparc backend.
2014-03-02 Venkatraman Govind... [SparcV9] Adds support for branch on integer register...
2014-03-02 Venkatraman Govind... [Sparc] Add support for parsing branches and conditiona...
2014-03-02 Venkatraman Govind... [Sparc] Add support for parsing fcmp with %fcc registers.
2014-03-01 Venkatraman Govind... [SparcV9] Add support for parsing branch instructions...
2014-03-01 Venkatraman Govind... [Sparc] Add support for parsing annulled branch instruc...
2014-03-01 Venkatraman Govind... [Sparc] Add support for parsing sparcv9 instructions...
2014-03-01 Venkatraman Govind... [Sparc] Add missing ALU instruction patterns.
2014-03-01 Venkatraman Govind... Add support for parsing sun-style section flags in...
2014-03-01 Venkatraman Govind... [Sparc] Implement writeNopData. Emit actual NOP instruc...
2014-03-01 Venkatraman Govind... [Sparc] Teach SparcAsmParser to emit correct relocation...
2014-03-01 Venkatraman Govind... [Sparc] Add support for parsing directives in SparcAsmP...
2014-03-01 Venkatraman Govind... [Sparc] Emit 'restore' instead of 'restore %g0, %g0...
2014-02-07 Venkatraman Govind... [Sparc] Add support for parsing synthetic instruction...
2014-02-07 Venkatraman Govind... [Sparc] Emit correct encoding for atomic instructions...
2014-01-26 Venkatraman Govind... [Sparc] Add support for sparc relocation types in ELF...
2014-01-24 Venkatraman Govind... [Sparc] Correct quad register list in the asm parser.
2014-01-12 Venkatraman Govind... [Sparc] Add support for parsing floating point instruct...
2014-01-10 Venkatraman Govind... [Sparc] Add support for parsing jmpl instruction and...
2014-01-08 Venkatraman Govind... [SparcV9] Rename operands in some sparc64 instructions...
2014-01-08 Venkatraman Govind... [Sparc] Add support for parsing branch instructions...
2014-01-07 Venkatraman Govind... [Sparc] Add support for parsing sparc asm modifiers...
2014-01-07 Venkatraman Govind... [Sparc] Add support for parsing memory operands in...
2014-01-05 Venkatraman Govind... Add lit.local.cfg for MC/Sparc
2014-01-05 Venkatraman Govind... [Sparc] Add initial implementation of MC Code emitter...