1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/include/llvm
Igor Kudrin c5c4099633 [DebugInfo] Dump values in .debug_pubnames and .debug_pubtypes according to the DWARF format (6/8).
The patch changes dumping of unit_length, debug_info_offset, and
debug_info_length fields in headers in .debug_pubname and
.debug_pubtypes sections so that they are printed as 16-digit hex values
if the contribution is in the DWARF64 format. Dumping of offsets in the
tables is changed in the same way.

Differential Revision: https://reviews.llvm.org/D79997
2020-05-19 13:35:48 +07:00
..
ADT [IR][BFloat] Add BFloat IR type 2020-05-15 14:43:43 +01:00
Analysis [NFC] Replace MaybeAlign with Align in TargetTransformInfo. 2020-05-18 19:25:49 -07:00
AsmParser Fix -Wdocumentation warning. NFC. 2020-05-16 15:00:56 +01:00
BinaryFormat [XCOFF] XCOFF constants, MCObjectFileInfo placeholder code for DWARF; NFC 2020-05-08 16:51:34 -04:00
Bitcode [IR] Convert null-pointer-is-valid into an enum attribute 2020-05-15 19:41:07 +02:00
Bitstream Avoid including FileSystem.h from MemoryBuffer.h 2020-02-29 12:30:23 -08:00
CodeGen [TargetInstrInfo] add override function setSpecialOperandAttr - NFC 2020-05-18 21:20:52 -04:00
Config [CMake] Delete HAVE_SCHED_GETAFFINITY and HAVE_CPU_COUNT 2020-04-19 08:50:23 -07:00
DebugInfo [DebugInfo] Dump values in .debug_pubnames and .debug_pubtypes according to the DWARF format (6/8). 2020-05-19 13:35:48 +07:00
Demangle [demangler] Support for 'this' expressions 2020-05-13 22:28:51 -04:00
DWARFLinker [dsymutil] Add option to print statistics about the .debug_info size. 2020-05-06 19:48:45 -07:00
ExecutionEngine [ORC] Share ownership of JITDylibs between ExecutionSession and 2020-05-10 16:37:17 -07:00
Frontend/OpenMP [OPENMP50]Basic support for uses_allocators clause. 2020-04-30 16:24:36 -04:00
FuzzMutate FuzzerCLI.h - reduce StringRef.h include to forward declaration. NFC. 2020-05-12 13:03:50 +01:00
IR [llvm][sve] Intrinsics for SVE sudot and usdot instructions. 2020-05-18 22:02:19 +00:00
IRReader Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00
LineEditor
Linker
LTO LTO.h - reduce includes to forward declarations. NFC. 2020-05-09 15:10:51 +01:00
MC [XCOFF][AIX] Emit correct alignment for csect 2020-05-11 19:43:10 +00:00
MCA [MCA] Fixed a bug where loads and stores were sometimes incorrectly marked as depedent. Fixes PR45793. 2020-05-05 10:25:36 +01:00
Object Mangler.h - reduce GlobalValue.h include to forward declaration. NFC. 2020-05-10 14:03:27 +01:00
ObjectYAML [yaml2obj] - Introduce the "Offset" property for sections. 2020-05-15 11:23:44 +03:00
Option Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Passes [llvm] Add interface to drive inlining decision using ML model 2020-05-13 13:27:29 -07:00
ProfileData [gcov] Default coverage version to '408*' and delete CC1 option -coverage-exit-block-before-body 2020-05-12 09:14:03 -07:00
Remarks RemarkStringTable.h - reduce StringRef/Remark includes to forward declarations. NFC 2020-05-08 12:30:49 +01:00
Support Revert rGca18ce1a00cd8b7cb7ce0e130440f5ae1ffe86ee "GlobPattern.h - remove unnecessary BitVector.h/StringRef.h includes. NFC" 2020-05-17 18:51:21 +01:00
TableGen [TableGen] Delete unused Record::resolveReferencesTo() after D44478. NFC 2020-04-26 01:21:41 -07:00
Target GlobalISel: Fold G_MUL x, 0, and G_*DIV 0, x 2020-05-18 18:08:26 -04:00
Testing/Support [clangd] Support multiple cursors in selectionRange. 2020-03-25 17:59:09 +01:00
TextAPI [llvm][TextAPI] adding inlining reexported libraries support 2020-04-02 13:05:08 -07:00
ToolDrivers
Transforms [Inliner][NFC] silence gcc 'overloaded-virtual' warning on hiding of Pass::doInitialization 2020-05-17 16:31:33 +07:00
WindowsManifest
WindowsResource
XRay [XRay] Change Sled.Function to PC-relative for sled version 2 and make llvm-xray support sled version 2 addresses 2020-04-24 14:41:56 -07:00
CMakeLists.txt
InitializePasses.h [NFC][DwarfDebug] Add test for variables with a single location which 2020-05-11 11:49:11 +02:00
LinkAllIR.h
LinkAllPasses.h Introduce fix-irreducible pass 2020-04-15 15:05:51 +05:30
module.extern.modulemap
module.install.modulemap
module.modulemap Fix modules build after introduction of PassSupport.h include check 2020-04-27 13:53:44 +02:00
module.modulemap.build
Pass.h Pass.h/cpp - cleanup includes and forward declaration. NFC. 2020-04-16 13:15:31 +01:00
PassAnalysisSupport.h [Pass] Ensure we don't include PassSupport.h or PassAnalysisSupport.h directly 2020-04-26 12:58:20 +01:00
PassInfo.h
PassRegistry.h
PassSupport.h [Pass] Ensure we don't include PassSupport.h or PassAnalysisSupport.h directly 2020-04-26 12:58:20 +01:00