This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b87b0d3 [asan] Support dynamic shadow address instrumentation
new 625183d Use call target count to derive the call instruction weight
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/ProfileData/SampleProf.h | 15 +++++++++++++++
lib/Transforms/IPO/SampleProfile.cpp | 8 +++++---
test/Transforms/SampleProfile/Inputs/inline-coverage.prof | 2 +-
3 files changed, 21 insertions(+), 4 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 clang.
from 4e15025 Remove excessive padding from the struct CallStackFrame
new d121635 Remove InstructionCombining and its related pass from sample [...]
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/CodeGen/BackendUtil.cpp | 13 -------------
test/CodeGen/pgo-sample.c | 3 ---
2 files changed, 16 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 gcc.
from 81a2c7b Make libstdc++ tests FAIL on Python errors
new aaf7d5f [simplify-rtx] (GTU (PLUS a C) (C - 1)) --> (LTU a -C)
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 | 5 +++++
gcc/simplify-rtx.c | 13 +++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/aarch64/gtu_to_ltu_cmp_1.c | 13 +++++++++++++
gcc/testsuite/gcc.target/aarch64/gtu_to_ltu_cmp_2.c | 11 +++++++++++
5 files changed, 47 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/gtu_to_ltu_cmp_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/gtu_to_ltu_cmp_2.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 llvm.
from 781fb6e [Support] Add StringRef::withNullAsEmpty()
new b87b0d3 [asan] Support dynamic shadow address instrumentation
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:
.../Instrumentation/AddressSanitizer.cpp | 53 +++++++++++++++++++---
.../AddressSanitizer/basic-msvc64.ll | 35 ++++++++++++++
2 files changed, 81 insertions(+), 7 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/basic-msvc64.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 clang.
from 14ebecf [OpenCL] Diagnose assignment to dereference of half type pointer
new 4e15025 Remove excessive padding from the struct CallStackFrame
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/AST/ExprConstant.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 4b894fc [sanitizer] rename __sanitizer_symbolize_data to __sanitizer_ [...]
new 96f3c80 [compiler-rt] Add support for the dynamic shadow allocation
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/asan_interface_internal.h | 7 +++++++
lib/asan/asan_mapping.h | 3 +--
lib/asan/asan_rtl.cc | 28 ++++++++++++++++++++++------
lib/asan/asan_win_dll_thunk.cc | 12 +++++-------
lib/asan/asan_win_dynamic_runtime_thunk.cc | 17 -----------------
lib/sanitizer_common/sanitizer_common.h | 3 +++
lib/sanitizer_common/sanitizer_posix.cc | 5 +++++
lib/sanitizer_common/sanitizer_win.cc | 20 ++++++++++++++++++++
8 files changed, 63 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 binutils-gdb.
from b19753c bfd: allow negative offsets to _GLOBAL_OFFSET_TABLE_ in elf64 SPARC
new 6679754 gdb: Fix build breakage with GCC 4.1 and --disable-nls
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:
gdb/ChangeLog | 7 +++++++
gdb/common/gdb_locale.h | 5 -----
gdb/main.c | 2 ++
3 files changed, 9 insertions(+), 5 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 gcc.
from 5f03600 PR target/77587 * cgraph.c (cgraph_node::rtl_info): Pass &a [...]
new 8c77b93 libstdc++/77645 Fix xmethods for std::list
new bd4dc25 Improve pretty printer for std::variant
new 979ff17 Fix lra_p text
new 81a2c7b Make libstdc++ tests FAIL on Python errors
The 4 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 | 5 ++
gcc/doc/tm.texi | 2 +-
gcc/target.def | 2 +-
libstdc++-v3/ChangeLog | 19 +++++
libstdc++-v3/python/libstdcxx/v6/printers.py | 32 +++++---
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 19 +++--
libstdc++-v3/testsuite/lib/gdb-test.exp | 6 ++
.../testsuite/libstdc++-prettyprinters/cxx17.cc | 91 ++++++++++++++++++++++
8 files changed, 157 insertions(+), 19 deletions(-)
create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx17.cc
--
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 gcc-6-branch
in repository gcc.
from 3f0d5a5 Daily bump.
new ba9d27d libstdc++/77645 Fix xmethods for std::list
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 | 8 ++++++++
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 19 ++++++++++++++-----
2 files changed, 22 insertions(+), 5 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 ebd2807 Revert r281841, it does not work on Windows (PR30443).
new 781fb6e [Support] Add StringRef::withNullAsEmpty()
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/ADT/StringRef.h | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.