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