1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/include/llvm/MC
Sam Clegg 49ea87ec89 [WebAssembly][MC] Use StringRef over std::string pointer
This is followup based on feedback on 5be42f36f56.
See: https://reviews.llvm.org/D77627.

Differential Revision: https://reviews.llvm.org/D77674
2020-04-08 18:28:08 -07:00
..
MCDisassembler [llvm-objdump][XCOFF] Use symbol index+symbol name + storage mapping class as label for -D 2020-04-06 10:10:10 -04:00
MCParser [ms] Rename ParsingInlineAsm functions/variables to reflect MS-specificity. 2020-02-26 15:19:40 -05:00
ConstantPools.h
LaneBitmask.h Fixed windows failure after D74873 2020-03-31 14:07:07 -07:00
MachineLocation.h
MCAsmBackend.h [X86][MC] Support enhanced relaxation for branch align 2020-04-08 19:08:19 +08:00
MCAsmInfo.h [AsmPrinter] Emit .weak directive for weak linkage on COFF for symbols without a comdat 2020-03-28 18:48:58 +02:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmInfoELF.h [MC] Delete unused MCAsmInfoELF::UsesNonexecutableStackSection after EM_WEBASSEMBLY was removed in D48744 2019-12-15 15:43:30 -08:00
MCAsmInfoWasm.h
MCAsmInfoXCOFF.h [XCOFF][AIX] Differentiate usage of label symbol and csect symbol 2019-11-08 09:30:10 -05:00
MCAsmLayout.h
MCAsmMacro.h MCAsmMacro: add #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP) to some dump() declarations 2019-08-20 04:14:43 +00:00
MCAssembler.h Temporarily Revert [X86] Not track size of the boudaryalign fragment during the layout 2020-03-03 11:15:56 +08:00
MCCodeEmitter.h Add interface emitPrefix for MCCodeEmitter 2020-01-06 17:51:14 +08:00
MCCodeView.h
MCContext.h [MC] Default MCContext::UseNamesOnTempLabels to false and only set it to true for MCAsmStreamer 2020-02-25 18:23:10 -08:00
MCDirectives.h [NFC] run clang format on the file llvm/include/llvm/MC/MCDirectives.h 2020-04-01 09:14:13 -04:00
MCDwarf.h [MCDwarf] Change emitListsTableHeaderStart to use a reference and fold Start/End symbols generation into it 2020-03-03 16:20:40 -08:00
MCELFObjectWriter.h
MCELFStreamer.h [MC] De-capitalize MCStreamer::Emit{Bundle,Addrsig}* etc 2020-02-15 09:11:48 -08:00
MCExpr.h [PowerPC][Future] Add Support For Functions That Do Not Use A TOC. 2020-04-08 08:07:35 -05:00
MCFixedLenDisassembler.h
MCFixup.h [MC][ARM] Make .reloc support arbitrary relocation types 2020-03-27 12:29:49 -07:00
MCFixupKindInfo.h [MC][ARM] Resolve some pcrel fixups at assembly time (PR44929) 2020-02-27 12:43:29 +01:00
MCFragment.h [X86][MC] Disable Prefix padding after hardcode/prefix 2020-04-01 09:49:52 +08:00
MCInst.h [MC] Reorder MCInst fields to make sizeof(MCInst) smaller 2019-11-22 14:55:43 -08:00
MCInstBuilder.h
MCInstPrinter.h [X86InstPrinter] Change printPCRelImm to print the target address in hexadecimal form 2020-03-26 08:28:59 -07:00
MCInstrAnalysis.h [MC] Add MCInstrAnalysis::evaluateMemoryOperandAddress 2019-07-25 06:57:09 +00:00
MCInstrDesc.h [MC] Move deprecation infos from MCTargetDesc to MCInstrInfo 2020-03-29 21:20:40 +02:00
MCInstrInfo.h [MC] Move deprecation infos from MCTargetDesc to MCInstrInfo 2020-03-29 21:20:40 +02:00
MCInstrItineraries.h [MC] Widen the functional unit type from 32 to 64 bits. 2020-02-24 09:37:00 +01:00
MCLabel.h
MCLinkerOptimizationHint.h Undef the macros after their use 2019-09-30 02:46:56 +00:00
MCMachObjectWriter.h [macho] Allow CPUSubtype to be adjusted before writing it to a file 2019-11-18 12:57:39 -08:00
MCObjectFileInfo.h [DWARF5] Added support for emission of debug_macro section. 2020-04-06 17:45:10 +05:30
MCObjectStreamer.h [NFC] Remove unuseful infrastructure 2020-03-31 16:14:08 +08:00
MCObjectWriter.h
MCRegister.h CodeGen: Add constexpr to Register constructors 2020-03-12 19:10:59 -04:00
MCRegisterInfo.h [MCRegInfo] Add sub_and_superregs_inclusive iterator range. 2019-12-11 09:53:19 +00:00
MCSchedule.h
MCSection.h Revert rGd5d8569df14e95e2c53d167bd1b37995bcbec565 "Fix static analysis warnings about classes with virtual methods not having virtual destructors" 2020-03-21 11:39:34 +00:00
MCSectionCOFF.h
MCSectionELF.h [MC] Add MCSection::NonUniqueID and delete one MCContext::getELFSection overload 2020-02-14 20:25:52 -08:00
MCSectionMachO.h
MCSectionWasm.h [WebAssembly] Implement thread-local storage (local-exec model) 2019-07-16 22:00:45 +00:00
MCSectionXCOFF.h [NFC][XCOFF][AIX] Refactor get/setContainingCsect 2020-04-03 13:33:12 +00:00
MCStreamer.h [MC] Add MCStreamer::emitInt{8,16,32,64} 2020-02-29 09:40:21 -08:00
MCSubtargetInfo.h [LoopDataPrefetch + SystemZ] Let target decide on prefetching for each loop. 2020-04-02 14:57:46 +02:00
MCSymbol.h [MC] Merge MCSymbol::getSectionPtr into getSection and simplify 2020-01-05 12:03:40 -08:00
MCSymbolCOFF.h
MCSymbolELF.h
MCSymbolMachO.h
MCSymbolWasm.h [WebAssembly][MC] Use StringRef over std::string pointer 2020-04-08 18:28:08 -07:00
MCSymbolXCOFF.h [NFC][XCOFF][AIX] Refactor get/setContainingCsect 2020-04-03 13:33:12 +00:00
MCTargetOptions.h [ms] [llvm-ml] Add a draft MASM parser 2020-02-16 12:30:46 -05:00
MCTargetOptionsCommandFlags.h Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime registration 2020-03-17 14:01:30 +01:00
MCValue.h
MCWasmObjectWriter.h [WebAssembly] Make __attribute__((used)) not imply export. 2019-08-29 22:40:00 +00:00
MCWasmStreamer.h [MC] De-capitalize MCStreamer::Emit{Bundle,Addrsig}* etc 2020-02-15 09:11:48 -08:00
MCWin64EH.h
MCWinCOFFObjectWriter.h
MCWinCOFFStreamer.h [MC] De-capitalize MCStreamer::Emit{Bundle,Addrsig}* etc 2020-02-15 09:11:48 -08:00
MCWinEH.h
MCXCOFFObjectWriter.h [XCOFF][AIX] Support basic relocation type on AIX 2020-01-30 15:59:09 +00:00
MCXCOFFStreamer.h [MC] De-capitalize MCStreamer::Emit{Bundle,Addrsig}* etc 2020-02-15 09:11:48 -08:00
SectionKind.h
StringTableBuilder.h Add a DWARF transformer class that converts DWARF to GSYM. 2020-02-13 10:48:37 -08:00
SubtargetFeature.h Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00