| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Sparc] Rewrite MBB's live-in registers for leaf functions. Also, add | Venkatraman Govindaraju | 2013-07-30 | 1 | -7/+9 |
| * | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 1 | -3/+3 |
| * | The getRegForInlineAsmConstraint function should only accept MVT value types. | Chad Rosier | 2013-06-22 | 1 | -1/+1 |
| * | [Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc bac... | Venkatraman Govindaraju | 2013-06-08 | 1 | -1/+39 |
| * | [Sparc]: Use cmp instruction instead of subcc to compare integers. | Venkatraman Govindaraju | 2013-06-07 | 1 | -7/+2 |
| * | Sparc: No functionality change. Cleanup whitespaces, comment formatting etc., | Venkatraman Govindaraju | 2013-06-04 | 1 | -21/+22 |
| * | Sparc: Add support for indirect branch and blockaddress in Sparc backend. | Venkatraman Govindaraju | 2013-06-03 | 1 | -0/+13 |
| * | Sparc: Mark functions calling llvm.vastart and llvm.returnaddress intrinsics ... | Venkatraman Govindaraju | 2013-06-01 | 1 | -0/+6 |
| * | Order CALLSEQ_START and CALLSEQ_END nodes. | Andrew Trick | 2013-05-29 | 1 | -4/+6 |
| * | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 1 | -21/+21 |
| * | Also expand 64-bit bitcasts. | Jakob Stoklund Olesen | 2013-05-20 | 1 | -0/+2 |
| * | Mark i64 SETCC as expand so it is turned into a SELECT_CC. | Jakob Stoklund Olesen | 2013-05-20 | 1 | -0/+2 |
| * | Passing arguments to varags functions under the SPARC v9 ABI. | Jakob Stoklund Olesen | 2013-04-21 | 1 | -0/+47 |
| * | Compile varargs functions for SPARCv9. | Jakob Stoklund Olesen | 2013-04-20 | 1 | -31/+57 |
| * | Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE. | Tim Northover | 2013-04-20 | 1 | -1/+0 |
| * | Use i32 for all SPARC shift amounts, even in 64-bit mode. | Jakob Stoklund Olesen | 2013-04-14 | 1 | -2/+2 |
| * | Add support for the abs64 SPARC v9 code model. | Jakob Stoklund Olesen | 2013-04-14 | 1 | -0/+9 |
| * | Add support for the SPARC v9 abs44 code model. | Jakob Stoklund Olesen | 2013-04-14 | 1 | -6/+16 |
| * | Also put target flags on SPARC constant pool references. | Jakob Stoklund Olesen | 2013-04-14 | 1 | -26/+35 |
| * | Add target flags to SPARC address operands. | Jakob Stoklund Olesen | 2013-04-14 | 1 | -14/+30 |
| * | Define SPARC code models. | Jakob Stoklund Olesen | 2013-04-13 | 1 | -3/+3 |
| * | Extract a function. | Jakob Stoklund Olesen | 2013-04-09 | 1 | -31/+17 |
| * | Compute correct frame sizes for SPARC v9 64-bit frames. | Jakob Stoklund Olesen | 2013-04-09 | 1 | -2/+3 |
| * | Implement LowerCall_64 for the SPARC v9 64-bit ABI. | Jakob Stoklund Olesen | 2013-04-07 | 1 | -0/+224 |
| * | Implement LowerReturn_64 for SPARC v9. | Jakob Stoklund Olesen | 2013-04-06 | 1 | -9/+97 |
| * | Complete formal arguments for the SPARC v9 64-bit ABI. | Jakob Stoklund Olesen | 2013-04-06 | 1 | -2/+92 |
| * | Add SPARC v9 support for select on 64-bit compares. | Jakob Stoklund Olesen | 2013-04-04 | 1 | -3/+8 |
| * | Add 64-bit compare + branch for SPARC v9. | Jakob Stoklund Olesen | 2013-04-03 | 1 | -3/+9 |
| * | Add support for 64-bit calling convention. | Jakob Stoklund Olesen | 2013-04-02 | 1 | -11/+83 |
| * | Add an I64Regs register class for 64-bit registers. | Jakob Stoklund Olesen | 2013-04-02 | 1 | -0/+3 |
| * | ArrayRefize some code. No functionality change. | Benjamin Kramer | 2013-03-07 | 1 | -6/+3 |
| * | Move MRI liveouts to Sparc return instructions. | Jakob Stoklund Olesen | 2013-02-05 | 1 | -15/+12 |
| * | Teach SDISel to combine fsin / fcos into a fsincos node if the following | Evan Cheng | 2013-01-29 | 1 | -0/+2 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -3/+3 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -4/+4 |
| * | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -1/+1 |
| * | Remove tabs. | Bill Wendling | 2012-07-19 | 1 | -4/+4 |
| * | Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall | Justin Holewinski | 2012-05-25 | 1 | -7/+12 |
| * | Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper | 2012-04-20 | 1 | -4/+4 |
| * | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola | 2012-04-04 | 1 | -6/+3 |
| * | Convert more static tables of registers used by calling convention to uint16_... | Craig Topper | 2012-03-11 | 1 | -3/+3 |
| * | 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 |
| * | Remove VectorExtras. This unused helper was written for a type of API that is... | Benjamin Kramer | 2012-01-07 | 1 | -1/+0 |
| * | Initial CodeGen support for CTTZ/CTLZ where a zero input produces an | Chandler Carruth | 2011-12-13 | 1 | -0/+2 |
| * | Added invariant field to the DAG.getLoad method and changed all calls. | Pete Cooper | 2011-11-08 | 1 | -15/+15 |
| * | Code generation for 'fence' instruction. | Eli Friedman | 2011-07-27 | 1 | -1/+3 |
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -2/+2 |
| * | Add an intrinsic and codegen support for fused multiply-accumulate. The intent | Cameron Zwarich | 2011-07-08 | 1 | -0/+2 |