This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d3533cb2090 Regenerate ptr-rotate.ll . NFC
new 5bf30f7111b Fix another sphinx warning.
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:
docs/LangRef.rst | 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 llvm.
from 394b2c28173 [Mips] Always save RA when disabling frame pointer elimination
new d3533cb2090 Regenerate ptr-rotate.ll . 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/ptr-rotate.ll | 7 ++++++-
1 file 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards cbfd35fd 0: update: llvm-linux: all
new 90034a1b 0: update: llvm-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 (cbfd35fd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 22 +-
02-build_llvm/console.log | 12306 ++++++++++++++++++------------------
03-build_linux/console.log | 672 +-
04-boot_linux/console.log | 2 +-
console.log | 13002 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 13006 insertions(+), 13006 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_bmk/llvm-release-arm-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards bcc97985 0: update: binutils-gcc-glibc-llvm: -1
new 213c8296 0: update: binutils-gcc-glibc-llvm: -1
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 (bcc97985)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-release-arm-spe [...]
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 | 166 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10424 +-
.../console.log | 18358 ++-
05-build_abe-linux/console.log | 250 +-
06-build_abe-glibc/console.log | 37550 +++---
.../console.log | 46495 ++++---
08-build_llvm-true/console.log | 11934 +-
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 5 +-
09-benchmark/console.log | 103 +-
console.log | 125886 +++++++++---------
jenkins/manifest.sh | 10 +-
13 files changed, 125769 insertions(+), 125852 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 17966ab0ef6 Fix sphinx warnings.
new 7fe568742e2 [LLVM-C] Add bindings to create macro debug info
new fd90615a7ca [Mips] Fix evaluating J-format branch targets
new 394b2c28173 [Mips] Always save RA when disabling frame pointer elimination
The 3 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-c/DebugInfo.h | 45 +++
lib/IR/DebugInfo.cpp | 20 ++
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp | 11 +-
lib/Target/Mips/MipsSEFrameLowering.cpp | 7 +-
test/Bindings/llvm-c/debug_info.ll | 90 +++---
test/CodeGen/Mips/cconv/vector.ll | 336 +++++++++++++---------
test/CodeGen/Mips/dynamic-stack-realignment.ll | 20 +-
test/CodeGen/Mips/frame-address.ll | 25 +-
test/CodeGen/Mips/no-frame-pointer-elim.ll | 37 +++
test/CodeGen/Mips/tnaked.ll | 2 +-
test/CodeGen/Mips/v2i16tof32.ll | 9 +-
test/MC/Mips/micromips-jump-pc-region.s | 17 ++
test/MC/Mips/mips-jump-pc-region.s | 17 ++
tools/llvm-c-test/debuginfo.c | 21 ++
14 files changed, 454 insertions(+), 203 deletions(-)
create mode 100644 test/CodeGen/Mips/no-frame-pointer-elim.ll
create mode 100644 test/MC/Mips/micromips-jump-pc-region.s
create mode 100644 test/MC/Mips/mips-jump-pc-region.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 clang.
from a17aaa79ba [ASTImporter][NFC] Enable disabled but passing test
new d55e66916d AST - silence static analyzer getAs<> null dereference warni [...]
new 7bd35772a0 RewriteModernObjC - silence static analyzer getAs<> null der [...]
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/AST/ExprCXX.cpp | 9 +++------
lib/AST/Interp/Program.cpp | 2 +-
lib/AST/Mangle.cpp | 2 +-
lib/AST/StmtPrinter.cpp | 8 ++++----
lib/AST/TemplateBase.cpp | 2 +-
lib/AST/TypePrinter.cpp | 2 +-
lib/Frontend/Rewrite/RewriteModernObjC.cpp | 14 +++++++-------
7 files changed, 18 insertions(+), 21 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/llvm-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/linux.
from 43b815c6a8e7 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...]
adds 2cf2aa6a69db dma-mapping: fix false positivse warnings in dma_common_fr [...]
adds 7cdb85df6061 Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/u [...]
adds b212921b13bd elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
adds da0c9ea146cb Linux 5.4-rc2
No new revisions were added by this update.
Summary of changes:
Makefile | 4 ++--
fs/binfmt_elf.c | 13 +++----------
kernel/dma/remap.c | 4 ++--
3 files changed, 7 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.