This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3df3793010 [ubsan] Use pass_object_size info in bounds checks
new 897706060d Add a test that the __STDC_VERSION__ macro reports the corre [...]
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/Preprocessor/c17.c | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 test/Preprocessor/c17.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 61db9660e Prefer `ArrayRef` over `const std::vector&`
new 71a2c0556 Use lambda to simplify code.
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/SyntheticSections.cpp | 51 +++++++++++++++++++++++------------------------
1 file changed, 25 insertions(+), 26 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 hjl/cet/setjmp
in repository glibc.
omits 68b40b4059 x86: Add feature_1 to tcbhead_t [BZ #22563]
omits 986d3051c3 Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]
new b6aad5a995 Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]
new f787798c50 x86: Add feature_1 to tcbhead_t [BZ #22563]
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 (68b40b4059)
\
N -- N -- N refs/heads/hjl/cet/setjmp (f787798c50)
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:
--
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 8963e92fb3 Fold together the in-range and out-of-range portions of -Wta [...]
new 3df3793010 [ubsan] Use pass_object_size info in bounds checks
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/CGExpr.cpp | 54 +++++++++++++++++++++++++++
lib/CodeGen/CodeGenFunction.h | 5 +++
test/CodeGen/ubsan-pass-object-size.c | 69 +++++++++++++++++++++++++++++++++++
3 files changed, 128 insertions(+)
create mode 100644 test/CodeGen/ubsan-pass-object-size.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 compiler-rt.
from 716162146 [PowerPC][asan] Update asan to handle changed memory layouts [...]
new 54a1331a5 [ubsan] Test for pass_object_size bounds checks
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/ubsan/TestCases/Misc/bounds.cpp | 16 ++++++++++++++++
1 file changed, 16 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 lldb.
from ffe1073ba These tests don't depend on debug info format.
new 7b933f0bf Remove extant references to g_message_mutex, NFC
new 03836e919 [MachException] Avoid alignment UB, NFC
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:
source/Plugins/Process/Darwin/MachException.cpp | 8 --------
tools/debugserver/source/MacOSX/MachException.cpp | 21 ++++++++-------------
tools/debugserver/source/MacOSX/MachException.h | 9 +++++++++
3 files changed, 17 insertions(+), 21 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 8431d4446f Unify implementation of our two different flavours of -Wtaut [...]
new 8963e92fb3 Fold together the in-range and out-of-range portions of -Wta [...]
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/Sema/SemaChecking.cpp | 133 ++++++++++++----------------------------------
1 file changed, 35 insertions(+), 98 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 fbf2335dc [WebAssembly] Add check to ensure symbol VA is only set once. NFC.
new 61db9660e Prefer `ArrayRef` over `const std::vector&`
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.h | 6 +++---
COFF/DriverUtils.cpp | 2 +-
COFF/ICF.cpp | 6 +++---
COFF/InputFiles.h | 8 ++++----
COFF/MarkLive.cpp | 2 +-
COFF/PDB.cpp | 2 +-
COFF/SymbolTable.cpp | 2 +-
COFF/Writer.h | 2 +-
include/lld/Core/LinkingContext.h | 4 ++--
wasm/InputFiles.h | 2 +-
wasm/OutputSections.cpp | 6 +++---
wasm/OutputSections.h | 8 ++++----
12 files changed, 25 insertions(+), 25 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 ed1cb75099f Revert "[WebAssemby] Support main functions with alternate [...]
new 94240acddc9 [AArch64] Avoid SIMD interleaved store instruction for Exynos.
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/Target/AArch64/AArch64.h | 4 +-
lib/Target/AArch64/AArch64TargetMachine.cpp | 4 +-
lib/Target/AArch64/AArch64VectorByElementOpt.cpp | 583 ++++++++++++++++++-----
test/CodeGen/AArch64/arm64-neon-2velem.ll | 21 +
test/CodeGen/AArch64/arm64-st1.ll | 107 +++++
5 files changed, 597 insertions(+), 122 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 b04a69212cb [X86] Handle alls version of vXi1 insert_vector_elt with a [...]
new ed1cb75099f Revert "[WebAssemby] Support main functions with alternate [...]
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:
.../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 46 +---------------------
test/CodeGen/WebAssembly/main.ll | 18 ---------
2 files changed, 1 insertion(+), 63 deletions(-)
delete mode 100644 test/CodeGen/WebAssembly/main.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.