aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrFormats.td
AgeCommit message (Expand)Author
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-07-19Change instruction description to split OperandList into OutOperandList andEvan Cheng
2006-09-01Use a couple of multiclass patterns to factor some integer ops.Chris Lattner
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner
2005-12-18Push ops list, asm string, and pattern all the way up to InstV8. Move theChris Lattner
2005-12-18Add initial conditional branch support. This doesn't actually work yet dueChris Lattner
2005-12-17Give patterns to F3_3 instructionsChris Lattner
2005-12-17Use sethi to build large immediates with zeros at the bottomChris Lattner
2005-12-17Add empty patterns to all F3_1 instructionsChris Lattner
2005-12-17Add empty patterns for F3_2 instructionsChris Lattner
2005-12-17Convert the remaining instructions over, branches and calls. Fix a coupleChris Lattner
2005-12-17convert FP instructions to use an asmstring and operand list, allowing FPChris Lattner
2005-12-16Add a couple more instrsChris Lattner
2005-12-16Autogenerate asmprinter for F3_2 instructionsChris Lattner
2005-12-16Switch F3_1 instructions over to use AsmStringsChris Lattner
2005-12-16Add operand info for F3_[12] instructions, getting V8 back to basic functiona...Chris Lattner
2004-10-14Class F2_1 already inherits the imm22 field from class F2Misha Brukman
2004-10-14* In the F3_1 class, default asi to 0 because it's not currently usedMisha Brukman
2004-09-22Combine the F2 and F3 instruction classes into one file for simplicityMisha Brukman