This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c2a1fb84de7 [SystemZ] Also update the CHECK line for VPDI
new 54a2a8a3dff Support for the mno-stack-arg-probe 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:
docs/LangRef.rst | 2 ++
lib/Target/AArch64/AArch64FrameLowering.cpp | 3 ++-
lib/Target/ARM/ARMFrameLowering.cpp | 3 ++-
lib/Target/X86/X86ISelLowering.cpp | 3 ++-
lib/Target/X86/X86WinAllocaExpander.cpp | 26 ++++++++++++++------
test/CodeGen/X86/no-stack-arg-probe.ll | 38 +++++++++++++++++++++++++++++
6 files changed, 65 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/X86/no-stack-arg-probe.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 release_60
in repository clang.
from aef188f3d2 Regenerate ClangCommandLineReference.rst
new bb8d45f8ab Regenerate DiagnosticsReference.rst
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/DiagnosticsReference.rst | 277 ++++++++++++++++++++++--------------------
1 file changed, 148 insertions(+), 129 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 a3b0ba0879 [mips] Reland r310704
new 809974c6ce [mips] Revert r325872
new dddfaa1e7a Support for the mno-stack-arg-probe flag
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:
docs/ClangCommandLineReference.rst | 4 ++++
include/clang/Driver/Options.td | 4 ++++
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/CodeGen/TargetInfo.cpp | 27 ++++++++--------------
lib/Driver/ToolChains/Clang.cpp | 4 ++++
lib/Frontend/CompilerInvocation.cpp | 2 ++
test/CodeGen/mips-aggregate-arg.c | 38 -------------------------------
test/CodeGen/stack-arg-probe.c | 8 +++++++
test/Driver/stack-arg-probe.c | 7 ++++++
9 files changed, 39 insertions(+), 56 deletions(-)
delete mode 100644 test/CodeGen/mips-aggregate-arg.c
create mode 100644 test/CodeGen/stack-arg-probe.c
create mode 100644 test/Driver/stack-arg-probe.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 gcc.
from c3f718e40bb 2018-02-23 Paul Thomas <pault(a)gcc.gnu.org>
new 9d351e63376 PR c++/70468 - ICE with constructor delegation via typedef.
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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 23 +++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/dc9.C | 30 ++++++++++++++++++++++++++++++
3 files changed, 59 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/dc9.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 faead677c9c [X86][F16C] Regenerate half conversion tests
new 09bdb6323c7 [SystemZ] Fix VPDI argument in test.
new c2a1fb84de7 [SystemZ] Also update the CHECK line for VPDI
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:
test/CodeGen/SystemZ/vec-intrinsics-01.ll | 4 ++--
1 file 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 release_60
in repository llvm.
from 4cc9e1df327 [mips] 6.0 Release notes
new 72d068a93fe Merging r325894: ------------------------------------------ [...]
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/Support/CMakeLists.txt | 3 ++-
test/tools/llvm-config/system-libs.windows.test | 2 +-
2 files changed, 3 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 ae91444dd14 llvm-config: Add advapi32 to --system-libs on Windows (PR36372)
new faead677c9c [X86][F16C] Regenerate half conversion 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/vector-half-conversions.ll | 266 ++++++++++++++--------------
1 file changed, 133 insertions(+), 133 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 1d655e3baac ChangeLog entry for r257928
new c3f718e40bb 2018-02-23 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 8 ++++++++
gcc/fortran/trans-const.c | 16 ++++++++--------
gcc/fortran/trans-expr.c | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/class_68.f90 | 25 +++++++++++++++++++++++++
5 files changed, 48 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/class_68.f90
--
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 newlib.
from b8a57a2d2 Cygwin: fhandler_socket: Move select functions into derived classes
new 03f380c2b Cygwin: drop unused device nodes and clean up socket devices
new b89b6f434 Cygwin: socket.h: Add SIOCINQ, equivalent to FIONREAD
new 7bcab422e Cygwin: fix fhandler_socket_local::fchmod
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:
winsup/cygwin/devices.cc | 14 ++++----------
winsup/cygwin/devices.h | 22 +++++++---------------
winsup/cygwin/devices.in | 14 ++++----------
winsup/cygwin/dtable.cc | 10 +++-------
winsup/cygwin/fhandler_socket.cc | 2 +-
winsup/cygwin/fhandler_socket_local.cc | 2 +-
winsup/cygwin/include/asm/socket.h | 1 +
winsup/cygwin/net.cc | 6 +++---
winsup/cygwin/path.cc | 4 ++--
winsup/cygwin/path.h | 2 +-
10 files changed, 27 insertions(+), 50 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 d76d0bdf823 [DAGCOmbine] Ensure that (brcond (setcc ...)) is handled in [...]
new f998d9c0655 [WebAssembly] NDEBUG is spelled without a leading underscore.
new ae91444dd14 llvm-config: Add advapi32 to --system-libs on Windows (PR36372)
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/CMakeLists.txt | 3 ++-
test/tools/llvm-config/system-libs.windows.test | 2 +-
tools/yaml2obj/yaml2wasm.cpp | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.