summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-2/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-4/+5
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+2
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [XCore] Create a TargetInfo header. NFCRichard Trieu2019-05-152-2/+1
* [XCore] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-105-2/+138
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-13/+0
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [XCore] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2017-01-242-8/+16
* Fix "static initialization order fiasco" for the XCore Target.Mehdi Amini2016-10-112-9/+10
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-11/+4
* Delete Reloc::Default.Rafael Espindola2016-05-181-3/+0
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-153-8/+8
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-153-8/+8
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-153-8/+8
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-153-8/+8
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-3/+1
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-2/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-2/+2
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-043-10/+9
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola2015-03-161-10/+7
* TableGen: Use 'enum : uint64_t' for feature flags to fix -WmicrosoftReid Kleckner2015-03-091-0/+2
* Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper2014-08-301-4/+4
* Remove HasLEB128.Rafael Espindola2014-08-151-1/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-132-4/+4
* 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-291-1/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-252-2/+2
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-4/+4
* Remove support for not using .loc directives.Rafael Espindola2014-02-051-5/+5
* XCore: Fix typo in function name.Benjamin Kramer2014-01-271-6/+6
* Add a XCoreTargetStreamer and port over the simple uses of EmitRawText.Rafael Espindola2014-01-261-0/+52
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-101-1/+1
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-021-2/+1
* XCore target: Add large code modelRobert Lytton2013-12-021-0/+6
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+0
* [CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi2013-11-281-3/+0
* XCore target: implement exception handlingRobert Lytton2013-11-131-0/+2
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-162-3/+2
OpenPOWER on IntegriCloud