1. c57f682 Pass in Calling Convention to use into LowerCallTo by Chris Lattner · 20 years ago
  2. 63bbed5 add the popcount instruction and support this in the isel by Duraid Madina · 20 years ago
  3. 1f38e5c No really IA*64* :) by Chris Lattner · 20 years ago
  4. 8a3042c fix and cleanup constmul code a bit, this fixes mediabench/toast and by Duraid Madina · 20 years ago
  5. b5884d3 fix typo by Andrew Lenharth · 20 years ago
  6. 40c9e6b support multiplication by constant negative integers by Duraid Madina · 20 years ago
  7. 4bd708d add support for bools to SELECT, this fixes Prolangs-C/bison from the by Duraid Madina · 20 years ago
  8. 17234b7 This target doesn't support the FSIN/FCOS/FSQRT nodes yet by Chris Lattner · 20 years ago
  9. 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
  10. 85d5f60 clean up some warnings by Duraid Madina · 20 years ago
  11. 4706c03 constmul bugfix: multiply by 27611 was broken by Duraid Madina · 20 years ago
  12. 3b84bac clean up the code! (oops) lots more cleaning left, however. by Duraid Madina · 20 years ago
  13. b232256 * Add code to reduce multiplies by constant integers to shifts, adds and by Duraid Madina · 20 years ago
  14. 7847fca Convert tabs to spaces by Misha Brukman · 20 years ago
  15. 4633f1c Remove trailing whitespace by Misha Brukman · 20 years ago
  16. 3eb7150 oops, this stopped us turning movl r4=0xFFFFFFFF;; and rX, r4 into zxt4 by Duraid Madina · 20 years ago
  17. c4ccc2d we have zextloads, not sextloads! by Duraid Madina · 20 years ago
  18. ed09502 * add the shladd instruction * fold left shifts of 1, 2, 3 or 4 bits into adds by Duraid Madina · 20 years ago
  19. c02780e * if ANDing with a constant of the form: by Duraid Madina · 20 years ago
  20. 6ac614a Remove special handling of ZERO_EXTEND_INREG. This pessimizes code, causing by Chris Lattner · 20 years ago
  21. ca494fd stop emitting IDEFs for args - change to using liveIn/liveOut by Duraid Madina · 20 years ago
  22. 30e8243 IA64 supports this operation. by Chris Lattner · 20 years ago
  23. 21478e5 hmm, should probably change addImm() to take 64-bit arguments one day anyway. by Duraid Madina · 20 years ago
  24. 5ef2ec9 assorted fixes: by Duraid Madina · 20 years ago
  25. da4d469 This target does not support/want ISD::BRCONDTWOWAY by Chris Lattner · 20 years ago
  26. 6dcceb5 fix bogus division-by-power-of-2 (was wrong for negative input, adds extr insn) by Duraid Madina · 20 years ago
  27. f55e403 codegen immediate forms of add/sub/shift by Duraid Madina · 20 years ago
  28. 4826a07 steal sampo's div-by-constant-power-of-2 stuff thanks sampo!! by Duraid Madina · 20 years ago
  29. 6e02e68 fix SREM/UREM, which gave incorrect results for x%y if x was zero. This is by Duraid Madina · 20 years ago
  30. 75c9fcb support IDEF, fnegabs (thanks sampo) by Duraid Madina · 20 years ago
  31. a7ee8b8 add support FNEG and FABS by Duraid Madina · 20 years ago
  32. 43fdea0 This target doesn't support fabs/fneg yet. by Chris Lattner · 20 years ago
  33. 69c8e20 repair mindless SELECT waste. by Duraid Madina · 20 years ago
  34. beeaab2 Assorted fixes: by Duraid Madina · 20 years ago
  35. 8e21e71 Change interface to LowerCallTo to take a boolean isVarArg argument. by Nate Begeman · 20 years ago
  36. 85fdeb2 Remove comments that are now meaningless from the pattern ISels, at Chris's by Nate Begeman · 20 years ago
  37. 12cf385 Stop using deprecated interface. by Alkis Evlogimenos · 20 years ago
  38. 817aed4 clean up warnings when building in release mode by Duraid Madina · 20 years ago
  39. 9b9d45f and so it begins... by Duraid Madina · 20 years ago