1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Transforms
Kuba Mracek 84167f8973 [asan] Use dynamic shadow memory position on Apple Silicon macOS
This is needed because macOS on Apple Silicon has some reserved pages inside the "regular" shadow memory location, and mapping over that location fails.

Differential Revision: https://reviews.llvm.org/D82912
2020-07-17 17:40:21 -07:00
..
AggressiveInstCombine AggressiveInstCombineInternal.h - reduce unnecessary includes to forward declarations. NFC. 2020-06-26 09:58:20 +01:00
CFGuard [NFCI][IR] Introduce CallBase::Create() wrapper 2020-07-07 01:16:36 +03:00
Coroutines [Coroutines] Refactor sinkLifetimeStartMarkers 2020-07-09 18:23:28 +08:00
Hello
InstCombine [InstCombine] Fold X sdiv (-1 << C) -> -(X u>> Y) iff X is non-negative 2020-07-17 22:50:09 +03:00
Instrumentation [asan] Use dynamic shadow memory position on Apple Silicon macOS 2020-07-17 17:40:21 -07:00
IPO Temporarily Revert "[InlineAdvisor] New inliner advisor to replay inlining from optimization remarks" 2020-07-17 14:58:01 -07:00
ObjCARC ObjCARC.h - remove unnecessary includes. NFC. 2020-06-24 12:30:59 +01:00
Scalar Make helpers static. NFC. 2020-07-17 13:49:11 +02:00
Utils [Loop Simplify] Resolve an issue where metadata is not applied to a loop latch. 2020-07-17 14:02:14 +00:00
Vectorize Revert "[PGO][PGSO] Add profile guided size optimization to loop vectorization legality." 2020-07-17 16:47:41 -07:00
CMakeLists.txt
LLVMBuild.txt