This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from adb4377 InferAddressSpaces: Remove dead declaration new 93789c8 [XRay] Define the InstrumentationMap type new 63c3624 [libFuzzer] increase the default size for shmem new 40fe3a9 InferAddressSpaces: Handle select
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/XRay/InstrumentationMap.h | 131 +++++++++++ lib/Fuzzer/FuzzerDriver.cpp | 4 +- lib/Fuzzer/FuzzerShmem.h | 8 +- lib/Fuzzer/FuzzerShmemPosix.cpp | 10 +- lib/Fuzzer/test/equivalence.test | 2 +- lib/Transforms/Scalar/InferAddressSpaces.cpp | 8 + lib/XRay/CMakeLists.txt | 3 + lib/XRay/InstrumentationMap.cpp | 194 ++++++++++++++++ .../Transforms/InferAddressSpaces/AMDGPU/select.ll | 165 ++++++++++++++ .../llvm-xray/X86/account-deduce-tail-call.yaml | 2 +- test/tools/llvm-xray/X86/account-keep-going.yaml | 2 +- test/tools/llvm-xray/X86/account-simple-case.yaml | 2 +- .../llvm-xray/X86/account-simple-sorting.yaml | 18 +- .../llvm-xray/X86/convert-with-yaml-instrmap.txt | 2 +- .../llvm-xray/X86/graph-color-simple-case.yaml | 4 +- .../llvm-xray/X86/graph-deduce-tail-call.yaml | 16 +- test/tools/llvm-xray/X86/graph-simple-case.yaml | 16 +- tools/llvm-xray/xray-account.cc | 96 ++++---- tools/llvm-xray/xray-converter.cc | 59 +++-- tools/llvm-xray/xray-extract.cc | 244 ++------------------- tools/llvm-xray/xray-extract.h | 58 ----- tools/llvm-xray/xray-graph.cc | 73 +++--- tools/llvm-xray/xray-sleds.h | 32 --- 23 files changed, 658 insertions(+), 491 deletions(-) create mode 100644 include/llvm/XRay/InstrumentationMap.h create mode 100644 lib/XRay/InstrumentationMap.cpp create mode 100644 test/Transforms/InferAddressSpaces/AMDGPU/select.ll delete mode 100644 tools/llvm-xray/xray-extract.h delete mode 100644 tools/llvm-xray/xray-sleds.h