| Commit message (Expand) | Author | Age | Files | Lines |
* | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola | 2012-04-04 | 1 | -1/+0 |
* | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 1 | -1/+1 |
* | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 1 | -1/+1 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 1 | -1/+1 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 1 | -1/+1 |
* | Add codegen support for vector select (in the IR this means a select | Duncan Sands | 2011-09-06 | 1 | -1/+1 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -2/+2 |
* | 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 |
* | Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo. | Cameron Zwarich | 2011-03-07 | 1 | -8/+0 |
* | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson | 2011-02-25 | 1 | -2/+4 |
* | Allow machine LICM to do its job on SPU. | Kalle Raiskila | 2010-11-29 | 1 | -0/+8 |
* | Fix memory access lowering on SPU, adding | Kalle Raiskila | 2010-11-12 | 1 | -2/+3 |
* | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 1 | -0/+5 |
* | Implement two virtual functions in SPUTargetLowering. | Kalle Raiskila | 2010-10-07 | 1 | -0/+5 |
* | Remove some dead code from SPU BE that remained | Kalle Raiskila | 2010-08-24 | 1 | -2/+0 |
* | Have SPU handle halfvec stores aligned by 8 bytes. | Kalle Raiskila | 2010-08-09 | 1 | -0/+2 |
* | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman | 2010-07-07 | 1 | -0/+2 |
* | The hasMemory argument is irrelevant to how the argument | Dale Johannesen | 2010-06-25 | 1 | -1/+0 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -5/+5 |
* | 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 | -1/+1 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -3/+3 |
* | 128-bit sign extension and vector shift cleanups, contributed by Ken Werner | Scott Michel | 2009-08-24 | 1 | -3/+0 |
* | 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 | -9/+9 |
* | 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 | -0/+22 |
* | 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 |
* | CellSPU: | Scott Michel | 2009-03-17 | 1 | -4/+2 |
* | Get rid of one more non-DebugLoc getNode and | Dale Johannesen | 2009-02-06 | 1 | -3/+4 |
* | CellSPU: | Scott Michel | 2009-01-26 | 1 | -2/+2 |
* | CellSPU: | Scott Michel | 2009-01-21 | 1 | -1/+2 |
* | - Convert remaining i64 custom lowering into custom instruction emission | Scott Michel | 2009-01-15 | 1 | -4/+21 |
* | CellSPU: | Scott Michel | 2009-01-06 | 1 | -2/+0 |
* | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 1 | -1/+1 |
* | - Start moving target-dependent nodes that could be represented by an | Scott Michel | 2008-12-30 | 1 | -16/+8 |
* | - Remove Tilmann's custom truncate lowering: it completely hosed over | Scott Michel | 2008-12-27 | 1 | -1/+5 |
* | CellSPU: | Scott Michel | 2008-12-04 | 1 | -6/+0 |
* | Change the interface to the type legalization method | Duncan Sands | 2008-12-01 | 1 | -3/+4 |
* | CellSPU: | Scott Michel | 2008-11-24 | 1 | -3/+2 |
* | CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it | Scott Michel | 2008-11-22 | 1 | -1/+1 |
* | CellSPU: Fix bug 3606, as well as some ongoing work. | Scott Michel | 2008-11-10 | 1 | -2/+4 |
* | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -0/+2 |
* | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng | 2008-09-24 | 1 | -0/+1 |
* | Fix these enums' starting values to reflect the way that | Dan Gohman | 2008-09-23 | 1 | -1/+1 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -13/+13 |