aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcInstrFormats.td
Commit message (Expand)AuthorAgeFilesLines
* Add 64-bit shift instructions.Jakob Stoklund Olesen2013-04-021-0/+37
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-3/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-191-16/+17
* Use a couple of multiclass patterns to factor some integer ops.Chris Lattner2006-09-011-0/+2
* Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner2006-02-051-8/+8
* Push ops list, asm string, and pattern all the way up to InstV8. Move theChris Lattner2005-12-181-27/+24
* Add initial conditional branch support. This doesn't actually work yet dueChris Lattner2005-12-181-1/+3
* Give patterns to F3_3 instructionsChris Lattner2005-12-171-1/+2
* Use sethi to build large immediates with zeros at the bottomChris Lattner2005-12-171-1/+2
* Add empty patterns to all F3_1 instructionsChris Lattner2005-12-171-1/+3
* Add empty patterns for F3_2 instructionsChris Lattner2005-12-171-2/+4
* Convert the remaining instructions over, branches and calls. Fix a coupleChris Lattner2005-12-171-2/+4
* convert FP instructions to use an asmstring and operand list, allowing FPChris Lattner2005-12-171-2/+5
* Add a couple more instrsChris Lattner2005-12-161-2/+4
* Autogenerate asmprinter for F3_2 instructionsChris Lattner2005-12-161-2/+2
* Switch F3_1 instructions over to use AsmStringsChris Lattner2005-12-161-2/+2
* Add operand info for F3_[12] instructions, getting V8 back to basic functiona...Chris Lattner2005-12-161-2/+6
* Class F2_1 already inherits the imm22 field from class F2Misha Brukman2004-10-141-1/+0
* * In the F3_1 class, default asi to 0 because it's not currently usedMisha Brukman2004-10-141-2/+1
* Combine the F2 and F3 instruction classes into one file for simplicityMisha Brukman2004-09-221-0/+97