| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -0/+14 |
* | Merging r196751: | Bill Wendling | 2013-12-09 | 1 | -0/+3 |
* | [SparcV9] Handle i64 <-> float conversions in sparcv9 mode. | Venkatraman Govindaraju | 2013-11-03 | 1 | -0/+6 |
* | [Sparc] Add support for TLS in sparc. | Venkatraman Govindaraju | 2013-09-22 | 1 | -2/+7 |
* | [Sparc] Add support for soft long double (fp128). | Venkatraman Govindaraju | 2013-09-03 | 1 | -0/+17 |
* | The getRegForInlineAsmConstraint function should only accept MVT value types. | Chad Rosier | 2013-06-22 | 1 | -1/+1 |
* | Sparc: Add support for indirect branch and blockaddress in Sparc backend. | Venkatraman Govindaraju | 2013-06-03 | 1 | -0/+1 |
* | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 1 | -6/+6 |
* | Use i32 for all SPARC shift amounts, even in 64-bit mode. | Jakob Stoklund Olesen | 2013-04-14 | 1 | -0/+1 |
* | Also put target flags on SPARC constant pool references. | Jakob Stoklund Olesen | 2013-04-14 | 1 | -0/+1 |
* | Add target flags to SPARC address operands. | Jakob Stoklund Olesen | 2013-04-14 | 1 | -0/+3 |
* | Implement LowerCall_64 for the SPARC v9 64-bit ABI. | Jakob Stoklund Olesen | 2013-04-07 | 1 | -0/+4 |
* | Implement LowerReturn_64 for SPARC v9. | Jakob Stoklund Olesen | 2013-04-06 | 1 | -0/+10 |
* | Add SPARC v9 support for select on 64-bit compares. | Jakob Stoklund Olesen | 2013-04-04 | 1 | -0/+1 |
* | Add 64-bit compare + branch for SPARC v9. | Jakob Stoklund Olesen | 2013-04-03 | 1 | -1/+2 |
* | Add support for 64-bit calling convention. | Jakob Stoklund Olesen | 2013-04-02 | 1 | -0/+12 |
* | Add an I64Regs register class for 64-bit registers. | Jakob Stoklund Olesen | 2013-04-02 | 1 | -0/+3 |
* | Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall | Justin Holewinski | 2012-05-25 | 1 | -6/+1 |
* | 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 | -3/+2 |
* | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 1 | -2/+3 |
* | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 1 | -3/+2 |
* | Remove getRegClassForInlineAsmConstraint from sparc. | Eric Christopher | 2011-06-29 | 1 | -3/+0 |
* | Make the logic for determining function alignment more explicit. No function... | Eli Friedman | 2011-05-06 | 1 | -3/+0 |
* | Generate correct Sparc32 ABI compliant code for functions that return a struct. | Venkatraman Govindaraju | 2011-02-21 | 1 | -0/+2 |
* | Sparc backend: | Venkatraman Govindaraju | 2011-01-21 | 1 | -1/+1 |
* | Implement RETURNADDR and FRAMEADDR lowering in SPARC backend. | Venkatraman Govindaraju | 2011-01-12 | 1 | -1/+2 |
* | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman | 2010-07-07 | 1 | -0/+2 |
* | 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 | -6/+6 |
* | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 1 | -3/+0 |
* | 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 |
* | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng | 2009-09-18 | 1 | -1/+2 |
* | several major improvements to the sparc backend: support for weak linkage | Chris Lattner | 2009-09-15 | 1 | -1/+5 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -3/+3 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -2/+2 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -1/+23 |
* | Don't override LowerArguments in the SPARC backend. In addition to | Eli Friedman | 2009-07-19 | 1 | -3/+1 |
* | 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 |
* | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman | 2009-02-07 | 1 | -1/+1 |
* | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen | 2009-01-30 | 1 | -1/+2 |
* | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -0/+2 |
* | Add rudimentary support for 'r' register operand | Anton Korobeynikov | 2008-10-10 | 1 | -11/+18 |
* | 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 | -3/+3 |
* | Replace some std::vectors that showed up in heap profiling with | Dan Gohman | 2008-06-30 | 1 | -2/+2 |