This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d6f5f01f7d Reland "[Driver] Update default sanitizer blacklist location"
new 48cc498f2d In C++17, when instantiating an out-of-line definition of an [...]
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/SemaTemplateInstantiateDecl.cpp | 3 ++-
test/CodeGenCXX/cxx1z-inline-variables.cpp | 8 ++++++++
test/SemaTemplate/cxx17-inline-variables.cpp | 11 +++++++++++
3 files changed, 21 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 master
in repository gcc.
from 825d41b781a 2018-01-10 Daniel van Gerpen <daniel(a)vangerpen.de>
new ccd1609fb23 RISC-V: Add naked function support.
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 | 19 +++++
gcc/config/riscv/riscv-protos.h | 1 +
gcc/config/riscv/riscv.c | 157 +++++++++++++++++++++++++++++++++++-----
gcc/config/riscv/riscv.md | 4 +-
gcc/doc/extend.texi | 19 +++++
5 files changed, 182 insertions(+), 18 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 gcc-6-branch
in repository gcc.
from 1fd3448fce2 2018-01-10 Steven G. Kargl <kargl(a)kgcc.gnu.org>
new 5dc5b3b352c 2018-01-10 Steven G. Kargl <kargl(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 | 7 +++++++
gcc/fortran/resolve.c | 9 ++++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/allocate_with_typespec_7.f90 | 14 ++++++++++++++
4 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_typespec_7.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 lldb.
from 5c3cc1ce6 Revert "Advanced guessing of rendezvous breakpoint"
new 38da2c911 Add a test for finding a binary in an app package.
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/macosx/find-app-in-bundle/Makefile | 16 ++++++
.../TestApp.app/Contents/Info.plist | 26 +++++----
.../TestApp.app/Contents/PkgInfo | 1 +
.../find-app-in-bundle/TestFindAppInBundle.py | 62 ++++++++++++++++++++++
.../test/macosx/find-app-in-bundle/main.c | 8 +++
5 files changed, 103 insertions(+), 10 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/macosx/find-app-in-bundle/Makefile
copy resources/LLDB-Info.plist => packages/Python/lldbsuite/test/macosx/find-app-i [...]
create mode 100644 packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestAp [...]
create mode 100644 packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFi [...]
create mode 100644 packages/Python/lldbsuite/test/macosx/find-app-in-bundle/main.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 clang.
from 0d034354cd [MSan] Enable use-after-dtor instrumentation by default.
new d6f5f01f7d Reland "[Driver] Update default sanitizer blacklist location"
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/Driver/SanitizerArgs.cpp | 2 +-
test/Driver/Inputs/resource_dir/asan_blacklist.txt | 0
test/Driver/Inputs/resource_dir/hwasan_blacklist.txt | 0
.../Driver/Inputs/resource_dir/share/asan_blacklist.txt | 0
.../Driver/Inputs/resource_dir/share/hwasan_blacklist.txt | 0
.../Driver/Inputs/resource_dir/share/ubsan_blacklist.txt | 0
.../Driver/Inputs/resource_dir/share/vtables_blacklist.txt | 0
test/Driver/Inputs/resource_dir/ubsan_blacklist.txt | 0
test/Driver/Inputs/resource_dir/vtables_blacklist.txt | 0
9 files changed, 1 insertion(+), 1 deletion(-)
delete mode 100644 test/Driver/Inputs/resource_dir/asan_blacklist.txt
delete mode 100644 test/Driver/Inputs/resource_dir/hwasan_blacklist.txt
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/share/as [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/share/hw [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/share/ub [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/share/vt [...]
delete mode 100644 test/Driver/Inputs/resource_dir/ubsan_blacklist.txt
delete mode 100644 test/Driver/Inputs/resource_dir/vtables_blacklist.txt
--
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 a099b7729 [MSan] Enable use-after-dtor instrumentation by default.
new 02894dbfc Reland "Install resource files into a share/ directory"
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:
cmake/Modules/AddCompilerRT.cmake | 4 ++--
lib/dfsan/CMakeLists.txt | 2 +-
2 files changed, 3 insertions(+), 3 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 db2237eb918 2018-01-10 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 825d41b781a 2018-01-10 Daniel van Gerpen <daniel(a)vangerpen.de>
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:
libiberty/ChangeLog | 5 +++++
libiberty/argv.c | 6 +++---
2 files changed, 8 insertions(+), 3 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 gcc-7-branch
in repository gcc.
from e07b30081bc 2018-01-10 Steven G. Kargl <kargl(a)kgcc.gnu.org>
new 418b1d29c8f 2018-01-10 Steven G. Kargl <kargl(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 | 7 +++++++
gcc/fortran/resolve.c | 9 ++++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/allocate_with_typespec_7.f90 | 14 ++++++++++++++
4 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_typespec_7.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 llvm.
from 6cb095aa82a [X86] Move HasNOPL to a subtarget feature bit. Plumb MCSubt [...]
new d5651588f19 LiveRangeEdit: Inline markDeadRemat() into only user; NFC
new 682df3f9a23 Revert "AArch64: Fix emergency spillslot being out of reach [...]
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:
include/llvm/CodeGen/LiveRangeEdit.h | 6 ------
include/llvm/CodeGen/TargetSubtargetInfo.h | 3 ---
lib/CodeGen/LiveRangeEdit.cpp | 2 +-
lib/CodeGen/MIRParser/MIRParser.cpp | 2 --
lib/CodeGen/TargetSubtargetInfo.cpp | 3 ---
lib/Target/AArch64/AArch64FrameLowering.cpp | 32 ++++++-----------------------
lib/Target/AArch64/AArch64ISelLowering.cpp | 5 -----
lib/Target/AArch64/AArch64ISelLowering.h | 2 --
lib/Target/AArch64/AArch64RegisterInfo.cpp | 12 +++++------
lib/Target/AArch64/AArch64Subtarget.cpp | 10 ---------
lib/Target/AArch64/AArch64Subtarget.h | 2 --
test/CodeGen/AArch64/big-callframe.ll | 15 --------------
12 files changed, 12 insertions(+), 82 deletions(-)
delete mode 100644 test/CodeGen/AArch64/big-callframe.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 libunwind.
from da0af18 [libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mip [...]
new e97f873 [libunwind] Set up .arcconfig to point to new Diffusion UNW 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:
.arcconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.