This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d7f2f9e [test/PGOProfile] Make tests independent of the raw profile v [...]
new 9de3901 Fix compilation error in r266919.
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/Object/MachOObjectFile.cpp | 2 +-
1 file changed, 1 insertion(+), 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 656c2db [msan] Implement GetPageSize in the test.
new b69978d [asan] Add __strdup interceptor.
new f021a7a [asan] Increase LocatePcInTrace threshold.
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/asan/asan_interceptors.cc | 20 ++++++++++++++++++++
lib/asan/asan_interceptors.h | 6 ++++++
lib/sanitizer_common/sanitizer_stacktrace.cc | 2 +-
test/asan/TestCases/strdup_oob_test.cc | 6 +++++-
4 files changed, 32 insertions(+), 2 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 lld.
from f705280 [ELF][MIPS] Treat R_MIPS_TLS_{D}TPREL_HI16/LO16 as relative r [...]
new 6654ed2 lld-link: Fix default output name with /dll flag.
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:
COFF/Driver.cpp | 5 +++--
test/COFF/out.test | 5 +++--
2 files changed, 6 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 llvm.
from 813e0cf Thread Expected<...> up from libObject’s getName() for symbol [...]
new d7f2f9e [test/PGOProfile] Make tests independent of the raw profile v [...]
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/Transforms/PGOProfile/branch1.ll | 4 ++--
test/Transforms/PGOProfile/branch2.ll | 2 +-
test/Transforms/PGOProfile/criticaledge.ll | 2 +-
test/Transforms/PGOProfile/landingpad.ll | 2 +-
test/Transforms/PGOProfile/loop1.ll | 2 +-
test/Transforms/PGOProfile/loop2.ll | 2 +-
test/Transforms/PGOProfile/single_bb.ll | 2 +-
test/Transforms/PGOProfile/switch.ll | 2 +-
8 files changed, 9 insertions(+), 9 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 libunwind.
from 20c1a03 unwind: remove a second instance of -Wexpansion-to-defined
new 237becc unwind: unify the definition of _LIBUNWIND_SUPPORT_FRAME_APIS
new 1d0f931 unwind: remove another instance of -Wexpansion-to-defined
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:
src/config.h | 10 ++++++----
1 file changed, 6 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 366a52e Add warning about CR+LF line endings on Windows.
new e3eeb61 [Tooling] Fix getting fully qualified names of template alias types.
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/Tooling/Core/QualTypeNames.cpp | 2 ++
unittests/Tooling/QualTypeNamesTest.cpp | 9 ++++++++-
2 files changed, 10 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 hjl/pr70155/master
in repository gcc.
discards b43f109 Extend STV pass to 64-bit mode
discards 8dd2f0e Allow all 1s of integer as standard SSE constants
adds e340075 Update load scan avx256-unaligned-load-1.c
adds 8a574c1 Add -mtune-ctrl=sse_typeless_stores to avx256-unaligned-store-2.c
adds 2b073aa cp/ PR c++/55635 * init.c (build_vec_delete_1): Protect op [...]
new 67f95d3 Allow all 1s of integer as standard SSE constants
new a64ac18 Extend STV pass to 64-bit mode
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 (b43f109)
\
N -- N -- N refs/heads/hjl/pr70155/master (a64ac18)
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 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:
gcc/cp/ChangeLog | 8 +++
gcc/cp/init.c | 12 +++-
gcc/cp/optimize.c | 24 +++----
gcc/testsuite/ChangeLog | 14 ++++
gcc/testsuite/g++.dg/eh/delete1.C | 79 ++++++++++++++++++++++
.../gcc.target/i386/avx256-unaligned-load-1.c | 4 +-
.../gcc.target/i386/avx256-unaligned-store-2.c | 2 +-
7 files changed, 125 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/eh/delete1.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 lld.
from f0a17c8 [ELF][MIPS] Create GOT entries for R_MIPS_REL32 dynamic relocations
new f705280 [ELF][MIPS] Treat R_MIPS_TLS_{D}TPREL_HI16/LO16 as relative r [...]
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:
ELF/Target.cpp | 4 ----
test/ELF/mips-tls-hilo.s | 13 +++++++++++++
2 files changed, 13 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 lldb.
from 8713659 When making an array or stuct/union/class elements, make sure [...]
new 787f4b2 Removed extraneous print() in decorator for enabling module d [...]
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:
packages/Python/lldbsuite/test/decorators.py | 1 -
1 file changed, 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 lldb.
from 33cb971 update Jenkins Xcode buildbot target for r266885
new 8713659 When making an array or stuct/union/class elements, make sure [...]
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:
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 29 +++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.