1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test
evgeny 2729417b4d [ThinLTO] Fix bug when importing writeonly variables
Patch enables import of write-only variables with non-trivial initializers
to fix linker errors. Initializers of imported variables are converted to
'zeroinitializer' to avoid promotion of referenced objects.

Differential revision: https://reviews.llvm.org/D70006
2019-11-08 20:50:34 +03:00
..
Analysis [CostModel] Fixed isExtractSubvectorMask for undef index off end 2019-11-08 15:40:09 +00:00
Assembler
Bindings [IR] Add Freeze instruction 2019-11-05 15:54:56 +09:00
Bitcode [ThinLTO] Import readonly vars with refs 2019-11-07 15:13:35 +03:00
BugPoint [bugpoint] Reduce metadata that does not contribute to crash. 2019-10-30 15:11:56 +00:00
CodeGen [PowerPC] Remove redundant CRSET/CRUNSET in custom lowering of known CR bit spills 2019-11-08 15:32:31 +00:00
DebugInfo Revert d91ed80 "[codeview] Reference types in type parent scopes" 2019-11-08 11:30:33 +01:00
Demangle
Examples
ExecutionEngine [JITLink] Refactor EH-frame handling to support eh-frames with existing relocs. 2019-11-06 14:30:26 -08:00
Feature [SLP] allow forming 2-way reduction patterns 2019-11-07 06:08:42 -05:00
FileCheck
Instrumentation [hwasan] Remove lazy thread-initialisation 2019-11-04 10:58:46 +00:00
Integer
JitListener
Linker [IRMover] Set Address Space for moved global values 2019-11-05 16:32:48 -08:00
LTO
MachineVerifier Revert "[MachineVerifier] Improve verification of live-in lists. 2019-11-07 14:02:13 -08:00
MC [AMDGPU][MC] Corrected src0 for v_movrelsd_b32 and v_movrelsd_2_b32 2019-11-08 16:38:56 +03:00
Object [Object][MachO] Rewrite macho-invalid-fat-arch-size into YAML 2019-11-06 11:26:25 -08:00
ObjectYAML [ObjectYAML] - Redefine LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::Hex*) as LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR. 2019-10-30 18:12:48 +03:00
Other [NewPM] Add an SROA pass after loop unroll 2019-11-01 14:59:08 -07:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [GlobalISel] Match table opt: fix a bug in matching num of operands 2019-11-01 01:57:48 -07:00
ThinLTO/X86 [ThinLTO] Fix bug when importing writeonly variables 2019-11-08 20:50:34 +03:00
tools [llvm-ar] Support verbose mode for operation 'x' 2019-11-07 09:26:31 -08:00
Transforms Revert "[LVI] Normalize pointer behavior" 2019-11-08 18:22:34 +01:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh