| Commit message (Expand) | Author | Age | Files | Lines |
* | disentangle FP from INT versions of div/mul | Chris Lattner | 2005-09-28 | 1 | -18/+16 |
* | Use the autogenerated matcher for ADD/SUB | Chris Lattner | 2005-09-28 | 1 | -30/+0 |
* | add a patter for SUBFIC | Chris Lattner | 2005-09-28 | 1 | -1/+1 |
* | Mark int binops as int-only, add FP binops. Mark FADD/FMUL as commutative but | Chris Lattner | 2005-09-28 | 1 | -15/+23 |
* | Add FP versions of the binary operators, keeping the int and fp worlds seperate. | Chris Lattner | 2005-09-28 | 3 | -114/+120 |
* | Add FP versions of the binary operators, keeping the int and fp worlds seperate. | Chris Lattner | 2005-09-28 | 4 | -97/+108 |
* | Mark associative nodes as associative | Chris Lattner | 2005-09-28 | 1 | -6/+12 |
* | Nate pointed out that mulh[us] are commutative as well. Thanks! | Chris Lattner | 2005-09-28 | 1 | -2/+2 |
* | expose commutativity information | Chris Lattner | 2005-09-28 | 1 | -8/+17 |
* | All (xor *) cases are autogenerated now | Chris Lattner | 2005-09-28 | 1 | -43/+0 |
* | add support for missed eqv tests | Chris Lattner | 2005-09-28 | 1 | -0/+9 |
* | Implement PowerPC/eqv-andc-orc-nor.ll:EQV3 | Chris Lattner | 2005-09-28 | 1 | -1/+5 |
* | learn to codegen not as NOR instead of xoris/xori | Chris Lattner | 2005-09-28 | 1 | -1/+5 |
* | These nodes are all autogenerated | Chris Lattner | 2005-09-28 | 1 | -44/+0 |
* | Darwin, like many BSD systems, has a setjmp/longjmp which saves the signal mask | Chris Lattner | 2005-09-27 | 1 | -0/+3 |
* | fix CBackend/2005-09-27-VolatileFuncPtr.ll | Chris Lattner | 2005-09-27 | 2 | -8/+8 |
* | Make sure to clear the CodeGenMap after each basic block is selected to avoid | Chris Lattner | 2005-09-27 | 1 | -0/+1 |
* | Move the post-lsr simplify cfg pass after lowereh, so it can clean up after | Chris Lattner | 2005-09-27 | 1 | -2/+6 |
* | minor pattern shuffling | Chris Lattner | 2005-09-26 | 1 | -8/+3 |
* | 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 |