This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7aae44e fix formatting; NFC
new cf44b36 Work around a glibc bug: backtrace() spuriously fails if - g [...]
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 | 1 +
lib/Support/Unix/Signals.inc | 55 ++++++++++++++++++++++++++++++++++++++++----
2 files changed, 52 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 libcxx.
from ea76b44 Mark LWG2583 as complete. I did this a while ago, and forgot [...]
new 7995c48 Optimize declval for compile times. Patch from Eric Niebler.
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/type_traits | 5 ++++-
1 file changed, 4 insertions(+), 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 release_38
in repository clang.
from 9fd77bd Add clang-tidy release notes.
new 33be66b Merging r261717:
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/CodeGen/CGExprAgg.cpp | 7 ++--
lib/CodeGen/CGExprScalar.cpp | 8 +++--
lib/CodeGen/TargetInfo.cpp | 80 +++++++++++++++++++++++++++++++++++++-------
test/CodeGen/le32-vaarg.c | 8 +++--
test/CodeGen/sparc-vaarg.c | 35 +++++++++++++++++++
5 files changed, 116 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/sparc-vaarg.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 clang.
from c2c205e Revert r269967 (SSE2 builtin checks) due to failed buildbots
new fa5a9b1 Update for llvm change.
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/CodeGen/BackendUtil.cpp | 2 +-
lib/Driver/Tools.cpp | 2 --
2 files changed, 1 insertion(+), 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 e6481cd PR c++/71100 * cgraph.c (cgraph_edge::redirect_call_stmt_to [...]
new 76509b1 * cplus-dem.c (enum type_kind_t): Add tk_rvalue_refer [...]
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:
libiberty/ChangeLog | 10 +++
libiberty/cplus-dem.c | 13 +++-
libiberty/testsuite/demangle-expected | 115 ++++++++++++++++++++++++++++++++++
3 files changed, 136 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 openmp.
from 9cab9c8 Remove trailing whitespace in files in doc/ directory
new f7f0293 Remove unnecessary unistd.h header from tests.
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/test/worksharing/for/omp_for_schedule_dynamic.c | 1 -
runtime/test/worksharing/for/omp_for_schedule_guided.c | 1 -
runtime/test/worksharing/for/omp_for_schedule_static.c | 1 -
runtime/test/worksharing/for/omp_for_schedule_static_3.c | 1 -
4 files changed, 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 llvm.
from 6e6d60d [LoopUnrollAnalyzer] Take into account cost of instructions c [...]
new 57380a7 [lanai] Change the way flag setting instructions are checked.
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/Lanai/LanaiSetflagAluCombiner.cpp | 62 +++++-----------------------
1 file changed, 11 insertions(+), 51 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 45f4ed9 Fix build failure with GCC 4.1.
new 3b889a7 gas/arc: Add guard against operand array overflow.
new fe77926 gas/arc: Fix array overrun when checking opcode array
new 9e32d9a gas/arc: Use BFD_VMA_FMT for printf format specifier
new 38cd8a0 gas/arc: Make member of arc_flags const
The 4 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 | 27 +++++++++++++++++++++++++++
gas/config/tc-arc.c | 24 ++++++++++++++----------
gas/config/tc-arc.h | 2 +-
gas/testsuite/gas/arc/asm-errors-2.d | 2 ++
gas/testsuite/gas/arc/asm-errors-2.err | 2 ++
gas/testsuite/gas/arc/asm-errors-2.s | 2 ++
gas/testsuite/gas/arc/asm-errors.err | 2 ++
gas/testsuite/gas/arc/asm-errors.s | 1 +
8 files changed, 51 insertions(+), 11 deletions(-)
create mode 100644 gas/testsuite/gas/arc/asm-errors-2.d
create mode 100644 gas/testsuite/gas/arc/asm-errors-2.err
create mode 100644 gas/testsuite/gas/arc/asm-errors-2.s
--
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 eead9f1 PR target/71145 * config/alpha/alpha.md (trap): Add (use (r [...]
new e6481cd PR c++/71100 * cgraph.c (cgraph_edge::redirect_call_stmt_to [...]
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/cgraph.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/opt/pr71100.C | 18 ++++++++++++++++++
4 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr71100.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.