1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/include/llvm/MC
2017-01-25 19:29:04 +00:00
..
MCDisassembler
MCParser Apply clang-tidy's performance-unnecessary-value-param to LLVM. 2017-01-13 14:39:03 +00:00
ConstantPools.h Fix 24560: assembler does not share constant pool for same constants 2016-11-04 19:17:32 +00:00
LaneBitmask.h Implement LaneBitmask::any(), use it to replace !none(), NFCI 2016-12-16 19:11:56 +00:00
MachineLocation.h
MCAsmBackend.h Remove MCAsmInfo.h include from TargetOptions.h 2016-07-27 16:03:57 +00:00
MCAsmInfo.h Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC) 2016-10-01 06:46:33 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmInfoELF.h
MCAsmLayout.h
MCAssembler.h Use the range variant of find instead of unpacking begin/end 2016-08-11 22:21:41 +00:00
MCCodeEmitter.h
MCCodeView.h [codeview] Add new directives to record inlined call site line info 2016-09-07 16:15:31 +00:00
MCContext.h Make a DWARF generator so we can unit test DWARF APIs with gtest. 2016-12-08 01:03:48 +00:00
MCDirectives.h
MCDwarf.h
MCELFObjectWriter.h Prune some includes from headers and sink some inline functions 2016-06-22 23:23:08 +00:00
MCELFStreamer.h [MC] Refactor emitELFSize to make usage more consistent. NFC. 2016-12-01 23:39:08 +00:00
MCExpr.h [Assembler] Improve error when unable to evaluate expression. 2017-01-19 20:06:32 +00:00
MCFixedLenDisassembler.h
MCFixup.h [mips][ias] Support .dtprel[d]word and .tprel[d]word directives 2016-08-22 16:18:42 +00:00
MCFixupKindInfo.h
MCFragment.h [Assembler] Better error messages for .org directive 2016-12-14 10:43:58 +00:00
MCInst.h
MCInstBuilder.h
MCInstPrinter.h [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings 2016-08-18 17:56:27 +00:00
MCInstrAnalysis.h
MCInstrDesc.h Revert r283690, "MC: Remove unused entities." 2016-10-10 22:49:37 +00:00
MCInstrInfo.h Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC) 2016-10-01 06:46:33 +00:00
MCInstrItineraries.h Fix comment typos. NFC. 2016-11-20 13:47:59 +00:00
MCLabel.h
MCLinkerOptimizationHint.h Prune some includes from headers and sink some inline functions 2016-06-22 23:23:08 +00:00
MCMachObjectWriter.h Revert r283690, "MC: Remove unused entities." 2016-10-10 22:49:37 +00:00
MCObjectFileInfo.h Move code only used by codegen out of MC. NFC. 2016-08-29 12:33:42 +00:00
MCObjectStreamer.h [Assembler] Better error messages for .org directive 2016-12-14 10:43:58 +00:00
MCObjectWriter.h
MCRegisterInfo.h Add iterator_range<regclass_iterator> to {Target,MC}RegisterInfo, NFC 2017-01-25 19:29:04 +00:00
MCSchedule.h
MCSection.h MC: Move MCSection::begin/end to header, NFC 2016-09-12 00:17:09 +00:00
MCSectionCOFF.h [MC] Handle discardable COFF sections in assembly 2016-09-14 22:41:50 +00:00
MCSectionELF.h
MCSectionMachO.h
MCStreamer.h Reapply "[CodeGen] Fix invalid DWARF info on Win64" 2017-01-02 03:00:19 +00:00
MCSubtargetInfo.h
MCSymbol.h Use the same underlying type for bitfields 2016-06-24 04:05:25 +00:00
MCSymbolCOFF.h
MCSymbolELF.h
MCSymbolMachO.h Add missing include. Should fix modules builds. 2016-06-23 07:30:12 +00:00
MCTargetOptions.h MC: support passing search paths to the IAS 2017-01-05 05:56:39 +00:00
MCTargetOptionsCommandFlags.h Summary: Currently there is no way to disable deprecated warning from asm like this 2016-12-05 23:55:13 +00:00
MCValue.h
MCWin64EH.h Revert r283690, "MC: Remove unused entities." 2016-10-10 22:49:37 +00:00
MCWinCOFFObjectWriter.h
MCWinCOFFStreamer.h Reapply "[CodeGen] Fix invalid DWARF info on Win64" 2017-01-02 03:00:19 +00:00
MCWinEH.h Revert r283690, "MC: Remove unused entities." 2016-10-10 22:49:37 +00:00
SectionKind.h [ARM] Implement execute-only support in CodeGen 2016-12-15 07:59:08 +00:00
StringTableBuilder.h [ADT] Move CachedHashString to its own header in ADT, and rename to CachedHashStringRef. 2016-10-17 22:24:36 +00:00
SubtargetFeature.h