aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/XCoreISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-3/+2
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-2/+3
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-3/+2
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-061-1/+2
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* Move XCore from getRegClassForInlineAsmConstraint toEric Christopher2011-06-291-3/+3
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-081-1/+2
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-3/+0
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-251-11/+12
* Add support for trampolines on the XCore.Richard Osborne2011-02-021-0/+1
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-101-2/+1
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-091-1/+2
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-091-2/+1
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-081-1/+2
* Add X86FastISel support for return statements. This entails refactoringDan Gohman2010-07-071-2/+1
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-0/+3
* CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.Dan Gohman2010-07-061-1/+1
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-3/+3
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-26/+26
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-1/+1
* Switch XCore over to using inline jump table entries.Richard Osborne2010-03-111-0/+2
* Fix thinko.Richard Osborne2010-03-101-1/+1
* Prefer LMUL to MACCU as LMUL has no tied operands.Richard Osborne2010-03-101-0/+3
* Custom lower (S|U)MUL_LOHI -> MACC(S|U)Richard Osborne2010-03-101-0/+2
* Lower add (mul a, b), c into MACCU / MACCS nodes which translateRichard Osborne2010-03-101-0/+7
* Add DAG combine for ladd / lsub.Richard Osborne2010-03-091-0/+7
* Remove unused lowering function LowerJumpTableRichard Osborne2010-02-231-1/+0
* Lower BR_JT on the XCore to a jump into a series of jump instructions.Richard Osborne2010-02-231-1/+8
* no need to add the instruction count anymore.Chris Lattner2010-02-151-1/+1
* Revert 95130.Evan Cheng2010-02-021-1/+1
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-021-1/+1
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-1/+1
* Add XCore support for indirectbr / blockaddress.Richard Osborne2009-11-181-0/+1
* Add XCore support for arbitrary-sized aggregate returns.Richard Osborne2009-11-141-0/+6
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-181-1/+2
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-6/+6
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-1/+1
* Major calling convention code refactoring.Dan Gohman2009-08-051-7/+41
* Combine an unaligned store of unaligned load into a memmove.Richard Osborne2009-07-161-0/+2
* Custom lower unaligned 32 bit stores and loads into libcalls. This is Richard Osborne2009-07-161-0/+2
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-011-1/+1
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-0/+3
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-071-1/+1
* Change the interface to the type legalization methodDuncan Sands2008-12-011-2/+6
* [XCore] Fix expansion of 64 bit add/sub. Don't custom expandRichard Osborne2008-11-141-2/+2
* Add XCore backend.Richard Osborne2008-11-071-0/+119