This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e581944 [InstCombine] add tests for trunc(shuffle X, C, M); NFC
new a39b1ce Verifier: Disallow a line number without a file in DISubprogram
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/IR/Verifier.cpp | 2 ++
test/CodeGen/AMDGPU/vi-removed-intrinsics.ll | 4 ++--
test/DebugInfo/Generic/2010-01-05-DbgScope.ll | 2 +-
test/Linker/2011-08-18-unique-class-type2.ll | 2 +-
test/ThinLTO/X86/crash_debuginfo.ll | 3 +--
test/Transforms/ArgumentPromotion/dbg.ll | 2 +-
test/Transforms/GlobalOpt/2009-03-05-dbg.ll | 2 +-
test/Transforms/SampleProfile/early-inline.ll | 4 ++--
test/Verifier/dbg-line-without-file.ll | 15 +++++++++++++++
9 files changed, 26 insertions(+), 10 deletions(-)
create mode 100644 test/Verifier/dbg-line-without-file.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 binutils-gdb.
from 37f9ec6 GAS: Add ECOFF `.aent' pseudo-op support
new 99d8956 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from 2e452eb Automatic date update in version.in
new 48ac0bb Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from 6c20b44 Automatic date update in version.in
new 3deda57 Automatic date update in version.in
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:
bfd/version.h | 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 clang.
from 833975c [OpenMP] Prepare Sema for initial implementation for pragma ' [...]
new 12792eb [ubsan] Pass a set of checks to skip to EmitTypeCheck() (NFC)
new 3f0a3f3 Retry^2: [ubsan] Reduce null checking of C++ object pointers [...]
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/CodeGen/CGClass.cpp | 8 +-
lib/CodeGen/CGExpr.cpp | 54 ++++++-
lib/CodeGen/CGExprCXX.cpp | 13 +-
lib/CodeGen/CodeGenFunction.cpp | 9 ++
lib/CodeGen/CodeGenFunction.h | 5 +-
test/CodeGen/catch-undef-behavior.c | 19 +--
test/CodeGen/sanitize-recover.c | 13 +-
test/CodeGenCXX/ubsan-suppress-null-checks.cpp | 188 +++++++++++++++++++++++++
test/CodeGenCXX/ubsan-type-checks.cpp | 20 +++
9 files changed, 292 insertions(+), 37 deletions(-)
create mode 100644 test/CodeGenCXX/ubsan-suppress-null-checks.cpp
create mode 100644 test/CodeGenCXX/ubsan-type-checks.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 llvm.
from 6bd44f2 [X86] Add MOVBE targets to load combine tests
new 92e3dc4 AArch64LoadStoreOptimizer: Correctly clear kill flags
new e581944 [InstCombine] add tests for trunc(shuffle X, C, M); 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:
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 6 +++--
test/CodeGen/AArch64/ldst-opt.mir | 26 +++++++++++++++-----
test/Transforms/InstCombine/trunc.ll | 31 ++++++++++++++++++++++--
3 files changed, 53 insertions(+), 10 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 libcxx.
from b7fd0be Update all bug URL's to point to https://bugs.llvm.org/...
new e72cf6d cmath: Use c99 math on a new enough msvcrt
new 29a8300 math: fix typo in macro
new 958d196 test: prevent incorrect quoting of paths
The 3 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/cmath | 12 ++++++------
include/math.h | 4 ++--
utils/libcxx/test/config.py | 24 +++++++++++-------------
3 files changed, 19 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 llvm.
from 4d5bc87 [PPC] Give unaligned memory access lower cost on processor th [...]
new 6bd44f2 [X86] Add MOVBE targets to load combine 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/CodeGen/X86/load-combine.ll | 266 ++++++++++++++++++++++++---------------
1 file changed, 165 insertions(+), 101 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 glibc.
from 3b33d6e Rework -fno-omit-frame-pointer support on i386
new 9174b4c Update arm, mips, powerpc-nofpu libm-test-ulps.
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:
ChangeLog | 7 ++
sysdeps/arm/libm-test-ulps | 112 +++++++++---------
sysdeps/mips/mips32/libm-test-ulps | 112 +++++++++---------
sysdeps/mips/mips64/libm-test-ulps | 200 ++++++++++++++++----------------
sysdeps/powerpc/nofpu/libm-test-ulps | 216 ++++++++++++++++++-----------------
5 files changed, 343 insertions(+), 304 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 bb5c918 PR c++/79508 - lookup error with member template
new f6202e1 Restore DECIMAL_DIG macro to C99/C11 value.
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c-cppbuiltin.c | 7 +++----
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/c11-float-2.c | 9 +++++++++
gcc/testsuite/gcc.dg/torture/float128-floath.c | 4 ----
gcc/testsuite/gcc.dg/torture/float128x-floath.c | 4 ----
gcc/testsuite/gcc.dg/torture/float16-floath.c | 4 ----
gcc/testsuite/gcc.dg/torture/float32-floath.c | 4 ----
gcc/testsuite/gcc.dg/torture/float32x-floath.c | 4 ----
gcc/testsuite/gcc.dg/torture/float64-floath.c | 4 ----
gcc/testsuite/gcc.dg/torture/float64x-floath.c | 4 ----
11 files changed, 27 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/c11-float-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.