This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 31a52c2 [XRay][NFC] Promote isTailCall() as virtual in TargetInstrInfo. new 501485f [libFuzzer] add -minimize_crash flag (to minimize crashers). [...] new d17ccfb [XRay] Detect and emit sleds for sibling/tail calls
The 2 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/Target/Target.td | 8 ++ include/llvm/Target/TargetOpcodes.def | 5 + lib/CodeGen/XRayInstrumentation.cpp | 13 ++- lib/Fuzzer/FuzzerDriver.cpp | 107 +++++++++++++++++++-- lib/Fuzzer/FuzzerFlags.def | 4 + lib/Fuzzer/test/minimize_crash.test | 6 ++ lib/Fuzzer/test/value-profile-div.test | 3 + lib/Fuzzer/test/value-profile-load.test | 3 + lib/Target/X86/X86MCInstLower.cpp | 36 +++++++ ...e-instrumentation.ll => xray-tail-call-sled.ll} | 27 ++---- 10 files changed, 182 insertions(+), 30 deletions(-) create mode 100644 lib/Fuzzer/test/minimize_crash.test create mode 100644 lib/Fuzzer/test/value-profile-div.test create mode 100644 lib/Fuzzer/test/value-profile-load.test copy test/CodeGen/X86/{xray-attribute-instrumentation.ll => xray-tail-call-sled.ll} (59%)