1. 82c3d8f Jimptables working again on alpha. by Andrew Lenharth · 19 years ago
  2. 0b828e0 Do not use getTargetNode() and SelectNodeTo() which takes more than 3 by Evan Cheng · 19 years ago
  3. 95514ba SelectNodeTo now returns a SDNode*. by Evan Cheng · 19 years ago
  4. 9ade218 Select() no longer require Result operand by reference. by Evan Cheng · 19 years ago
  5. 6da2f32 Match tblgen changes. by Evan Cheng · 19 years ago
  6. 23329f5 SelectNodeTo() may return a SDOperand that is different from the input. by Evan Cheng · 19 years ago
  7. 64a752f Match tablegen changes. by Evan Cheng · 19 years ago
  8. 2ef88a0 Match tablegen isel changes. by Evan Cheng · 19 years ago
  9. 2641cad Remove InFlightSet hack. No longer needed. by Evan Cheng · 19 years ago
  10. e37fe9b Ensure that dump calls that are associated with asserts are removed from by Jim Laskey · 19 years ago
  11. df97cc6 Add memory operand and int regs by Andrew Lenharth · 19 years ago
  12. c8aba85 I am sure I had commited this workaround before. Perhaps soon I should sort it all out by Andrew Lenharth · 19 years ago
  13. 0e4dd01 It really helps to be returning to the correct place by Andrew Lenharth · 19 years ago
  14. 6848be1 Change RET node to include signness information of the return values. i.e. by Evan Cheng · 19 years ago
  15. 6a3d5a6 Assert if InflightSet is not cleared after instruction selecting a BB. by Evan Cheng · 19 years ago
  16. afe358e Clear HandleMap and ReplaceMap after instruction selection. Or it may cause by Evan Cheng · 19 years ago
  17. d56aa55 Fix a bogus gcc warning by Andrew Lenharth · 19 years ago
  18. 4490de0 Initialize SDOperand values because the gcc 4.0.2 compiler complains about them. by Reid Spencer · 19 years ago
  19. f87e793 support x * (c1 + c2) where c1 and c2 are pow2s. special case for c2 == 4 by Andrew Lenharth · 19 years ago
  20. afe3f49 mul by const conversion sequences. more coming soon by Andrew Lenharth · 19 years ago
  21. 420736d #include Intrinsics.h into all dag isels by Chris Lattner · 19 years ago
  22. 40ec503 improved zap discovery by Andrew Lenharth · 19 years ago
  23. 7e9b26f Match getTargetNode() changes (now return SDNode* instead of SDOperand). by Evan Cheng · 20 years ago
  24. 3416721 Change Select() from by Evan Cheng · 20 years ago
  25. ba2f0a9 Use SelectRoot() as entry of any tblgen based isel. by Evan Cheng · 20 years ago
  26. 08a9022 Update alpha to reflect recent constantfp legalize changes. It's not clear by Chris Lattner · 20 years ago
  27. 2d90bd5 Switch to AlphaISD::CALL instead of ISD::CALL by Chris Lattner · 20 years ago
  28. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
  29. 739027e stack and rpcc by Andrew Lenharth · 20 years ago
  30. 919e666 make 0 codegen much better by Andrew Lenharth · 20 years ago
  31. 5d42360 typeo by Andrew Lenharth · 20 years ago
  32. feab2f8 Move brcond over and fix some imm patterns. This may be the last change before changing the default alpha isel. by Andrew Lenharth · 20 years ago
  33. dcbaf8a improve constant loading. Still sucks, but oh well by Andrew Lenharth · 20 years ago
  34. eececba add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAG by Andrew Lenharth · 20 years ago
  35. 53d8970 All that just to lower div and rem by Andrew Lenharth · 20 years ago
  36. c687b48 All addressing modes are now exposed. The only remaining relocated forms by Andrew Lenharth · 20 years ago
  37. 4e62951 Let's see if we can break things. by Andrew Lenharth · 20 years ago
  38. 9fa4d4c move loads and stores over. Smart addr selection comming by Andrew Lenharth · 20 years ago
  39. 110f224 fix FP selects by Andrew Lenharth · 20 years ago
  40. 361f45a restore a more restricted select by Andrew Lenharth · 20 years ago
  41. e41419f FP select improvements (and likely breakage), oh and crazy people might want to *return* floating point values. Don't see why myself by Andrew Lenharth · 20 years ago
  42. bbe1225 fix divide and remainder by Andrew Lenharth · 20 years ago
  43. f88471d more decent branches for FP. I might have to make some intermediate nodes to actually be able to use the DAG for FPcmp by Andrew Lenharth · 20 years ago
  44. 7962065 move this over to the dag by Andrew Lenharth · 20 years ago
  45. b457a93 fix constant pool loads by Andrew Lenharth · 20 years ago
  46. 9352622 Flags where I think I need them, quick, before the nightly tester starts by Andrew Lenharth · 20 years ago
  47. d5acfb4 SelectNodeTo now returns its result, we must pay attention to it. by Chris Lattner · 20 years ago
  48. b2156f9 Make typesafe that which isn't: FCMOVxx by Andrew Lenharth · 20 years ago
  49. cd80496 FPSelect and more custom lowering by Andrew Lenharth · 20 years ago
  50. 7f0db91 All sorts of stuff. by Andrew Lenharth · 20 years ago
  51. 50b3784 massive DAGISel patch. lots and lots more stuff compiles now by Andrew Lenharth · 20 years ago
  52. 2012cc0 int comparison patterns by Andrew Lenharth · 20 years ago
  53. 8ecedbe The dag isel generator generates this now by Chris Lattner · 20 years ago
  54. 8b7f14e Add several things. by Andrew Lenharth · 20 years ago
  55. 756fbeb Well, the Constant matching pattern works. Can't say much about calls or globals yet. by Andrew Lenharth · 20 years ago
  56. d97591a forgot this one by Andrew Lenharth · 20 years ago