summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp
AgeCommit message (Expand)Author
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-05-26[llvm] Remove unused includes (NFC) (#141526)Kazu Hirata
2025-05-06Register assembly printer passes (#138348)Matthias Braun
2025-02-17[Targets] Move *TargetStreamer.h files into their MCTargetDesc directory. (#1...Craig Topper
2024-11-18[Target] Remove unused includes (NFC) (#116577)Kazu Hirata
2023-01-24[NFC] Deprecate DataLayout::getPrefTypeAlignmentGuillaume Chatelet
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
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
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2020-02-15[MC] De-capitalize MCStreamer::Emit{Bundle,Addrsig}* etcFangrui Song
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song
2020-02-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song
2020-02-13[AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI*Fangrui Song
2020-02-13[AsmPrinter] De-capitalize all AsmPrinter::Emit* but EmitInstructionFangrui Song
2020-02-13[AsmPrinter] De-capitalize Emit{Function,BasicBlock]* and Emit{Start,End}OfAs...Fangrui Song
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard
2019-09-27[Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet
2019-09-11[Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignmentGuillaume Chatelet
2019-08-23[LLVM][NFC] Removing unused functionsGuillaume Chatelet
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-04-26[AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers
2019-04-10[AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2018-03-23Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-12-01[MC] Refactor emitELFSize to make usage more consistent. NFC.Dan Gohman
2016-10-11Fix "static initialization order fiasco" for the XCore Target.Mehdi Amini
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-09-16Actually remove the Mangler from the AsmPrinter and clean up the places it wa...Eric Christopher
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault
2015-06-02Create a MCSymbolELF.Rafael Espindola
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames
2015-02-02Remove unused class variable.Eric Christopher
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2015-01-19Bring r226038 back.Rafael Espindola
2015-01-18std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie