summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
AgeCommit message (Expand)Author
2025-09-08Sparc: Add 64-bit feature (#157445)Matt Arsenault
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2024-08-02[SPARC][IAS] Add v8plus feature bit (#101367)Koakuma
2024-07-21[MC] Remove unnecessary isVerboseAsm from Target::AsmTargetStreamerCtorTyFangrui Song
2024-06-09[SPARC][IAS] Add named prefetch tag constantsKoakuma
2023-09-05[SPARC][IAS] Add named V9 ASI tag constants for memory instructionsKoakuma
2022-11-02SPARC: Register null target streamerMatt 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] Fix double negation of DW_CFA_def_cfaFangrui Song
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[Sparc] Create a TargetInfo header. NFCRichard Trieu
2019-05-11[Sparc] 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
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-06-30Delete MCCodeGenInfo.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-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-04-29[Sparc] Really add sparcel architecture support.Douglas Katzman
2015-03-31Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher
2015-03-30Remove unused MCSubtargetInfo argument from the Sparc MCInstPrinter ctors.Eric Christopher
2015-03-30Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher
2015-03-19Split the object streamer callback in one per file format.Rafael Espindola
2015-03-18two or more, use a for.Rafael Espindola
2015-03-16Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola
2015-03-16Remove unused argument. NFC.Rafael Espindola
2015-03-16There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola
2014-10-15Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola
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-02[Sparc] Add support for parsing fcmp with %fcc registers.Venkatraman Govindaraju
2014-03-01[Sparc] Add support for parsing sparcv9 instructions addc/subc/addccc/subccc.Venkatraman Govindaraju
2014-02-05Remove support for not using .loc directives.Rafael Espindola
2014-02-01[Sparc] Set %o7 as the return address register instead of %i7 in MCRegisterIn...Venkatraman Govindaraju