| Commit message (Expand) | Author | Age | Files | Lines |
* | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola | 2012-04-04 | 1 | -1/+0 |
* | Set the default PPC node scheduling preference to ILP (for the embedded cores). | Hal Finkel | 2012-04-01 | 1 | -0/+1 |
* | Fix dynamic linking on PPC64. | Hal Finkel | 2012-03-31 | 1 | -1/+3 |
* | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 1 | -2/+2 |
* | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 1 | -11/+11 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 1 | -11/+11 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 1 | -11/+11 |
* | Rename NonScalarIntSafe to something more appropriate. | Lang Hames | 2011-10-26 | 1 | -2/+2 |
* | Add an implementation of the CanLowerReturn function to the PPC backend | Hal Finkel | 2011-10-14 | 1 | -0/+6 |
* | Add codegen support for vector select (in the IR this means a select | Duncan Sands | 2011-09-06 | 1 | -1/+1 |
* | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands | 2011-09-06 | 1 | -1/+2 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -3/+3 |
* | Have LowerOperandForConstraint handle multiple character constraints. | Eric Christopher | 2011-06-02 | 1 | -1/+1 |
* | Make the logic for determining function alignment more explicit. No function... | Eli Friedman | 2011-05-06 | 1 | -3/+0 |
* | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson | 2011-02-25 | 1 | -46/+48 |
* | add targetoperand flags for jump tables, constant pool and block address | Chris Lattner | 2010-11-15 | 1 | -1/+0 |
* | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 1 | -0/+6 |
* | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman | 2010-07-07 | 1 | -0/+4 |
* | The hasMemory argument is irrelevant to how the argument | Dale Johannesen | 2010-06-25 | 1 | -4/+1 |
* | The PPC MFCR instruction implicitly uses all 8 of the CR | Dale Johannesen | 2010-05-20 | 1 | -3/+4 |
* | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman | 2010-05-01 | 1 | -3/+3 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -38/+38 |
* | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 1 | -13/+4 |
* | Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. | Dan Gohman | 2010-04-16 | 1 | -3/+3 |
* | Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32... | Evan Cheng | 2010-04-08 | 1 | -5/+7 |
* | Correctly lower memset / memcpy of undef. It should be a nop. PR6767. | Evan Cheng | 2010-04-02 | 1 | -9/+13 |
* | Add comments about DstAlign and SrcAlign. | Evan Cheng | 2010-04-01 | 1 | -0/+7 |
* | - Avoid using floating point stores to implement memset unless the value is z... | Evan Cheng | 2010-04-01 | 1 | -1/+1 |
* | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 2010-04-01 | 1 | -2/+2 |
* | Revert 95130. | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
* | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
* | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng | 2010-01-27 | 1 | -8/+8 |
* | Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI. | Tilmann Scheller | 2009-12-18 | 1 | -0/+15 |
* | Add PowerPC codegen for indirect branches. | Bob Wilson | 2009-11-04 | 1 | -0/+1 |
* | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 1 | -18/+17 |
* | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng | 2009-09-18 | 1 | -1/+2 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -10/+10 |
* | Revert commit 80428. It completely broke exception | Duncan Sands | 2009-08-31 | 1 | -8/+0 |
* | - Add target lowering methods to get the preferred format for the FDE and LSDA | Bill Wendling | 2009-08-29 | 1 | -0/+8 |
* | Add support for the PowerPC 64-bit SVR4 ABI. | Tilmann Scheller | 2009-08-15 | 1 | -0/+5 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -1/+1 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -3/+3 |
* | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson | 2009-08-10 | 1 | -1/+1 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -22/+71 |
* | Fix typos in comments. | Dan Gohman | 2009-08-01 | 1 | -1/+1 |
* | Refactor ABI code in the PowerPC backend. | Tilmann Scheller | 2009-07-03 | 1 | -11/+8 |
* | Implement the SVR4 ABI for PowerPC. | Tilmann Scheller | 2009-07-03 | 1 | -0/+13 |
* | Small cleanups in the PowerPC backend. | Tilmann Scheller | 2009-07-03 | 1 | -1/+0 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 1 | -1/+1 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -0/+3 |