This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2849db3a254 2018-01-11 Steven G. Kargl <kargl(a)gcc.gnu.org>
new f0c9e72eaed i386: Align stack frame if argument is passed on stack
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 | 6 ++++++
gcc/config/i386/i386.c | 7 ++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr83330.c | 29 +++++++++++++++++++++++++++++
4 files changed, 46 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr83330.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 e470c702055 [X86] Legalize 128/256 gathers/scatters on KNL by using wid [...]
new 2c77fcc6e13 [WebAssemlby] MC: Don't write COMDAT symbols as global imports
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/MC/MCSymbolWasm.h | 4 ++++
lib/MC/MCContext.cpp | 4 +++-
lib/MC/WasmObjectWriter.cpp | 3 ++-
test/MC/WebAssembly/comdat.ll | 38 ++++++++++++++++++++++++++++++++++++--
4 files changed, 45 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 gcc.
from a00565edae1 PR go/83794 misc/cgo/test: avoid endless loop when we [...]
new 2849db3a254 2018-01-11 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/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gfortran.dg/dtio_31.f03 | 47 +++++++++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/dtio_32.f03 | 46 ++++++++++++++++++++++++++++++++++
3 files changed, 99 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/dtio_31.f03
create mode 100644 gcc/testsuite/gfortran.dg/dtio_32.f03
--
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 f7463a995ba Add some reproducers for issues found developing the locati [...]
new a00565edae1 PR go/83794 misc/cgo/test: avoid endless loop when we [...]
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/go/gofrontend/MERGE | 2 +-
libgo/misc/cgo/test/buildid_linux.go | 5 +++--
2 files changed, 4 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 gcc.
from e00197cb878 PR c++/82728 - wrong -Wunused-but-set-variable
new 101cbdef17a PR target/82682 * ree.c (combine_reaching_defs): Optimize [...]
new f7463a995ba Add some reproducers for issues found developing the locati [...]
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 | 7 ++
gcc/ree.c | 77 +++++++++++++-
gcc/testsuite/ChangeLog | 12 +++
gcc/testsuite/g++.dg/wrappers/README | 2 +
gcc/testsuite/g++.dg/wrappers/alloc.C | 43 ++++++++
gcc/testsuite/g++.dg/wrappers/cow-istream-string.C | 15 +++
gcc/testsuite/g++.dg/wrappers/cp-stdlib.C | 117 +++++++++++++++++++++
.../wrappers/sanitizer_coverage_libcdep_new.C | 22 ++++
.../wrappers/wrapper-around-type-pack-expansion.C | 50 +++++++++
9 files changed, 343 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/wrappers/README
create mode 100644 gcc/testsuite/g++.dg/wrappers/alloc.C
create mode 100644 gcc/testsuite/g++.dg/wrappers/cow-istream-string.C
create mode 100644 gcc/testsuite/g++.dg/wrappers/cp-stdlib.C
create mode 100644 gcc/testsuite/g++.dg/wrappers/sanitizer_coverage_libcdep_new.C
create mode 100644 gcc/testsuite/g++.dg/wrappers/wrapper-around-type-pack-expansion.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 03af6d41250 Use size_t to represent the size of a StringMapEntry length [...]
new 2b290a98f88 [WebAssemly] Rename and improve formatting for ctor/dtor test
new e470c702055 [X86] Legalize 128/256 gathers/scatters on KNL by using wid [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 113 +++++---------
test/CodeGen/X86/masked_gather_scatter.ll | 171 ++++++++++-----------
.../{init-fini-array.ll => global-ctor-dtor.ll} | 11 +-
3 files changed, 128 insertions(+), 167 deletions(-)
rename test/MC/WebAssembly/{init-fini-array.ll => global-ctor-dtor.ll} (96%)
--
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 04f23ba84 Fix some too-big local arrays. Thanks to dcdillon for the pat [...]
new d09b2ed53 Implement an _is_allocator type trait for use in deduction guides.
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/memory | 10 ++++++++
test/libcxx/memory/is_allocator.pass.cpp | 41 ++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
create mode 100644 test/libcxx/memory/is_allocator.pass.cpp
--
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 18113215637 PR middle-end/83189 * gimple-ssa-isolate-paths.c (isolate [...]
new e00197cb878 PR c++/82728 - wrong -Wunused-but-set-variable
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 | 10 ++++++++++
gcc/cp/call.c | 5 +++++
gcc/cp/decl.c | 2 ++
gcc/cp/semantics.c | 8 +++++---
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-switch2.C | 18 ++++++++++++++++++
gcc/testsuite/g++.dg/warn/Wunused-var-27.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/warn/Wunused-var-28.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/warn/Wunused-var-29.C | 10 ++++++++++
8 files changed, 79 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-switch2.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-27.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-28.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-29.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 3d4e94d1877 dag-combine: Transfer debug information when folding (zext [...]
new 03af6d41250 Use size_t to represent the size of a StringMapEntry length [...]
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/ADT/StringMap.h | 20 +++++++++-----------
unittests/ADT/StringMapTest.cpp | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 11 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 eeebc9ffe02 [Hexagon] Cast elements to correct type when creating const [...]
new c0f35f84520 [Hexagon] Fix building 64-bit vector from constant values
new 3d4e94d1877 dag-combine: Transfer debug information when folding (zext [...]
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 +++-
lib/Target/Hexagon/HexagonISelLowering.cpp | 2 +-
test/CodeGen/Hexagon/vect/build-vect64.ll | 8 ++++++
test/DebugInfo/X86/sdag-combine.ll | 46 ++++++++++++++++++++++++++++++
4 files changed, 59 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Hexagon/vect/build-vect64.ll
create mode 100644 test/DebugInfo/X86/sdag-combine.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.