summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-171-16/+13
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-1/+1
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-141-9/+9
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-271-12/+12
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-261-16/+10
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-1/+1
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-271-1/+1
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-261-1/+1
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-261-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-2/+1
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-271-19/+94
* [XCore] Make LowerCallResult a static function.Richard Osborne2014-02-271-28/+24
* Revert r202396, r202397.Richard Osborne2014-02-271-107/+36
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-271-19/+94
* [XCore] Make LowerCallResult a static function.Richard Osborne2014-02-271-28/+24
* [XCore] Add dag combines for instructions that ignore some input bits.Richard Osborne2014-02-271-0/+42
* [XCore] Provide information about known zero bits of resource instructions.Richard Osborne2014-02-271-0/+28
* [XCore] Prefer to word align functions.Richard Osborne2014-02-251-0/+1
* XCore target: fix const section handlingRobert Lytton2014-02-111-1/+4
* XCore target: Lower ATOMIC_LOAD & ATOMIC_STORERobert Lytton2014-02-111-0/+68
* XCore target: Lower EH_RETURNRobert Lytton2014-01-061-0/+42
* XCore target: Lower FRAME_TO_ARGS_OFFSETRobert Lytton2014-01-061-0/+12
* XCore target: Lower RETURNADDRRobert Lytton2014-01-061-2/+25
* XCore target: fix handling of unsized global arrays in large code modelRobert Lytton2014-01-061-4/+13
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-191-1/+1
* XCore target: Add large code modelRobert Lytton2013-12-021-12/+28
* XCore target: implement exception handlingRobert Lytton2013-11-131-0/+4
* XCore target: fix bug in aligning 'byval i8*' on the stackRobert Lytton2013-11-121-1/+1
* Add XCore support for ATOMIC_FENCE.Robert Lytton2013-11-121-0/+11
* XCore target: add XCoreTargetLowering::isZExtFree()Robert Lytton2013-10-111-0/+18
* Remove unused functions.Eli Friedman2013-09-101-5/+0
* XCore target: change to Sched::SourceRobert Lytton2013-09-091-1/+1
* XCore target: Fix Vararg handlingRobert Lytton2013-08-011-12/+14
* XCore target: Add byval handlingRobert Lytton2013-08-011-11/+63
* test commitRichard Osborne2013-07-261-1/+1
* [XCore] Add TODO regarding byval structsRichard Osborne2013-07-261-0/+2
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-4/+4
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-221-1/+1
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-2/+2
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-26/+26
* Fix buildbot failure on 64 bit linux due to std::max() having differentRichard Osborne2013-05-041-1/+1
* [XCore] Make use of the target independent global address offset folding.Richard Osborne2013-05-041-13/+29
* [XCore] Simplify code that checks for an aligned base plus a constant.Richard Osborne2013-05-041-81/+53
* [XCore] Move lowering of thread local storage to a separate pass.Richard Osborne2013-05-041-42/+0
* [XCore] Use static relocation model by default.Richard Osborne2013-05-041-0/+6
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-081-1/+1
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-201-3/+3
OpenPOWER on IntegriCloud