1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/include/llvm/MC
Reid Kleckner 6c728206f3 [CodeView] Sink complex inline functions to .cpp file, NFC
I'm cleaning up this code before I attempt to fix a line table bug.

llvm-svn: 322904
2018-01-18 22:55:14 +00:00
..
MCDisassembler Doxygen formatting. NFCI 2017-07-10 22:11:50 +00:00
MCParser [TableGen][AsmMatcherEmitter] Generate assembler checks for tied operands 2018-01-10 10:10:56 +00:00
ConstantPools.h [MC] Fix constant pools with DenseMap sentinel values 2017-05-30 09:37:11 +00:00
LaneBitmask.h Constexprify LaneBitmask factory methods. 2017-12-18 13:20:26 +00:00
MachineLocation.h Remove the unused Offset field from MachineLocation (NFC) 2017-08-02 17:07:38 +00:00
MCAsmBackend.h Fix Wdocumentation warning. NFCI. 2017-10-24 20:56:09 +00:00
MCAsmInfo.h [NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreamer for debug info in Cuda. 2017-12-20 14:55:10 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmInfoELF.h
MCAsmInfoWasm.h
MCAsmLayout.h
MCAssembler.h MC: Add support for mach-o build_version 2017-12-14 00:12:46 +00:00
MCCodeEmitter.h
MCCodePadder.h MCCodePadder.h: Include definition of type for use with DenseMap 2017-10-26 23:39:52 +00:00
MCCodeView.h [CodeView] Sink complex inline functions to .cpp file, NFC 2018-01-18 22:55:14 +00:00
MCContext.h [DWARFv5] MC support for MD5 file checksums 2018-01-09 23:31:48 +00:00
MCDirectives.h
MCDwarf.h [DWARFv5] MC support for MD5 file checksums 2018-01-09 23:31:48 +00:00
MCELFObjectWriter.h [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
MCELFStreamer.h [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. 2017-10-11 23:34:47 +00:00
MCExpr.h Revert and accidentally committed revert commit 2017-12-09 08:01:28 +00:00
MCFixedLenDisassembler.h
MCFixup.h Documentation fix. NFC. 2017-07-13 17:00:30 +00:00
MCFixupKindInfo.h
MCFragment.h Use a MCExpr for the size of MCFillFragment. 2018-01-09 22:48:37 +00:00
MCInst.h This patch is a result of D37262: The issues with X86 prefixes. It closes PR7709, PR17697, PR19251, PR32809 and PR21640. There could be other bugs closed by this patch. 2017-10-16 11:14:29 +00:00
MCInstBuilder.h
MCInstPrinter.h
MCInstrAnalysis.h
MCInstrDesc.h [cfi-verify] Validate there are no register clobbers between CFI-check and instruction execution. 2017-11-15 00:35:26 +00:00
MCInstrInfo.h
MCInstrItineraries.h
MCLabel.h
MCLinkerOptimizationHint.h [MC] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC). 2017-04-26 22:31:39 +00:00
MCMachObjectWriter.h [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
MCObjectFileInfo.h Reland "Emit Function IDs table for Control Flow Guard" 2018-01-09 23:49:30 +00:00
MCObjectStreamer.h Make one of the emitFill methods non virtual. NFC. 2018-01-09 19:29:33 +00:00
MCObjectWriter.h Simplify interface now that we don't need to pass IsPCRel. NFC. 2017-07-11 23:56:10 +00:00
MCRegisterInfo.h [MC] Handle unknown literal register numbers in .cfi_* directives 2017-12-01 21:44:27 +00:00
MCSchedule.h Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. 2017-10-15 14:32:27 +00:00
MCSection.h Mark dump() methods as const. NFC 2017-06-21 22:19:17 +00:00
MCSectionCOFF.h
MCSectionELF.h
MCSectionMachO.h Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
MCSectionWasm.h [WebAssembly] MC: Fix crash when -g specified. 2017-10-20 21:28:38 +00:00
MCStreamer.h Reland "Emit Function IDs table for Control Flow Guard" 2018-01-09 23:49:30 +00:00
MCSubtargetInfo.h Subtarget support for parameterized register class information 2017-09-14 20:44:20 +00:00
MCSymbol.h MC: Remove redundant SetUsed arguments in MCSymbol methods 2018-01-12 18:05:40 +00:00
MCSymbolCOFF.h
MCSymbolELF.h
MCSymbolMachO.h
MCSymbolWasm.h [WebAssemlby] MC: Don't write COMDAT symbols as global imports 2018-01-11 20:35:17 +00:00
MCTargetOptions.h sink DebugCompressionType into MC for exposing to clang 2017-06-09 00:40:19 +00:00
MCTargetOptionsCommandFlags.def Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular header as much as it is for stamping out some global/static variables 2017-11-27 19:55:16 +00:00
MCValue.h Make more constructors constexpr or use =default. 2017-10-08 15:59:35 +00:00
MCWasmObjectWriter.h [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
MCWasmStreamer.h Add a few missing headers for modularization/IWYU/etc 2017-10-27 22:12:46 +00:00
MCWin64EH.h
MCWinCOFFObjectWriter.h [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
MCWinCOFFStreamer.h Reland "Emit Function IDs table for Control Flow Guard" 2018-01-09 23:49:30 +00:00
MCWinEH.h
SectionKind.h
StringTableBuilder.h
SubtargetFeature.h Subtarget support for parameterized register class information 2017-09-14 20:44:20 +00:00