This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d4bb10c Try to fix build after invalid pointer conversion.
new fdfb1c5 Revert formatting changes.
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/Support/NativeFormatting.h | 48 +---
lib/Support/NativeFormatting.cpp | 383 +++++++------------------------
lib/Support/raw_ostream.cpp | 28 +--
unittests/Support/CMakeLists.txt | 1 -
unittests/Support/NativeFormatTests.cpp | 386 --------------------------------
5 files changed, 99 insertions(+), 747 deletions(-)
delete mode 100644 unittests/Support/NativeFormatTests.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 gcc-6-branch
in repository gcc.
from 6de917f PR77987 Fix unique_ptr<T[], D>::reset(U) for T != U
new c504f81 2016-10-17 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/fortran/ChangeLog | 7 +++
gcc/fortran/match.c | 106 +++++++++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 9 +++
gcc/testsuite/gfortran.dg/pr77978_1.f90 | 23 +++++++
gcc/testsuite/gfortran.dg/pr77978_2.f90 | 5 ++
gcc/testsuite/gfortran.dg/pr77978_3.f90 | 23 +++++++
6 files changed, 164 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr77978_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr77978_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr77978_3.f90
--
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 5a8c8ec remove FIXME comment (fixed with r284424); NFC
new d4bb10c Try to fix build after invalid pointer conversion.
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/Support/NativeFormatting.h | 2 ++
lib/Support/NativeFormatting.cpp | 14 ++++++++++++++
unittests/Support/NativeFormatTests.cpp | 4 ++--
3 files changed, 18 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 llvm.
from 0a7eca8 [Support] Add support for "advanced" number formatting.
new 5a8c8ec remove FIXME comment (fixed with r284424); NFC
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:
test/CodeGen/X86/sar_fold64.ll | 2 --
1 file changed, 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 llvm.
from 8cc4b69 [DAG] use isConstOrConstSplat in ComputeNumSignBits to optimize SRA
new 0a7eca8 [Support] Add support for "advanced" number formatting.
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/Support/NativeFormatting.h | 44 +++-
lib/Support/NativeFormatting.cpp | 369 +++++++++++++++++++++++-------
lib/Support/raw_ostream.cpp | 28 ++-
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/NativeFormatTests.cpp | 386 ++++++++++++++++++++++++++++++++
5 files changed, 730 insertions(+), 98 deletions(-)
create mode 100644 unittests/Support/NativeFormatTests.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 binutils-gdb.
from 3ccdb43 Fix comment in mi-trace-save.exp
new e42b25a Fix duplicate test message in mi-trace-save.exp
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.trace/mi-trace-save.exp | 2 +-
2 files changed, 6 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 master
in repository llvm.
from 8a2a445 [DAG] make isConstOrConstSplat and isConstOrConstSplatFP more [...]
new 8cc4b69 [DAG] use isConstOrConstSplat in ComputeNumSignBits to optimize SRA
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/SelectionDAG/SelectionDAG.cpp | 2 +-
test/CodeGen/X86/sar_fold64.ll | 10 ----------
2 files changed, 1 insertion(+), 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 binutils-gdb.
from 5bad317 Fix -trace-save crash when argument is missing
new 3ccdb43 Fix comment in mi-trace-save.exp
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.trace/mi-trace-save.exp | 2 +-
2 files changed, 6 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 master
in repository clang.
from 8860ef6 Improve the CHECK lines in debug-options.c by separating out [...]
new fe83c63 Explicitly pass an isysroot to avoid the SDKROOT overriding t [...]
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:
test/CodeGen/dwarf-version.c | 9 +++++++--
1 file changed, 7 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 binutils-gdb.
from 5562a44 gdb: Fix phony iconv build
new 5bad317 Fix -trace-save crash when argument is missing
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:
gdb/ChangeLog | 5 ++++
gdb/mi/mi-main.c | 5 ++++
gdb/testsuite/ChangeLog | 4 +++
gdb/testsuite/gdb.trace/mi-trace-save.exp | 42 +++++++++++++++++++++++++++++++
4 files changed, 56 insertions(+)
create mode 100644 gdb/testsuite/gdb.trace/mi-trace-save.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.