Age | Commit message (Expand) | Author |
2013-05-04 | [XCore] Make use of the target independent global address offset folding. | Richard Osborne |
2013-05-04 | [XCore] Simplify code that checks for an aligned base plus a constant. | Richard Osborne |
2013-05-04 | [XCore] Use static relocation model by default. | Richard Osborne |
2013-03-01 | Fix PR10475 | Michael Liao |
2013-01-25 | Fix order of operands for crc8_l4r | Richard Osborne |
2012-07-19 | Remove tabs. | Bill Wendling |
2012-05-25 | Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall | Justin Holewinski |
2012-04-04 | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola |
2012-03-17 | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper |
2012-02-28 | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng |
2012-02-28 | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar |
2012-02-28 | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng |
2011-09-06 | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-06-29 | Move XCore from getRegClassForInlineAsmConstraint to | Eric Christopher |
2011-06-08 | Add a parameter to CCState so that it can access the MachineFunction. | Eric Christopher |
2011-05-06 | Make the logic for determining function alignment more explicit. No function... | Eli Friedman |
2011-02-25 | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson |
2011-02-02 | Add support for trampolines on the XCore. | Richard Osborne |
2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
2010-07-07 | Add X86FastISel support for return statements. This entails refactoring | Dan Gohman |
2010-07-07 | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman |
2010-07-06 | CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext. | Dan Gohman |
2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
2010-03-11 | Switch XCore over to using inline jump table entries. | Richard Osborne |
2010-03-10 | Fix thinko. | Richard Osborne |
2010-03-10 | Prefer LMUL to MACCU as LMUL has no tied operands. | Richard Osborne |
2010-03-10 | Custom lower (S|U)MUL_LOHI -> MACC(S|U) | Richard Osborne |
2010-03-10 | Lower add (mul a, b), c into MACCU / MACCS nodes which translate | Richard Osborne |
2010-03-09 | Add DAG combine for ladd / lsub. | Richard Osborne |
2010-02-23 | Remove unused lowering function LowerJumpTable | Richard Osborne |
2010-02-23 | Lower BR_JT on the XCore to a jump into a series of jump instructions. | Richard Osborne |
2010-02-15 | no need to add the instruction count anymore. | Chris Lattner |
2010-02-02 | Revert 95130. | Evan Cheng |
2010-02-02 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
2009-11-18 | Add XCore support for indirectbr / blockaddress. | Richard Osborne |
2009-11-14 | Add XCore support for arbitrary-sized aggregate returns. | Richard Osborne |
2009-09-18 | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng |
2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
2009-07-16 | Combine an unaligned store of unaligned load into a memmove. | Richard Osborne |
2009-07-16 | Custom lower unaligned 32 bit stores and loads into libcalls. This is | Richard Osborne |
2009-07-01 | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling |