1. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  2. d6a1053 Fix thinko in visitor... ShiftInsts should currently be delegated by Brian Gaeke · 21 years ago
  3. e14e338 Fix bug generating code for void call instructions: don't call by Brian Gaeke · 21 years ago
  4. 9df9282 Support constant GEP expressions. by Brian Gaeke · 21 years ago
  5. 429022b Add support for widening integral casts. by Brian Gaeke · 21 years ago
  6. 9f56482 Flesh out GEP support by Brian Gaeke · 21 years ago
  7. 532e60c Add stub support for GEPs. by Brian Gaeke · 21 years ago
  8. e302a7e Add support for copying bool constants to registers. by Brian Gaeke · 21 years ago
  9. 3d11e8a I started working on casts, but I don't have anything compilable yet. by Brian Gaeke · 21 years ago
  10. f3334eb First version of code to handle loads. Stub function for handling stores. by Brian Gaeke · 21 years ago
  11. 562cb16 Support loading arguments from %I0...%I5 into virtual registers in by Brian Gaeke · 21 years ago
  12. d54c38b It's setting up the call args right now, but on the callee side, it's by Brian Gaeke · 21 years ago
  13. 4d0cda4 This is a start on handling setcc instructions. As the comment notes, we by Chris Lattner · 21 years ago
  14. 0d538bb Avoid emitting an extra copy on each 32-bit operation by Chris Lattner · 21 years ago
  15. 4be7ca5 Add support for shift instructions, wrap some long lines by Chris Lattner · 21 years ago
  16. 22ede70 Add a bunch more instructions by Chris Lattner · 21 years ago
  17. 2d4fa8f Preliminary support for getting 64-bit integer constants into registers. by Brian Gaeke · 21 years ago
  18. ea8494b Deal with call return values. by Brian Gaeke · 21 years ago
  19. f7e44ef Add support for call instructions (0-ary only for now). by Brian Gaeke · 21 years ago
  20. 6d339f9 Fix bug in zero-extending of shorts. by Brian Gaeke · 21 years ago
  21. f57e364 Make getClass more robust by adding cLong. Add handling for Mul instruction. by Brian Gaeke · 21 years ago
  22. cf47198 Hmm, who left this sitting around in my tree by Brian Gaeke · 21 years ago
  23. 08f64c3 Support return values of basic integer types. by Brian Gaeke · 21 years ago
  24. 775158d Subtract instructions; minor cleanups by Brian Gaeke · 21 years ago
  25. e806173 Simple copyConstantToReg support, SETHIi and ORri by Brian Gaeke · 21 years ago
  26. bc1d27a Support add - note, still missing important copyConstantToRegister stuff by Brian Gaeke · 21 years ago
  27. 1c809c5 Add an instruction selector capable of selecting 'ret void' by Chris Lattner · 21 years ago