This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 4456ea7 [clang-rename] Prune away AST nodes more correctly and effect [...]
new 944c6d5 [clang-move] Add some options allowing to add old/new.h to ne [...]
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:
clang-move/ClangMove.cpp | 56 ++++++++++++++++++++++++++-------
clang-move/ClangMove.h | 15 ++++++++-
clang-move/tool/ClangMoveMain.cpp | 23 ++++++++++++++
unittests/clang-move/ClangMoveTests.cpp | 48 ++++++++++++++++++++++++++++
4 files changed, 129 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 lld.
from 2188a45 [ELF] Fixup buffer pointer when writing synthetic sections
new 754f8ba [ELF] Refactor several error messages
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 | 6 +++---
ELF/InputSection.cpp | 5 +++--
test/ELF/invalid/invalid-elf.test | 4 ++--
test/ELF/merge-string-error.s | 2 +-
test/ELF/{merge-string-no-null.s => non-abs-reloc.s} | 9 ++++++---
test/ELF/relocation-past-merge-end.s | 2 +-
6 files changed, 16 insertions(+), 12 deletions(-)
copy test/ELF/{merge-string-no-null.s => non-abs-reloc.s} (55%)
--
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 192b73a Fix bogus failure of uninit-19.c for avr
new 6e47b42 gcc: 2016-11-23 Paolo Bonzini <bonzini(a)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/ChangeLog | 9 +++++++
gcc/c-family/ChangeLog | 4 +++
gcc/c-family/c.opt | 4 +++
gcc/doc/cpp.texi | 4 ++-
gcc/doc/cppopts.texi | 6 +++++
gcc/doc/invoke.texi | 5 ++++
gcc/system.h | 14 +++++++---
gcc/testsuite/ChangeLog | 10 ++++++++
.../gcc.dg/cpp/defined-Wexpansion-to-defined.c | 30 ++++++++++++++++++++++
.../cpp/defined-Wextra-Wno-expansion-to-defined.c | 30 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/cpp/defined-Wextra.c | 30 ++++++++++++++++++++++
.../gcc.dg/cpp/defined-Wno-expansion-to-defined.c | 30 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/cpp/defined-syshdr.c | 27 +++++++++++++++++++
gcc/testsuite/gcc.dg/cpp/defined.c | 14 +++++-----
libcpp/ChangeLog | 11 ++++++++
libcpp/expr.c | 8 +++---
libcpp/include/cpplib.h | 7 ++++-
libcpp/system.h | 7 +++--
18 files changed, 232 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/cpp/defined-Wexpansion-to-defined.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/defined-Wextra-Wno-expansion-to-defined.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/defined-Wextra.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/defined-Wno-expansion-to-defined.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/defined-syshdr.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 gcc.
from 2af9830 gcc/ PR target/60300 * config/avr/constraints.md (Csp): Wid [...]
new 192b73a Fix bogus failure of uninit-19.c for avr
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/uninit-19.c | 9 +++++----
2 files changed, 9 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 lld.
from 5f64ba8 Remove one of SymbolTable::addRegular function that forwards [...]
new cc0968b [ELF] Print error location in .eh_frame parser
new 2188a45 [ELF] Fixup buffer pointer when writing synthetic sections
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:
ELF/EhFrame.cpp | 132 +++++++++++++++++++++++++++--------------
ELF/EhFrame.h | 8 ++-
ELF/InputSection.cpp | 7 +--
ELF/InputSection.h | 9 +--
ELF/OutputSections.cpp | 2 +-
test/ELF/invalid-cie-length.s | 2 +-
test/ELF/invalid-cie-length2.s | 2 +-
test/ELF/invalid-cie-length3.s | 2 +-
test/ELF/invalid-cie-length4.s | 2 +-
9 files changed, 107 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 libcxx.
from 80888fa Don't "LIBCPP_ONLY(stuff;)" at namespace scope.
new e041941 Fix __hash_table::max_size() on 32 bit systems
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/__hash_table | 3 +--
test/support/test_allocator.h | 3 ++-
2 files changed, 3 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 aoliva/SFN
in repository gcc.
from 6a58e7a SFN: stmt_start_bb_p: don't start a BB after debug stmts only
new abf75d4 SFN: reemit debug markers as notes even when VT initialization 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:
gcc/var-tracking.c | 65 +++++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 50 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 gcc.
from 0d65cc6 PR target/78451 * c-pragma.c (handle_pragma_target): Don't [...]
new 2af9830 gcc/ PR target/60300 * config/avr/constraints.md (Csp): Wid [...]
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/config/avr/avr.c | 6 +++++-
gcc/config/avr/constraints.md | 4 ++--
3 files changed, 14 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 binutils-gdb.
from 64f5233 elf_backend_dtrel_excludes_plt
new 073808e RISCV/GAS Add missing break in md_apply_fix.
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 | 4 ++++
gas/config/tc-riscv.c | 1 +
2 files changed, 5 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 compiler-rt.
from 67877f1 [XRay][compiler-rt] Add newlines to error messages (NFC).
new 1f13830 [profile] Enable on SystemZ.
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:
cmake/config-ix.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.