1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/Transforms
Teresa Johnson 362b3e8fee [HeapProf] Fix bot failures from instrumentation pass
Fix bot failure from 7ed8124d46f94601d5f1364becee9cee8538265e:
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-ubuntu/builds/8533

Since we are always using dynamic shadow,
insertDynamicShadowAtFunctionEntry should always return true for
modifying the function.
2020-08-27 10:21:19 -07:00
..
AggressiveInstCombine [SVE] Remove calls to VectorType::getNumElements from AggressiveInstCombine 2020-08-14 16:40:34 -07:00
CFGuard [NFCI][IR] Introduce CallBase::Create() wrapper 2020-07-07 01:16:36 +03:00
Coroutines Revert D85812 "[coroutine] should disable inline before calling coro split" 2020-08-24 11:41:05 -07:00
Hello
InstCombine [Value][InstCombine] Fix one-use checks in PHI-of-op -> Op-of-PHI[s] transforms to be one-user checks 2020-08-26 20:20:41 +03:00
Instrumentation [HeapProf] Fix bot failures from instrumentation pass 2020-08-27 10:21:19 -07:00
IPO [Attributor] Add a phase flag to Attributor 2020-08-28 01:16:38 +09:00
ObjCARC [NFC] Remove unused GetUnderlyingObject paramenter 2020-07-31 02:10:03 -07:00
Scalar [DSE,MemorySSA] Remove short-cut to check if all paths are covered. 2020-08-27 12:42:40 +01:00
Utils [SimplifyLibCalls] Remove over-eager early return in strlen optzns. 2020-08-27 15:19:45 +01:00
Vectorize [LV] Fallback strategies if tail-folding fails 2020-08-26 16:55:25 +01:00
CMakeLists.txt
LLVMBuild.txt