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