Age | Commit message (Expand) | Author |
2010-03-19 | set SDNPVariadic on nodes throughout the rest of the targets that | Chris Lattner |
2010-02-26 | Merge PPC instructions FMRS and FMRD into a single FMR instruction. | Jakob Stoklund Olesen |
2010-02-23 | remove a bunch of dead named arguments in input patterns, | Chris Lattner |
2010-02-21 | Eliminate some uses of immAllOnes, just use -1, it does | Chris Lattner |
2010-01-05 | Don't specify CR sub-registers as implicit defs of BL instructions. | Jakob Stoklund Olesen |
2009-12-18 | Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI. | Tilmann Scheller |
2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
2009-11-04 | Add PowerPC codegen for indirect branches. | Bob Wilson |
2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman |
2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
2009-09-18 | Model the carry bit on ppc32. Without this we could | Dale Johannesen |
2009-08-15 | Add support for the PowerPC 64-bit SVR4 ABI. | Tilmann Scheller |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
2009-07-03 | Refactor ABI code in the PowerPC backend. | Tilmann Scheller |
2009-07-03 | Implement the SVR4 ABI for PowerPC. | Tilmann Scheller |
2008-12-03 | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman |
2008-12-03 | Add a sanity-check to tablegen to catch the case where isSimpleLoad | Dan Gohman |
2008-10-29 | Add a RM pseudoreg for the rounding mode, which | Dale Johannesen |
2008-10-24 | Mark MFCR as reading all condition code registers. | Dale Johannesen |
2008-10-23 | Mark defs and uses of CTR and LR correctly. | Dale Johannesen |
2008-10-16 | Fix warnings about mb/me being potentially used | Duncan Sands |
2008-10-11 | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner |
2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
2008-08-28 | Implement partial-word binary atomics on ppc. | Dale Johannesen |
2008-08-25 | Implement 32 & 64 bit versions of PPC atomic | Dale Johannesen |
2008-08-25 | Remove PPC-specific lowering for atomics; the | Dale Johannesen |
2008-08-22 | Implement __sync_synchronize on ppc32. Patch by Gary Benson. | Dale Johannesen |
2008-08-22 | Rewrite ppc code generated for __sync_{bool|val}_compare_and_swap | Dale Johannesen |
2008-08-11 | Implement ISD::TRAP support on PPC | Nate Begeman |
2008-07-12 | Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson! | Evan Cheng |
2008-06-27 | Provide correct encoding for PPC LWARX instructions. | Anton Korobeynikov |
2008-04-30 | Tail call optimization improvements: | Arnold Schwaighofer |
2008-04-19 | 64-bit atomic operations. | Evan Cheng |
2008-04-19 | PPC32 atomic operations. | Evan Cheng |
2008-03-15 | Replace all target specific implicit def instructions with a target independe... | Evan Cheng |
2008-03-10 | Add description of individual bits in CR. This fix PR1765. | Nicolas Geoffray |
2008-03-07 | Add support for ppc64 shifts with 7-bit (oversized) shift amount (e.g. PPCshl). | Chris Lattner |
2008-03-07 | Replace SDT_PPCShiftOp in favor of SDTIntBinOps. This allows it to work | Chris Lattner |
2008-03-03 | This is the initial check-in for adding register scavenging to PPC. (Currently, | Bill Wendling |
2008-02-27 | Final de-tabification. | Bill Wendling |
2008-02-13 | Make register scavenging happy by not using a reg (CR0) that isn't defined | Nate Begeman |
2008-01-15 | rename SDTRet -> SDTNone. | Chris Lattner |
2008-01-10 | remove explicit sets of 'neverHasSideEffects' that can now be | Chris Lattner |
2008-01-10 | get def use info more correct. | Chris Lattner |
2008-01-06 | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner |
2008-01-06 | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner |
2008-01-06 | Change the 'isStore' inferrer to look for 'SDNPMayStore' | Chris Lattner |
2008-01-06 | remove some isStore flags that are now inferred automatically. | Chris Lattner |