1. 691ef2b Implement count leading zeros (ctlz), count trailing zeros (cttz), and count by Andrew Lenharth · 20 years ago
  2. 50d91d7 I was sure I had thought about this and there was a reason it should work. by Andrew Lenharth · 20 years ago
  3. 9c9183a Eliminate some random whitespace by Chris Lattner · 20 years ago
  4. 17234b7 This target doesn't support the FSIN/FCOS/FSQRT nodes yet by Chris Lattner · 20 years ago
  5. 2d86ea2 Implement Value* tracking for loads and stores in the selection DAG. This enables one to use alias analysis in the backends. by Andrew Lenharth · 20 years ago
  6. 7847fca Convert tabs to spaces by Misha Brukman · 20 years ago
  7. 500b4db keep track of max depth stats by Andrew Lenharth · 20 years ago
  8. 4633f1c Remove trailing whitespace by Misha Brukman · 20 years ago
  9. 1e0d9bd fix calls by Andrew Lenharth · 20 years ago
  10. 3ae1829 a 21264 fix, and fix the operator precidence on an and -> zap check (should fix hundreds of test cases by Andrew Lenharth · 20 years ago
  11. c24b537 WOW, function calls still seem to work after this. by Andrew Lenharth · 20 years ago
  12. 4f7cba5 add matches for SxADDL and company, as well as simplify the SxADDQ code by Andrew Lenharth · 20 years ago
  13. 483f22d added all flavors of zap for anding by Andrew Lenharth · 20 years ago
  14. 2942e9c Remove support for ZERO_EXTEND_INREG. This pessimizes code, genering stuff by Chris Lattner · 20 years ago
  15. 0b04b5d Get rid of idefs for arguments (oops) by Andrew Lenharth · 20 years ago
  16. e1c5a00 Get rid of idefs for arguments by Andrew Lenharth · 20 years ago
  17. da4d469 This target does not support/want ISD::BRCONDTWOWAY by Chris Lattner · 20 years ago
  18. a32b9e3 collect a few statistics, factor constants (constant loading and mult), fix logic operation pattern matchs, supress FP div when int dividing by a constant by Andrew Lenharth · 20 years ago
  19. d3355e2 Alpha zero extends setcc results by Andrew Lenharth · 20 years ago
  20. 2966e84 fix a small optimization opertunity and make gcc happy by Andrew Lenharth · 20 years ago
  21. 320174f fixup magic constant making code. tested by thousands of random divisions.... by 10000. ok, so random divisors would be good too, but this at least fixes some things by Andrew Lenharth · 20 years ago
  22. 273a1f9 It wasn't happy about this either by Andrew Lenharth · 20 years ago
  23. 706be91 Yea, it wasn't happy by Andrew Lenharth · 20 years ago
  24. aeca558 Make these 64 bit constants so that this compiles on x86-32 as well. by Alkis Evlogimenos · 20 years ago
  25. a565c27 added sdiv by 2^k and works for neg divisors also by Andrew Lenharth · 20 years ago
  26. f77f395 fix copy/paste errors, and add imm support to SxADDQ and SxSUBQ by Andrew Lenharth · 20 years ago
  27. 4b8ac15 Added Nate's div by constant stuff, also scaled operations! by Andrew Lenharth · 20 years ago
  28. 2513ddc added lowerargs support for varargs by Andrew Lenharth · 20 years ago
  29. 63b720a is this simpler? I think it is simpler. by Andrew Lenharth · 20 years ago
  30. 500d025 fix 101 regressions by Andrew Lenharth · 20 years ago
  31. 10c085b Select optimization by Andrew Lenharth · 20 years ago
  32. 0eaf6ce Try several things. 1) drop /i from FP ops 2) factor out FP to Int moves and provide 21264 support for those 3) match not 4) match ornot andnot xornot by Andrew Lenharth · 20 years ago
  33. 7332f3e FNEG/FABS/UNDEF by Andrew Lenharth · 20 years ago
  34. 30b46d4 FNEG/FABS by Andrew Lenharth · 20 years ago
  35. 43fdea0 This target doesn't support fabs/fneg yet. by Chris Lattner · 20 years ago
  36. 5e99dd9 make fp div trick dependend on flag by Andrew Lenharth · 20 years ago
  37. 9576212 PCMarker support for DAG and Alpha by Andrew Lenharth · 20 years ago
  38. ba05ad6 yea, fine Duraid by Andrew Lenharth · 20 years ago
  39. c051383 Fix up some types and constants by Andrew Lenharth · 20 years ago
  40. 8e21e71 Change interface to LowerCallTo to take a boolean isVarArg argument. by Nate Begeman · 20 years ago
  41. 85fdeb2 Remove comments that are now meaningless from the pattern ISels, at Chris's by Nate Begeman · 20 years ago
  42. cc59ed5 don't lie to the register allocator by Andrew Lenharth · 20 years ago
  43. dc0b71b two things: 1)evilness reduction patch, reduces the number of instructions hiding in the small jump CC moving code. 2)implement div of small data types by FP DIV (also reduces evilness and should speed things up) by Andrew Lenharth · 20 years ago
  44. f23e3a2 sure, I can set a flag, but if I never check it, why bother setting it? Should fix 20 programs :) by Andrew Lenharth · 20 years ago
  45. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  46. ca3d59b FP 0.0 setcc optimization, and generate short branch sequence for setcc(FP) rather than stack usage by Andrew Lenharth · 20 years ago
  47. e87f6c3 remove a pseudo instruction and improve inline constant generation by Andrew Lenharth · 20 years ago
  48. 3381913 fix FCMOVxx typo, set rem and div to hardcode target reg to be the same as the one the assembler uese, update ISel to put values in regs used by assembler for rem and div by Andrew Lenharth · 20 years ago
  49. 4585969 beter Select on FP by Andrew Lenharth · 20 years ago
  50. 74d00d8 remove 32 sign extend after 32 sextload and handle small negative constant by Andrew Lenharth · 20 years ago
  51. 2b6c4f5 make BB labels be exported for debuging, add fp negation optimization, further pecimise the FP instructions by Andrew Lenharth · 20 years ago
  52. 3a7118d Ah the problems you have to fix when you stray from the One True Way (TM) by Andrew Lenharth · 20 years ago
  53. 7bc4702 oops by Andrew Lenharth · 20 years ago
  54. 032f235 dynamic stack allocas by Andrew Lenharth · 20 years ago
  55. 572af90 fix setcc on floats, fixes singlesource:pi, perhaps others by Andrew Lenharth · 20 years ago
  56. 093f327 try to do better match for i32 adds by Andrew Lenharth · 20 years ago
  57. 7536eea oops, I was sure this had already gond though the nightly tester by Andrew Lenharth · 20 years ago
  58. ebce504 added sign extend for boolean by Andrew Lenharth · 20 years ago
  59. 3e31592 fix a bunch of regressions due to call behavior by Andrew Lenharth · 21 years ago
  60. 63f2ab2 so, if you beat on it, you too can talk emacs into having a sane indenting policy... Also, optimize many function calls with pc-relative calls (partial prologue skipping for that case coming soon), try to fix the random jumps to strange places problem by pesimizing div et. al. register usage and fixing up GP before using, some calling convention tweaks, and make frame pointer unallocatable (not strickly necessary, but let's go for correctness first) by Andrew Lenharth · 21 years ago
  61. 445171a BranchCC, nifty by Andrew Lenharth · 21 years ago
  62. 760270d fix store issue and an FP conversion (segfault) issue by Andrew Lenharth · 21 years ago
  63. 2921916 copytoreg fix by Andrew Lenharth · 21 years ago
  64. 06342c3 copyfromreg fix by Andrew Lenharth · 21 years ago
  65. 0382401 fix load bug by Andrew Lenharth · 21 years ago
  66. a549deb more FP load store fixes and Load store simplifications by Andrew Lenharth · 21 years ago
  67. f311e8b clean up load and stores alot by Andrew Lenharth · 21 years ago
  68. 0538034 teach all loads and stores about the stack by Andrew Lenharth · 21 years ago
  69. 2c9e38c prefer FP scratch registers and more check in LowerArguments by Andrew Lenharth · 21 years ago
  70. 6583890 fix oopso by Andrew Lenharth · 21 years ago
  71. 9e8d109 smarter loads and stores. can now handle base+offset. by Andrew Lenharth · 21 years ago
  72. 0bc68a8 fix build by Andrew Lenharth · 21 years ago
  73. 97127a1 clean up by Andrew Lenharth · 21 years ago
  74. d4bdd54 fix f32 setcc, and fp select by Andrew Lenharth · 21 years ago
  75. 9818c05 added ugly support for fp compares by Andrew Lenharth · 21 years ago
  76. 2a8350a Make the rest of file header comments consistent in format and style by Misha Brukman · 21 years ago
  77. 12dd262 FP fixes by Andrew Lenharth · 21 years ago
  78. b014d3e Store fix by Andrew Lenharth · 21 years ago
  79. 879ef22 prevent register allocator from using the stack pointer :) by Andrew Lenharth · 21 years ago
  80. 22088bb fix loading of floats by Andrew Lenharth · 21 years ago
  81. 8d163d2 marked mem* as not supported by Andrew Lenharth · 21 years ago
  82. c23d696 fix Load bug by Andrew Lenharth · 21 years ago
  83. 2afc821 try to make a bug bugpointable, add yet more constant pool stuff, fixup constant loads for FP by Andrew Lenharth · 21 years ago
  84. 22d5a41 better constant handling, should fix many remaining cases by Andrew Lenharth · 21 years ago
  85. e76797c fix FP arg passing bug, Add unsigned to/from int, fix SELECT, fix Constant pool by Andrew Lenharth · 21 years ago
  86. c1faced pecimise loads, put indirect call addr in right register. still doesn't fix methcall by Andrew Lenharth · 21 years ago
  87. 7efadce fp to int and back conversion sequences by Andrew Lenharth · 21 years ago
  88. 7b2a527 added fp extend and removed a forgotten assert in more than 6 arg support (should break somewhere else now :) ) and fix an incorrect asm sequence for indirect calls by Andrew Lenharth · 21 years ago
  89. d7b59d0 Fix warnings. by Chris Lattner · 21 years ago
  90. 684f229 support for larger calls by Andrew Lenharth · 21 years ago
  91. 2c59435 first step towards a correct and complete stack. also add some forms for things that were getting stuck in the nightly tester. by Andrew Lenharth · 21 years ago
  92. cc1b16f fix ExprMap, partially teach about add long by Andrew Lenharth · 21 years ago
  93. 6b9870a fix ExprMap and constant check in setcc by Andrew Lenharth · 21 years ago
  94. 40831c5 move FP into it's own select by Andrew Lenharth · 21 years ago
  95. 10b4007 Floating point instructions like Floating point registers by Andrew Lenharth · 21 years ago
  96. d2bb960 int to float conversion and another setcc by Andrew Lenharth · 21 years ago
  97. 3d65d31 teach isel about comparison with constants and zero extending bits by Andrew Lenharth · 21 years ago
  98. 7e57bd5 perhaps this will let me have calls again by Andrew Lenharth · 21 years ago
  99. c0d502e minor bug fix by Andrew Lenharth · 21 years ago
  100. 51d3ab4 minor bug fix by Andrew Lenharth · 21 years ago