1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/include/llvm/MC
Matthias Braun c909de5624 MCStreamer: Use "cfi" for CFI related temp labels.
Choosing a "cfi" name makes the intend a bit clearer in an assembly dump
and more importantly the assembly dumps are slightly more stable as the
numbers don't move around anymore when unrelated code calls
createTempSymbol() more or less often.
As they are temp labels the name doesn't influence the generated object
code.

Differential Revision: https://reviews.llvm.org/D27244

llvm-svn: 288290
2016-11-30 23:48:26 +00:00
..
MCDisassembler
MCParser [MC][AArch64] Cleanup end-of-line parsing in AArch64 AsmParser. 2016-11-08 18:31:04 +00:00
ConstantPools.h Fix 24560: assembler does not share constant pool for same constants 2016-11-04 19:17:32 +00:00
MachineLocation.h
MCAsmBackend.h
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
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 Remove LLVM_NOEXCEPT and replace it with noexcept 2016-10-19 23:52:38 +00:00
MCDirectives.h
MCDwarf.h
MCELFObjectWriter.h
MCELFStreamer.h
MCExpr.h [AMDGPU] Add 32-bit lo/hi got and pc relative variant kinds and emit appropriate relocations 2016-10-14 04:21:32 +00:00
MCFixedLenDisassembler.h
MCFixup.h
MCFixupKindInfo.h
MCFragment.h [codeview] Add new directives to record inlined call site line info 2016-09-07 16:15:31 +00:00
MCInst.h
MCInstBuilder.h
MCInstPrinter.h
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
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 [codeview] Add new directives to record inlined call site line info 2016-09-07 16:15:31 +00:00
MCObjectWriter.h
MCRegisterInfo.h Fix typo in comment, NFC 2016-09-26 12:38:03 +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 MCStreamer: Use "cfi" for CFI related temp labels. 2016-11-30 23:48:26 +00:00
MCSubtargetInfo.h
MCSymbol.h
MCSymbolCOFF.h
MCSymbolELF.h
MCSymbolMachO.h
MCTargetOptions.h New llc option pie-copy-relocations to optimize access to extern globals. 2016-10-13 20:54:39 +00:00
MCTargetOptionsCommandFlags.h New llc option pie-copy-relocations to optimize access to extern globals. 2016-10-13 20:54:39 +00:00
MCValue.h
MCWin64EH.h Revert r283690, "MC: Remove unused entities." 2016-10-10 22:49:37 +00:00
MCWinCOFFObjectWriter.h
MCWinCOFFStreamer.h
MCWinEH.h Revert r283690, "MC: Remove unused entities." 2016-10-10 22:49:37 +00:00
SectionKind.h
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