1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/CodeGen/AsmPrinter
Jeremy Morse 102262e880 Revert "Re-land D94976 after revert in e29552c5aff6"
Maskray has reported a fault with .debug_gnu_pubnames in the comments on
D94976, caused by this patch, reverting to investigate.

This reverts commit 8998f5843503773c2f51fd475e2c77c687a65ee6.
2021-02-08 12:41:12 +00:00
..
AccelTable.cpp [DebugInfo] Make offsets of dwarf units 64-bit (19/19). 2020-09-15 12:23:32 +07:00
AddressPool.cpp [DebugInfo] Fix emitting DWARF64 .debug_addr sections (15/19). 2020-09-15 12:23:31 +07:00
AddressPool.h Recommit "PR44685: DebugInfo: Handle address-use-invalid type units referencing non-type units" 2020-08-18 13:43:28 -07:00
AIXException.cpp [XCOFF][AIX] Emit EH information in traceback table 2020-12-16 09:34:59 -05:00
ARMException.cpp [MC] De-capitalize another set of MCStreamer::Emit* functions 2020-02-14 19:26:52 -08:00
AsmPrinter.cpp [AsmPrinter] __patchable_function_entries: Set SHF_LINK_ORDER for binutils 2.36 and above 2021-02-05 19:53:06 -08:00
AsmPrinterDwarf.cpp [XCOFF][AIX] Generate LSDA data and compact unwind section on AIX 2020-12-02 18:42:44 +00:00
AsmPrinterInlineAsm.cpp [AsmPrinter] Use ListSeparator (NFC) 2021-02-02 22:52:48 -08:00
ByteStreamer.h [AsmPrinter] Rename ByteStreamer::EmitInt8 to emitInt8 2020-11-06 20:02:56 -08:00
CMakeLists.txt [CSSPGO] Pseudo probe encoding and emission. 2020-12-10 17:29:28 -08:00
CodeViewDebug.cpp [DebugInfo] Fix error from D95893, where I accidentally used an 2021-02-05 10:25:21 -08:00
CodeViewDebug.h [CodeView] Remove unused declaration collectInlineSiteChildren (NFC) 2020-11-30 22:28:26 -08:00
DbgEntityHistoryCalculator.cpp Revert "[DWARF] Location-less inlined variables should not have DW_TAG_variable" 2021-02-03 17:54:33 +00:00
DebugHandlerBase.cpp make the AsmPrinterHandler array public 2020-11-03 10:02:09 -05:00
DebugLocEntry.h [NFCI] Removed an un-used declaration got accidentally introduced in f91d18eaa946b2d2ea5a9 2020-09-01 15:59:04 +05:30
DebugLocStream.cpp
DebugLocStream.h
DIE.cpp DebugInfo: Add a DWARF FORM extension for addrx+offset references to reduce relocations 2021-01-28 10:20:02 -08:00
DIEHash.cpp DebugInfo: Add a DWARF FORM extension for addrx+offset references to reduce relocations 2021-01-28 10:20:02 -08:00
DIEHash.h DebugInfo: Hash DIE referevences (DW_OP_convert) when computing Split DWARF signatures 2020-10-22 20:09:33 -07:00
DIEHashAttributes.def
DwarfCFIException.cpp Exception support for basic block sections 2020-09-30 11:05:55 -07:00
DwarfCompileUnit.cpp Fix memory leak in 4318028cd2d7633a0cdeb0b5d4d2ed81fab87864 2021-01-28 12:08:23 -08:00
DwarfCompileUnit.h [DebugInfo] Fix emitting DWARF64 compilation units (5/19). 2020-09-15 11:30:30 +07:00
DwarfDebug.cpp [WebAssembly] locals can now be indirect in DWARF 2021-02-05 11:14:42 -08:00
DwarfDebug.h Revert "Re-land D94976 after revert in e29552c5aff6" 2021-02-08 12:41:12 +00:00
DwarfException.h [XCOFF][AIX] Generate LSDA data and compact unwind section on AIX 2020-12-02 18:42:44 +00:00
DwarfExpression.cpp [WebAssembly] locals can now be indirect in DWARF 2021-02-05 11:14:42 -08:00
DwarfExpression.h Revert "[DebugInfo] Refactor code for emitting DWARF expressions for FP constants" 2020-11-24 09:11:33 +01:00
DwarfFile.cpp DwarfFile.h - remove unnecessary includes. NFCI. 2020-09-17 12:12:18 +01:00
DwarfFile.h DwarfFile.h - remove unnecessary includes. NFCI. 2020-09-17 12:12:18 +01:00
DwarfStringPool.cpp DwarfStringPool.cpp - remove unnecessary StringRef include. NFCI. 2020-09-17 12:18:27 +01:00
DwarfStringPool.h [DebugInfo] Make the offset of string pool entries 64-bit (18/19). 2020-09-15 12:23:32 +07:00
DwarfUnit.cpp Revert "Re-land D94976 after revert in e29552c5aff6" 2021-02-08 12:41:12 +00:00
DwarfUnit.h DebugInfo: Deduplicate addresses in debug_addr 2021-01-27 14:00:43 -08:00
EHStreamer.cpp .gcc_except_table: Set SHF_LINK_ORDER if binutils>=2.36, and drop unneeded unique ID for -fno-unique-section-names 2021-02-05 21:45:21 -08:00
EHStreamer.h Exception support for basic block sections 2020-09-30 11:05:55 -07:00
ErlangGCPrinter.cpp [AsmPrinter] De-capitalize all AsmPrinter::Emit* but EmitInstruction 2020-02-13 17:06:24 -08:00
OcamlGCPrinter.cpp Replace T(x) with reinterpret_cast<T>(x) everywhere it means reinterpret_cast. NFC. 2020-12-22 19:54:29 -05:00
PseudoProbePrinter.cpp [CSSPGO] Pseudo probe encoding and emission. 2020-12-10 17:29:28 -08:00
PseudoProbePrinter.h [CSSPGO] Pseudo probe encoding and emission. 2020-12-10 17:29:28 -08:00
WasmException.cpp [WebAssembly] Remove exnref and br_on_exn 2021-01-09 02:02:54 -08:00
WasmException.h Exception support for basic block sections 2020-09-30 11:05:55 -07:00
WinCFGuard.cpp [CodeGen] Use llvm::append_range (NFC) 2020-12-28 19:55:16 -08:00
WinCFGuard.h [CFGuard] Add address-taken IAT tables and delay-load support 2020-11-17 18:24:45 -08:00
WinException.cpp Reapply "[CodeGen] [WinException] Only produce handler data at the end of the function if needed" 2020-11-23 23:17:03 +02:00
WinException.h [AsmPrinter] Remove unused forward declarations. NFC. 2020-04-22 14:01:52 +01:00