summaryrefslogtreecommitdiff
path: root/lib/Target/XCore
Commit message (Expand)AuthorAge
* 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
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Remove dead code.Rafael Espindola2014-01-06
* XCore Target: correct callee save register spilling when callsUnwindInit is t...Robert Lytton2014-01-06
* XCore target: Lower EH_RETURNRobert Lytton2014-01-06
* XCore target: Lower FRAME_TO_ARGS_OFFSETRobert Lytton2014-01-06
* XCore target: Lower RETURNADDRRobert Lytton2014-01-06
* XCore target: Optimise entsp / retsp selectionRobert Lytton2014-01-06
* XCore target: Refactor LR handlingRobert Lytton2014-01-06
* XCore target: Refactor the loading of constants into a registerRobert Lytton2014-01-06
* XCore target: fix handling of unsized global arrays in large code modelRobert Lytton2014-01-06
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* One last cleanup of LLVM's DataLayout strings.Rafael Espindola2013-12-16
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-16
* Assume defaults to produce smaller datalayout strings.Rafael Espindola2013-12-13
* Use "a" instead of "a0" in DataLayout.Rafael Espindola2013-12-12
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-10
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* Remove dead code.Rafael Espindola2013-12-02
* XCoreFrameLowering.cpp: Use [in,out] instead of [in] [out]. [-Wdocumentation]NAKAMURA Takumi2013-12-02
* XCore target: Make handling of large frames not dependent upon an FP.Robert Lytton2013-12-02
* XCore: Unbreak C++11 build.Benjamin Kramer2013-12-02
* XCore target: fix large code model 'select' indirect address handling.Robert Lytton2013-12-02
* XCore target: Add large code modelRobert Lytton2013-12-02
* XCore target: Fix eliminateFrameIndex() to handle large framesRobert Lytton2013-12-02
* XCore target: Enable frames larger than 65535 to be loweredRobert Lytton2013-12-02
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-02
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-28
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi2013-11-28
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* XCore target: implement exception handlingRobert Lytton2013-11-13
* XCore target: fix bug in aligning 'byval i8*' on the stackRobert Lytton2013-11-12
* Add XCore support for ATOMIC_FENCE.Robert Lytton2013-11-12
* XCore target: return error for unsupported alignmentRobert Lytton2013-11-12