1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include/llvm/MC
Reid Kleckner ea1c57fa88 [codeview] Describe int local variables using .cv_def_range
Summary:
Refactor common value, scope, and label tracking logic out of DwarfDebug
into a common base class called DebugHandlerBase.

Update an old LLVM IR test case to avoid an assertion in LexicalScopes.

Reviewers: dblaikie, majnemer

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D16931

llvm-svn: 260432
2016-02-10 20:55:49 +00:00
..
MCDisassembler Reflect the MC/MCDisassembler split on the include/ level. 2016-01-26 16:44:37 +00:00
MCParser Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. 2016-01-27 10:01:28 +00:00
ConstantPools.h [ARM,AArch64] Store source location of asm constant pool entries 2015-11-16 16:25:47 +00:00
MachineLocation.h [MC] Make another header NDEBUG-free. 2015-10-30 01:25:50 +00:00
MCAsmBackend.h [MC, COFF] Add .reloc support for WinCOFF 2016-01-19 23:05:27 +00:00
MCAsmInfo.h
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmInfoELF.h [WebAssembly] Don't create a needless .note.GNU-stack section 2016-01-15 23:59:13 +00:00
MCAsmLayout.h
MCAssembler.h [MC] Add support for encoding CodeView variable definition ranges 2016-02-05 01:55:49 +00:00
MCCodeEmitter.h
MCCodeGenInfo.h
MCCodeView.h [MC] Add support for encoding CodeView variable definition ranges 2016-02-05 01:55:49 +00:00
MCContext.h Reland "[CodeView] Use assembler directives for line tables" 2016-01-29 00:49:42 +00:00
MCDirectives.h ARM: support .watchos_version_min and .tvos_version_min. 2015-10-28 22:36:05 +00:00
MCDwarf.h Rename MCLineEntry to MCDwarfLineEntry 2016-01-21 01:59:03 +00:00
MCELFObjectWriter.h Convert a few assert failures into proper errors. 2016-01-13 22:56:57 +00:00
MCELFStreamer.h Delete dead code. 2015-11-03 18:55:58 +00:00
MCExpr.h [MC] Merge VK_PPC_TPREL in to generic VK_TPREL. 2016-02-10 18:32:01 +00:00
MCFixedLenDisassembler.h
MCFixup.h
MCFixupKindInfo.h
MCFragment.h [MC] Add support for encoding CodeView variable definition ranges 2016-02-05 01:55:49 +00:00
MCInst.h
MCInstBuilder.h
MCInstPrinter.h
MCInstrAnalysis.h
MCInstrDesc.h Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical register arrays already use this typedef. 2015-12-05 07:13:35 +00:00
MCInstrInfo.h
MCInstrItineraries.h Fix typo in comment. NFC. 2015-11-18 15:02:59 +00:00
MCLabel.h
MCLinkerOptimizationHint.h
MCMachObjectWriter.h [ptr-traits] Add a bunch of includes to provide complete types that are 2015-12-29 09:06:21 +00:00
MCObjectFileInfo.h [codeview] Begin to add support for inlined call sites 2016-01-29 18:16:43 +00:00
MCObjectStreamer.h [MC] Add support for encoding CodeView variable definition ranges 2016-02-05 01:55:49 +00:00
MCObjectWriter.h Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. 2016-01-27 10:01:28 +00:00
MCRegisterInfo.h [codeview] Describe int local variables using .cv_def_range 2016-02-10 20:55:49 +00:00
MCSchedule.h
MCSection.h [ptr-traits] Split the MCFragment type hierarchy out of the MCAssembler 2015-12-29 09:06:16 +00:00
MCSectionCOFF.h
MCSectionELF.h
MCSectionMachO.h
MCStreamer.h [MC] Add support for encoding CodeView variable definition ranges 2016-02-05 01:55:49 +00:00
MCSubtargetInfo.h [ARM] Introduce subtarget features per ARM architecture. 2015-11-16 11:10:19 +00:00
MCSymbol.h
MCSymbolCOFF.h
MCSymbolELF.h
MCSymbolMachO.h
MCTargetOptions.h [MC, COFF] Support link /incremental conditionally 2015-12-21 22:09:27 +00:00
MCTargetOptionsCommandFlags.h [MC, COFF] Support link /incremental conditionally 2015-12-21 22:09:27 +00:00
MCValue.h ELF can handle some relocations of the form -sym + constant. 2015-11-02 19:13:59 +00:00
MCWin64EH.h
MCWinCOFFObjectWriter.h
MCWinCOFFStreamer.h [Assembler] Make fatal assembler errors non-fatal 2015-11-17 10:00:43 +00:00
MCWinEH.h
SectionKind.h [MC] Fix the comment header for this header file. It was just 2015-12-29 09:06:10 +00:00
StringTableBuilder.h Reland "[CodeView] Use assembler directives for line tables" 2016-01-29 00:49:42 +00:00
SubtargetFeature.h (NFC) Change SubtargetFeatures::ToggleFeature and 2016-01-05 10:25:56 +00:00
YAML.h