[AVX512] Implemented AVX512VL FP bnary packed instructions (VADDP*, VSUBP*, VMULP...
[oota-llvm.git] / lib / Target / Sparc / SparcInstrFormats.td
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-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-02-07 Venkatraman Govind... [Sparc] Emit correct encoding for atomic instructions...
2014-01-08 Venkatraman Govind... [SparcV9] Rename operands in some sparc64 instructions...
2014-01-06 Venkatraman Govind... [Sparc] Add initial implementation of disassembler...
2013-09-22 Venkatraman Govind... [Sparc] Make SPARC instructions' encoding well defined...
2013-09-22 Venkatraman Govind... [Sparc] Clean up MOVcc instructions so that TableGen...
2013-09-22 Venkatraman Govind... [Sparc] Clean up branch instructions, so that TableGen...
2013-06-04 Venkatraman Govind... Sparc: No functionality change. Cleanup whitespaces...
2013-04-14 Jakob Stoklund OlesenUse i32 for all SPARC shift amounts, even in 64-bit...
2013-04-02 Jakob Stoklund OlesenAdd 64-bit shift instructions.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-19 Evan ChengChange instruction description to split OperandList...
2006-09-01 Chris LattnerUse a couple of multiclass patterns to factor some...
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2005-12-18 Chris LattnerPush ops list, asm string, and pattern all the way...
2005-12-18 Chris LattnerAdd initial conditional branch support. This doesn...
2005-12-17 Chris LattnerGive patterns to F3_3 instructions
2005-12-17 Chris LattnerUse sethi to build large immediates with zeros at the...
2005-12-17 Chris LattnerAdd empty patterns to all F3_1 instructions
2005-12-17 Chris LattnerAdd empty patterns for F3_2 instructions
2005-12-17 Chris LattnerConvert the remaining instructions over, branches and...
2005-12-17 Chris Lattnerconvert FP instructions to use an asmstring and operand...
2005-12-16 Chris LattnerAdd a couple more instrs
2005-12-16 Chris LattnerAutogenerate asmprinter for F3_2 instructions
2005-12-16 Chris LattnerSwitch F3_1 instructions over to use AsmStrings
2005-12-16 Chris LattnerAdd operand info for F3_[12] instructions, getting...
2004-10-14 Misha BrukmanClass F2_1 already inherits the imm22 field from class F2
2004-10-14 Misha Brukman* In the F3_1 class, default asi to 0 because it's...
2004-09-22 Misha BrukmanCombine the F2 and F3 instruction classes into one...