This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 30c3caf Add myself to the MAINTAINERS file
new d871211 * class.c (add_method): Allow using-declarations to coexist.
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/cp/ChangeLog | 4 ++++
gcc/cp/class.c | 5 +++++
gcc/testsuite/g++.dg/overload/using4.C | 19 +++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/overload/using4.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 3cc39c3 Adjust precision of filesystem::last_write_time tests
new 30c3caf Add myself to the MAINTAINERS file
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:
ChangeLog | 5 +++++
MAINTAINERS | 2 ++
2 files changed, 7 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 llvm.
from d6d83fe [SLP] Fix for PR30626: Compiler crash inside SLP Vectorizer.
new 2eb8a6d Revert r285285 "[Object/ELF] - Fixed behavior when SectionHea [...]
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/Object/ELF.h | 6 ------
test/Object/Inputs/invalid-sections-num.elf | Bin 528 -> 0 bytes
test/Object/invalid.test | 3 ---
3 files changed, 9 deletions(-)
delete mode 100644 test/Object/Inputs/invalid-sections-num.elf
--
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 3d0e96b Fix MSVC warning about missing 'this' from lambda default cap [...]
new 6b43d2f Add const versions of Expr::getInits() and Expr::inits()
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/AST/Expr.h | 9 +++++++++
1 file changed, 9 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 gimplefe
in repository gcc.
from a2e2a72 2016-10-27 Richard Biener <rguenther(a)suse.de>
new e8771cf 2016-10-27 Richard Biener <rguenther(a)suse.de>
new e55ed04 2016-10-27 Richard Biener <rguenther(a)suse.de>
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/c/c-parser.c | 2 +-
gcc/c/c-parser.h | 3 +-
gcc/c/gimple-parser.c | 165 ++++++++++++++++++++++++-------------
gcc/testsuite/gcc.dg/gimplefe-17.c | 26 ++++++
gcc/testsuite/gcc.dg/gimplefe-18.c | 24 ++++++
gcc/tree-into-ssa.c | 7 +-
6 files changed, 163 insertions(+), 64 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-17.c
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-18.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 llvm.
from 5e7dda5 [Object/ELF] - Fixed behavior when SectionHeaderTable->sh_siz [...]
new d6d83fe [SLP] Fix for PR30626: Compiler crash inside SLP Vectorizer.
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/Transforms/Vectorize/SLPVectorizer.cpp | 15 +-
test/Transforms/SLPVectorizer/X86/horizontal.ll | 211 +++++++++++++++++-------
2 files changed, 164 insertions(+), 62 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 1341f74 [ARM] Add newline char to test.
new 2bbde38 [Object/ELF] - Do not crash if string table sh_size is equal [...]
new 464f0d7 [Object/ELF] - Do not allow overflow when checking section si [...]
new 5e7dda5 [Object/ELF] - Fixed behavior when SectionHeaderTable->sh_siz [...]
The 3 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/Object/ELF.h | 11 ++++++++++-
.../Inputs/invalid-section-size2.elf} | Bin 1024 -> 938 bytes
test/Object/Inputs/invalid-sections-num.elf | Bin 0 -> 528 bytes
test/Object/Inputs/invalid-strtab-zero-size.elf | Bin 0 -> 494 bytes
test/Object/invalid.test | 8 ++++++++
5 files changed, 18 insertions(+), 1 deletion(-)
copy test/{tools/llvm-readobj/Inputs/nop.exe.coff-x86-64 => Object/Inputs/invalid- [...]
create mode 100644 test/Object/Inputs/invalid-sections-num.elf
create mode 100644 test/Object/Inputs/invalid-strtab-zero-size.elf
--
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 openmp.
from 2591774 Fixing typos in __kmp_release_deps trace outputs
new 72db09b Fixed a memory leak related to task dependencies.
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:
runtime/src/kmp.h | 20 ++++++++++++++------
runtime/src/kmp_runtime.c | 3 +++
runtime/src/kmp_taskdeps.cpp | 20 ++++++++++++++------
runtime/src/kmp_tasking.c | 35 ++++++++++++++++++++++++++++++++++-
4 files changed, 65 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 binutils-gdb.
from 2e49278 Automatic date update in version.in
new bb65a71 gas/arc: Don't rely on bfd list of cpu type for cpu selection
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:
bfd/ChangeLog | 4 +
bfd/cpu-arc.c | 17 ----
gas/ChangeLog | 30 ++++++
gas/config/tc-arc.c | 191 ++++++++++++++++++++-------------------
gas/testsuite/gas/arc/nps400-0.s | 1 +
5 files changed, 135 insertions(+), 108 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 926caf2 Empty the CtorLists/DtorLists once emitted.
new 3d0e96b Fix MSVC warning about missing 'this' from lambda default cap [...]
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/Lex/PPLexerChange.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.