This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7df3e57 Testing commit rights. Removing trailing white space from test file.
new fcb405e Touch up [[clang::require_constant_initialization]] docs
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/clang/Basic/AttrDocs.td | 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 master
in repository clang.
from 4941367 Fix unused result from sign extending an Offset.
new 7df3e57 Testing commit rights. Removing trailing white space from test file.
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/SemaCXX/attr-noreturn.cpp | 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 gcc-6-branch
in repository gcc.
from 0d2eafa Daily bump.
new 453fa57 Backported from mainline 2016-09-05 Jakub Jelinek <jakub@ [...]
new 7246e78 Backported from mainline 2016-09-06 Jakub Jelinek <jakub@ [...]
new 5bcf277 Backported from mainline 2016-09-08 Jakub Jelinek <jakub@ [...]
new 9eb7046 Backported from mainline 2016-09-08 Jakub Jelinek <jakub@ [...]
new 3969818 Backported from mainline 2016-09-13 Jakub Jelinek <jakub@ [...]
new 5b51ffd Backported from mainline 2016-09-14 Jakub Jelinek <jakub@ [...]
new 7a974be PR middle-end/77594 * internal-fn.c (expand_arith_overflow) [...]
The 7 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 | 32 +++++++
gcc/config/i386/i386.c | 2 +-
gcc/cp/ChangeLog | 12 +++
gcc/cp/constexpr.c | 125 +++++++++++++--------------
gcc/fortran/ChangeLog | 10 +++
gcc/fortran/trans-openmp.c | 10 ++-
gcc/internal-fn.c | 5 +-
gcc/omp-low.c | 4 +-
gcc/testsuite/ChangeLog | 44 ++++++++++
gcc/testsuite/c-c++-common/tsan/pr68260.c | 28 ++++++
gcc/testsuite/g++.dg/asan/pr77396-2.C | 12 +++
gcc/testsuite/g++.dg/asan/pr77396.C | 12 +++
gcc/testsuite/g++.dg/cpp1y/constexpr-77553.C | 29 +++++++
gcc/testsuite/gcc.target/i386/pr69255-1.c | 17 ++++
gcc/testsuite/gcc.target/i386/pr69255-2.c | 17 ++++
gcc/testsuite/gcc.target/i386/pr69255-3.c | 17 ++++
gcc/testsuite/gcc.target/i386/pr77594.c | 11 +++
gcc/testsuite/gfortran.dg/gomp/pr77500.f90 | 9 ++
gcc/testsuite/gfortran.dg/gomp/pr77516.f90 | 12 +++
gcc/tsan.c | 65 +++++++++++++-
libsanitizer/ChangeLog | 8 ++
libsanitizer/asan/asan_globals.cc | 7 +-
22 files changed, 414 insertions(+), 74 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/tsan/pr68260.c
create mode 100644 gcc/testsuite/g++.dg/asan/pr77396-2.C
create mode 100644 gcc/testsuite/g++.dg/asan/pr77396.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-77553.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr69255-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69255-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69255-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr77594.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr77500.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr77516.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 clang-tools-extra.
from 43bec12 [Release notes] Mention readability-container-size-empty impr [...]
new e6522d8 [clang-rename] Merge rename-{at|all} & optimise.
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:
clang-rename/USRFindingAction.cpp | 115 ++++++-----
clang-rename/USRFindingAction.h | 28 +--
clang-rename/tool/ClangRename.cpp | 211 +++++++--------------
docs/clang-rename.rst | 106 ++++-------
test/clang-rename/ClassFindByName.cpp | 2 +-
test/clang-rename/ClassTestMulti.cpp | 2 +-
test/clang-rename/ClassTestMultiByName.cpp | 2 +-
test/clang-rename/ClassTestMultiByNameYAML.cpp | 10 -
test/clang-rename/FunctionWithClassFindByName.cpp | 2 +-
...yNameYAMLRenameAt.yaml => OffsetToNewName.yaml} | 0
...LRenameAll.yaml => QualifiedNameToNewName.yaml} | 4 +-
test/clang-rename/InvalidOldName.cpp | 2 -
test/clang-rename/NoNewName.cpp | 2 +-
test/clang-rename/YAMLInput.cpp | 10 +
unittests/CMakeLists.txt | 1 -
unittests/clang-rename/CMakeLists.txt | 25 ---
unittests/clang-rename/USRLocFindingTest.cpp | 83 --------
17 files changed, 211 insertions(+), 394 deletions(-)
delete mode 100644 test/clang-rename/ClassTestMultiByNameYAML.cpp
rename test/clang-rename/Inputs/{ClassTestMultiByNameYAMLRenameAt.yaml => OffsetTo [...]
rename test/clang-rename/Inputs/{ClassTestMultiByNameYAMLRenameAll.yaml => Qualifi [...]
delete mode 100644 test/clang-rename/InvalidOldName.cpp
create mode 100644 test/clang-rename/YAMLInput.cpp
delete mode 100644 unittests/clang-rename/CMakeLists.txt
delete mode 100644 unittests/clang-rename/USRLocFindingTest.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 gcc.
from be63912 PR middle-end/77475 * gcc.target/i386/pr65990.c: Adjust dg- [...]
new f5c4b3b * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use paramete [...]
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 | 6 ++++++
gcc/config/i386/cygming.h | 8 ++++----
gcc/config/ia64/ia64.h | 2 +-
3 files changed, 11 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 libcxxabi.
from 9f08403 [lit] Replace print with lit_config.note().
new 933c4df Fix side effect in assertion
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/cxa_thread_atexit_test.pass.cpp | 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 gcc.
from dff10ec PR target/77526 * combine.c (rest_of_handle_combine): If an [...]
new be63912 PR middle-end/77475 * gcc.target/i386/pr65990.c: Adjust dg- [...]
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/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.target/i386/pr65990.c | 2 +-
2 files changed, 4 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 llvm.
from c53e384 [CUDA] [doc] Note that you can use std::min/max from device c [...]
new 2ce67fb Remove unused function getMang().
new 88a23b6 Move the Mangler from the AsmPrinter down to TLOF and clean u [...]
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:
.../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 48 ++++-----
include/llvm/Target/TargetLoweringObjectFile.h | 56 ++++++-----
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 26 ++---
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 3 +-
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp | 3 +-
lib/CodeGen/AsmPrinter/WinException.cpp | 2 +-
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 109 +++++++++------------
lib/LTO/LTOModule.cpp | 5 +-
lib/Target/AArch64/AArch64TargetObjectFile.cpp | 13 ++-
lib/Target/AArch64/AArch64TargetObjectFile.h | 4 +-
lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp | 8 +-
lib/Target/AMDGPU/AMDGPUTargetObjectFile.h | 1 -
lib/Target/ARM/ARMAsmPrinter.cpp | 6 +-
lib/Target/ARM/ARMTargetObjectFile.cpp | 9 +-
lib/Target/ARM/ARMTargetObjectFile.h | 10 +-
lib/Target/Hexagon/HexagonTargetObjectFile.cpp | 25 ++---
lib/Target/Hexagon/HexagonTargetObjectFile.h | 7 +-
lib/Target/Lanai/LanaiTargetObjectFile.cpp | 9 +-
lib/Target/Lanai/LanaiTargetObjectFile.h | 1 -
lib/Target/Mips/MipsTargetObjectFile.cpp | 8 +-
lib/Target/Mips/MipsTargetObjectFile.h | 1 -
lib/Target/NVPTX/NVPTXISelLowering.cpp | 6 +-
lib/Target/NVPTX/NVPTXTargetObjectFile.h | 2 -
lib/Target/PowerPC/PPCTargetObjectFile.cpp | 6 +-
lib/Target/PowerPC/PPCTargetObjectFile.h | 1 -
lib/Target/Sparc/SparcTargetObjectFile.cpp | 13 ++-
lib/Target/Sparc/SparcTargetObjectFile.h | 10 +-
lib/Target/TargetLoweringObjectFile.cpp | 35 +++----
lib/Target/TargetMachine.cpp | 2 +-
lib/Target/X86/X86AsmPrinter.cpp | 6 +-
lib/Target/X86/X86MCInstLower.cpp | 3 -
lib/Target/X86/X86TargetObjectFile.cpp | 20 ++--
lib/Target/X86/X86TargetObjectFile.h | 13 ++-
lib/Target/XCore/XCoreAsmPrinter.cpp | 3 +-
lib/Target/XCore/XCoreTargetObjectFile.cpp | 12 +--
lib/Target/XCore/XCoreTargetObjectFile.h | 2 -
36 files changed, 210 insertions(+), 278 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 cf50344 Alter the iOS/tvOS ARM64 C++ ABI to ignore the upper half of [...]
new 4941367 Fix unused result from sign extending an Offset.
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 | 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 gcc.
from 7642eb2 Daily bump.
new 69cdadd PR middle-end/77594 * internal-fn.c (expand_arith_overflow) [...]
new dff10ec PR target/77526 * combine.c (rest_of_handle_combine): If an [...]
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:
gcc/ChangeLog | 13 +++++++++++++
gcc/combine.c | 2 ++
gcc/internal-fn.c | 5 ++++-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr77526.c | 13 +++++++++++++
gcc/testsuite/gcc.target/i386/pr77594.c | 11 +++++++++++
6 files changed, 54 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr77526.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr77594.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.