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 02d9b70 Backport from mainline 2016-06-09 Eric Botcazou <ebotcazo [...]
new 025f304 Back port from trunk 2016-06-29 Cesar Philippidis <cesar@ [...]
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 | 15 +++
gcc/fortran/openmp.c | 149 ++++++++++++++++--------
gcc/testsuite/ChangeLog | 9 ++
gcc/testsuite/gfortran.dg/goacc/asyncwait-2.f95 | 12 ++
gcc/testsuite/gfortran.dg/goacc/asyncwait-3.f95 | 16 +--
gcc/testsuite/gfortran.dg/goacc/asyncwait-4.f95 | 22 ++--
6 files changed, 157 insertions(+), 66 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 9d78f82 PR gdb/17210 - fix possible memory leak in read_memory_robust
new 803b47e Fix PR python/20129 - use of non-existing variable
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/ChangeLog | 7 +++++++
gdb/python/lib/gdb/command/frame_filters.py | 4 ++--
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.python/py-framefilter.exp | 6 ++++++
4 files changed, 21 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 lld.
from b752e4b [ELF] - Added support for --unresolved-symbols option.
new 686cb9d [ELF] More self-explanatory error message when e_machine can' [...]
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/InputFiles.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 binutils-gdb.
from b287eca gold: Support 386 TLS code sequences without PLT
new 9d78f82 PR gdb/17210 - fix possible memory leak in read_memory_robust
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/ChangeLog | 8 ++++++++
gdb/mi/mi-main.c | 2 +-
gdb/target.c | 15 +++++++++++----
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 clang.
from 5f57c65 [X86][SSE2] Updated tests to match llvm\test\CodeGen\X86\sse2 [...]
new 7d5e0e6 AvailabilityAttr: update the document for macosx
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 | 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.
Peter Smith pushed a change to branch linaro-local/InterworkVeneers
in repository toolchain/llvm/lld.
discards 739d3d1 First implementation of new Thunk interface for MIPS and ARM.
discards be6394d First implementation of Thunks module
discards d06ab14 Add support for relocations to PLT entries. We need to accoun [...]
discards e10486b Add basic ARM/Thumb interworking veneer support for non-PLT e [...]
discards af834c3 Initial support for interworking veneers add support for movt [...]
adds bb2213b [lld][MachO] Remove SimpleFile::definedAtoms().
adds 7814d48 Don't check the section index, it is not relevant for this test.
adds 75edc46 Handle empty versions.
adds 01fac1d Refactor ELF type inference functions.
adds 4dfdcb7 [ELF] Support for wildcard in version scripts.
adds 5c15d6d Make SymbolTable::findAll to return only defined symbols.
adds d36769d Rename matchStr -> globMatch.
adds 44beced [LTO] Infer ELFKind/EMachine from Bitcode files
adds 918a54e Create Strings.cpp and move string manipulation functions to [...]
adds 9bdbd6e [ELF] - Updated comments. NFC.
adds cbe9851 Move isValidCIdentifier to Strings.cpp.
adds 4371250 [ELF] - Check the input bitcode files for compatibility.
adds 7afe2b6 Convert DOS-style newlines.
adds b752e4b [ELF] - Added support for --unresolved-symbols option.
new 616a191 Add Thunk support framework for ARM and Mips
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (739d3d1)
\
N -- N -- N refs/heads/linaro-local/InterworkVeneers (616a191)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/CMakeLists.txt | 1 +
ELF/Config.h | 5 +-
ELF/Driver.cpp | 45 +++++-
ELF/DriverUtils.cpp | 16 --
ELF/InputFiles.cpp | 98 +++++++-----
ELF/InputFiles.h | 7 +-
ELF/InputSection.cpp | 17 +--
ELF/InputSection.h | 6 +-
ELF/LinkerScript.cpp | 31 +---
ELF/Options.td | 3 +
ELF/OutputSections.cpp | 13 +-
ELF/Relocations.cpp | 19 +--
ELF/Relocations.h | 2 +-
ELF/ScriptParser.cpp | 15 --
ELF/ScriptParser.h | 2 -
ELF/Strings.cpp | 70 +++++++++
ELF/{EhFrame.h => Strings.h} | 12 +-
ELF/SymbolListFile.cpp | 7 +-
ELF/SymbolTable.cpp | 49 ++++--
ELF/SymbolTable.h | 1 +
ELF/Symbols.cpp | 4 +-
ELF/Symbols.h | 4 -
ELF/Thunks.cpp | 169 ++++++++++-----------
ELF/Thunks.h | 19 +--
ELF/Writer.cpp | 17 ++-
include/lld/Core/Simple.h | 3 -
lib/ReaderWriter/MachO/LayoutPass.cpp | 14 +-
lib/ReaderWriter/MachO/LayoutPass.h | 10 +-
test/ELF/Inputs/empty-ver.ver | 2 +
...llow-shlib-undefined.s => unresolved-symbols.s} | 2 +-
test/ELF/arm-thumb-interwork-thunk.s | 90 ++++++-----
test/ELF/empty-ver.s | 25 +++
test/ELF/lto/mix-platforms.ll | 10 ++
test/ELF/lto/pic.ll | 2 +-
test/ELF/unresolved-symbols.s | 63 ++++++++
test/ELF/version-script.s | 6 +-
test/ELF/version-wildcard.test | 65 ++++++++
37 files changed, 578 insertions(+), 346 deletions(-)
create mode 100644 ELF/Strings.cpp
copy ELF/{EhFrame.h => Strings.h} (56%)
create mode 100644 test/ELF/Inputs/empty-ver.ver
copy test/ELF/Inputs/{allow-shlib-undefined.s => unresolved-symbols.s} (50%)
create mode 100644 test/ELF/empty-ver.s
create mode 100644 test/ELF/lto/mix-platforms.ll
create mode 100644 test/ELF/unresolved-symbols.s
create mode 100644 test/ELF/version-wildcard.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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 2da6cf4 Add checking for configure lines in reference manifests.
new 56f1491 Disable comparison of configure lines.
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-manifest2.sh | 3 ++-
1 file changed, 2 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 libcxx.
from 05d5c05 Use WG21.link reflector to get to issues, rather than linking [...]
new 70bf1c2 [libcxx] Fix a bug in strstreambuf::overflow.
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:
src/strstream.cpp | 3 +--
.../overflow.pass.cpp} | 27 +++++++++++++---------
2 files changed, 17 insertions(+), 13 deletions(-)
copy test/std/depr/depr.str.strstreams/depr.strstreambuf/{depr.strstreambuf.virtua [...]
--
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 9bf74fb Initialize strtok_r's saveptr to NULL
new ad961ea gold: Support x86-64 TLS code sequences without PLT
new b287eca gold: Support 386 TLS code sequences without PLT
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:
gold/ChangeLog | 97 +++
gold/configure | 14 +
gold/configure.ac | 2 +
gold/i386.cc | 72 ++-
gold/testsuite/Makefile.am | 102 +++
gold/testsuite/Makefile.in | 688 +++++++++++++++++----
.../tls-def1.c => gold/testsuite/pr20216_def.c | 0
.../tls-gd1.S => gold/testsuite/pr20216_gd.S | 0
.../tls-ld1.S => gold/testsuite/pr20216_ld.S | 0
.../tls-main1.c => gold/testsuite/pr20216_main.c | 5 +-
.../tls-def1.c => gold/testsuite/pr20308_def.c | 0
.../tls-gd1.S => gold/testsuite/pr20308_gd.S | 0
.../tls-ld1.S => gold/testsuite/pr20308_ld.S | 0
.../tls-main1.c => gold/testsuite/pr20308_main.c | 2 +-
gold/x86_64.cc | 55 +-
15 files changed, 897 insertions(+), 140 deletions(-)
copy ld/testsuite/ld-i386/tls-def1.c => gold/testsuite/pr20216_def.c (100%)
copy ld/testsuite/ld-x86-64/tls-gd1.S => gold/testsuite/pr20216_gd.S (100%)
copy ld/testsuite/ld-x86-64/tls-ld1.S => gold/testsuite/pr20216_ld.S (100%)
copy ld/testsuite/ld-x86-64/tls-main1.c => gold/testsuite/pr20216_main.c (89%)
copy ld/testsuite/ld-i386/tls-def1.c => gold/testsuite/pr20308_def.c (100%)
copy ld/testsuite/ld-i386/tls-gd1.S => gold/testsuite/pr20308_gd.S (100%)
copy ld/testsuite/ld-i386/tls-ld1.S => gold/testsuite/pr20308_ld.S (100%)
copy ld/testsuite/ld-x86-64/tls-main1.c => gold/testsuite/pr20308_main.c (99%)
--
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.
Maxim Kuvyrkov pushed a change to branch linaro-local/maxim-exec_shell
in repository toolchain/dejagnu.
from f6177d0 Support using QEMU in local/remote testing using default "uni [...]
new 722714e Kill PIDs
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/remote.exp | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.