Revert "[DebugInfo] Add debug locations to constant SD nodes"
[oota-llvm.git] / lib / Target / Sparc / SparcInstr64Bit.td
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2014-05-16 Tim NorthoverSparc: disable printing on longer "brX,pt" aliases
2014-03-02 Venkatraman Govind... [Sparc] Add trap on integer condition codes (Ticc)...
2014-03-02 Venkatraman Govind... [SparcV9] Adds support for branch on integer register...
2014-03-02 Venkatraman Govind... [Sparc] Make floating point branch instruction formats...
2014-03-01 Venkatraman Govind... [SparcV9] Add support for parsing branch instructions...
2014-03-01 Venkatraman Govind... [Sparc] Add support to disassemble sparc memory instruc...
2014-02-07 Venkatraman Govind... [Sparc] Emit correct encoding for atomic instructions...
2014-01-30 Jakob Stoklund OlesenImplement SPARCv9 atomic_swap_64 with a pseudo.
2014-01-24 Jakob Stoklund OlesenImplement atomicrmw operations in 32 and 64 bits for...
2014-01-12 Venkatraman Govind... [Sparc] Add support for parsing floating point instruct...
2014-01-09 Venkatraman Govind... [Sparc] Multiclass for loads/stores. No functionality...
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-06 Venkatraman Govind... [Sparc] Add initial implementation of disassembler...
2014-01-04 Venkatraman Govind... [Sparc] Add the initial implementation of an asm parser...
2014-01-01 Venkatraman Govind... [Sparc] Handle atomic loads/stores in sparc backend.
2013-12-29 Venkatraman Govind... [SparcV9] Use separate instruction patterns for 64...
2013-11-24 Venkatraman Govind... [Sparc]: Implement LEA pattern for sparcv9.
2013-11-03 Venkatraman Govind... [SparcV9] Handle i64 <-> float conversions in sparcv9...
2013-11-03 Venkatraman Govind... [SparcV9] Add ctpop instruction for i64. Also, expand...
2013-10-06 Venkatraman Govind... [Sparc] Custom lower addc/adde/subc/sube on i64 in...
2013-09-22 Venkatraman Govind... [Sparc] Clean up branch instructions, so that TableGen...
2013-09-22 Venkatraman Govind... [Sparc] Add support for TLS in sparc.
2013-06-07 Jakob Stoklund OlesenRemember the anyext patterns.
2013-06-07 Jakob Stoklund OlesenAdd missing zextloadi1 to i64 patterns. PR16721.
2013-06-07 Roman DivackyFix a typo in asm string of BP* family of instructions...
2013-06-07 Venkatraman Govind... [Sparc]: Use cmp instruction instead of subcc to compar...
2013-06-03 Venkatraman Govind... Sparc: When storing 0, use %g0 directly in the store...
2013-05-19 Jakob Stoklund OlesenDon't use %g0 to materialize 0 directly.
2013-05-19 Jakob Stoklund OlesenSelect i64 values with %icc conditions.
2013-05-19 Jakob Stoklund OlesenAdd floating point selects on %xcc predicates.
2013-05-19 Jakob Stoklund OlesenImplement SPselectfcc for i64 operands.
2013-04-16 Jakob Stoklund OlesenAdd 64-bit multiply and divide instructions for SPARC v9.
2013-04-14 Jakob Stoklund OlesenUse i32 for all SPARC shift amounts, even in 64-bit...
2013-04-06 Jakob Stoklund OlesenImplement LowerReturn_64 for SPARC v9.
2013-04-04 Jakob Stoklund OlesenAdd SPARC v9 support for select on 64-bit compares.
2013-04-03 Jakob Stoklund OlesenAdd 64-bit compare + branch for SPARC v9.
2013-04-02 Jakob Stoklund OlesenAdd 64-bit load and store instructions.
2013-04-02 Jakob Stoklund OlesenBasic 64-bit ALU operations.
2013-04-02 Jakob Stoklund OlesenMaterialize 64-bit immediates.
2013-04-02 Jakob Stoklund OlesenAdd 64-bit shift instructions.