This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from d0b45a2 Updates file comments and variable names.
new 79f6adf Add an assert instead of ignoring an impossible condition.
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/ICF.cpp | 7 +++++--
1 file changed, 5 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 llvm.
from 963225e Improve documentation on MSVC workaround for AlignedCharArray (NFC)
new f016153 AArch64: fix 128-bit cmpxchg at -O0 (again, again).
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/AArch64/AArch64ExpandPseudoInsts.cpp | 20 ++++++++++++++------
test/CodeGen/AArch64/cmpxchg-O0.ll | 12 ++++++++----
2 files changed, 22 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 59651ca 2016-12-01 Steven G. Kargl <kargl(a)gcc.gnu.org>
new f04a998 * config/sparc/sparc.opt (mlra): New target option. * confi [...]
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 | 15 +++++++++++++++
gcc/config/sparc/sparc.c | 15 ++++++++++++---
gcc/config/sparc/sparc.md | 46 +++++++++++++++++++++-------------------------
gcc/config/sparc/sparc.opt | 4 ++++
4 files changed, 52 insertions(+), 28 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 gcc-5-branch
in repository gcc.
from 12fea5f Don't define libstdc++-internal macros in Solaris 10+ <math.h>
new d5ab551 2016-12-01 Steven G. Kargl <kargl(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/fortran/ChangeLog | 6 ++++++
gcc/fortran/dependency.c | 4 +++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr78279.f90 | 10 ++++++++++
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr78279.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 binutils-gdb.
from 0f12543 Fix internal error when relaxing branches to STT_SECTION symbols.
new 78afa7f Replace hand-made linked list of ui_out_hdr by vector and iterator
new c520961 Use std::string for ui_out_hdr's text fields
new 37e20dd Class-ify ui_out_hdr
new 909c0aa Class-ify ui_out_level
new 33b2fac Simplify ui-out level code
new 77a179e ui_out_table: Replace boolean flag with enum
new 36d18bc Class-ify ui_out_table
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:
gdb/ChangeLog | 128 ++++++++++++
gdb/breakpoint.c | 2 +-
gdb/cli-out.c | 9 +-
gdb/mi/mi-out.c | 20 +-
gdb/ui-out.c | 583 ++++++++++++++++++++++++++++++-------------------------
gdb/ui-out.h | 21 +-
6 files changed, 474 insertions(+), 289 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 gcc-6-branch
in repository gcc.
from c1aed03 [gcc] 2016-12-01 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new b582544 016-12-01 Steven G. Kargl <kargl(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/fortran/ChangeLog | 6 ++++++
gcc/fortran/dependency.c | 4 +++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr78279.f90 | 10 ++++++++++
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr78279.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 llvm.
from b5626bf Fix unused variable warning in Release builds. NFC.
new 963225e Improve documentation on MSVC workaround for AlignedCharArray (NFC)
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/Support/AlignOf.h | 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 ed79607 [PR29121] Don't fold if it would produce atomic vector loads [...]
new b5626bf Fix unused variable warning in Release builds. NFC.
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/X86/X86InterleavedAccess.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from b45b11d Add spec2k6 to tcwg-buildapp.
new 70f7a53 Use git_reference_dir for linux and gcc, if available.
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:
build-gcc.sh | 8 +++++++-
build-linux.sh | 8 +++++++-
tcwg-buildapp.sh | 2 ++
3 files changed, 16 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.