This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 209d3c2d39c [WebAssembly] Validate exports when parsing object files new 1bfa7682dcb [WebAssembly] Refactor load ISel tablegen patterns into classes new bf95626bdce [lit] Fix some issues with short paths in test discovery in [...] new 046ca044453 [Analysis] Fix some Clang-tidy modernize-use-using and Incl [...]
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/Analysis/CGSCCPassManager.h | 70 ++- include/llvm/Analysis/CallGraphSCCPass.h | 25 +- lib/Analysis/CGSCCPassManager.cpp | 47 +- lib/Analysis/CallGraphSCCPass.cpp | 43 +- lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 23 +- lib/Target/WebAssembly/WebAssemblyInstrAtomics.td | 13 +- lib/Target/WebAssembly/WebAssemblyInstrMemory.td | 529 ++++++++------------- lib/Transforms/Coroutines/CoroSplit.cpp | 51 +- lib/Transforms/Coroutines/Coroutines.cpp | 27 +- lib/Transforms/Scalar/LoopUnswitch.cpp | 81 ++-- test/CodeGen/WebAssembly/atomics.ll | 7 +- tools/llvm-stress/llvm-stress.cpp | 133 ++++-- tools/opt/PassPrinters.cpp | 9 +- tools/opt/PassPrinters.h | 8 +- utils/lit/lit/discovery.py | 2 +- utils/lit/tests/discovery.py | 7 + 16 files changed, 570 insertions(+), 505 deletions(-)