[SPARC] Repair GOT references to internal symbols.
[oota-llvm.git] / lib / Target / Sparc / AsmParser / SparcAsmParser.cpp
2015-06-18 James Y Knight[SPARC] Repair GOT references to internal symbols.
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
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-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-04-29 Douglas Katzman[Sparc] Really add sparcel architecture support.
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-01-03 Craig TopperMinor cleanup to all the switches after MatchInstructio...
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-03-02 Venkatraman Govind... [Sparc] Add return/rett instruction to Sparc backend.
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-02 Venkatraman Govind... [Sparc] Add register class for floating point condition...
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] Teach SparcAsmParser to emit correct relocation...
2014-03-01 Venkatraman Govind... [Sparc] Add support for parsing directives in SparcAsmP...
2014-02-07 Venkatraman Govind... [Sparc] Emit correct encoding for atomic instructions...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-24 Venkatraman Govind... [Sparc] Correct quad register list in the asm parser.
2014-01-23 Eric ChristopherFix out of bounds access to the double regs array....
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... [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-04 Venkatraman Govind... [Sparc] Add the initial implementation of an asm parser...