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 be1ef63 gcc/ Backport from trunk r236355. 2016-05-17 Kugan Viveka [...]
new 16ee740 gcc/ Backport from trunk r236502. 2016-05-20 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.dg/vect/aligned-section-anchors-vect-70.c | 33 ++++++
.../gcc.dg/vect/aligned-section-anchors-vect-71.c | 25 ++++
.../gcc.dg/vect/aligned-section-anchors-vect-72.c | 29 +++++
gcc/tree-vectorizer.c | 132 ++++++++++++++++++---
4 files changed, 205 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/aligned-section-anchors-vect-70.c
create mode 100644 gcc/testsuite/gcc.dg/vect/aligned-section-anchors-vect-71.c
create mode 100644 gcc/testsuite/gcc.dg/vect/aligned-section-anchors-vect-72.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 ad2ea57 gcc/ Backport from trunk r236198. 2016-05-13 Ramana Radha [...]
new be1ef63 gcc/ Backport from trunk r236355. 2016-05-17 Kugan Viveka [...]
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.c | 10 ----------
1 file changed, 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 38fec1e gcc/ Backport from trunk r237679. 2016-06-22 Kyrylo Tkach [...]
new ad2ea57 gcc/ Backport from trunk r236198. 2016-05-13 Ramana Radha [...]
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/arm/arm.c | 96 +++++++++++++++++++++++++++++++++--
gcc/testsuite/g++.dg/inherit/thunk1.C | 3 +-
2 files changed, 93 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 lld.
from 7744ec3 Allow .eh_frame_hdr to be placed before .eh_frame
new 28e21f3 Allow adding start/end symbols to any section
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 | 41 ++++++++++++--
.../linkerscript/linkerscript-symbols-synthetic.s | 66 +++++++++++++++++-----
2 files changed, 89 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 91b11ff gcc/ Backport from trunk r237553. 2016-06-17 James Greenh [...]
new 38fec1e gcc/ Backport from trunk r237679. 2016-06-22 Kyrylo Tkach [...]
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-cores.def | 4 +++-
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/config/aarch64/aarch64.c | 26 ++++++++++++++++++++++++++
gcc/config/arm/arm-cores.def | 4 ++++
gcc/config/arm/arm-tables.opt | 9 +++++++++
gcc/config/arm/arm-tune.md | 5 +++--
gcc/config/arm/arm.c | 23 +++++++++++++++++++++++
gcc/config/arm/bpabi.h | 6 ++++++
gcc/config/arm/t-aprofile | 3 +++
gcc/doc/invoke.texi | 15 +++++++++------
10 files changed, 87 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 gcc.
from 9f732c4 2016-08-31 Paul Thomas <pault(a)gcc.gnu.org> Jerry DeLisle [...]
new b298bde 2016-08-31 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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/dtio_5.f90 | 4 +++-
2 files changed, 10 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 e2be8e2 Update the Linux code to reflect the changes done by zturner [...]
new 474ce3b Fix lldb build on Mac.
new a17d352 Revert r280200 and put it a proper fix
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:
source/Plugins/Process/Linux/NativeProcessLinux.cpp | 6 ++----
source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 2 +-
.../Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | 3 ++-
3 files changed, 5 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 lld.
from a77b74e Pass Binding instead of IsWeak to addBitcode.
new 7744ec3 Allow .eh_frame_hdr to be placed before .eh_frame
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/Writer.cpp | 7 ++++++-
test/ELF/linkerscript/linkerscript-eh-frame-hdr.s | 20 ++++++++++++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/linkerscript-eh-frame-hdr.s
--
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 b0f82c0 [sanitizer] remove kBatchClassID that is not used any more; NFC
new 61f7c23 Reify ErrorDoubleFree
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/asan/asan_errors.cc | 18 ++++++++++++++++++
lib/asan/asan_errors.h | 25 +++++++++++++++++++++++++
lib/asan/asan_report.cc | 17 ++---------------
3 files changed, 45 insertions(+), 15 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 fc7b808 Rename the test class
new e2be8e2 Update the Linux code to reflect the changes done by zturner [...]
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:
source/Plugins/Process/Linux/NativeProcessLinux.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.