summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore
Commit message (Expand)AuthorAgeFilesLines
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-071-4/+3
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-2915-115/+116
* None of these targets actually define their own CFI_INSTRUCTIONEric Christopher2014-04-291-3/+6
* 80-column fixups.Eric Christopher2014-04-291-3/+5
* [C++] Use 'nullptr'.Craig Topper2014-04-284-6/+6
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-271-12/+12
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-262-18/+11
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-256-12/+13
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-225-6/+10
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-224-10/+9
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-213-0/+6
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-7/+8
* [XCore] Don't create invalid MKMSK instructions inside loadImmediate().Richard Osborne2014-04-141-1/+9
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-043-5/+5
* 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
* [TTI] There is actually no realistic way to pop TTI implementations offChandler Carruth2014-03-101-4/+0
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-8/+5
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-072-25/+25
* [XCore] Add support for the "m" inline asm constraint.Richard Osborne2014-03-062-1/+43
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [XCore] Fix call of absolute address.Richard Osborne2014-03-041-3/+2
* [Modules] Move the NoFolder into the IR library as it createsChandler Carruth2014-03-041-1/+1
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-041-1/+1
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-042-2/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-2/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-023-20/+19
* Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.Craig Topper2014-03-021-1/+1
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-275-22/+125
* [XCore] Make LowerCallResult a static function.Richard Osborne2014-02-272-33/+24
* Revert r202396, r202397.Richard Osborne2014-02-275-137/+44
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-275-22/+124
* [XCore] Make LowerCallResult a static function.Richard Osborne2014-02-272-33/+24
* [XCore] Target optimized library function __memcpy_4()Richard Osborne2014-02-272-0/+42
* [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] Add intrinsic for CLRPT (clear port time) instruction.Richard Osborne2014-02-251-1/+2
* [XCore] Add intrinsic for EDU (event disable unconditional) instruction.Richard Osborne2014-02-251-1/+2
* [XCore] Prefer to word align functions.Richard Osborne2014-02-251-0/+1
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-3/+4
* Revert r201622 and r201608.Daniel Jasper2014-02-191-4/+3
* Fix PR18743.Rafael Espindola2014-02-181-3/+4
* XCore target: Handle common linkageRobert Lytton2014-02-182-7/+10
* XCore target: addMemOperand as necessaryRobert Lytton2014-02-183-49/+109
* XCore target: Fix llvm.eh.return and EH info register handlingRobert Lytton2014-02-184-47/+123
* XCore target: fix const section handlingRobert Lytton2014-02-113-28/+40
* XCore target: Lower ATOMIC_LOAD & ATOMIC_STORERobert Lytton2014-02-112-0/+70
* Pass the Mangler by reference.Rafael Espindola2014-02-083-6/+6
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-081-9/+12
OpenPOWER on IntegriCloud