1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/lib
Igor Kudrin eabe546cbc [DebugInfo] Clean up DIEUnit. NFC.
This removes members of the DIEUnit class which were used only in unit
tests. Note also that child classes shadowed some of these methods,
namely, getDwarfVersion() was overridden in DwartfUnit and getLength()
was overridden in DwarfCompileUnit.

Differential Revision: https://reviews.llvm.org/D85436
2020-08-07 15:55:44 +07:00
..
Analysis [StackSafety,NFC] Fix tests in debug 2020-08-06 20:46:39 -07:00
AsmParser [LLParser,NFC] Simplify forward GV refs update 2020-08-06 19:18:51 -07:00
BinaryFormat
Bitcode
Bitstream
CodeGen [DebugInfo] Clean up DIEUnit. NFC. 2020-08-07 15:55:44 +07:00
DebugInfo Revert "PDBExtras.h - remove unnecessary raw_ostream forward declaration. NFCI." 2020-08-06 15:15:43 +02:00
Demangle
DWARFLinker
ExecutionEngine [JITLink][MachO][AArch64] More PAGEOFF12 relocation fixes. 2020-08-05 21:09:45 -07:00
Extensions
Frontend
Fuzzer
FuzzMutate
IR [X86] getX86MaskVec - replace mask limit from NumElts < 8 with NumElts <= 4 2020-08-06 11:46:19 +01:00
IRReader
LineEditor
Linker
LTO
MC [MC] Fix memory leak when allocating MCInst with bump allocator 2020-08-03 16:08:26 -07:00
MCA
Object [llvm-readobj] - Make decode_relrs() don't return Expected<>. NFCI. 2020-08-05 17:05:47 +03:00
ObjectYAML [DWARFYAML][debug_info] Make the 'Values' field optional. 2020-08-06 20:43:52 +08:00
Option [llvm-symbolizer] Switch command line parsing from llvm::cl to OptTable 2020-08-04 08:53:15 -07:00
Passes [NewPM][LoopRotate] Rename rotate -> loop-rotate 2020-08-05 12:25:01 -07:00
ProfileData [llvm-cov] reset executation count to 0 after wrapped segment 2020-08-04 18:38:44 -07:00
Remarks BitstreamRemarkParser.h - remove unnecessary includes. NFCI. 2020-08-06 13:17:53 +01:00
Support Revert "[CMake] Simplify CMake handling for zlib" 2020-08-07 09:36:49 +02:00
TableGen
Target [SVE][CodeGen] Fix bug with store of unpacked FP scalable vectors 2020-08-07 07:19:09 +01:00
Testing
TextAPI
ToolDrivers
Transforms [Attributor] AAPotentialValues Interface 2020-08-07 17:35:12 +09:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt