summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreISelLowering.h
AgeCommit message (Expand)Author
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-07-21[SystemZ, LoopStrengthReduce]Jonas Paulsson
2017-04-28[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...Craig Topper
2017-03-31[DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...Simon Pilgrim
2016-06-30CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer
2016-03-16Tweak some atomics functions in preparation for larger changes; NFC.James Y Knight
2015-11-07[WinEH] Update exception pointer registersJoseph Tremoulet
2015-07-09Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT userMehdi Amini
2015-07-09Make isLegalAddressingMode() taking DataLayout as an argumentMehdi Amini
2015-07-09Make TargetLowering::getShiftAmountTy() taking DataLayout as an argumentMehdi Amini
2015-07-05[TargetLowering] StringRefize asm constraint getters.Benjamin Kramer
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-01Add address space argument to isLegalAddressingModeMatt Arsenault
2015-05-15[xcore] Only support the 'm' inline assembly memory constraint. NFC.Daniel Sanders
2015-05-07Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun
2015-03-16Make each target map all inline assembly memory constraints to InlineAsm::Con...Daniel Sanders
2015-02-26getRegForInlineAsmConstraint wants to use TargetRegisterInfo forEric Christopher
2015-02-02Since TargetLowering is already subtarget dependent just passEric Christopher
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-07-02Move the subtarget dependent features from XCoreTargetMachineEric Christopher
2014-06-10SelectionDAG: Expand SELECT_CC to SELECT + SETCCTom Stellard
2014-05-14Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-02-27[XCore] Support functions returning more than 4 words.Richard Osborne
2014-02-27[XCore] Make LowerCallResult a static function.Richard Osborne
2014-02-27Revert r202396, r202397.Richard Osborne
2014-02-27[XCore] Support functions returning more than 4 words.Richard Osborne
2014-02-27[XCore] Make LowerCallResult a static function.Richard Osborne
2014-02-11 XCore target: Lower ATOMIC_LOAD & ATOMIC_STORERobert Lytton
2014-01-06XCore target: Lower EH_RETURNRobert Lytton
2014-01-06XCore target: Lower FRAME_TO_ARGS_OFFSETRobert Lytton
2014-01-06XCore target: Lower RETURNADDRRobert Lytton
2013-11-12Add XCore support for ATOMIC_FENCE.Robert Lytton
2013-10-11XCore target: add XCoreTargetLowering::isZExtFree()Robert Lytton
2013-06-22The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier
2013-05-25Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick
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-01Fix PR10475Michael Liao
2013-01-25Fix order of operands for crc8_l4rRichard Osborne
2012-07-19Remove tabs.Bill Wendling
2012-05-25Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski
2012-04-04Always compute all the bits in ComputeMaskedBits.Rafael Espindola
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-02-28Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng
2012-02-28Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar
2012-02-28Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng