This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d8b1094 [mips][ias] Enable IAS by default for N64 on Debian mips64el.
new 6701aa3 Reverting r281609; it caused some build bots to break.
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 | 13 ++-----------
test/Sema/varargs.c | 20 +-------------------
2 files changed, 3 insertions(+), 30 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 273cb11 Silence false positive diagnostics regarding passing an objec [...]
new d8b1094 [mips][ias] Enable IAS by default for N64 on Debian mips64el.
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/ToolChains.cpp | 7 +++++++
1 file changed, 7 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 glibc.
from 80d8cb9 inet: Add __inet6_scopeid_pton function [BZ #20611]
new 980d25d nptl: Consolidate sem_open implementations
new 91dd866 nptl: Set sem_open as a non cancellation point (BZ #15765)
new 49ad334 nptl: Remove sparc sem_wait
new 47677f2 nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243)
new fbc9949 rt: Set shm_open as a non cancellation point (BZ #18243)
The 5 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 | 39 ++++
nptl/Makefile | 2 +-
nptl/pthreadP.h | 2 +
nptl/pthread_testcancel.c | 4 +-
nptl/sem_open.c | 27 ++-
nptl/sem_timedwait.c | 3 +
nptl/sem_wait.c | 13 ++
nptl/tst-cancel12.c | 29 ++-
nptl/tst-cancel13.c | 23 ++-
nptl/tst-cancel14.c | 17 +-
nptl/tst-cancel15.c | 23 ++-
nptl/tst-sem16.c | 130 ++++++++++++++
rt/Makefile | 2 +-
rt/tst-shm-cancel.c | 130 ++++++++++++++
sysdeps/posix/shm_open.c | 7 +
sysdeps/sparc/sparc32/sem_open.c | 300 -------------------------------
sysdeps/sparc/sparc32/sem_wait.c | 93 ----------
sysdeps/sparc/sparc32/sparcv9/sem_open.c | 1 -
sysdeps/sparc/sparc32/sparcv9/sem_wait.c | 1 -
19 files changed, 393 insertions(+), 453 deletions(-)
create mode 100644 nptl/tst-sem16.c
create mode 100644 rt/tst-shm-cancel.c
delete mode 100644 sysdeps/sparc/sparc32/sem_open.c
delete mode 100644 sysdeps/sparc/sparc32/sem_wait.c
delete mode 100644 sysdeps/sparc/sparc32/sparcv9/sem_open.c
delete mode 100644 sysdeps/sparc/sparc32/sparcv9/sem_wait.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 236cf68 [ARM] ARM-specific attributes should be accepted for big-endian
new 273cb11 Silence false positive diagnostics regarding passing an objec [...]
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 | 13 +++++++++++--
test/Sema/varargs.c | 20 +++++++++++++++++++-
2 files changed, 30 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 glibc.
from a0a9b6e Remove the ptw-% patterns
new 80d8cb9 inet: Add __inet6_scopeid_pton function [BZ #20611]
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 | 12 ++
inet/Makefile | 6 +-
inet/Versions | 3 +
inet/inet6_scopeid_pton.c | 63 ++++++++++
.../alpha/fpu/fegetmode.c => inet/net-internal.h | 23 ++--
inet/tst-inet6_scopeid_pton.c | 131 +++++++++++++++++++++
resolv/res_init.c | 27 ++---
sysdeps/posix/getaddrinfo.c | 31 ++---
8 files changed, 237 insertions(+), 59 deletions(-)
create mode 100644 inet/inet6_scopeid_pton.c
copy sysdeps/alpha/fpu/fegetmode.c => inet/net-internal.h (67%)
create mode 100644 inet/tst-inet6_scopeid_pton.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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 227fe98 Remove support for manifest versions 1.3/1.4.
new 165c334 Initial commit of test-checkout.sh
new 8321dfb Enhancements to test-checkout.sh
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-checkout.sh | 148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 148 insertions(+)
create mode 100644 test-checkout.sh
--
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 lld.
from 787e7d0 Recommit r281318 "[ELF] - Versionscript: support mangled symb [...]
new b4efd52 Check the return of getInteger.
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:
ELF/LinkerScript.cpp | 3 ++-
test/ELF/linkerscript/segment-start.s | 5 +++++
2 files changed, 7 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 095eb00 [ARM] Promote small global constants to constant pools
new c2c0b27 [mips][ias] Enable IAS by default for N64 on Debian mips64el.
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/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp | 4 ++++
1 file changed, 4 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 lldb.
from f08610a Fix TestSymbolContextTwoFiles on Android after rL281595
new 052e468 Reformat x86_64 register infos defines table
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:
.../Plugins/Process/Utility/RegisterInfos_x86_64.h | 113 ++++++++-------------
1 file changed, 41 insertions(+), 72 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 lld.
from 2c6a30b Handle arbitrary expressions in DATA_SEGMENT_RELRO_END.
new 787e7d0 Recommit r281318 "[ELF] - Versionscript: support mangled symb [...]
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:
ELF/SymbolTable.cpp | 34 +++++++++++++++++++++-------------
ELF/SymbolTable.h | 2 +-
test/ELF/version-script-extern.s | 22 ++++++++++++++++++++--
3 files changed, 42 insertions(+), 16 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 43514de Editorial fixes to libstdc++ debug mode docs
new 3aa4e8c PR middle-end/77475 * config/i386/i386.c (ix86_parse_string [...]
new 1bc882c PR rtl-optimization/77425 * sched-int.h (sd_iterator_cond): [...]
new fbcb99d 2016-09-15 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 23 +++
gcc/config/i386/i386.c | 173 ++++++++++++++-------
gcc/fold-const.c | 7 +-
gcc/sched-int.h | 7 +-
gcc/testsuite/ChangeLog | 15 ++
gcc/testsuite/c-c++-common/torture/pr77544.c | 7 +
gcc/testsuite/gcc.dg/march-generic.c | 2 +-
gcc/testsuite/gcc.target/i386/pr65990.c | 2 +-
.../gcc.target/i386/spellcheck-options-1.c | 7 +
.../gcc.target/i386/spellcheck-options-2.c | 7 +
.../gcc.target/i386/spellcheck-options-3.c | 7 +
.../gcc.target/i386/spellcheck-options-4.c | 7 +
12 files changed, 204 insertions(+), 60 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr77544.c
create mode 100644 gcc/testsuite/gcc.target/i386/spellcheck-options-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/spellcheck-options-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/spellcheck-options-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/spellcheck-options-4.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 8c9a9af GlobalISel: legalize GEP instructions with small offsets.
new 095eb00 [ARM] Promote small global constants to constant pools
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/Target/ARM/ARMAsmPrinter.cpp | 13 ++++
lib/Target/ARM/ARMAsmPrinter.h | 9 ++-
lib/Target/ARM/ARMISelLowering.cpp | 121 +++++++++++++++++++++++++++++++
lib/Target/ARM/ARMMachineFunctionInfo.h | 13 ++++
test/CodeGen/ARM/constantpool-promote.ll | 109 ++++++++++++++++++++++++++++
5 files changed, 264 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/constantpool-promote.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 d7cd93a gas: run the sparc test dcti-couples-v9 only in ELF targets.
new 49b4de6 testsuite: Disable ccache
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:
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/lib/future.exp | 5 +++++
2 files changed, 9 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from ced81b2 libgcc/ Backport from trunk r240033. 2016-09-07 Joseph My [...]
new 0717538 gcc/ Backport from trunk r240102. 2016-09-12 Andrew Pinsk [...]
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/config/aarch64/aarch64-tuning-flags.def | 5 +++++
gcc/config/aarch64/aarch64.c | 20 +++++++++++++++++++-
gcc/testsuite/gcc.target/aarch64/thunderxloadpair.c | 20 ++++++++++++++++++++
.../gcc.target/aarch64/thunderxnoloadpair.c | 17 +++++++++++++++++
4 files changed, 61 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/thunderxloadpair.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/thunderxnoloadpair.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 7408c16 gcc/ Backport from trunk r239212. 2016-08-08 Prathamesh K [...]
new ced81b2 libgcc/ Backport from trunk r240033. 2016-09-07 Joseph My [...]
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/libgcc2.c | 8 ++++----
1 file changed, 4 insertions(+), 4 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from ef72a01 libgcc/ Backport from trunk r240043. 2016-09-09 James Gre [...]
new 7408c16 gcc/ Backport from trunk r239212. 2016-08-08 Prathamesh K [...]
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/tree-ssa-ccp.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 3d658a6 GlobalISel: relax type constraints on G_ICMP to allow pointers.
new 8c9a9af GlobalISel: legalize GEP instructions with small offsets.
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/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 7 +++++++
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 6 ++++++
.../{legalize-or.mir => legalize-gep.mir} | 21 +++++++++------------
3 files changed, 22 insertions(+), 12 deletions(-)
copy test/CodeGen/AArch64/GlobalISel/{legalize-or.mir => legalize-gep.mir} (53%)
--
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 d940dca Revert r280944 - Added 'inline' attribute to basic_string's d [...]
new 86f6997 [libcxx] Allow sanitizing libcxx with ASan+UBSan simultaneously
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/CMakeLists.txt | 4 +++-
test/libcxx/test/config.py | 18 ++++++++++++------
2 files changed, 15 insertions(+), 7 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 lldb.
from 8c03377 Add support for DW_AT_ranges_base attribute
new f08610a Fix TestSymbolContextTwoFiles on Android after rL281595
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:
.../python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py | 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 llvm.
from 3d94178 GlobalISel: remove "unsized" LLT
new 3d658a6 GlobalISel: relax type constraints on G_ICMP to allow pointers.
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/CodeGen/GlobalISel/MachineIRBuilder.h | 4 ++--
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 4 +---
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 1 +
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 12 ++++++++++++
test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir | 5 +++++
5 files changed, 21 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 users/palves/cxx-eliminate-cleanups
in repository binutils-gdb.
from aea1dc4 parse_expression -> gdb::unique_ptr
new 47d4d8c C++-ify gdb/xml-support.c a bit
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:
gdb/xml-support.c | 136 +++++++++++++++++++++---------------------------------
1 file changed, 53 insertions(+), 83 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 e9dea52 2016-09-15 Chung-Lin Tang <cltang(a)codesourcery.com>
new 296b549 Fix testsuite to not increment bool
new e1719e7 2016-09-15 Richard Biener <rguenther(a)suse.de>
new e8cef9d Reformat libstdc++-v3/ChangeLog to fit in 80 columns
new cb75e52 Fix testsuite to not increment bool
new 43514de Editorial fixes to libstdc++ debug mode docs
The 5 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 | 18 ++
gcc/config/darwin-protos.h | 4 +-
gcc/config/darwin.c | 9 +-
gcc/config/darwin.h | 6 +-
gcc/config/i386/cygming.h | 6 +-
gcc/config/ia64/ia64.h | 4 +-
gcc/doc/tm.texi | 7 +-
gcc/doc/tm.texi.in | 7 +-
gcc/dwarf2asm.c | 31 ++-
gcc/dwarf2asm.h | 4 +
libstdc++-v3/ChangeLog | 271 +++++++++++++--------
.../doc/html/manual/debug_mode_design.html | 11 +-
libstdc++-v3/doc/xml/manual/debug_mode.xml | 11 +-
.../23_containers/vector/debug/insert6_neg.cc | 1 -
libstdc++-v3/testsuite/util/debug/checks.h | 13 +
15 files changed, 268 insertions(+), 135 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 ccc7ec7 llvm/test/Transforms/CorrelatedValuePropagation/alloca.ll REQ [...]
new 3d94178 GlobalISel: remove "unsized" LLT
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/CodeGen/LowLevelType.h | 18 +++---------------
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 2 +-
lib/CodeGen/LowLevelType.cpp | 9 ++++-----
lib/CodeGen/MIRParser/MIParser.cpp | 6 +-----
lib/CodeGen/MachineRegisterInfo.cpp | 2 +-
lib/CodeGen/MachineVerifier.cpp | 2 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 9 ++++-----
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 1 -
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 2 +-
unittests/CodeGen/LowLevelTypeTest.cpp | 20 --------------------
10 files changed, 16 insertions(+), 55 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 binutils-gdb.
from fb324ee Fix typo in readelf error message.
new d7cd93a gas: run the sparc test dcti-couples-v9 only in ELF targets.
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:
gas/ChangeLog | 6 ++++++
gas/testsuite/gas/sparc/sparc.exp | 2 +-
2 files changed, 7 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 cdce758 GlobalISel: cache pointer sizes in LLT
new ccc7ec7 llvm/test/Transforms/CorrelatedValuePropagation/alloca.ll REQ [...]
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/Transforms/CorrelatedValuePropagation/alloca.ll | 1 +
1 file changed, 1 insertion(+)
--
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 fd486b6 Modify POWER9 support to match final ISA 3.0 documentation.
new fb324ee Fix typo in readelf error message.
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:
binutils/ChangeLog | 4 ++++
binutils/readelf.c | 2 +-
2 files changed, 5 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 7270347 2016-09-15 Richard Biener <rguenther(a)suse.de>
new e9dea52 2016-09-15 Chung-Lin Tang <cltang(a)codesourcery.com>
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 | 7 +++++++
gcc/ipa-icf.c | 22 +++++++++++++++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/goacc/pr72743.f90 | 15 +++++++++++++++
4 files changed, 46 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/goacc/pr72743.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 gcc.
from 091e8e9 2016-09-15 Richard Biener <rguenther(a)suse.de>
new 7270347 2016-09-15 Richard Biener <rguenther(a)suse.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:
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/fold-reassoc-2.c | 26 +++++++++++++-------------
2 files changed, 17 insertions(+), 13 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 4cb3509 [llvm-cov] Move some layout logic to the right spot (NFC)
new cdce758 GlobalISel: cache pointer sizes in LLT
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/CodeGen/LowLevelType.h | 59 ++++++++++++----------
lib/CodeGen/GlobalISel/IRTranslator.cpp | 14 ++---
lib/CodeGen/LowLevelType.cpp | 23 ++++-----
lib/CodeGen/MIRParser/MIParser.cpp | 4 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 8 +--
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 2 +-
.../CodeGen/GlobalISel/MachineLegalizerTest.cpp | 15 +++---
unittests/CodeGen/LowLevelTypeTest.cpp | 17 ++++---
8 files changed, 78 insertions(+), 64 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 lldb.
from b4c12de Try to fix windows build after rL281569
new 8c03377 Add support for DW_AT_ranges_base attribute
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:
.../two-files/TestSymbolContextTwoFiles.py | 43 ++++++++++++++++++++++
.../python_api/symbol-context/two-files/decls.h | 16 ++++----
.../python_api/symbol-context/two-files/file1.cpp | 24 ++++++++----
.../python_api/symbol-context/two-files/file2.cpp | 7 ++--
.../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 8 +++-
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 12 +++---
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 6 +--
.../Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 6 ++-
source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h | 3 +-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 3 +-
10 files changed, 95 insertions(+), 33 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 0ead18b Update clang unittests for rL281586.
new 236cf68 [ARM] ARM-specific attributes should be accepted for big-endian
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/Attr.td | 2 +-
test/Sema/arm-interrupt-attr.c | 3 +++
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.
christophe.lyon pushed a change to branch linaro_binutils-2_27-branch
in repository toolchain/binutils-gdb.
from eb65c97 Fix the generation of alignment frags in code sections for AArch64.
new fbc6c67 Fix seg-fault in ARM linker when trying to parse a binary 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:
bfd/ChangeLog | 5 +++++
bfd/elf32-arm.c | 2 +-
2 files changed, 6 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 lldb.
from d4cd4d0 Make the keys enumerations for options and resolvers enum classes.
new b4c12de Try to fix windows build after rL281569
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/lldb/Breakpoint/BreakpointOptions.h | 2 +-
include/lldb/Breakpoint/BreakpointResolver.h | 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 compiler-rt.
from c6e4ed8 [sanitizer] Fix darwin Go tsan build by unifying r281567 and [...]
new 5e40e76 [asan] Reify ErrorBadParamsToAnnotateContiguousContainer
new a64e604 [asan] Reify ErrorODRViolation
new 1e567a6 [asan] Reify ErrorInvalidPointerPair
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:
lib/asan/asan_errors.cc | 59 +++++++++++++++++++++++++++++++++++++++
lib/asan/asan_errors.h | 73 +++++++++++++++++++++++++++++++++++++++++--------
lib/asan/asan_report.cc | 58 +++++++--------------------------------
3 files changed, 131 insertions(+), 59 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 f211616 Iterator to visit SSA gcc/ChangeLog:
new 091e8e9 2016-09-15 Richard Biener <rguenther(a)suse.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:
gcc/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr77514.c | 21 +++++++++++++++++++++
gcc/tree-ssa-pre.c | 16 +++++++++++++++-
4 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77514.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 0bcb8fb Add some shortcuts in LazyValueInfo to reduce compile time of [...]
new 2fcbfcf [llvm-cov] Don't create 'jump to ...' links in nested views
new 61f5694 [llvm-cov] Hide instantiation views for unexecuted functions
new 4cb3509 [llvm-cov] Move some layout logic to the right spot (NFC)
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:
.../Inputs/hideUnexecutedSubviews.proftext | 16 ++++++++++++
test/tools/llvm-cov/hideUnexecutedSubviews.test | 10 ++++++++
test/tools/llvm-cov/showTemplateInstantiations.cpp | 4 +++
tools/llvm-cov/CodeCoverage.cpp | 30 ++++++++++++----------
tools/llvm-cov/SourceCoverageView.cpp | 3 ++-
tools/llvm-cov/SourceCoverageViewHTML.cpp | 10 +++++++-
tools/llvm-cov/SourceCoverageViewText.cpp | 7 ++++-
7 files changed, 63 insertions(+), 17 deletions(-)
create mode 100644 test/tools/llvm-cov/Inputs/hideUnexecutedSubviews.proftext
create mode 100644 test/tools/llvm-cov/hideUnexecutedSubviews.test
--
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 f158709 [CMake] Fixing lit for runtimes directory
new 0bcb8fb Add some shortcuts in LazyValueInfo to reduce compile time of [...]
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/Analysis/LazyValueInfo.cpp | 29 +++++++++++++
.../CorrelatedValuePropagation/alloca.ll | 48 ++++++++++++++++++++++
2 files changed, 77 insertions(+)
create mode 100644 test/Transforms/CorrelatedValuePropagation/alloca.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 clang.
from 2d35bd6 Builtins.def: Explicitly undef finitef, to appease mingw. It [...]
new 0ead18b Update clang unittests for rL281586.
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/cleanup-destslot-simple.c | 4 +--
test/CodeGen/temporary-lifetime-exceptions.cpp | 12 +++----
test/CodeGen/temporary-lifetime.cpp | 48 +++++++++++++-------------
test/CodeGenCXX/nrvo.cpp | 4 +--
test/CodeGenObjC/exceptions.m | 2 +-
test/CodeGenObjCXX/exceptions-legacy.mm | 4 +--
6 files changed, 37 insertions(+), 37 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from fd7276f gcc/ Backport from trunk r238588. 2016-07-21 Prathamesh K [...]
new ef72a01 libgcc/ Backport from trunk r240043. 2016-09-09 James Gre [...]
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/Makefile.in | 5 +++--
libgcc/libgcc2.c | 15 +++++++++++----
libgcc/libgcc2.h | 14 ++++++++++++++
3 files changed, 28 insertions(+), 6 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 577674b [libFuzzer] disable test that requires debug info -- it fails [...]
new f158709 [CMake] Fixing lit for runtimes 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:
runtimes/CMakeLists.txt | 3 +++
1 file changed, 3 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 3f6d675 [libFuzzer] move the AFL driver build rule test into the unin [...]
new 577674b [libFuzzer] disable test that requires debug info -- it fails [...]
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/Fuzzer/test/fuzzer-printcovpcs.test | 5 -----
1 file changed, 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 llvm.
from 7551d48 [llvm-cov] Make a method name more accurate (NFC)
new 3f6d675 [libFuzzer] move the AFL driver build rule test into the unin [...]
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/Fuzzer/test/CMakeLists.txt | 12 ------------
lib/Fuzzer/test/no-coverage/CMakeLists.txt | 13 +++++++++++++
2 files changed, 13 insertions(+), 12 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 e119918 Revert r281457 "Supports adding insertion around non-insertio [...]
new 2d35bd6 Builtins.def: Explicitly undef finitef, to appease mingw. It [...]
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/Builtins.def | 4 ++++
1 file changed, 4 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 90562cd [llvm-cov] Don't print a verbose title when looking at one file
new 7e2d153 [libFuzzer] fix print_pcs test
new 7551d48 [llvm-cov] Make a method name more accurate (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/Fuzzer/test/fuzzer-printcovpcs.test | 4 ++--
tools/llvm-cov/SourceCoverageView.cpp | 2 +-
tools/llvm-cov/SourceCoverageView.h | 6 +++---
tools/llvm-cov/SourceCoverageViewHTML.cpp | 5 ++---
tools/llvm-cov/SourceCoverageViewHTML.h | 2 +-
tools/llvm-cov/SourceCoverageViewText.cpp | 5 ++---
tools/llvm-cov/SourceCoverageViewText.h | 2 +-
7 files changed, 12 insertions(+), 14 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 f09ca2f Add a C++ unittest to test the fix for PR30213.
new f0b5dd7 [libFuzzer] implement print_pcs with trace-pc-guard. Change t [...]
new 5d97808 [llvm-cov] Fix tests that aren't checking anything (NFC)
new 90562cd [llvm-cov] Don't print a verbose title when looking at one file
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:
lib/Fuzzer/FuzzerInternal.h | 15 ++++++++++
lib/Fuzzer/FuzzerLoop.cpp | 30 +++++++++++++-------
lib/Fuzzer/FuzzerTracePC.cpp | 24 ++++++++++++----
lib/Fuzzer/FuzzerValueBitMap.h | 10 +++++--
lib/Fuzzer/test/fuzzer-printcovpcs.test | 9 +++++-
test/tools/llvm-cov/Inputs/showProjectSummary.test | 16 +++++++++++
test/tools/llvm-cov/native_separators.c | 4 ---
test/tools/llvm-cov/showProjectSummary.cpp | 32 ++++++----------------
tools/llvm-cov/SourceCoverageView.cpp | 2 +-
9 files changed, 93 insertions(+), 49 deletions(-)
create mode 100644 test/tools/llvm-cov/Inputs/showProjectSummary.test
--
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 d3633e8 [sanitizer] one more attempt to fix things with __sanitizer_ [...]
new c6e4ed8 [sanitizer] Fix darwin Go tsan build by unifying r281567 and [...]
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/sanitizer_common/sanitizer_common.cc | 7 +++++++
lib/sanitizer_common/sanitizer_mac.cc | 8 --------
lib/tsan/rtl/tsan_rtl.cc | 2 --
3 files changed, 7 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 llvm.
from 4574c11 [doc] [CUDA] Add sections about STL support and differences b [...]
new f09ca2f Add a C++ unittest to test the fix for PR30213.
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:
unittests/Analysis/ScalarEvolutionTest.cpp | 65 ++++++++++++++++++++++++++++++
1 file changed, 65 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 binutils-gdb.
from b82c1d9 Automatic date update in version.in
new fd486b6 Modify POWER9 support to match final ISA 3.0 documentation.
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:
gas/ChangeLog | 8 ++++++++
gas/testsuite/gas/ppc/power9.d | 35 ++++-------------------------------
gas/testsuite/gas/ppc/power9.s | 41 +++++++----------------------------------
opcodes/ChangeLog | 16 ++++++++++++++++
opcodes/ppc-opc.c | 29 +++++++----------------------
5 files changed, 42 insertions(+), 87 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 a75b487 Daily bump.
new f211616 Iterator to visit SSA gcc/ChangeLog:
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 | 26 ++++++++++++++++++++++++
gcc/cfgexpand.c | 38 ++++++++++++++++-------------------
gcc/omp-simd-clone.c | 8 ++++----
gcc/tree-cfg.c | 8 +++++---
gcc/tree-into-ssa.c | 20 +++++++++----------
gcc/tree-ssa-alias.c | 7 +++----
gcc/tree-ssa-ccp.c | 15 +++++++-------
gcc/tree-ssa-coalesce.c | 22 +++++++++-----------
gcc/tree-ssa-copy.c | 7 +++----
gcc/tree-ssa-operands.c | 5 +----
gcc/tree-ssa-pre.c | 7 +++----
gcc/tree-ssa-sccvn.c | 50 +++++++++++++++++++---------------------------
gcc/tree-ssa-structalias.c | 10 +++++-----
gcc/tree-ssa-ter.c | 11 +++++-----
gcc/tree-ssa.c | 30 +++++++++++++---------------
gcc/tree-ssanames.h | 4 ++++
16 files changed, 136 insertions(+), 132 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.