1. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 20 years ago
  2. 4cb5a1b Remove some dead code: the ORI/ORIS cases are autogen'd. This makes by Chris Lattner · 20 years ago
  3. 75c9f67 These instructions are now autogenerated by Chris Lattner · 20 years ago
  4. 651dea7 remove dead code by Chris Lattner · 20 years ago
  5. 16e71f2 Rename PPC32*.h to PPC*.h by Chris Lattner · 20 years ago
  6. 2668959 Rename PowerPC*.h to PPC*.h by Chris Lattner · 20 years ago
  7. 4c7b43b Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td by Chris Lattner · 20 years ago
  8. 3f31d43 These are now autogenerated by Chris Lattner · 20 years ago
  9. 65a419a Disable formation of rlwinm instructions from SRA bases. This fixes by Chris Lattner · 20 years ago
  10. cf01a70 When preselecting, favor things that have low depth to select first. This by Chris Lattner · 20 years ago
  11. 6a16f6a Pull out Call, reducing stack frame size from 6032 bytes to 5184 bytes. by Chris Lattner · 20 years ago
  12. 222adac Pull out setcc, this reduces stack frame size from 7520 to 6032 bytes by Chris Lattner · 20 years ago
  13. 2b63e4c Pull two more methods out, reducing stack frame size from 8224 -> 7520 bytes by Chris Lattner · 20 years ago
  14. bd937b9 Add a recursive-iterative hybrid stage to attempt to reduce stack space, this by Chris Lattner · 20 years ago
  15. 43f07a4 another solution to the fsel issue. Instead of having 4 variants, just force by Chris Lattner · 20 years ago
  16. 867940d fsel can take a different FP type for the comparison and for the result. As such by Chris Lattner · 20 years ago
  17. ca0a477 Minor tweak to the branch selector. When emitting a two-way branch, and if by Chris Lattner · 20 years ago
  18. 2c1760f fix typo by Chris Lattner · 20 years ago
  19. 919c032 Modify the ppc backend to use two register classes for FP: F8RC and F4RC. by Chris Lattner · 20 years ago
  20. 242f255 Should be using flag and not chain. by Jim Laskey · 20 years ago
  21. 237733e Remove code for patterns that are autogenerated by Chris Lattner · 20 years ago
  22. d3d2cf5 Never rely on ReplaceAllUsesWith when selecting, use CodeGenMap instead. by Chris Lattner · 20 years ago
  23. d8ead9e Autogen MUL, move FP cases together by Chris Lattner · 20 years ago
  24. 88add10 disentangle FP from INT versions of div/mul by Chris Lattner · 20 years ago
  25. 4a7de21 Use the autogenerated matcher for ADD/SUB by Chris Lattner · 20 years ago
  26. 615c2d0 Add FP versions of the binary operators, keeping the int and fp worlds seperate. by Chris Lattner · 20 years ago
  27. 393e138 All (xor *) cases are autogenerated now by Chris Lattner · 20 years ago
  28. 1bd8b7b Implement PowerPC/eqv-andc-orc-nor.ll:EQV3 by Chris Lattner · 20 years ago
  29. d135fa4 These nodes are all autogenerated by Chris Lattner · 20 years ago
  30. 333bd83 Make sure to clear the CodeGenMap after each basic block is selected to avoid by Chris Lattner · 20 years ago
  31. 303b555 we don't need this proto any longer by Chris Lattner · 20 years ago
  32. af16538 move the #include for the generated code into the isel class body so we by Chris Lattner · 20 years ago
  33. e6ec9f2 PowerPC cannot truncstore i1 natively by Chris Lattner · 20 years ago
  34. 19c0907 Remove some cases handled by the generated portion of the isel by Chris Lattner · 20 years ago
  35. c09eeec Implement i64<->fp using the fctidz/fcfid instructions on PowerPC when we by Nate Begeman · 20 years ago
  36. 6cd40d5 include the dag isel fragment by Chris Lattner · 20 years ago
  37. 25dae72 Change the isel to not break out of the big giant switch. Instead, the by Chris Lattner · 20 years ago
  38. 75592e4 Implement dynamic allocas correctly. In particular, because we were copying by Chris Lattner · 20 years ago
  39. 393ecd6 Fix a bug where we were useing HA to get the high part, which seems like it by Chris Lattner · 20 years ago
  40. 50ff55c Do not select the operands being passed into SelectCC. IT does this itself by Chris Lattner · 20 years ago
  41. f760532 Move FCTIWZ handling out of the instruction selectors and into legalization, by Chris Lattner · 20 years ago
  42. 8346bb6 Remove dead code by Chris Lattner · 20 years ago
  43. 99296ff add assert zext/sext to the dag isel by Chris Lattner · 20 years ago
  44. 7a49fdc Fix 'ret long' to return the high and lo parts in the right registers. This by Chris Lattner · 20 years ago
  45. eb80fe8 now that physregs can exist in the same dag with multiple types, remove some by Chris Lattner · 20 years ago
  46. 2ea0c66 Fix type mismatches when passing f32 values to calls by Chris Lattner · 20 years ago
  47. 1368721 Fix some indentation (first hunks). by Chris Lattner · 20 years ago
  48. b551ba7 Fix a problem Nate found where we swapped the operands of SHL/SHR_PARTS. This by Chris Lattner · 20 years ago
  49. 14b86c7 codegen ADD_PARTS correctly: put the results in the right registers! This by Chris Lattner · 20 years ago
  50. 2501d5e add operands in the right order, fixing McCat/18-imp with the dag isel by Chris Lattner · 20 years ago
  51. 31ce12f Make sure the selector emits register register copies with flag operands by Chris Lattner · 20 years ago
  52. 1505573 The first operand to AND does not always have more than two operands. This by Chris Lattner · 20 years ago
  53. 8f83872 emit FMR instructions to convert f64<->f32 instructions, so things like by Chris Lattner · 20 years ago
  54. 8bbcc20 fix a crash in cfrac by Chris Lattner · 20 years ago
  55. 9c2dece Implement DYNAMIC_STACKALLOC, wrap some long lines by Chris Lattner · 20 years ago
  56. 7107c10 Fix a dumb bug of mine where we were mishandling the PPC ABI (undef handling). by Chris Lattner · 20 years ago
  57. efa6abc Fix a bug the last patch exposed in treeadd among others by Chris Lattner · 20 years ago
  58. 2fef809 A hack to fix a problem folding immedaites. This fixes Olden/power. by Chris Lattner · 20 years ago
  59. 2a06a5e Fix order of operands for copytoreg node when emitting calls. This fixes by Chris Lattner · 20 years ago
  60. b9efd14 add operands in the correct order by Chris Lattner · 20 years ago
  61. c8a89a1 Fix a bug in FP_EXTEND, implement FP_TO_SINT by Chris Lattner · 20 years ago
  62. 528f58e fix an assertion failure in treeadd by Chris Lattner · 20 years ago
  63. 8a2d3ca implement SELECT_CC fully for the DAG->DAG isel! by Chris Lattner · 20 years ago
  64. 0bbea95 Make fsel emission work with both the pattern and dag-dag selectors, by by Chris Lattner · 20 years ago
  65. 13794f5 implement the fold for: by Chris Lattner · 20 years ago
  66. 52987f4 Changes to adjust to new ReplaceAllUsesWith syntax. Change FP_EXTEND to by Chris Lattner · 20 years ago
  67. 28b9be3 now that fsel is formed during legalization, this code is dead by Chris Lattner · 20 years ago
  68. 5839bf2 Change ConstantPoolSDNode to actually hold the Constant itself instead of by Chris Lattner · 20 years ago
  69. 95e0682 Fix some warnings in an optimized build by Chris Lattner · 20 years ago
  70. 2bb06cd Fix a huge annoyance: SelectNodeTo took types before the opcode unlike by Chris Lattner · 20 years ago
  71. bb22df3 SUBFIC produces two results, not one. by Nate Begeman · 20 years ago
  72. 6660cd6 Implement SHL_PARTS and SRL_PARTS by Nate Begeman · 20 years ago
  73. b20c318 Emit the lo/hi parts in the right order :) by Chris Lattner · 20 years ago
  74. a9317ed implement support for 64-bit add/sub, fix a broken assertion for 64-bit by Chris Lattner · 20 years ago
  75. 047b952 Finish implementing SDIV/UDIV by copying over the majik constant code from by Chris Lattner · 20 years ago
  76. 957fcfb Implement setcc correctly for G5 and non-G5 systems by Chris Lattner · 20 years ago
  77. 64906a0 implement setcc on the G5. We're still missing the non-g5 specific bits, but by Chris Lattner · 20 years ago
  78. 8784a23 Add support for sdiv by 2^k and -2^k. Producing code like: by Chris Lattner · 20 years ago
  79. 34e1705 Implement support for taking the address of constant pool indices, which by Chris Lattner · 20 years ago
  80. 2fe76e5 Add support for FP constants, fixing UnitTests/2004-02-02-NegativeZero by Chris Lattner · 20 years ago
  81. e28e40a Fully implement frame index, so that we can pass the address of alloca's by Chris Lattner · 20 years ago
  82. 89532c7 implement unconditional branches, fixing UnitTests/2003-05-02-DependentPHI.c by Chris Lattner · 20 years ago
  83. ed7956b Fix a broken assertion by Chris Lattner · 20 years ago
  84. 2b54400 Split IMPLICIT_DEF into IMPLICIT_DEF_GPR and IMPLICIT_DEF_FP, so that the by Chris Lattner · 20 years ago
  85. fb0c964 implement support for calls by Chris Lattner · 20 years ago
  86. c6b0717 Remove unused statistic by Nate Begeman · 20 years ago
  87. a2590c5 Add callseq_begin/end support Call stil not supported yet by Chris Lattner · 20 years ago
  88. f7f2255 Implement stores. by Chris Lattner · 20 years ago
  89. ddf3e7d Fix compilation of: by Chris Lattner · 20 years ago
  90. 9944b76 Implement most of load support. There is still a bug though. by Chris Lattner · 20 years ago
  91. 2fbb457 Implement selection for branches. by Chris Lattner · 20 years ago
  92. 4416f1a add support for global address, including PIC support. by Chris Lattner · 20 years ago
  93. 7e65997 Fix a typeo, no wonder all tokenfactor edges were the same! by Chris Lattner · 20 years ago
  94. 02b88a4 ISD::OR, and it's accompanying SelectBitfieldInsert by Nate Begeman · 20 years ago
  95. c15ed44 Add shifts. by Nate Begeman · 20 years ago
  96. 0bc0423 Move this to the emitter by Chris Lattner · 20 years ago
  97. d607c12 After selecting the instructions for a basic block, emit the instructions by Chris Lattner · 20 years ago
  98. f5fac3b remove some unused stuff by Chris Lattner · 20 years ago
  99. a694047 Improve ISD::Constant codegen. by Nate Begeman · 20 years ago
  100. cffc32b Add support for ISD::AND, and its various optimized forms. by Nate Begeman · 20 years ago