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
Simon Pilgrim 25907bc843 MCTargetOptionsCommandFlags.h - remove unnecessary includes. NFC.
Replace with MCTargetOptions forward declaration and move includes down to MCTargetOptionsCommandFlags.cpp
2020-05-19 15:15:26 +01: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 ConstantPools.h - remove unused DenseMap.h include. NFC. 2020-04-17 10:44:07 +01:00
LaneBitmask.h Fixed windows failure after D74873 2020-03-31 14:07:07 -07:00
MachineLocation.h
MCAsmBackend.h [MC][Bugfix] Remove redundant parameter for relaxInstruction 2020-04-21 11:06:55 +08:00
MCAsmInfo.h [AIX] emit .extern and .weak directive linkage 2020-04-30 09:54:10 -04:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmInfoELF.h
MCAsmInfoWasm.h
MCAsmInfoXCOFF.h
MCAsmLayout.h
MCAsmMacro.h
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
MCCodeView.h
MCContext.h [MC][ELF] Put explicit section name symbols into entry size compatible sections 2020-04-16 19:12:49 +00:00
MCDirectives.h [AIX] emit .extern and .weak directive linkage 2020-04-30 09:54:10 -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 [MC][mips] Replace setRType## methods by single setRTypes function. NFC 2020-04-24 12:13:27 +03:00
MCELFStreamer.h [MC][NFC] Use camelCase style for functions in MCObjectStreamer 2020-04-20 20:09:20 -07:00
MCExpr.h [PowerPC][Future] More support for PCRel addressing for global values 2020-04-17 11:06:13 -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
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
MCInstrDesc.h MCInstrDesc.h - move MCSubtargetInfo forward declaration down to MCInstrInfo.h. NFC. 2020-04-16 17:13:56 +01:00
MCInstrInfo.h MCInstrDesc.h - move MCSubtargetInfo forward declaration down to MCInstrInfo.h. NFC. 2020-04-16 17:13:56 +01: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
MCMachObjectWriter.h MCObjectWriter.h - remove Endian.h/EndianStream.h/raw_ostream.h includes. NFC 2020-04-17 10:44:08 +01:00
MCObjectFileInfo.h [DWARF5] Added support for emission of debug_macro section. 2020-04-06 17:45:10 +05:30
MCObjectStreamer.h Re-land [MC] Fix quadratic behavior in addPendingLabel 2020-04-26 10:39:42 -04:00
MCObjectWriter.h MCObjectWriter.h - remove Endian.h/EndianStream.h/raw_ostream.h includes. NFC 2020-04-17 10:44:08 +01:00
MCRegister.h CodeGen: Add constexpr to Register constructors 2020-03-12 19:10:59 -04:00
MCRegisterInfo.h
MCSchedule.h MCSchedule.h - replace ArrayRef.h include with forward declaration. NFC. 2020-04-16 17:13:56 +01:00
MCSection.h [MC][COFF][ELF] Reject instructions in IMAGE_SCN_CNT_UNINITIALIZED_DATA/SHT_NOBITS sections 2020-04-15 21:02:47 -07:00
MCSectionCOFF.h [MC][COFF][ELF] Reject instructions in IMAGE_SCN_CNT_UNINITIALIZED_DATA/SHT_NOBITS sections 2020-04-15 21:02:47 -07:00
MCSectionELF.h [MC][COFF][ELF] Reject instructions in IMAGE_SCN_CNT_UNINITIALIZED_DATA/SHT_NOBITS sections 2020-04-15 21:02:47 -07:00
MCSectionMachO.h [MC] Replace MCSection*::getName() with MCSection::getName(). NFC 2020-04-15 18:35:27 -07:00
MCSectionWasm.h [MC] Replace MCSection*::getName() with MCSection::getName(). NFC 2020-04-15 18:35:27 -07:00
MCSectionXCOFF.h [XCOFF][AIX] Emit correct alignment for csect 2020-05-11 19:43:10 +00:00
MCStreamer.h [MC][NFC] Use camelCase style for functions in MCObjectStreamer 2020-04-20 20:09:20 -07:00
MCSubtargetInfo.h [LoopDataPrefetch + SystemZ] Let target decide on prefetching for each loop. 2020-04-02 14:57:46 +02:00
MCSymbol.h
MCSymbolCOFF.h
MCSymbolELF.h
MCSymbolMachO.h
MCSymbolWasm.h [WebAssembly] Emit .llvmcmd and .llvmbc as custom sections 2020-04-14 13:24:18 -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 MCTargetOptionsCommandFlags.h - remove unnecessary includes. NFC. 2020-05-19 15:15:26 +01:00
MCValue.h MCValue.h - cleanup include and forward declaration. NFC. 2020-04-16 15:18:24 +01:00
MCWasmObjectWriter.h
MCWasmStreamer.h [MC][NFC] Use camelCase style for functions in MCObjectStreamer 2020-04-20 20:09:20 -07:00
MCWin64EH.h
MCWinCOFFObjectWriter.h
MCWinCOFFStreamer.h [MC][NFC] Use camelCase style for functions in MCObjectStreamer 2020-04-20 20:09:20 -07:00
MCWinEH.h
MCXCOFFObjectWriter.h [XCOFF][AIX] Support basic relocation type on AIX 2020-01-30 15:59:09 +00:00
MCXCOFFStreamer.h [MC][NFC] Use camelCase style for function EmitInstToData 2020-04-20 18:53:39 -07: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