1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test
Derek Schuff 0cf7fafc53 [WebAssembly] Preserve debug frame base information through register coloring
2 fixes:

Register coloring can re-assign virtual registers. When the frame base register
is colored, update the DwarfFrameBase accordingly When the frame base register
is stackified, do not attempt to encode DW_AT_frame_base as a local In the
future we will presumably want to handle this case better but for now we can
emit worse debug info rather than crashing.

Differential Revision: https://reviews.llvm.org/D73581
2020-01-28 16:58:15 -08:00
..
Analysis Support zero size types in StackSafetyAnalysis. 2020-01-27 15:22:59 -08:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [WebAssembly] Preserve debug frame base information through register coloring 2020-01-28 16:58:15 -08:00
DebugInfo [llvm] Fix broken cases of 'CHECK[^:]*$' in tests 2020-01-28 09:52:59 -07:00
Demangle
Examples
ExecutionEngine
Feature [IR] Keep a double break between functions when printing a module 2020-01-27 15:31:09 -08:00
FileCheck
Instrumentation [Instrumentation] Set hidden visibility for the bias variable 2020-01-28 12:07:03 -08:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [PowerPC][Future] Add pld and pstd to future CPU 2020-01-28 08:23:29 -06:00
Object [llvm-readobj][test] - Remove --symbols --dyn-syms part from Object/readobj-shared-object.test. 2020-01-28 12:36:29 +03:00
ObjectYAML
Other [instrinsics] Add @llvm.memcpy.inline instrinsics 2020-01-28 09:42:01 +01:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools llvm-symbolizer test: Add a bit of extra detail on how to compile/reproduce this 2020-01-28 11:07:47 -08:00
Transforms [InstCombine] add tests for cmp with splat operand and splat constant; NFC 2020-01-28 13:42:20 -05:00
Unit
Verifier [instrinsics] Add @llvm.memcpy.inline instrinsics 2020-01-28 09:42:01 +01:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh