1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 64d80e3 Change instruction description to split OperandList into OutOperandList and by Evan Cheng · 17 years ago
  3. aca36b9 Use a couple of multiclass patterns to factor some integer ops. by Chris Lattner · 18 years ago
  4. 7c90f73 Rename SPARC V8 target to be the LLVM SPARC target. by Chris Lattner · 19 years ago
  5. eee99bd Push ops list, asm string, and pattern all the way up to InstV8. Move the by Chris Lattner · 19 years ago
  6. 4d55aca Add initial conditional branch support. This doesn't actually work yet due by Chris Lattner · 19 years ago
  7. 558bfe0 Give patterns to F3_3 instructions by Chris Lattner · 19 years ago
  8. 57dd3bc Use sethi to build large immediates with zeros at the bottom by Chris Lattner · 19 years ago
  9. e33a3ff Add empty patterns to all F3_1 instructions by Chris Lattner · 19 years ago
  10. f3bf50d Add empty patterns for F3_2 instructions by Chris Lattner · 19 years ago
  11. 0d8fcd3 Convert the remaining instructions over, branches and calls. Fix a couple by Chris Lattner · 19 years ago
  12. dc6938a convert FP instructions to use an asmstring and operand list, allowing FP by Chris Lattner · 19 years ago
  13. 13e1501 Add a couple more instrs by Chris Lattner · 19 years ago
  14. d4f2ab5 Autogenerate asmprinter for F3_2 instructions by Chris Lattner · 19 years ago
  15. 1c4f435 Switch F3_1 instructions over to use AsmStrings by Chris Lattner · 19 years ago
  16. 96b84be Add operand info for F3_[12] instructions, getting V8 back to basic functionality. by Chris Lattner · 19 years ago
  17. 45a6826 Class F2_1 already inherits the imm22 field from class F2 by Misha Brukman · 20 years ago
  18. 17187e9 * In the F3_1 class, default asi to 0 because it's not currently used by Misha Brukman · 20 years ago
  19. c42077d Combine the F2 and F3 instruction classes into one file for simplicity by Misha Brukman · 20 years ago