1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. eaf0894 Enhance APFloat to retain bits of NaNs (fixes oggenc). by Dale Johannesen · 17 years ago
  3. ea859be Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from by Dan Gohman · 17 years ago
  4. b5bec2b Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration by Dan Gohman · 17 years ago
  5. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 17 years ago
  6. 3553d86 FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available by Andrew Lenharth · 18 years ago
  7. 7cce0ac Fix unordered fp on alpha by Andrew Lenharth · 18 years ago
  8. c103057 For PR1043: by Reid Spencer · 18 years ago
  9. 4785781 For PR950: by Reid Spencer · 18 years ago
  10. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 18 years ago
  11. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
  12. 3ed469c For PR786: by Reid Spencer · 18 years ago
  13. 6bbf6b0 more shotenning by Andrew Lenharth · 18 years ago
  14. 956a431 Let us play simplify the td file (and fix a few missed sub and mul patterns). by Andrew Lenharth · 18 years ago
  15. b83eb64 For PR950: by Reid Spencer · 18 years ago
  16. b4eb092 Reduce the amount of state in the lowering code and drop old pattern ISel functions by Andrew Lenharth · 18 years ago
  17. d615ded Use cute tblgen tricks to make zap handling more powerful. Specifically, by Chris Lattner · 18 years ago
  18. 82c3d8f Jimptables working again on alpha. by Andrew Lenharth · 18 years ago
  19. 0b828e0 Do not use getTargetNode() and SelectNodeTo() which takes more than 3 by Evan Cheng · 18 years ago
  20. 95514ba SelectNodeTo now returns a SDNode*. by Evan Cheng · 18 years ago
  21. 9ade218 Select() no longer require Result operand by reference. by Evan Cheng · 18 years ago
  22. 6da2f32 Match tblgen changes. by Evan Cheng · 18 years ago
  23. 23329f5 SelectNodeTo() may return a SDOperand that is different from the input. by Evan Cheng · 18 years ago
  24. 64a752f Match tablegen changes. by Evan Cheng · 18 years ago
  25. 2ef88a0 Match tablegen isel changes. by Evan Cheng · 18 years ago
  26. 2641cad Remove InFlightSet hack. No longer needed. by Evan Cheng · 18 years ago
  27. e37fe9b Ensure that dump calls that are associated with asserts are removed from by Jim Laskey · 18 years ago
  28. df97cc6 Add memory operand and int regs by Andrew Lenharth · 18 years ago
  29. c8aba85 I am sure I had commited this workaround before. Perhaps soon I should sort it all out by Andrew Lenharth · 18 years ago
  30. 0e4dd01 It really helps to be returning to the correct place by Andrew Lenharth · 18 years ago
  31. 6848be1 Change RET node to include signness information of the return values. i.e. by Evan Cheng · 18 years ago
  32. 6a3d5a6 Assert if InflightSet is not cleared after instruction selecting a BB. by Evan Cheng · 18 years ago
  33. afe358e Clear HandleMap and ReplaceMap after instruction selection. Or it may cause by Evan Cheng · 18 years ago
  34. d56aa55 Fix a bogus gcc warning by Andrew Lenharth · 18 years ago
  35. 4490de0 Initialize SDOperand values because the gcc 4.0.2 compiler complains about them. by Reid Spencer · 18 years ago
  36. f87e793 support x * (c1 + c2) where c1 and c2 are pow2s. special case for c2 == 4 by Andrew Lenharth · 18 years ago
  37. afe3f49 mul by const conversion sequences. more coming soon by Andrew Lenharth · 18 years ago
  38. 420736d #include Intrinsics.h into all dag isels by Chris Lattner · 18 years ago
  39. 40ec503 improved zap discovery by Andrew Lenharth · 19 years ago
  40. 7e9b26f Match getTargetNode() changes (now return SDNode* instead of SDOperand). by Evan Cheng · 19 years ago
  41. 3416721 Change Select() from by Evan Cheng · 19 years ago
  42. ba2f0a9 Use SelectRoot() as entry of any tblgen based isel. by Evan Cheng · 19 years ago
  43. 08a9022 Update alpha to reflect recent constantfp legalize changes. It's not clear by Chris Lattner · 19 years ago
  44. 2d90bd5 Switch to AlphaISD::CALL instead of ISD::CALL by Chris Lattner · 19 years ago
  45. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 19 years ago
  46. 739027e stack and rpcc by Andrew Lenharth · 19 years ago
  47. 919e666 make 0 codegen much better by Andrew Lenharth · 19 years ago
  48. 5d42360 typeo by Andrew Lenharth · 19 years ago
  49. feab2f8 Move brcond over and fix some imm patterns. This may be the last change before changing the default alpha isel. by Andrew Lenharth · 19 years ago
  50. dcbaf8a improve constant loading. Still sucks, but oh well by Andrew Lenharth · 19 years ago
  51. eececba add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAG by Andrew Lenharth · 19 years ago
  52. 53d8970 All that just to lower div and rem by Andrew Lenharth · 19 years ago
  53. c687b48 All addressing modes are now exposed. The only remaining relocated forms by Andrew Lenharth · 19 years ago
  54. 4e62951 Let's see if we can break things. by Andrew Lenharth · 19 years ago
  55. 9fa4d4c move loads and stores over. Smart addr selection comming by Andrew Lenharth · 19 years ago
  56. 110f224 fix FP selects by Andrew Lenharth · 19 years ago
  57. 361f45a restore a more restricted select by Andrew Lenharth · 19 years ago
  58. 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 · 19 years ago
  59. bbe1225 fix divide and remainder by Andrew Lenharth · 19 years ago
  60. 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 · 19 years ago
  61. 7962065 move this over to the dag by Andrew Lenharth · 19 years ago
  62. b457a93 fix constant pool loads by Andrew Lenharth · 19 years ago
  63. 9352622 Flags where I think I need them, quick, before the nightly tester starts by Andrew Lenharth · 19 years ago
  64. d5acfb4 SelectNodeTo now returns its result, we must pay attention to it. by Chris Lattner · 19 years ago
  65. b2156f9 Make typesafe that which isn't: FCMOVxx by Andrew Lenharth · 19 years ago
  66. cd80496 FPSelect and more custom lowering by Andrew Lenharth · 19 years ago
  67. 7f0db91 All sorts of stuff. by Andrew Lenharth · 19 years ago
  68. 50b3784 massive DAGISel patch. lots and lots more stuff compiles now by Andrew Lenharth · 19 years ago
  69. 2012cc0 int comparison patterns by Andrew Lenharth · 19 years ago
  70. 8ecedbe The dag isel generator generates this now by Chris Lattner · 19 years ago
  71. 8b7f14e Add several things. by Andrew Lenharth · 19 years ago
  72. 756fbeb Well, the Constant matching pattern works. Can't say much about calls or globals yet. by Andrew Lenharth · 19 years ago
  73. d97591a forgot this one by Andrew Lenharth · 19 years ago