Age | Commit message (Expand) | Author |
2005-09-03 | explicitly specify an operands list for patterns with inputs (e.g. neg) | Chris Lattner |
2005-09-03 | rearrange logical ops to group them together more consistently. | Chris Lattner |
2005-09-02 | Add AND/OR/XOR | Chris Lattner |
2005-09-02 | Add some initial patterns to simple binary instructions, though they | Chris Lattner |
2005-08-26 | The condition register being branched on may not be cr0, as such, print it. | Chris Lattner |
2005-08-26 | allow code using mtcrf to assemble | Chris Lattner |
2005-08-26 | Remove operand type 'crbit', since it is no longer used | Nate Begeman |
2005-08-26 | implement SELECT_CC fully for the DAG->DAG isel! | Chris Lattner |
2005-08-26 | Fix JIT encoding of conditional branches | Nate Begeman |
2005-08-25 | LFS/STFS load and store FP values, not integer ones. This change allows us | Chris Lattner |
2005-08-24 | Split IMPLICIT_DEF into IMPLICIT_DEF_GPR and IMPLICIT_DEF_FP, so that the | Chris Lattner |
2005-08-23 | Remove some instructions we no longer generate | Nate Begeman |
2005-08-22 | Remove some regs that are not used. | Chris Lattner |
2005-08-18 | Fix operand numbers by marking variable arity nodes as such and by fixing | Chris Lattner |
2005-08-08 | Fix JIT encoding of ppc mfocrf instruction; the operands were reversed | Nate Begeman |
2005-07-21 | Support building non-PIC | Nate Begeman |
2005-07-20 | Generate mfocrf when targeting g5. Generate fsqrt/fsqrts when targetin g5. | Nate Begeman |
2005-05-15 | PPC "branch and link" instructions are branches in the PPC sense, but not | Chris Lattner |
2005-04-19 | switch over the rest of the formats that use RC to use isDOT | Chris Lattner |
2005-04-19 | Convert the XForm instrs and XSForm instruction over to use isDOT | Chris Lattner |
2005-04-19 | convert over bform and iform instructions | Chris Lattner |
2005-04-19 | Convert over DForm and DSForm instructions | Chris Lattner |
2005-04-19 | Convert XLForm and XForm instructions over to use PPC64 when appropriate. | Chris Lattner |
2005-04-19 | Convert XO XS and XFX forms to use isPPC64 | Chris Lattner |
2005-04-19 | Turn PPC64 and VMX into classes that can be added to instructions instead of | Chris Lattner |
2005-04-18 | Change codegen for setcc to read the bit directly out of the condition | Nate Begeman |
2005-04-14 | Implement multi-way branches through logical ops on condition registers. | Nate Begeman |
2005-04-14 | Add the necessary support to codegen condition register logical ops with | Nate Begeman |
2005-04-12 | Initial support for allocation condition registers | Nate Begeman |
2005-04-12 | Implement bitfield clears | Nate Begeman |
2005-04-11 | ORo sets CR0 | Chris Lattner |
2005-04-11 | Revert the previous patch, which I didn't mean to check in. | Chris Lattner |
2005-04-11 | Fix a minor bug (ORo didn't mark that it set CR0). | Chris Lattner |
2005-04-11 | Add recording variants of ISD::AND and ISD::OR. This kills almost 1000 | Nate Begeman |
2005-04-09 | Add rlwnm instruction for variable rotate | Nate Begeman |
2005-04-06 | Add support for MULHS and MULHU nodes | Nate Begeman |
2005-04-04 | Add support for multiply-add, multiply-sub, and their negated versions | Nate Begeman |
2005-04-02 | Set shift amount to Extend | Nate Begeman |
2005-03-29 | Implement SetCC, fix ZERO_EXTEND_INREG | Nate Begeman |
2005-03-28 | Remove fake instruction 'subc' (mnemonic for subfc). | Nate Begeman |
2005-02-15 | Fix a problem where the PPC backend lost track of the fact that it had | Chris Lattner |
2004-12-16 | Factor out common .td file chunks. | Chris Lattner |
2004-11-25 | Fix encoding of fneg instruction | Chris Lattner |
2004-11-24 | Fix encoding of bctrl, and remove some unused instructions | Nate Begeman |
2004-11-23 | Fix encoding of blr and bctr | Chris Lattner |
2004-11-23 | Fix encodings | Chris Lattner |
2004-11-23 | LA is really addi. Be consistent with operand ordering to avoid confusing th... | Chris Lattner |
2004-11-22 | Comment out a couple of unused instructions. | Chris Lattner |
2004-11-15 | Add BCTR and LWZU instruction opcodes | Misha Brukman |
2004-10-23 | Add BA, BL, and BLA opcodes | Misha Brukman |