This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-9-branch
in repository gcc.
from 4f0a739df2f 2019-10-11 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 0a694a9044a 2019-10-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/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 16 ++++++++++------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/function_kinds_5.f90 | 1 +
gcc/testsuite/gfortran.dg/pr85543.f90 | 1 +
gcc/testsuite/gfortran.dg/pr91715.f90 | 5 +++++
6 files changed, 30 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr91715.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 785cb9af 0: update: binutils-gcc-linux: all
new eb3cc61d 0: update: binutils-gcc-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (785cb9af)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 130 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11062 +++++++--------
04-build_abe-stage1/console.log | 13962 ++++++++++---------
05-build_linux/console.log | 904 +-
06-boot_linux/console.log | 6 +-
console.log | 26781 ++++++++++++++++++------------------
jenkins/manifest.sh | 15 +-
8 files changed, 26636 insertions(+), 26636 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 094c72f8b43 [MachineIRBuilder] Fix an assertion failure with buildMerge
new f4daa70c549 [GISel][CallLowering] Enable vector support in argument lowering
new 79c7f62d91c [Mips][llvm-exegesis] Add a Mips target
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/GlobalISel/CallLowering.cpp | 6 +-
lib/Target/Mips/CMakeLists.txt | 1 +
lib/Target/Mips/Mips.td | 6 ++
lib/Target/Mips/MipsPfmCounters.td | 18 +++++
.../GlobalISel/irtranslator-split-vector-arg.ll | 22 ++++++
tools/llvm-exegesis/lib/Assembler.cpp | 4 +-
tools/llvm-exegesis/lib/CMakeLists.txt | 4 +
tools/llvm-exegesis/lib/Mips/CMakeLists.txt | 18 +++++
tools/llvm-exegesis/lib/Mips/LLVMBuild.txt | 21 +++++
tools/llvm-exegesis/lib/Mips/Target.cpp | 67 ++++++++++++++++
unittests/tools/llvm-exegesis/CMakeLists.txt | 3 +
unittests/tools/llvm-exegesis/Mips/CMakeLists.txt | 21 +++++
unittests/tools/llvm-exegesis/Mips/TargetTest.cpp | 91 ++++++++++++++++++++++
13 files changed, 277 insertions(+), 5 deletions(-)
create mode 100644 lib/Target/Mips/MipsPfmCounters.td
create mode 100644 test/CodeGen/AArch64/GlobalISel/irtranslator-split-vector-arg.ll
create mode 100644 tools/llvm-exegesis/lib/Mips/CMakeLists.txt
create mode 100644 tools/llvm-exegesis/lib/Mips/LLVMBuild.txt
create mode 100644 tools/llvm-exegesis/lib/Mips/Target.cpp
create mode 100644 unittests/tools/llvm-exegesis/Mips/CMakeLists.txt
create mode 100644 unittests/tools/llvm-exegesis/Mips/TargetTest.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 lldb.
from f798ff30e [NativePDB] Remove unused references to ClangASTImporter
new 9d349c2eb Set GNUC version in the LLDB expression parser.
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:
source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp | 3 +++
1 file changed, 3 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 9a6583f43fa llvm-dwarfdump: Add verbose printing for debug_loclists
new 094c72f8b43 [MachineIRBuilder] Fix an assertion failure with buildMerge
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/GlobalISel/MachineIRBuilder.cpp | 7 ++--
.../CodeGen/GlobalISel/MachineIRBuilderTest.cpp | 39 ++++++++++++++++++++++
2 files changed, 44 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 gcc-9-branch
in repository gcc.
from f78856a1aa4 * fi.po: Update.
new 4f0a739df2f 2019-10-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/fortran/ChangeLog | 5 +++++
gcc/fortran/check.c | 31 ++++++++++++++++++++-----------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr91649.f90 | 23 +++++++++++++++++++++++
4 files changed, 53 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr91649.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 lldb.
from 55c541f13 Add -fgnuc-version to ClangModuleCompilationOptions on Darwin.
new f798ff30e [NativePDB] Remove unused references to ClangASTImporter
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:
source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 1 -
source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h | 2 --
2 files changed, 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 lldb.
from 1374c9c04 [platform process list] add a flag for showing the processes [...]
new 55c541f13 Add -fgnuc-version to ClangModuleCompilationOptions on Darwin.
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:
source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.