summaryrefslogtreecommitdiff
path: root/lib/Target/XCore
Commit message (Expand)AuthorAge
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* [XCore] Don't create invalid MKMSK instructions inside loadImmediate().Richard Osborne2014-04-14
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* [TTI] There is actually no realistic way to pop TTI implementations offChandler Carruth2014-03-10
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* [XCore] Add support for the "m" inline asm constraint.Richard Osborne2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [XCore] Fix call of absolute address.Richard Osborne2014-03-04
* [Modules] Move the NoFolder into the IR library as it createsChandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.Craig Topper2014-03-02
* [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 optimized library function __memcpy_4()Richard Osborne2014-02-27
* [XCore] Add dag combines for instructions that ignore some input bits.Richard Osborne2014-02-27
* [XCore] Provide information about known zero bits of resource instructions.Richard Osborne2014-02-27
* [XCore] Add intrinsic for CLRPT (clear port time) instruction.Richard Osborne2014-02-25
* [XCore] Add intrinsic for EDU (event disable unconditional) instruction.Richard Osborne2014-02-25
* [XCore] Prefer to word align functions.Richard Osborne2014-02-25
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* XCore target: Handle common linkageRobert Lytton2014-02-18
* XCore target: addMemOperand as necessaryRobert Lytton2014-02-18
* XCore target: Fix llvm.eh.return and EH info register handlingRobert Lytton2014-02-18
* XCore target: fix const section handlingRobert Lytton2014-02-11
* XCore target: Lower ATOMIC_LOAD & ATOMIC_STORERobert Lytton2014-02-11
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-08
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* XCore: Fix typo in function name.Benjamin Kramer2014-01-27
* Add missing file.Rafael Espindola2014-01-27
* Add a XCoreTargetStreamer and port over the simple uses of EmitRawText.Rafael Espindola2014-01-26
* Add final and owerride keywords to TargetTransformInfo's subclasses.Juergen Ributzka2014-01-24
* Fix known typosAlp Toker2014-01-24
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-23
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14