This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4d1bef8fcfe [AArch64][GlobalISel] Select FCMPSri/FCMPDri when comparing [...]
new 59db388889e [tools] Introduce llvm-lipo
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/CMakeLists.txt | 1 +
test/tools/llvm-lipo/help-message.test | 13 ++
test/tools/llvm-lipo/verify-arch-macho-binary.test | 31 ++++
.../llvm-lipo/verify-arch-universal-binary.test | 44 +++++
tools/llvm-lipo/CMakeLists.txt | 16 ++
tools/llvm-lipo/LLVMBuild.txt | 20 +++
tools/llvm-lipo/LipoOpts.td | 10 ++
tools/llvm-lipo/llvm-lipo.cpp | 185 +++++++++++++++++++++
8 files changed, 320 insertions(+)
create mode 100644 test/tools/llvm-lipo/help-message.test
create mode 100644 test/tools/llvm-lipo/verify-arch-macho-binary.test
create mode 100644 test/tools/llvm-lipo/verify-arch-universal-binary.test
create mode 100644 tools/llvm-lipo/CMakeLists.txt
create mode 100644 tools/llvm-lipo/LLVMBuild.txt
create mode 100644 tools/llvm-lipo/LipoOpts.td
create mode 100644 tools/llvm-lipo/llvm-lipo.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 clang.
from 120851d42c Defer creating fields for captures until we finish building [...]
new d94ab6756a Fix r361893 to also update a recently-added test.
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/AST/ast-dump-expr-json.cpp | 326 ++++++++++++++++++++--------------------
1 file changed, 163 insertions(+), 163 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 feb0e9afd Fix an incorrect 'Throws' in the regex code. Add a test for t [...]
new a7056dbb6 Fix test that used raw string literals. Doesn't work in C++03
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/std/re/re.regex/re.regex.construct/bad_range.pass.cpp | 4 ++--
1 file changed, 2 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 clang.
from 1d6f4f1664 [Driver] Fix -working-directory issues
new 2ee1450467 Move code to mark a variable as odr-used adjacement to all t [...]
new 8465d5be63 If capturing a variable fails, add a capture anyway (and mar [...]
new a2b584af88 Simplify clang::Capture. No functionality change intended.
new 120851d42c Defer creating fields for captures until we finish building [...]
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:
include/clang/Sema/ScopeInfo.h | 151 +++++++-------
include/clang/Sema/Sema.h | 9 +-
include/clang/Sema/SemaInternal.h | 30 ---
lib/Sema/ScopeInfo.cpp | 14 +-
lib/Sema/SemaDecl.cpp | 10 +-
lib/Sema/SemaExpr.cpp | 223 +++++++++------------
lib/Sema/SemaExprCXX.cpp | 71 +++----
lib/Sema/SemaLambda.cpp | 75 +++++--
lib/Sema/SemaStmt.cpp | 18 +-
lib/Sema/TreeTransform.h | 2 +-
test/AST/ast-dump-expr.cpp | 14 +-
test/CXX/expr/expr.prim/expr.prim.lambda/blocks.mm | 7 +
test/Sema/captured-statements.c | 9 +-
test/SemaCXX/lambda-expressions.cpp | 4 +-
.../capturing-flexible-array-in-block.mm | 5 +-
15 files changed, 323 insertions(+), 319 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/linux.
from cd6c84d8f0cd Linux 5.2-rc2
adds 9a626c4a6326 ia64: fix build errors by exporting paddr_to_nid()
adds e9646f0f5bb6 gpio: fix gpio-adp5588 build errors
adds ca6584a3316c Merge tag 'gpio-v5.2-2' of git://git.kernel.org/pub/scm/li [...]
adds ec2e0f4f00c0 pinctrl: stmfx: Fix compile issue when CONFIG_OF_GPIO is n [...]
adds e58926e781d8 pinctrl: intel: Use GENMASK() consistently
adds 670784fb4ebe pinctrl: intel: Clear interrupt status in mask/unmask callback
adds b1fa7d8592c7 Merge tag 'intel-pinctrl-v5.2-2' of git://git.kernel.org/p [...]
adds 9fb67d643f6f Merge tag 'pinctrl-v5.2-2' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
Summary of changes:
arch/ia64/mm/numa.c | 1 +
drivers/gpio/Kconfig | 1 +
drivers/pinctrl/Kconfig | 2 +-
drivers/pinctrl/intel/pinctrl-intel.c | 45 ++++++++---------------------------
4 files changed, 13 insertions(+), 36 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/binutils-gdb.
from d7c73da35f Automatic date update in version.in
adds 02c6905952 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 0815ca1c6 0: update: binutils-gcc-linux: boot
new c4cbcfe7c 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 (0815ca1c6)
\
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 | 14 +-
02-prepare_abe/console.log | 48 +-
03-build_abe-binutils/console.log | 10880 ++++++++--------
04-build_abe-stage1/console.log | 13669 ++++++++++----------
05-build_linux/console.log | 368 +-
06-boot_linux/console.log | 4 +-
console.log | 25052 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 25041 insertions(+), 25010 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 4b49e7df3dd [WebAssembly] Support for atomic fences
new 4d1bef8fcfe [AArch64][GlobalISel] Select FCMPSri/FCMPDri when comparing [...]
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/AArch64/AArch64InstructionSelector.cpp | 40 ++++++++++------
test/CodeGen/AArch64/GlobalISel/select-fcmp.mir | 56 +++++++++++++++++++++++
2 files changed, 83 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-fcmp.mir
--
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 3208a783b Fix 'warning: suggest explicit braces to avoid ambiguous ‘els [...]
new 2baa77d49 [SymbolFileDWARF] Remove unused member (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:
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +-
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.