This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4a0fb313c2a compiler: don't export any functions with special names
new c165544316a gccint.texi: add user experience guidelines
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/Makefile.in | 2 +-
gcc/doc/gccint.texi | 2 +
gcc/doc/ux.texi | 600 ++++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 609 insertions(+), 1 deletion(-)
create mode 100644 gcc/doc/ux.texi
--
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 cd66715a19a [gcc]
new 4a0fb313c2a compiler: don't export any functions with special names
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 +-
gcc/go/gofrontend/export.cc | 8 ++------
2 files changed, 3 insertions(+), 7 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allyesconfig
in repository toolchain/gcc.
from d22c31a4601 PR libstdc++/87641 correctly initialize accumulator in vala [...]
adds 7f3c353a198 Daily bump.
adds 95b6d2e6bc3 S/390: Fix problem with vec_init expander
adds 26048c1d171 2018-10-19 Richard Biener <rguenther(a)suse.de>
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 25 ++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/s390/s390.c | 11 ++++++---
gcc/gimple-match-head.c | 43 ++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 12 ++++++++++
gcc/testsuite/g++.dg/vec-init-1.C | 26 ++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr87645.c | 21 +++++++++++++++++
gcc/tree-ssa-sccvn.c | 21 ++---------------
8 files changed, 138 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vec-init-1.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87645.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 lldb.
from 5edb3e8c0 [lldb] Add support in Status::AsCString to retrieve win32 sys [...]
new f0e75089c [PDB] Test variadic function type in PDB
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:
unittests/SymbolFile/PDB/Inputs/test-pdb-types.cpp | 9 ++++++++-
unittests/SymbolFile/PDB/Inputs/test-pdb-types.exe | Bin 7168 -> 8192 bytes
unittests/SymbolFile/PDB/Inputs/test-pdb-types.pdb | Bin 102400 -> 102400 bytes
unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 13 +++++++------
4 files changed, 15 insertions(+), 7 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-8-branch
in repository gcc.
from 26048c1d171 2018-10-19 Richard Biener <rguenther(a)suse.de>
new e59b5345cce Fix compilation error with _GLIBCXX_PARALLEL
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 | 8 ++++++++
libstdc++-v3/include/bits/regex_executor.tcc | 4 ++--
.../87278.cc => 28_regex/headers/regex/parallel_mode.cc} | 10 +++-------
libstdc++-v3/testsuite/28_regex/headers/regex/std_c++0x_neg.cc | 3 ---
4 files changed, 13 insertions(+), 12 deletions(-)
copy libstdc++-v3/testsuite/{20_util/shared_ptr/creation/87278.cc => 28_regex/head [...]
--
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 203691d83a7 [WebAssembly] Handle undefined lane indices in SIMD patterns
new 3b86c685544 [DWARF] Make llvm-dwarfdump display location lists in a .dw [...]
new 582cb39ac30 [X86] In PostprocessISelDAG, start from allnodes_end, not t [...]
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:
include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h | 8 ++--
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 8 ++--
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 23 ++++++---
lib/DebugInfo/DWARF/DWARFDie.cpp | 10 ++--
lib/DebugInfo/DWARF/DWARFUnit.cpp | 48 ++++++++++++-------
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 14 +++---
lib/Target/X86/X86ISelDAGToDAG.cpp | 3 +-
test/DebugInfo/Inputs/loclists-dwp-b.ll | 32 +++++++++++++
test/DebugInfo/X86/loclists-dwp.ll | 62 +++++++++++++++++++++++++
9 files changed, 161 insertions(+), 47 deletions(-)
create mode 100644 test/DebugInfo/Inputs/loclists-dwp-b.ll
create mode 100644 test/DebugInfo/X86/loclists-dwp.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.