This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1048d28 [analyzer] Use unsigned integers to rely on well-defined over [...]
new 221fc2f [clang] Remove redundant --check-prefix=CHECK from 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/ms-mm-align.c | 2 +-
test/CodeGen/windows-on-arm-stack-probe-size.c | 2 +-
2 files changed, 2 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 clang.
from 27310e2 Add support for __builtin_os_log_format[_buffer_size]
new f2b3f9e Fix crash if StmtProfile finds a type-dependent member access [...]
new 1048d28 [analyzer] Use unsigned integers to rely on well-defined over [...]
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/AST/StmtProfile.cpp | 6 ++++++
lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp | 10 +++++-----
test/SemaTemplate/dependent-type-identity.cpp | 9 +++++++++
3 files changed, 20 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 7829b1a PR libgcc/78064: Add missing include directive to unwind-c.c
new 1eaf015 * dwarf2out.c (gen_subprogram_die): Add DW_AT_reference or [...]
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/cp/ChangeLog | 3 +++
gcc/cp/cp-objcp-common.c | 26 ++++++++++++++++++++++++++
gcc/dwarf2out.c | 15 +++++++++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/debug/dwarf2/ref-2.C | 20 ++++++++++++++++++++
6 files changed, 73 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/ref-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 584f664 Clarify that MSVC is not the issue here anymore.
new d848744 add-discriminators: Fix handling of lexical scopes.
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/Transforms/Utils/AddDiscriminators.cpp | 22 ++++---
test/Transforms/AddDiscriminators/inlined.ll | 85 ++++++++++++++++++++++++++++
test/Transforms/AddDiscriminators/oneline.ll | 11 ++--
3 files changed, 105 insertions(+), 13 deletions(-)
create mode 100644 test/Transforms/AddDiscriminators/inlined.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 gcc.
from 5f64e68 2016-10-24 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 7829b1a PR libgcc/78064: Add missing include directive to unwind-c.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:
libgcc/ChangeLog | 5 +++++
libgcc/unwind-c.c | 1 +
2 files changed, 6 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 llvm.
from b754221 Revert r284972 and remove other defaulted copy/move constructors/=
new 584f664 Clarify that MSVC is not the issue here anymore.
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/IR/PassManager.h | 6 ++++--
1 file changed, 4 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 llvm.
from e8d4830 ReleaseNotes: mention new compiler requirements
new 300e976 [PPC] Generate positive FP zero using xor insn instead of loa [...]
new b754221 Revert r284972 and remove other defaulted copy/move constructors/=
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/Hexagon/RDFGraph.h | 8 ---
lib/Target/PowerPC/PPCISelLowering.cpp | 21 +++++++
lib/Target/PowerPC/PPCISelLowering.h | 1 +
lib/Target/PowerPC/PPCInstrFormats.td | 7 +++
lib/Target/PowerPC/PPCInstrInfo.td | 3 +
lib/Target/PowerPC/PPCInstrVSX.td | 11 ++++
pzero-fp-xored.ll | 71 ++++++++++++++++++++++
test/CodeGen/PowerPC/crbits.ll | 6 +-
test/CodeGen/PowerPC/fast-isel-fcmp-nan.ll | 12 ++--
.../PowerPC/tail-dup-analyzable-fallthrough.ll | 2 +-
10 files changed, 124 insertions(+), 18 deletions(-)
create mode 100644 pzero-fp-xored.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 llvm.
from 05c1074 Revert r284580+r284917. ("Synthesize TBB/TBH instructions")
new e8d4830 ReleaseNotes: mention new compiler requirements
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:
docs/ReleaseNotes.rst | 2 ++
1 file changed, 2 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 release/2.24/master
in repository glibc.
from 4467e53 powerpc: Regenerate ULPs
new ccebcff Fix Linux sh4 pread/pwrite argument passing
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 | 16 ++++++++++++++++
sysdeps/unix/sysv/linux/pread.c | 3 +--
sysdeps/unix/sysv/linux/pread64.c | 3 +--
sysdeps/unix/sysv/linux/pwrite.c | 3 +--
sysdeps/unix/sysv/linux/pwrite64.c | 3 +--
sysdeps/unix/sysv/linux/sh/kernel-features.h | 5 +++++
sysdeps/unix/sysv/linux/sh/pread.c | 23 -----------------------
sysdeps/unix/sysv/linux/sh/pread64.c | 23 -----------------------
sysdeps/unix/sysv/linux/sh/pwrite.c | 23 -----------------------
sysdeps/unix/sysv/linux/sh/pwrite64.c | 23 -----------------------
sysdeps/unix/sysv/linux/sysdep.h | 10 ++++++++++
11 files changed, 35 insertions(+), 100 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/sh/pread.c
delete mode 100644 sysdeps/unix/sysv/linux/sh/pread64.c
delete mode 100644 sysdeps/unix/sysv/linux/sh/pwrite.c
delete mode 100644 sysdeps/unix/sysv/linux/sh/pwrite64.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 fcdb958 Check the number of Args in LibCallsShrinkWrap.
new 9ff4a73 Removed FIXME from include ordering comment
new 05c1074 Revert r284580+r284917. ("Synthesize TBB/TBH instructions")
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/Support/Windows/WindowsSupport.h | 2 +-
lib/Target/ARM/ARMAsmPrinter.cpp | 77 ---------------
lib/Target/ARM/ARMConstantIslandPass.cpp | 105 +++------------------
lib/Target/ARM/ARMInstrThumb.td | 12 ---
.../ARM/arm-position-independence-jump-table.ll | 34 ++++---
test/CodeGen/ARM/constant-island-crash.ll | 43 ---------
test/CodeGen/ARM/jump-table-tbh.ll | 55 -----------
test/CodeGen/Thumb2/thumb2-jtb.ll | 1 -
test/CodeGen/Thumb2/thumb2-tbb.ll | 9 --
test/CodeGen/Thumb2/thumb2-tbh.ll | 8 +-
10 files changed, 38 insertions(+), 308 deletions(-)
delete mode 100644 test/CodeGen/ARM/constant-island-crash.ll
delete mode 100644 test/CodeGen/ARM/jump-table-tbh.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.