summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Seperate volatility and atomicity/ordering in SelectionDAGPhilip Reames2019-02-271-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [SystemZ, LoopStrengthReduce]Jonas Paulsson2017-07-211-1/+2
* [SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...Craig Topper2017-04-281-2/+1
* [DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...Simon Pilgrim2017-03-311-0/+1
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-301-2/+2
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-18/+14
* Tweak some atomics functions in preparation for larger changes; NFC.James Y Knight2016-03-161-0/+3
* [WinEH] Update exception pointer registersJoseph Tremoulet2015-11-071-0/+14
* Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT userMehdi Amini2015-07-091-1/+1
* Make isLegalAddressingMode() taking DataLayout as an argumentMehdi Amini2015-07-091-2/+2
* Make TargetLowering::getShiftAmountTy() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+3
* [TargetLowering] StringRefize asm constraint getters.Benjamin Kramer2015-07-051-2/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Add address space argument to isLegalAddressingModeMatt Arsenault2015-06-011-1/+2
* [xcore] Only support the 'm' inline assembly memory constraint. NFC.Daniel Sanders2015-05-151-6/+0
* Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun2015-05-071-1/+1
* Make each target map all inline assembly memory constraints to InlineAsm::Con...Daniel Sanders2015-03-161-0/+6
* getRegForInlineAsmConstraint wants to use TargetRegisterInfo forEric Christopher2015-02-261-2/+3
* Since TargetLowering is already subtarget dependent just passEric Christopher2015-02-021-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-3/+3
* Move the subtarget dependent features from XCoreTargetMachineEric Christopher2014-07-021-2/+2
* SelectionDAG: Expand SELECT_CC to SELECT + SETCCTom Stellard2014-06-101-1/+0
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-141-5/+5
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-26/+25
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-271-0/+3
* [XCore] Make LowerCallResult a static function.Richard Osborne2014-02-271-5/+0
* Revert r202396, r202397.Richard Osborne2014-02-271-3/+5
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-271-0/+3
* [XCore] Make LowerCallResult a static function.Richard Osborne2014-02-271-5/+0
* XCore target: Lower ATOMIC_LOAD & ATOMIC_STORERobert Lytton2014-02-111-0/+2
* XCore target: Lower EH_RETURNRobert Lytton2014-01-061-0/+5
* XCore target: Lower FRAME_TO_ARGS_OFFSETRobert Lytton2014-01-061-0/+4
* XCore target: Lower RETURNADDRRobert Lytton2014-01-061-0/+1
* Add XCore support for ATOMIC_FENCE.Robert Lytton2013-11-121-1/+5
* XCore target: add XCoreTargetLowering::isZExtFree()Robert Lytton2013-10-111-0/+4
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-221-1/+1
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-6/+6
* [XCore] Make use of the target independent global address offset folding.Richard Osborne2013-05-041-2/+0
* [XCore] Simplify code that checks for an aligned base plus a constant.Richard Osborne2013-05-041-0/+3
* [XCore] Use static relocation model by default.Richard Osborne2013-05-041-0/+2
* Fix PR10475Michael Liao2013-03-011-1/+1
* Fix order of operands for crc8_l4rRichard Osborne2013-01-251-0/+4
* Remove tabs.Bill Wendling2012-07-191-2/+2
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-6/+1
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-041-1/+0
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-3/+2
OpenPOWER on IntegriCloud