This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bbe3a73 For llvm-objdump for Mach-O files add printing of the ARM_THR [...] new 79f85df [StripGCRelocates] New pass to remove gc.relocates added by RS4GC
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/InitializePasses.h | 1 + include/llvm/Transforms/Scalar.h | 7 ++ lib/Transforms/Utils/CMakeLists.txt | 1 + lib/Transforms/Utils/StripGCRelocates.cpp | 80 +++++++++++++++++++ lib/Transforms/Utils/Utils.cpp | 1 + test/Transforms/Util/strip-gc-relocates.ll | 120 +++++++++++++++++++++++++++++ 6 files changed, 210 insertions(+) create mode 100644 lib/Transforms/Utils/StripGCRelocates.cpp create mode 100644 test/Transforms/Util/strip-gc-relocates.ll