1. ef7288c Add the necessary support to codegen condition register logical ops with by Nate Begeman · 19 years ago
  2. 1b7f7fb Start allocating condition registers. Almost all explicit uses of CR0 are by Nate Begeman · 19 years ago
  3. 3664cef Implement the fold shift X, zext(Y) -> shift X, Y at the target level, by Nate Begeman · 19 years ago
  4. 77a6d90 Add CodeGen tests for the recent SelectionDAG transforms by Nate Begeman · 19 years ago
  5. eea805e Disbale the broken fold of shift + sz[ext] for now by Nate Begeman · 19 years ago
  6. 97e001d fix an infinite loop by Chris Lattner · 19 years ago
  7. fd8d389 fix some serious miscompiles on ia64, alpha, and ppc by Chris Lattner · 19 years ago
  8. 51679c4 avoid work when possible, perhaps fix the problem nate and andrew are seeing by Chris Lattner · 19 years ago
  9. c24b537 WOW, function calls still seem to work after this. by Andrew Lenharth · 19 years ago
  10. 556c44e prepare for func call optimization by Andrew Lenharth · 19 years ago
  11. eecbf30 regression case for faster call sequence by Andrew Lenharth · 19 years ago
  12. f701697 check that casts still use zap by Andrew Lenharth · 19 years ago
  13. ed09502 * add the shladd instruction * fold left shifts of 1, 2, 3 or 4 bits into adds by Duraid Madina · 19 years ago
  14. 4f7cba5 add matches for SxADDL and company, as well as simplify the SxADDQ code by Andrew Lenharth · 19 years ago
  15. e9c35e7 Implement expansion of unsigned i64 -> FP. by Chris Lattner · 19 years ago
  16. c02780e * if ANDing with a constant of the form: by Duraid Madina · 19 years ago
  17. 003e68e added s4addl matching test by Andrew Lenharth · 19 years ago
  18. 483f22d added all flavors of zap for anding by Andrew Lenharth · 19 years ago
  19. ffe284c Make expansion of uint->fp cast assert out instead of infinitely recurse. by Chris Lattner · 19 years ago
  20. 5bf2686 Fix some mysteriously missing {}'s which cause the miscompilation of by Chris Lattner · 19 years ago
  21. e666fcf add back the optimization that Nate added for shl X, (zext_inreg y) by Chris Lattner · 19 years ago
  22. 8a8dbfa Oops, remove these too. by Chris Lattner · 19 years ago
  23. 519f40b remove one more occurance of this that snuck in by Chris Lattner · 19 years ago
  24. 2942e9c Remove support for ZERO_EXTEND_INREG. This pessimizes code, genering stuff by Chris Lattner · 19 years ago
  25. 6ac614a Remove special handling of ZERO_EXTEND_INREG. This pessimizes code, causing by Chris Lattner · 19 years ago
  26. c951d87 Elimate handling of ZERO_EXTEND_INREG. This causes the PPC backend to emit by Chris Lattner · 19 years ago
  27. 91302a1 Z_E_I is gone by Chris Lattner · 19 years ago
  28. 2399356 Instead of making ZERO_EXTEND_INREG nodes, use the helper method in by Chris Lattner · 19 years ago
  29. 0f2287b Remove all foldings of ZERO_EXTEND_INREG, moving them to work for AND nodes by Chris Lattner · 19 years ago
  30. 1ccae66 Add a new helper method which returns the and that is equivalent to what by Chris Lattner · 19 years ago
  31. ea57610 Remove the ZERO_EXTEND_INREG node which is redundant with AND by Chris Lattner · 19 years ago
  32. db81eba Fold shift x, [sz]ext(y) -> shift x, y by Nate Begeman · 19 years ago
  33. b882752 Fold shift by size larger than type size to undef by Nate Begeman · 19 years ago
  34. 9765c25 Implement setcc op, -1 sequences by Nate Begeman · 19 years ago
  35. 1c51c6a promote extload i1 -> extload i8 by Chris Lattner · 19 years ago
  36. 3464547 add an argument to allow avoiding deleting phi nodes. by Chris Lattner · 19 years ago
  37. 0b2fc9b add an argument. by Chris Lattner · 19 years ago
  38. 151c80b Get rid of this for_each loop by Chris Lattner · 19 years ago
  39. e8fd25f * OK, after changing to use liveIn/liveOut instead of IDEFs, by Duraid Madina · 19 years ago
  40. 0b04b5d Get rid of idefs for arguments (oops) by Andrew Lenharth · 19 years ago
  41. e1c5a00 Get rid of idefs for arguments by Andrew Lenharth · 19 years ago
  42. 9c24ba6 Put out* into the allocation order, allowing the register allocator to by Chris Lattner · 19 years ago
  43. ea6f770 Make sure to realize that calls use their argument regs by Chris Lattner · 19 years ago
  44. ca494fd stop emitting IDEFs for args - change to using liveIn/liveOut by Duraid Madina · 19 years ago
  45. 7af0248 Initial support for allocation condition registers by Nate Begeman · 19 years ago
  46. af2e3e0 Fix a crash analyzing MultiSource/Benchmarks/MallocBench/gs by Chris Lattner · 19 years ago
  47. fd1f1ee Remove some redundant checks, add a couple of new ones. This allows us to by Chris Lattner · 19 years ago
  48. 5b95ed6 Emit comparisons against the sign bit better. Codegen this: by Chris Lattner · 19 years ago
  49. 08b698e Emit long comparison against -1 better. Instead of this (x86): by Chris Lattner · 19 years ago
  50. 3b2c1d9 canonicalize x <u 1 -> x == 0. On this testcase: by Chris Lattner · 19 years ago
  51. 9f833d3 Implement bitfield clears Implement divide by negative power of two by Nate Begeman · 19 years ago
  52. ef9531e Update PPC readme. Remove things that are done or aren't ppc specific by Nate Begeman · 19 years ago
  53. bd0781e Teach the dag mechanism that this: by Chris Lattner · 19 years ago
  54. ee27f57 Fix expansion of shifts by exactly NVT bits on arch's (like X86) that have by Chris Lattner · 19 years ago
  55. 30e8243 IA64 supports this operation. by Chris Lattner · 19 years ago
  56. 5eef9f3 ORo sets CR0 by Chris Lattner · 19 years ago
  57. 6b4ea2c Revert the previous patch, which I didn't mean to check in. by Chris Lattner · 19 years ago
  58. 26d4fdb Fix a minor bug (ORo didn't mark that it set CR0). by Chris Lattner · 19 years ago
  59. 21478e5 hmm, should probably change addImm() to take 64-bit arguments one day anyway. by Duraid Madina · 19 years ago
  60. 2d4c883 rename addU64Imm() to addImm64() by Duraid Madina · 19 years ago
  61. c7bd482 Add recording variants of ISD::AND and ISD::OR. This kills almost 1000 by Nate Begeman · 19 years ago
  62. 5ef2ec9 assorted fixes: by Duraid Madina · 19 years ago
  63. c30088f Ensure that the arguments passed to sys::Program::ExecuteAndWait include by Reid Spencer · 19 years ago
  64. 01c5513 Eliminate tabs by Jeff Cohen · 19 years ago
  65. 3bdfdfd Eliminate major source of VC++ "possible loss of data" warnings. by Jeff Cohen · 19 years ago
  66. c7c1657 Fix libcall code to not pass a NULL Chain to LowerCallTo by Nate Begeman · 19 years ago
  67. 2bb6f41 Don't bother sign/zext_inreg'ing the result of an and operation if we know by Chris Lattner · 19 years ago
  68. 01ff721 Teach legalize to deal with targets that don't support some SEXTLOAD/ZEXTLOADs by Chris Lattner · 19 years ago
  69. bf9add4 The first argument to ExecuteAndWait should be the program name, but pointed by Chris Lattner · 19 years ago
  70. 1a130b9 fix this testcase so the regex doesn't match the function name by Chris Lattner · 19 years ago
  71. 6841dec don't zextload fp values! by Chris Lattner · 19 years ago
  72. 9696a90 * store immediate values as int64_t, not int. come on, we should be happy by Duraid Madina · 19 years ago
  73. 709c806 Fix another fixme: factor out the constant fp generation code. by Nate Begeman · 19 years ago
  74. c5b1cd2 Fix 64 bit argument loading that straddles the args in regs / args on stack by Nate Begeman · 19 years ago
  75. 232ee95 Until we have a dag combiner, promote using zextload's instead of extloads. by Chris Lattner · 19 years ago
  76. 45278e3 Fold zext_inreg(zextload), likewise for sext's by Chris Lattner · 19 years ago
  77. edeecfc add a simple xform by Chris Lattner · 19 years ago
  78. 340f290 Remove unnecessary Implicit Defs. Since r0 is not in allocation, we do not by Nate Begeman · 19 years ago
  79. 9def6cc make this harder by Chris Lattner · 19 years ago
  80. a213bc2 oops add ~ by Chris Lattner · 19 years ago
  81. d2b0e71 new testcase for previously unsupported unary complex operators by Chris Lattner · 19 years ago
  82. 27499e3 Make sure that BRCOND branches can be converted into long branches too. by Nate Begeman · 19 years ago
  83. a0e3e94 Don't hand ISD::CALL nodes off to SelectExprFP. This fixes siod. by Nate Begeman · 19 years ago
  84. dea29e2 Fix a thinko. If the operand is promoted, pass the promoted value into by Chris Lattner · 19 years ago
  85. 51d2ed9 rename getPPCOpcodeForSetCCNumber -> getPPCOpcodeForSetCCOpode to be more by Chris Lattner · 19 years ago
  86. 706471e fix ISD::BRCONDTWOWAY codegen to not deference the end() iterator by Nate Begeman · 19 years ago
  87. 9184bfb Fix CodeGen/Generic/2005-05-09-GlobalInPHI.ll, which was reduced from 254.gap. by Chris Lattner · 19 years ago
  88. d0abb7a new testcase that used to crash the ppc fe. It could effect any simpleisel by Chris Lattner · 19 years ago
  89. a2daa8c add a little peephole optimization. This allows us to codegen: by Chris Lattner · 19 years ago
  90. 91277ea do not set the root to null if an argument is dead by Chris Lattner · 19 years ago
  91. cd08e4c Add rlwnm instruction for variable rotate by Nate Begeman · 19 years ago
  92. 27ee3a3 Fix a crash on 173.applu by asking for a constant bigger than 32-bits. by Chris Lattner · 19 years ago
  93. f429a3e Switch this instruction selector over to using liveins and liveouts, eliminating by Chris Lattner · 19 years ago
  94. 8e7d87b there is no need to remove this instruction, linscan does it already as it by Chris Lattner · 19 years ago
  95. 799a919 Adjust live intervals to support a livein set by Chris Lattner · 19 years ago
  96. 4c52f0e Use live out sets for return values instead of imp_defs, which is cleaner and faster. by Chris Lattner · 19 years ago
  97. d493b34 Consider the livein/out set for a function, allowing targets to not have to by Chris Lattner · 19 years ago
  98. dde3a9a add routines to track the livein/out set for a function by Chris Lattner · 19 years ago
  99. e00e5de ok, the "ia64 has a boatload of registers" joke stopped being funny today ;) by Duraid Madina · 19 years ago
  100. af4ab1b Optimize FSEL a bit for fneg arguments. This fixes the recently added test by Nate Begeman · 19 years ago