This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fc08791604c PR libstdc++/53984 fix failing test
new a12937bc6ca [gcc] 2017-07-26 Michael Meissner <meissner(a)linux.vnet.ibm.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 | 69 ++++++++++++++++++++++++++
gcc/config/rs6000/rs6000-cpus.def | 8 +--
gcc/config/rs6000/rs6000.c | 45 ++++-------------
gcc/config/rs6000/rs6000.md | 47 +++++++-----------
gcc/config/rs6000/rs6000.opt | 4 --
gcc/config/rs6000/vsx.md | 51 +++++++------------
gcc/testsuite/ChangeLog | 13 +++++
gcc/testsuite/gcc.target/powerpc/vsx-himode.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-himode2.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-himode3.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-qimode.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-qimode2.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-qimode3.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-simode.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-simode2.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-simode3.c | 2 +-
16 files changed, 140 insertions(+), 115 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 c4fc7cbae Fix the name of the section end symbol.
new a0a0f469f Rename ObjectFile ObjFile for COFF as well.
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:
COFF/Chunks.cpp | 2 +-
COFF/Chunks.h | 10 +++++-----
COFF/Driver.cpp | 12 ++++++------
COFF/InputFiles.cpp | 16 ++++++++--------
COFF/InputFiles.h | 4 ++--
COFF/MapFile.cpp | 2 +-
COFF/PDB.cpp | 24 ++++++++++++------------
COFF/SymbolTable.cpp | 12 ++++++------
COFF/SymbolTable.h | 2 +-
COFF/Symbols.cpp | 5 ++---
COFF/Symbols.h | 2 +-
COFF/Writer.cpp | 4 ++--
12 files changed, 47 insertions(+), 48 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 89802515ff4 [lit] Fix shtest-shell and max-failures lit tests on Windows
new 990c9f7fd8a [lit] Fix race between shtest-shell and max-failures tests
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:
utils/lit/tests/Inputs/{shtest-shell => max-failures}/lit.cfg | 2 +-
utils/lit/tests/max-failures.py | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
copy utils/lit/tests/Inputs/{shtest-shell => max-failures}/lit.cfg (66%)
--
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 9d57c69de Rename ObjectFile -> ObjFile.
new c4fc7cbae Fix the name of the section end symbol.
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/MarkLive.cpp | 2 +-
test/ELF/startstop-gccollect.s | 6 +++---
2 files 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.
unknown user pushed a change to branch master
in repository llvm.
from 70c636feea8 [lit] Fix shtest-output-printing.py on Windows by matching [...]
new 89802515ff4 [lit] Fix shtest-shell and max-failures lit tests on Windows
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:
utils/lit/tests/Inputs/shtest-shell/redirects.txt | 6 +++---
utils/lit/tests/Inputs/shtest-shell/write-to-stderr.py | 3 +++
utils/lit/tests/Inputs/shtest-shell/write-to-stderr.sh | 3 ---
utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.py | 4 ++++
utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh | 4 ----
utils/lit/tests/max-failures.py | 3 ---
utils/lit/tests/shtest-shell.py | 3 ---
7 files changed, 10 insertions(+), 16 deletions(-)
create mode 100644 utils/lit/tests/Inputs/shtest-shell/write-to-stderr.py
delete mode 100755 utils/lit/tests/Inputs/shtest-shell/write-to-stderr.sh
create mode 100644 utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.py
delete mode 100755 utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.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 llvm.
from 1dc238e090e [lit] Fix discovery.py on Windows by matching backslashes w [...]
new 70c636feea8 [lit] Fix shtest-output-printing.py on Windows by matching [...]
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:
utils/lit/tests/shtest-output-printing.py | 5 +----
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch master
in repository lld.
from 353565665 [ELF, LinkerScript] Memory region name parsing fix
new 9d57c69de Rename ObjectFile -> ObjFile.
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/Arch/MipsArchTree.cpp | 2 +-
ELF/Driver.cpp | 6 ++--
ELF/GdbIndex.cpp | 4 +--
ELF/GdbIndex.h | 4 +--
ELF/InputFiles.cpp | 82 ++++++++++++++++++++++-------------------------
ELF/InputFiles.h | 19 ++++++-----
ELF/InputSection.cpp | 60 +++++++++++++++++-----------------
ELF/InputSection.h | 12 +++----
ELF/LinkerScript.cpp | 2 +-
ELF/MapFile.cpp | 2 +-
ELF/OutputSections.h | 2 +-
ELF/SymbolTable.cpp | 20 ++++++------
ELF/SymbolTable.h | 2 +-
ELF/Symbols.cpp | 2 +-
ELF/Symbols.h | 8 ++---
ELF/SyntheticSections.cpp | 4 +--
ELF/Writer.cpp | 4 +--
ELF/Writer.h | 2 +-
18 files changed, 115 insertions(+), 122 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 b38c1cb3588 PR go/81548 * Makefile.am (MOSTLYCLEANFILES): Add *.sent. [...]
new fc08791604c PR libstdc++/53984 fix failing test
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/testsuite/27_io/basic_fstream/53984.cc | 11 +++++++----
2 files changed, 11 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.
unknown user pushed a change to branch master
in repository llvm.
from cdd1a9849d4 Fix a comment (test commit).
new 1dc238e090e [lit] Fix discovery.py on Windows by matching backslashes w [...]
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:
utils/lit/tests/discovery.py | 41 +++++++++++++++++++----------------------
1 file changed, 19 insertions(+), 22 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 c8766acfc70 /cp 2017-07-26 Paolo Carlini <paolo.carlini(a)oracle.com>
new e3126fb7cac 2017-07-26 Andrew Pinski <apinski(a)cavium.com>
new b38c1cb3588 PR go/81548 * Makefile.am (MOSTLYCLEANFILES): Add *.sent. [...]
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 | 5 +++++
gcc/config/aarch64/aarch64.c | 2 +-
gotools/ChangeLog | 6 ++++++
gotools/Makefile.am | 2 +-
gotools/Makefile.in | 2 +-
5 files changed, 14 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.