1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Transforms
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
..
AggressiveInstCombine [InstCombine] recognize popcount. 2019-10-11 05:13:56 +00:00
CFGuard Convert files added in d157a9bc8ba1 to unix line endings. 2019-10-28 14:39:45 -04:00
Coroutines [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned) 2019-09-30 13:34:44 +00:00
Hello
InstCombine [InstCombine] Don't transform bitcasts between x86_mmx and v1i64 into insertelement/extractelement 2019-11-07 15:14:13 -08:00
Instrumentation [hwasan] Remove lazy thread-initialisation 2019-11-04 10:58:46 +00:00
IPO [ThinLTO] Fix bug when importing writeonly variables 2019-11-08 20:50:34 +03:00
ObjCARC [ObjC][ARC] Ignore lifetime markers between *ReturnValue calls 2019-11-05 06:39:22 -08:00
Scalar [JumpThreading] Fix a comment typo (NFC) 2019-11-08 09:29:46 -08:00
Utils [ThinLTO] Fix bug when importing writeonly variables 2019-11-08 20:50:34 +03:00
Vectorize [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI) 2019-11-08 15:25:14 +02:00
CMakeLists.txt Add Windows Control Flow Guard checks (/guard:cf). 2019-10-28 15:19:39 +00:00
LLVMBuild.txt Add Windows Control Flow Guard checks (/guard:cf). 2019-10-28 15:19:39 +00:00