summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
AgeCommit message (Expand)Author
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2024-11-18[Target] Remove unused includes (NFC) (#116577)Kazu Hirata
2024-07-21[MC] Remove unnecessary isVerboseAsm from Target::AsmTargetStreamerCtorTyFangrui Song
2022-11-01XCore: Register null MCTargetStreamerMatt Arsenault
2022-07-14[CodeGen] Move instruction predicate verification to emitInstructionDavid Green
2022-07-13Revert "Move instruction predicate verification to emitInstruction"David Green
2022-07-13Move instruction predicate verification to emitInstructionDavid Green
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2020-08-14[X86][MC][Target] Initial backend support a tune CPU to support -mtuneCraig Topper
2020-05-22[MC] Change MCCFIInstruction::createDefCfa to cfiDefCfa which does not negate...Fangrui Song
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard
2019-10-23[Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin
2019-06-11Revert CMake: Make most target symbols hidden by defaultTom Stellard
2019-06-10CMake: Make most target symbols hidden by defaultTom Stellard
2019-05-15[XCore] Create a TargetInfo header. NFCRichard Trieu
2019-05-10[XCore] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-01-24[XCore] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko
2016-10-11Fix "static initialization order fiasco" for the XCore Target.Mehdi Amini
2016-06-30Delete MCCodeGenInfo.Rafael Espindola
2016-05-18Delete Reloc::Default.Rafael Espindola
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders
2015-07-10MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith
2015-07-06Change the last few internal StringRef triples into Triple objects.Daniel Sanders
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders
2015-06-04Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders
2015-05-15MC: MCCodeGenInfo naming update. NFC.Jim Grosbach
2015-03-31Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher
2015-03-30Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher
2015-03-16There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola
2014-08-30Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper
2014-05-07Remove the UseCFI option from createAsmStreamer.Rafael Espindola
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-04-22[cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2014-02-05Remove support for not using .loc directives.Rafael Espindola
2014-01-27XCore: Fix typo in function name.Benjamin Kramer
2014-01-26Add a XCoreTargetStreamer and port over the simple uses of EmitRawText.Rafael Espindola
2013-12-02XCore target: Add large code modelRobert Lytton
2013-05-13Remove the MachineMove class.Rafael Espindola
2013-05-10Remove unused argument.Rafael Espindola
2013-05-04[XCore] Use static relocation model by default.Richard Osborne
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth