This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7c7bb61bbf7 [cfi-verify] Made FileAnalysis operate on a GraphResult rat [...]
new 4a22e748f23 [llvm-cvtres] Add support for ARM64
new e3ff9fbdbaf [asan] Use dynamic shadow on 32-bit Android.
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:
lib/Object/WindowsResource.cpp | 19 +++------
.../Instrumentation/AddressSanitizer.cpp | 46 ++++++++++++++++++----
.../Instrumentation/AddressSanitizer/with-ifunc.ll | 30 ++++++++++++++
test/tools/llvm-cvtres/machine.test | 15 +++++++
tools/llvm-cvtres/llvm-cvtres.cpp | 4 ++
5 files changed, 93 insertions(+), 21 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/with-ifunc.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 55dee3e7a sanitizer_common: Try looking up symbols with RTLD_DEFAULT if [...]
new 8357d02f2 [asan] Use dynamic shadow on 32-bit Android.
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:
lib/asan/CMakeLists.txt | 1 +
lib/asan/asan_init_version.h | 7 +++
lib/asan/asan_linux.cc | 32 +++++++++-
lib/asan/asan_mapping.h | 8 ++-
lib/asan/asan_premap_shadow.cc | 69 ++++++++++++++++++++++
.../{asan_activation.h => asan_premap_shadow.h} | 21 ++++---
lib/sanitizer_common/sanitizer_common.h | 1 +
lib/sanitizer_common/sanitizer_flags.h | 4 +-
lib/sanitizer_common/sanitizer_fuchsia.cc | 4 ++
lib/sanitizer_common/sanitizer_linux.cc | 18 ++++--
lib/sanitizer_common/sanitizer_mac.cc | 4 ++
lib/sanitizer_common/sanitizer_win.cc | 4 ++
12 files changed, 155 insertions(+), 18 deletions(-)
create mode 100644 lib/asan/asan_premap_shadow.cc
copy lib/asan/{asan_activation.h => asan_premap_shadow.h} (57%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1d4a6e1351 [debuginfo-tests] Make debuginfo-tests work in a standard co [...]
new b0d0838e71 Fix for skipped CMake configuration on debuginfo-tests.
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:
test/CMakeLists.txt | 7 +++++++
1 file changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9c015ccf232 * vr-values.h (VR_INITIALIZER): Move #define here. * gimp [...]
new a0a0ccef318 Add plugin API for processing plugin-added input files.
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/ChangeLog | 5 +++++
include/plugin-api.h | 18 +++++++++++++++++-
2 files changed, 22 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 206e78aa8 [compiler-rt] Fix const and volatile qualifier warnings
new 55dee3e7a sanitizer_common: Try looking up symbols with RTLD_DEFAULT if [...]
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:
lib/interception/interception_linux.cc | 8 ++++++++
.../TestCases/Misc/Inputs/no-interception-dso.c | 3 +++
test/ubsan/TestCases/Misc/no-interception.cpp | 20 ++++++++++++++++++++
test/ubsan/lit.common.cfg | 2 ++
4 files changed, 33 insertions(+)
create mode 100644 test/ubsan/TestCases/Misc/Inputs/no-interception-dso.c
create mode 100644 test/ubsan/TestCases/Misc/no-interception.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9f06171a8d6 PR libstdc++/82917 add missing returns in <fstream>
new 9c015ccf232 * vr-values.h (VR_INITIALIZER): Move #define here. * gimp [...]
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:
gcc/ChangeLog | 15 ++
gcc/Makefile.in | 1 +
gcc/gimple-ssa-evrp.c | 624 ++++++++++++++++++++++++++++++++++++++++++++++++++
gcc/tree-vrp.c | 600 +-----------------------------------------------
gcc/tree-vrp.h | 24 ++
gcc/vr-values.h | 2 +
6 files changed, 672 insertions(+), 594 deletions(-)
create mode 100644 gcc/gimple-ssa-evrp.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 151b9ff52a0 * auto-profile.c (afdo_indirect_call): Drop frequency. * [...]
new 9f06171a8d6 PR libstdc++/82917 add missing returns in <fstream>
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/include/std/fstream | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme
in repository gcc.
discards ac79c60493a -fcompare-debug OBJ_TYPE_REF: introduce TYPE_BINFO_EVER_SET et al
new ea76e6c6908 introduce TDF_compare_debug, omit OBJ_TYPE_REF casts with it
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ac79c60493a)
\
N -- N -- N refs/heads/aoliva/testme (ea76e6c6908)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
gcc/cp/class.c | 2 +-
gcc/cp/decl.c | 2 +-
gcc/dumpfile.h | 1 +
gcc/final.c | 2 +-
gcc/ipa-devirt.c | 2 +-
gcc/objc/objc-act.c | 4 ++--
gcc/tree-pretty-print.c | 10 +++++++++-
gcc/tree.c | 4 ++--
gcc/tree.h | 24 +-----------------------
9 files changed, 19 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 30923ba4f [tsan] Move code of sigaction_impl and signal_impl
new 206e78aa8 [compiler-rt] Fix const and volatile qualifier warnings
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:
lib/sanitizer_common/sanitizer_mac.h | 2 +-
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 11 ++++++-----
lib/tsan/rtl/tsan_interceptors_mac.cc | 20 ++++++++++----------
lib/tsan/rtl/tsan_libdispatch_mac.cc | 4 ++--
4 files changed, 19 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 24331f974fb [DAGcombine] Do not replace truncate node by itself when do [...]
new 7c7bb61bbf7 [cfi-verify] Made FileAnalysis operate on a GraphResult rat [...]
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:
tools/llvm-cfi-verify/lib/FileAnalysis.cpp | 71 +++++++++++++++---------
tools/llvm-cfi-verify/lib/FileAnalysis.h | 43 ++++++++------
tools/llvm-cfi-verify/llvm-cfi-verify.cpp | 9 ++-
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp | 68 +++++++++++++++++------
4 files changed, 127 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.