summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrFormats.td
Commit message (Expand)AuthorAge
* [Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc back...Venkatraman Govindaraju2014-03-02
* [SparcV9] Adds support for branch on integer register instructions (BPr) and ...Venkatraman Govindaraju2014-03-02
* [Sparc] Make floating point branch instruction formats to accept %fcc0-%fcc1 ...Venkatraman Govindaraju2014-03-02
* [Sparc] Add support for parsing fcmp with %fcc registers.Venkatraman Govindaraju2014-03-02
* [SparcV9] Add support for parsing branch instructions with prediction.Venkatraman Govindaraju2014-03-01
* [Sparc] Add support for parsing annulled branch instructions.Venkatraman Govindaraju2014-03-01
* [Sparc] Emit correct encoding for atomic instructions. Also, add support for ...Venkatraman Govindaraju2014-02-07
* [SparcV9] Rename operands in some sparc64 instructions so that TableGen can e...Venkatraman Govindaraju2014-01-08
* [Sparc] Add initial implementation of disassembler for sparcVenkatraman Govindaraju2014-01-06
* [Sparc] Make SPARC instructions' encoding well defined such that TableGen can...Venkatraman Govindaraju2013-09-22
* [Sparc] Clean up MOVcc instructions so that TableGen can encode them correctl...Venkatraman Govindaraju2013-09-22
* [Sparc] Clean up branch instructions, so that TableGen can encode branch cond...Venkatraman Govindaraju2013-09-22
* Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju2013-06-04
* Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen2013-04-14
* Add 64-bit shift instructions.Jakob Stoklund Olesen2013-04-02
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-19
* Use a couple of multiclass patterns to factor some integer ops.Chris Lattner2006-09-01
* Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner2006-02-05
* Push ops list, asm string, and pattern all the way up to InstV8. Move theChris Lattner2005-12-18
* Add initial conditional branch support. This doesn't actually work yet dueChris Lattner2005-12-18
* Give patterns to F3_3 instructionsChris Lattner2005-12-17
* Use sethi to build large immediates with zeros at the bottomChris Lattner2005-12-17
* Add empty patterns to all F3_1 instructionsChris Lattner2005-12-17
* Add empty patterns for F3_2 instructionsChris Lattner2005-12-17
* Convert the remaining instructions over, branches and calls. Fix a coupleChris Lattner2005-12-17
* convert FP instructions to use an asmstring and operand list, allowing FPChris Lattner2005-12-17
* Add a couple more instrsChris Lattner2005-12-16
* Autogenerate asmprinter for F3_2 instructionsChris Lattner2005-12-16
* Switch F3_1 instructions over to use AsmStringsChris Lattner2005-12-16
* Add operand info for F3_[12] instructions, getting V8 back to basic functiona...Chris Lattner2005-12-16
* Class F2_1 already inherits the imm22 field from class F2Misha Brukman2004-10-14
* * In the F3_1 class, default asi to 0 because it's not currently usedMisha Brukman2004-10-14
* Combine the F2 and F3 instruction classes into one file for simplicityMisha Brukman2004-09-22