1. 61772c2 mark some unsupported ops as unsupported by Chris Lattner · 20 years ago
  2. 6554bef Keep stack frames 8-byte aligned. This fixes olden/voronoi by Chris Lattner · 20 years ago
  3. 8ba0423 Elimiante SP and FP, which weren't members of the IntRegs register class by Chris Lattner · 20 years ago
  4. 311f8c2 Add support for calls to external symbols by Chris Lattner · 20 years ago
  5. e90ac3a we have no memcpy by Chris Lattner · 20 years ago
  6. b4d899e Fix a crash on a call with no arguments by Chris Lattner · 20 years ago
  7. dab05f0 Change return lowering so that we can autogen the matching code. by Chris Lattner · 20 years ago
  8. 2db3ff6 Implement Calls for V8. This would be completely autogenerated except for by Chris Lattner · 20 years ago
  9. 384e5ef Implement the full V8 ABI for incoming arguments. by Chris Lattner · 20 years ago
  10. 3308449 Give V8 select_cc, in the spirit of the PPC backend by Chris Lattner · 20 years ago
  11. 065c896 V8 doesn't have FP extload by Chris Lattner · 20 years ago
  12. d5aae05 simplifications, fix typo by Chris Lattner · 20 years ago
  13. 8fa54dc Add frameindex support by Chris Lattner · 20 years ago
  14. 76acc87 Add constant pool support, including folding into addresses. by Chris Lattner · 20 years ago
  15. e1389ad Teach the addressing mode stuff to fold "%lo" into 'ri' addressing modes, by Chris Lattner · 20 years ago
  16. e357246 Add initial support for global variables, and fix a bug in addr mode selection by Chris Lattner · 20 years ago
  17. 4d55aca Add initial conditional branch support. This doesn't actually work yet due by Chris Lattner · 20 years ago
  18. d19fc65 Implement 64-bit add/sub, make sure to receive and return 64-bit args with by Chris Lattner · 20 years ago
  19. 7087e57 implement div and rem by Chris Lattner · 20 years ago
  20. ee3d5fb implement MULHU/MULHS for 64-bit multiplies by Chris Lattner · 20 years ago
  21. 9034b88 Make the addressing modes smarter by Chris Lattner · 20 years ago
  22. 217aabf Add support for 64-bit arguments by Chris Lattner · 20 years ago
  23. 9a60ff6 Sparc doesn't have sext_inreg by Chris Lattner · 20 years ago
  24. bc83fd9 Add basic addressing mode support and one load. by Chris Lattner · 20 years ago
  25. 4b48631 Implement ret with operand, giving us this: by Chris Lattner · 20 years ago
  26. a01b757 Implement LowerArguments, at least for the first 6 integer args by Chris Lattner · 20 years ago
  27. 6c18b10 Add the framework for a dag-dag isel by Chris Lattner · 20 years ago