summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp
AgeCommit message (Expand)Author
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-05-06Register assembly printer passes (#138348)Matthias Braun
2025-04-14[NFC][MC] Use `StringRef` for Modifier in Inst/Asm Printers (#135403)Rahul Joshi
2024-11-18[Target] Remove unused includes (NFC) (#116577)Kazu Hirata
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-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song
2020-02-13[AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI*Fangrui 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-25[MSP430] Allow msp430_intrcc functions to not have interrupt attribute.Vadzim Dambrouski
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-14[MSP430] Create a TargetInfo header. NFCRichard Trieu
2019-05-11[MSP430] 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-25[MSP430] Fix absolute addressing mode printing in AsmPrinterAnton Korobeynikov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-16[MSP430] Emit a separate section for every interrupt vectorAnton Korobeynikov
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames
2015-01-18std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth
2013-12-02Remove dead code.Rafael Espindola
2013-11-28Use the mangler consistently instead of using getGlobalPrefix directly.Rafael Espindola
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling
2010-10-05Re-apply r115363 and r115366 now that r115525 has removed the un-needed headerJim Grosbach
2010-10-02Continue reverting r115363.Nick Lewycky