1. 2bb06cd Fix a huge annoyance: SelectNodeTo took types before the opcode unlike by Chris Lattner · 20 years ago
  2. bb22df3 SUBFIC produces two results, not one. by Nate Begeman · 20 years ago
  3. 6660cd6 Implement SHL_PARTS and SRL_PARTS by Nate Begeman · 20 years ago
  4. b20c318 Emit the lo/hi parts in the right order :) by Chris Lattner · 20 years ago
  5. a9317ed implement support for 64-bit add/sub, fix a broken assertion for 64-bit by Chris Lattner · 20 years ago
  6. 047b952 Finish implementing SDIV/UDIV by copying over the majik constant code from by Chris Lattner · 20 years ago
  7. 957fcfb Implement setcc correctly for G5 and non-G5 systems by Chris Lattner · 20 years ago
  8. 64906a0 implement setcc on the G5. We're still missing the non-g5 specific bits, but by Chris Lattner · 20 years ago
  9. 8784a23 Add support for sdiv by 2^k and -2^k. Producing code like: by Chris Lattner · 20 years ago
  10. 34e1705 Implement support for taking the address of constant pool indices, which by Chris Lattner · 20 years ago
  11. 2fe76e5 Add support for FP constants, fixing UnitTests/2004-02-02-NegativeZero by Chris Lattner · 20 years ago
  12. e28e40a Fully implement frame index, so that we can pass the address of alloca's by Chris Lattner · 20 years ago
  13. 89532c7 implement unconditional branches, fixing UnitTests/2003-05-02-DependentPHI.c by Chris Lattner · 20 years ago
  14. ed7956b Fix a broken assertion by Chris Lattner · 20 years ago
  15. 2b54400 Split IMPLICIT_DEF into IMPLICIT_DEF_GPR and IMPLICIT_DEF_FP, so that the by Chris Lattner · 20 years ago
  16. fb0c964 implement support for calls by Chris Lattner · 20 years ago
  17. c6b0717 Remove unused statistic by Nate Begeman · 20 years ago
  18. a2590c5 Add callseq_begin/end support Call stil not supported yet by Chris Lattner · 20 years ago
  19. f7f2255 Implement stores. by Chris Lattner · 20 years ago
  20. ddf3e7d Fix compilation of: by Chris Lattner · 20 years ago
  21. 9944b76 Implement most of load support. There is still a bug though. by Chris Lattner · 20 years ago
  22. 2fbb457 Implement selection for branches. by Chris Lattner · 20 years ago
  23. 4416f1a add support for global address, including PIC support. by Chris Lattner · 20 years ago
  24. 7e65997 Fix a typeo, no wonder all tokenfactor edges were the same! by Chris Lattner · 20 years ago
  25. 02b88a4 ISD::OR, and it's accompanying SelectBitfieldInsert by Nate Begeman · 20 years ago
  26. c15ed44 Add shifts. by Nate Begeman · 20 years ago
  27. 0bc0423 Move this to the emitter by Chris Lattner · 20 years ago
  28. d607c12 After selecting the instructions for a basic block, emit the instructions by Chris Lattner · 20 years ago
  29. f5fac3b remove some unused stuff by Chris Lattner · 20 years ago
  30. a694047 Improve ISD::Constant codegen. by Nate Begeman · 20 years ago
  31. cffc32b Add support for ISD::AND, and its various optimized forms. by Nate Begeman · 20 years ago
  32. 131a880 Maintain consistency in negating things by Nate Begeman · 20 years ago
  33. 0f3257a Implement XOR, remove a broken sign_extend_inreg case by Nate Begeman · 20 years ago
  34. 305a1c7 Add a bunch more simple nodes. by Nate Begeman · 20 years ago
  35. 6a7d611 Add a couple more nodes that are easy to handle by Nate Begeman · 20 years ago
  36. b5a0668 Be fruitful and multiply! by Nate Begeman · 20 years ago
  37. 2665350 Teach the DAG->DAG ISel about FNEG, and how it can be used to invert by Nate Begeman · 20 years ago
  38. a5a91b1 initial hack at a dag->dag instruction selector. This is obviously woefully by Chris Lattner · 20 years ago