This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 22ee7a2b5 [Target] Move ObjCLanguageRuntime::LookupRuntimeSymbol into L [...]
new 18f2f2452 [Target] Generalize some behavior in Target::SymbolsDidLoad
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/lldb/Target/LanguageRuntime.h | 2 ++
include/lldb/Target/ObjCLanguageRuntime.h | 2 +-
source/Target/Target.cpp | 8 ++------
3 files changed, 5 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 master
in repository gcc.
from 9ef812efa1b rs6000: Delete -mmfpgpr
new 7083b698798 runtime: remove unnecessary functions calling between C and Go
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/go/runtime/stubs.go | 64 +---------------------------------------------
libgo/runtime/go-libmain.c | 1 -
libgo/runtime/go-main.c | 1 -
libgo/runtime/proc.c | 10 --------
libgo/runtime/runtime.h | 15 -----------
6 files changed, 2 insertions(+), 91 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-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 71238123c2b Daily bump.
adds 803019cb9f3 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from ee8f4bdacc Automatic date update in version.in
adds 5aa25a7042 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e6b1533 0: update: binutils-gcc-linux: boot
new 6dfb042 0: update: binutils-gcc-linux: boot
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 (e6b1533)
\
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 | 168 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11122 ++++++++--------
04-build_abe-stage1/console.log | 12827 +++++++++---------
05-build_linux/console.log | 694 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 39 -
console.log | 25381 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 25289 insertions(+), 25398 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 130149ed250 [X86] Add test cases for 32 and 64 bit versions of PR42118. NFC
new 569c3dfbde0 [NFC][X86] Fixup FileCheck prefixes - drop duplicates
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/hoist-and-by-const-from-lshr-in-eqcmp-zero.ll | 8 ++++----
test/CodeGen/X86/hoist-and-by-const-from-shl-in-eqcmp-zero.ll | 8 ++++----
2 files changed, 8 insertions(+), 8 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 clang.
from 3fb6bc0a3f Fix test failure from r362435
new e92b41ea8c Add clang source minimizer that reduces source to directives [...]
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/clang/Basic/DiagnosticLexKinds.td | 9 +
include/clang/Driver/CC1Options.td | 3 +
include/clang/Frontend/FrontendActions.h | 11 +
include/clang/Frontend/FrontendOptions.h | 5 +-
.../Lex/DependencyDirectivesSourceMinimizer.h | 88 +++
lib/Frontend/CompilerInvocation.cpp | 5 +
lib/Frontend/FrontendActions.cpp | 33 +-
lib/FrontendTool/ExecuteCompilerInvocation.cpp | 2 +
lib/Lex/CMakeLists.txt | 1 +
lib/Lex/DependencyDirectivesSourceMinimizer.cpp | 756 +++++++++++++++++++++
.../minimize_source_to_dependency_directives.c | 14 +
..._dependency_directives_at_import_extra_tokens.m | 3 +
..._dependency_directives_at_import_missing_semi.m | 3 +
...e_to_dependency_directives_invalid_macro_name.c | 3 +
unittests/Lex/CMakeLists.txt | 1 +
.../DependencyDirectivesSourceMinimizerTest.cpp | 508 ++++++++++++++
16 files changed, 1443 insertions(+), 2 deletions(-)
create mode 100644 include/clang/Lex/DependencyDirectivesSourceMinimizer.h
create mode 100644 lib/Lex/DependencyDirectivesSourceMinimizer.cpp
create mode 100644 test/Frontend/minimize_source_to_dependency_directives.c
create mode 100644 test/Lexer/minimize_source_to_dependency_directives_at_import_e [...]
create mode 100644 test/Lexer/minimize_source_to_dependency_directives_at_import_m [...]
create mode 100644 test/Lexer/minimize_source_to_dependency_directives_invalid_mac [...]
create mode 100644 unittests/Lex/DependencyDirectivesSourceMinimizerTest.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b00179e 4: update: llvm-linux: 17561
new 0d1291a 4: update: linux-0df021b2e841eded862ebc3b61532e7c73965535: 17561
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 (b00179e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 25 +-
02-build_llvm/console.log | 11923 +++++++++++++------------
03-build_linux/console.log | 6220 ++++++-------
06-update_baseline/console.log | 38 +-
console.log | 18206 +++++++++++++++++++--------------------
jenkins/manifest.sh | 7 +-
6 files changed, 18053 insertions(+), 18366 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 39369b2c0ed * sv.po: Update.
new bb2a57d6dba rs6000: Delete wg
new 9ef812efa1b rs6000: Delete -mmfpgpr
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 | 32 ++++++++++++++++++++++++++
gcc/config/rs6000/constraints.md | 3 ---
gcc/config/rs6000/rs6000-c.c | 2 --
gcc/config/rs6000/rs6000-cpus.def | 10 ++++-----
gcc/config/rs6000/rs6000.c | 36 +++++++-----------------------
gcc/config/rs6000/rs6000.h | 2 --
gcc/config/rs6000/rs6000.md | 36 +++++++++++++-----------------
gcc/config/rs6000/rs6000.opt | 7 ++++--
gcc/doc/extend.texi | 11 ++-------
gcc/doc/invoke.texi | 10 +--------
gcc/doc/md.texi | 5 +----
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/powerpc/mmfpgpr.c | 22 ------------------
13 files changed, 72 insertions(+), 108 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/powerpc/mmfpgpr.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.