1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test
Georgii Rymar 45c7e14aca [llvm-readobj/elf] - Refine the code for broken PT_DYNAMIC segment diagnostic.
The code that reports "PT_DYNAMIC segment offset + size exceeds the size of the file"
has an issue: it is possible to bypass the validation by overflowing the size + offset result.

Differential revision: https://reviews.llvm.org/D85519
2020-08-20 12:28:34 +03:00
..
Analysis [NFC][StackSafety] Test that StackLifetime looks through stripPointerCasts 2020-08-18 16:21:00 -07:00
Assembler
Bindings
Bitcode [NFC][StackSafety] Move out sort from the loop 2020-08-17 03:30:14 -07:00
BugPoint
CodeGen [GlobalISel][IRTranslator] Support PHI instructions in landingpad blocks 2020-08-20 10:49:31 +02:00
DebugInfo Re-apply "[DebugInfo] Emit DW_OP_implicit_value for Floating point constants" 2020-08-20 01:39:42 +05:30
Demangle
Examples
ExecutionEngine [JITLink][MachO] Use correct symbol scope when N_PEXT is set and N_EXT unset. 2020-08-15 15:53:33 -07:00
Feature [NewPM][optnone] Mark various passes as required 2020-08-14 15:51:59 -07:00
FileCheck
Instrumentation [MSAN] Avoid dangling ActualFnStart when replacing instruction 2020-08-14 23:50:38 +00:00
Integer
JitListener
Linker [test] XFAIL two tests with inlining debug info issues on Sparc 2020-08-13 11:12:52 +02:00
LTO
MachineVerifier
MC [RISCV] add the assemble and disassemble support of Zvlsseg instructions 2020-08-19 16:22:25 +08:00
Object [llvm-readobj/elf] - Refine the warning about the broken PT_DYNAMIC segment. 2020-08-17 14:57:19 +03:00
ObjectYAML [obj2yaml] Refactor the .debug_pub* sections dumper. 2020-08-19 21:13:52 +08:00
Other [NewPM] Pin various tests under Other/ to legacy PM 2020-08-17 18:58:08 -07:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen Revert "[IR] Intrinsics default attributes and opt-out flag" 2020-08-20 00:25:32 -05:00
ThinLTO/X86 [ThinLTO] Import globals recursively 2020-08-20 12:13:43 +03:00
tools [llvm-readobj/elf] - Refine the code for broken PT_DYNAMIC segment diagnostic. 2020-08-20 12:28:34 +03:00
Transforms Revert "[LoopUnswitch] Fix incorrect Modified status" 2020-08-20 11:14:23 +02:00
Unit
Verifier [Statepoint] Remove code related to inline operand bundles 2020-08-14 20:29:41 -07:00
YAMLParser
.clang-format
CMakeLists.txt [CMake] Simplify CMake handling for zlib 2020-08-11 20:22:11 -07:00
lit.cfg.py
lit.site.cfg.py.in [CMake] Simplify CMake handling for zlib 2020-08-11 20:22:11 -07:00
TestRunner.sh