| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Add XCore support for ATOMIC_FENCE. | Robert Lytton | 2013-11-12 | 1 | -1/+5 | 
| *  | XCore target: add XCoreTargetLowering::isZExtFree() | Robert Lytton | 2013-10-11 | 1 | -0/+4 | 
| *  | The getRegForInlineAsmConstraint function should only accept MVT value types. | Chad Rosier | 2013-06-22 | 1 | -1/+1 | 
| *  | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 1 | -6/+6 | 
| *  | [XCore] Make use of the target independent global address offset folding. | Richard Osborne | 2013-05-04 | 1 | -2/+0 | 
| *  | [XCore] Simplify code that checks for an aligned base plus a constant. | Richard Osborne | 2013-05-04 | 1 | -0/+3 | 
| *  | [XCore] Use static relocation model by default. | Richard Osborne | 2013-05-04 | 1 | -0/+2 | 
| *  | Fix PR10475 | Michael Liao | 2013-03-01 | 1 | -1/+1 | 
| *  | Fix order of operands for crc8_l4r | Richard Osborne | 2013-01-25 | 1 | -0/+4 | 
| *  | Remove tabs. | Bill Wendling | 2012-07-19 | 1 | -2/+2 | 
| *  | 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 | 
| *  | 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 | -1/+1 | 
| *  | Move XCore from getRegClassForInlineAsmConstraint to | Eric Christopher | 2011-06-29 | 1 | -3/+3 | 
| *  | Add a parameter to CCState so that it can access the MachineFunction. | Eric Christopher | 2011-06-08 | 1 | -1/+2 | 
| *  | 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 | -11/+12 | 
| *  | Add support for trampolines on the XCore. | Richard Osborne | 2011-02-02 | 1 | -0/+1 | 
| *  | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman | 2010-07-10 | 1 | -2/+1 | 
| *  | --- Reverse-merging r107947 into '.': | Bob Wilson | 2010-07-09 | 1 | -1/+2 | 
| *  | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman | 2010-07-09 | 1 | -2/+1 | 
| *  | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman | 2010-07-08 | 1 | -1/+2 | 
| *  | Add X86FastISel support for return statements. This entails refactoring | Dan Gohman | 2010-07-07 | 1 | -2/+1 | 
| *  | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman | 2010-07-07 | 1 | -0/+3 | 
| *  | CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext. | Dan Gohman | 2010-07-06 | 1 | -1/+1 | 
| *  | 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 | -26/+26 | 
| *  | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -1/+1 | 
| *  | Switch XCore over to using inline jump table entries. | Richard Osborne | 2010-03-11 | 1 | -0/+2 | 
| *  | Fix thinko. | Richard Osborne | 2010-03-10 | 1 | -1/+1 | 
| *  | Prefer LMUL to MACCU as LMUL has no tied operands. | Richard Osborne | 2010-03-10 | 1 | -0/+3 | 
| *  | Custom lower (S|U)MUL_LOHI -> MACC(S|U) | Richard Osborne | 2010-03-10 | 1 | -0/+2 | 
| *  | Lower add (mul a, b), c into MACCU / MACCS nodes which translate | Richard Osborne | 2010-03-10 | 1 | -0/+7 | 
| *  | Add DAG combine for ladd / lsub. | Richard Osborne | 2010-03-09 | 1 | -0/+7 | 
| *  | Remove unused lowering function LowerJumpTable | Richard Osborne | 2010-02-23 | 1 | -1/+0 | 
| *  | Lower BR_JT on the XCore to a jump into a series of jump instructions. | Richard Osborne | 2010-02-23 | 1 | -1/+8 | 
| *  | no need to add the instruction count anymore. | Chris Lattner | 2010-02-15 | 1 | -1/+1 | 
| *  | 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 | 
| *  | Add XCore support for indirectbr / blockaddress. | Richard Osborne | 2009-11-18 | 1 | -0/+1 | 
| *  | Add XCore support for arbitrary-sized aggregate returns. | Richard Osborne | 2009-11-14 | 1 | -0/+6 | 
| *  | 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 | -6/+6 | 
| *  | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -1/+1 |