Test commit
[oota-llvm.git] / lib / Target / Sparc / AsmParser /
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-04-10 NAKAMURA TakumiLLVMBuild.txt: Reformat.
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...