| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach the dag isel generator how to construct arbitrary immediates. The | Chris Lattner | 2005-09-24 | 1 | -1/+6 |
* | Implement the isLoadFromStackSlot interface | Chris Lattner | 2005-09-19 | 2 | -0/+28 |
* | Implement hook for ppc | Chris Lattner | 2005-09-17 | 2 | -0/+18 |
* | disable this for now | Chris Lattner | 2005-09-15 | 1 | -0/+2 |
* | Give all operands names | Chris Lattner | 2005-09-14 | 1 | -1/+1 |
* | give all operands names | Chris Lattner | 2005-09-14 | 2 | -12/+14 |
* | Fix some issues exposed by more testing. XORIS had the wrong operands | Chris Lattner | 2005-09-14 | 1 | -5/+5 |
* | Fix some bugs noticed by new checking code | Chris Lattner | 2005-09-14 | 1 | -8/+14 |
* | fix a major regression from my patch this afternoon | Chris Lattner | 2005-09-14 | 1 | -0/+1 |
* | we don't need this proto any longer | Chris Lattner | 2005-09-13 | 1 | -1/+0 |
* | move the #include for the generated code into the isel class body so we | Chris Lattner | 2005-09-13 | 1 | -1/+3 |
* | Change the arg lowering code to use copyfromreg from vregs associated | Chris Lattner | 2005-09-13 | 1 | -12/+17 |
* | This has been moved to the target-indep code | Chris Lattner | 2005-09-13 | 2 | -44/+0 |
* | This code is no longer needed, it is moved to the target-indep code | Chris Lattner | 2005-09-13 | 2 | -49/+0 |
* | Majik numbers are bad | Chris Lattner | 2005-09-13 | 1 | -2/+2 |
* | Remove some dead vectors | Chris Lattner | 2005-09-13 | 1 | -4/+0 |
* | PowerPC cannot truncstore i1 natively | Chris Lattner | 2005-09-10 | 3 | -2/+3 |
* | I forgot that we always spill fp values as 64-bits. Implement spill folding | Chris Lattner | 2005-09-09 | 1 | -3/+10 |
* | Fix a problem that Nate noticed, where spill code was not getting coallesced | Chris Lattner | 2005-09-09 | 2 | -0/+32 |
* | code cleanup | Chris Lattner | 2005-09-09 | 1 | -2/+3 |
* | Teach the code generator that rlwimi is commutable if the rotate amount | Chris Lattner | 2005-09-09 | 3 | -1/+38 |
* | Introduce two new concepts: | Chris Lattner | 2005-09-09 | 1 | -11/+75 |
* | whitespace/comment changes, no functionality diffs | Chris Lattner | 2005-09-08 | 1 | -2/+5 |
* | Add a bunch of stuff needed for node type inference. Move 'BLR' down with | Chris Lattner | 2005-09-08 | 1 | -21/+114 |
* | add patterns for x?oris? | Chris Lattner | 2005-09-08 | 2 | -8/+31 |
* | add patterns to the addi/addis/mulli etc instructions. Define predicates | Chris Lattner | 2005-09-08 | 2 | -16/+52 |
* | Add patterns for some new instructions, allowing the use of the ineg fragment. | Chris Lattner | 2005-09-08 | 2 | -10/+10 |
* | ignore generated files | Chris Lattner | 2005-09-07 | 4 | -0/+4 |
* | Remove some cases handled by the generated portion of the isel | Chris Lattner | 2005-09-07 | 1 | -13/+3 |
* | On non-apple systems, when using -march=ppc32, do not print: | Chris Lattner | 2005-09-07 | 1 | -1/+1 |
* | Print: | Chris Lattner | 2005-09-07 | 1 | -4/+4 |
* | Implement i64<->fp using the fctidz/fcfid instructions on PowerPC when we | Nate Begeman | 2005-09-06 | 4 | -13/+69 |
* | Fix up the AssertXext problem, as well as adding it at calls | Andrew Lenharth | 2005-09-06 | 2 | -14/+25 |
* | Add note about future optimization noted in the ppc compiler writer's guide | Nate Begeman | 2005-09-06 | 1 | -0/+4 |
* | Add accessor for 64bit flag, so that we can tell when it is safe to | Nate Begeman | 2005-09-06 | 2 | -1/+3 |
* | revert part of the last change, should fix regressions | Andrew Lenharth | 2005-09-04 | 2 | -6/+11 |
* | explicitly specify an operands list for patterns with inputs (e.g. neg) | Chris Lattner | 2005-09-03 | 1 | -8/+13 |
* | include the dag isel fragment | Chris Lattner | 2005-09-03 | 1 | -0/+2 |
* | ask for a dag isel | Chris Lattner | 2005-09-03 | 1 | -1/+2 |
* | Change the isel to not break out of the big giant switch. Instead, the | Chris Lattner | 2005-09-03 | 1 | -59/+61 |
* | rearrange logical ops to group them together more consistently. | Chris Lattner | 2005-09-03 | 1 | -16/+42 |
* | Add AND/OR/XOR | Chris Lattner | 2005-09-02 | 2 | -31/+65 |
* | Add some initial patterns to simple binary instructions, though they | Chris Lattner | 2005-09-02 | 2 | -25/+43 |
* | turn on dag isel by default | Chris Lattner | 2005-09-02 | 1 | -3/+3 |
* | Add help support for -mcpu and -mattr. | Jim Laskey | 2005-09-02 | 2 | -21/+54 |
* | Pull out Lowering in preperation for multiple ISels. Oh, and get rid of some... | Andrew Lenharth | 2005-09-02 | 3 | -434/+435 |
* | Decouple fsqrt from gpul optimizations, implementing fsqrt.ll. | Chris Lattner | 2005-09-02 | 3 | -8/+8 |
* | Fix VC++ build errors | Jeff Cohen | 2005-09-02 | 1 | -1/+1 |
* | Restore this patch now that the latent bug has been fixed | Chris Lattner | 2005-09-02 | 1 | -2/+16 |
* | Revert the previous patch which causes a mysterious regression in toast. | Chris Lattner | 2005-09-02 | 1 | -16/+2 |