This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 76c0edf484a [ARM] Generate MVE VHADDs/VHSUBs new 82f727d27c5 Replace llvm::MutexGuard/UniqueLock with their standard equ [...]
The 1 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/IR/ValueMap.h | 10 ++-- include/llvm/Support/MutexGuard.h | 40 ------------- include/llvm/Support/UnicodeCharRanges.h | 3 - include/llvm/Support/UniqueLock.h | 68 ---------------------- lib/ExecutionEngine/ExecutionEngine.cpp | 26 ++++----- lib/ExecutionEngine/GDBRegistrationListener.cpp | 8 +-- .../Interpreter/ExternalFunctions.cpp | 4 +- lib/ExecutionEngine/MCJIT/MCJIT.cpp | 38 ++++++------ .../OProfileJIT/OProfileWrapper.cpp | 4 +- .../PerfJITEvents/PerfJITEventListener.cpp | 6 +- lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 8 +-- lib/Support/ManagedStatic.cpp | 6 +- lib/Support/Unix/Process.inc | 4 +- lib/Support/Unix/Signals.inc | 1 - lib/Target/NVPTX/NVPTXUtilities.cpp | 13 +++-- 15 files changed, 64 insertions(+), 175 deletions(-) delete mode 100644 include/llvm/Support/MutexGuard.h delete mode 100644 include/llvm/Support/UniqueLock.h