summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreISelLowering.h
Commit message (Expand)AuthorAge
* SelectionDAG: Expand SELECT_CC to SELECT + SETCCTom Stellard2014-06-10
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-27
* [XCore] Make LowerCallResult a static function.Richard Osborne2014-02-27
* Revert r202396, r202397.Richard Osborne2014-02-27
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-27
* [XCore] Make LowerCallResult a static function.Richard Osborne2014-02-27
* XCore target: Lower ATOMIC_LOAD & ATOMIC_STORERobert Lytton2014-02-11
* XCore target: Lower EH_RETURNRobert Lytton2014-01-06
* XCore target: Lower FRAME_TO_ARGS_OFFSETRobert Lytton2014-01-06
* XCore target: Lower RETURNADDRRobert Lytton2014-01-06
* Add XCore support for ATOMIC_FENCE.Robert Lytton2013-11-12
* XCore target: add XCoreTargetLowering::isZExtFree()Robert Lytton2013-10-11
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* [XCore] Make use of the target independent global address offset folding.Richard Osborne2013-05-04
* [XCore] Simplify code that checks for an aligned base plus a constant.Richard Osborne2013-05-04
* [XCore] Use static relocation model by default.Richard Osborne2013-05-04
* Fix PR10475Michael Liao2013-03-01
* Fix order of operands for crc8_l4rRichard Osborne2013-01-25
* Remove tabs.Bill Wendling2012-07-19
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-25
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-04
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Move XCore from getRegClassForInlineAsmConstraint toEric Christopher2011-06-29
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-08
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-25
* Add support for trampolines on the XCore.Richard Osborne2011-02-02
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-10
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-09
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-09
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-08
* Add X86FastISel support for return statements. This entails refactoringDan Gohman2010-07-07
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.Dan Gohman2010-07-06
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-01
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* Switch XCore over to using inline jump table entries.Richard Osborne2010-03-11
* Fix thinko.Richard Osborne2010-03-10
* Prefer LMUL to MACCU as LMUL has no tied operands.Richard Osborne2010-03-10
* Custom lower (S|U)MUL_LOHI -> MACC(S|U)Richard Osborne2010-03-10
* Lower add (mul a, b), c into MACCU / MACCS nodes which translateRichard Osborne2010-03-10