1. 5839bf2 Change ConstantPoolSDNode to actually hold the Constant itself instead of by Chris Lattner · 20 years ago
  2. 4a20997 fix a warning in optimized build by Chris Lattner · 20 years ago
  3. 0a00bec Fix a crash I introduced into the IA64 backend with my copyfromreg change. by Chris Lattner · 20 years ago
  4. 47c0889 Add a pass name for -time-passes output by Chris Lattner · 20 years ago
  5. 7340dd5 reenable collapse of loadimm+AND -> dep.z (thanks guys) by Duraid Madina · 20 years ago
  6. ffb973d Repair an out by one error for IA64. by Jim Laskey · 20 years ago
  7. a911034 a bugfix (up top) and a quick repair job: disable generation of dep.z by Duraid Madina · 20 years ago
  8. 707ebc5 update the backends to work with the new CopyFromReg/CopyToReg/ImplicitDef nodes by Chris Lattner · 20 years ago
  9. 7cbd525 Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty by Nate Begeman · 20 years ago
  10. d2ff5ef sorry!! this is temporary; for some reason the nasty constmul code seems to by Duraid Madina · 20 years ago
  11. 88ac32c Update the targets to the new SETCC/CondCodeSDNode interfaces. by Chris Lattner · 20 years ago
  12. 0561b3f Update to use the new MathExtras.h support for log2 computation. by Chris Lattner · 20 years ago
  13. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  14. bce81ae Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 20 years ago
  15. 9fadb4c Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode by Chris Lattner · 20 years ago
  16. e0fe225 Make several cleanups to Andrews varargs change: by Chris Lattner · 20 years ago
  17. 213e557 If we support structs as va_list, we must pass pointers to them to va_copy by Andrew Lenharth · 20 years ago
  18. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  19. 04aa46d re-enable direct calls, this should just be a performance boost by Duraid Madina · 20 years ago
  20. e75a24a make angry compilers happy again by Duraid Madina · 20 years ago
  21. b5d8e6e treat TAILCALL nodes identically to CALL nodes by Chris Lattner · 20 years ago
  22. adf6a96 Add an isTailCall flag to LowerCallTo by Chris Lattner · 20 years ago
  23. 16cd04d rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN. by Chris Lattner · 20 years ago
  24. c57f682 Pass in Calling Convention to use into LowerCallTo by Chris Lattner · 20 years ago
  25. 63bbed5 add the popcount instruction and support this in the isel by Duraid Madina · 20 years ago
  26. 1f38e5c No really IA*64* :) by Chris Lattner · 20 years ago
  27. 8a3042c fix and cleanup constmul code a bit, this fixes mediabench/toast and by Duraid Madina · 20 years ago
  28. b5884d3 fix typo by Andrew Lenharth · 20 years ago
  29. 40c9e6b support multiplication by constant negative integers by Duraid Madina · 20 years ago
  30. 4bd708d add support for bools to SELECT, this fixes Prolangs-C/bison from the by Duraid Madina · 20 years ago
  31. 17234b7 This target doesn't support the FSIN/FCOS/FSQRT nodes yet by Chris Lattner · 20 years ago
  32. 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
  33. 85d5f60 clean up some warnings by Duraid Madina · 20 years ago
  34. 4706c03 constmul bugfix: multiply by 27611 was broken by Duraid Madina · 20 years ago
  35. 3b84bac clean up the code! (oops) lots more cleaning left, however. by Duraid Madina · 20 years ago
  36. b232256 * Add code to reduce multiplies by constant integers to shifts, adds and by Duraid Madina · 20 years ago
  37. 7847fca Convert tabs to spaces by Misha Brukman · 20 years ago
  38. 4633f1c Remove trailing whitespace by Misha Brukman · 20 years ago
  39. 3eb7150 oops, this stopped us turning movl r4=0xFFFFFFFF;; and rX, r4 into zxt4 by Duraid Madina · 20 years ago
  40. c4ccc2d we have zextloads, not sextloads! by Duraid Madina · 20 years ago
  41. ed09502 * add the shladd instruction * fold left shifts of 1, 2, 3 or 4 bits into adds by Duraid Madina · 20 years ago
  42. c02780e * if ANDing with a constant of the form: by Duraid Madina · 20 years ago
  43. 6ac614a Remove special handling of ZERO_EXTEND_INREG. This pessimizes code, causing by Chris Lattner · 20 years ago
  44. ca494fd stop emitting IDEFs for args - change to using liveIn/liveOut by Duraid Madina · 20 years ago
  45. 30e8243 IA64 supports this operation. by Chris Lattner · 20 years ago
  46. 21478e5 hmm, should probably change addImm() to take 64-bit arguments one day anyway. by Duraid Madina · 20 years ago
  47. 5ef2ec9 assorted fixes: by Duraid Madina · 20 years ago
  48. da4d469 This target does not support/want ISD::BRCONDTWOWAY by Chris Lattner · 20 years ago
  49. 6dcceb5 fix bogus division-by-power-of-2 (was wrong for negative input, adds extr insn) by Duraid Madina · 20 years ago
  50. f55e403 codegen immediate forms of add/sub/shift by Duraid Madina · 20 years ago
  51. 4826a07 steal sampo's div-by-constant-power-of-2 stuff thanks sampo!! by Duraid Madina · 20 years ago
  52. 6e02e68 fix SREM/UREM, which gave incorrect results for x%y if x was zero. This is by Duraid Madina · 20 years ago
  53. 75c9fcb support IDEF, fnegabs (thanks sampo) by Duraid Madina · 20 years ago
  54. a7ee8b8 add support FNEG and FABS by Duraid Madina · 20 years ago
  55. 43fdea0 This target doesn't support fabs/fneg yet. by Chris Lattner · 20 years ago
  56. 69c8e20 repair mindless SELECT waste. by Duraid Madina · 20 years ago
  57. beeaab2 Assorted fixes: by Duraid Madina · 20 years ago
  58. 8e21e71 Change interface to LowerCallTo to take a boolean isVarArg argument. by Nate Begeman · 20 years ago
  59. 85fdeb2 Remove comments that are now meaningless from the pattern ISels, at Chris's by Nate Begeman · 20 years ago
  60. 12cf385 Stop using deprecated interface. by Alkis Evlogimenos · 20 years ago
  61. 817aed4 clean up warnings when building in release mode by Duraid Madina · 20 years ago
  62. 9b9d45f and so it begins... by Duraid Madina · 20 years ago