1. 4d0cda4 This is a start on handling setcc instructions. As the comment notes, we by Chris Lattner · 21 years ago
  2. 0d538bb Avoid emitting an extra copy on each 32-bit operation by Chris Lattner · 21 years ago
  3. 4be7ca5 Add support for shift instructions, wrap some long lines by Chris Lattner · 21 years ago
  4. 22ede70 Add a bunch more instructions by Chris Lattner · 21 years ago
  5. 2d4fa8f Preliminary support for getting 64-bit integer constants into registers. by Brian Gaeke · 21 years ago
  6. ea8494b Deal with call return values. by Brian Gaeke · 21 years ago
  7. f7e44ef Add support for call instructions (0-ary only for now). by Brian Gaeke · 21 years ago
  8. 6d339f9 Fix bug in zero-extending of shorts. by Brian Gaeke · 21 years ago
  9. f57e364 Make getClass more robust by adding cLong. Add handling for Mul instruction. by Brian Gaeke · 21 years ago
  10. cf47198 Hmm, who left this sitting around in my tree by Brian Gaeke · 21 years ago
  11. 08f64c3 Support return values of basic integer types. by Brian Gaeke · 21 years ago
  12. 775158d Subtract instructions; minor cleanups by Brian Gaeke · 21 years ago
  13. e806173 Simple copyConstantToReg support, SETHIi and ORri by Brian Gaeke · 21 years ago
  14. bc1d27a Support add - note, still missing important copyConstantToRegister stuff by Brian Gaeke · 21 years ago
  15. 1c809c5 Add an instruction selector capable of selecting 'ret void' by Chris Lattner · 21 years ago