This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from decd03f0859 [ARM] Don't replicate instructions in Ifcvt at minsize
new 9a2fa4a0333 [ARM] Update check for CBZ in Ifcvt
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/ARM/ARMBaseInstrInfo.cpp | 58 +++++++---
lib/Target/ARM/ARMBaseInstrInfo.h | 10 ++
lib/Target/ARM/ARMConstantIslandPass.cpp | 34 +-----
test/CodeGen/Thumb2/ifcvt-cbz.mir | 179 +++++++++++++++++++++++++++++++
4 files changed, 238 insertions(+), 43 deletions(-)
create mode 100644 test/CodeGen/Thumb2/ifcvt-cbz.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 llvm.
from 2429cc586ef Fix MSVC "32-bit shift implicitly converted to 64 bits" war [...]
new decd03f0859 [ARM] Don't replicate instructions in Ifcvt at minsize
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/ARM/ARMBaseInstrInfo.cpp | 9 ++++
test/CodeGen/Thumb2/ifcvt-minsize.ll | 92 ++++++++++++++++++++++++++++++++++++
2 files changed, 101 insertions(+)
create mode 100644 test/CodeGen/Thumb2/ifcvt-minsize.ll
--
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 b8d6fbbb6 modify-python-lldb: Remove \a-removing code
new 7226efe59 Move postfix expression code out of the NativePDB plugin
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/Symbol/PostfixExpression.h | 179 ++++++++++++
.../NativePDB/PdbFPOProgramToDWARFExpression.cpp | 300 +++++----------------
2 files changed, 246 insertions(+), 233 deletions(-)
create mode 100644 include/lldb/Symbol/PostfixExpression.h
--
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 6a1e1a19cb [Analyzer] Second fix for last commit for IteratorChecker
new bacdda2239 Fix "-Wimplicit-fallthrough" warning. NFCI.
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:
tools/clang-extdef-mapping/ClangExtDefMapGen.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 lld.
from 3a8c411c3 [LLD][ELF] - Fix mips-invalid-options-descriptor.s test case [...]
new 3a00ae5a6 [PPC][PPC64] Improve some llvm-objdump -d -D tests
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/ELF/ppc-relocs.s | 35 +++++-----
test/ELF/ppc64-call-reach.s | 45 ++++++-------
test/ELF/ppc64-dtprel.s | 49 ++++++--------
test/ELF/ppc64-entry-point.s | 40 +++++------
test/ELF/ppc64-ifunc.s | 100 ++++++++++++---------------
test/ELF/ppc64-long-branch.s | 101 ++++++++++------------------
test/ELF/ppc64-relocs.s | 70 +++++++++----------
test/ELF/ppc64-tls-gd-le-small.s | 8 +--
test/ELF/ppc64-tls-ie-le.s | 4 +-
test/ELF/ppc64-tls-ld-le.s | 4 +-
test/ELF/ppc64-toc-addis-nop-lqsq.s | 5 +-
test/ELF/ppc64-toc-addis-nop.s | 22 +++---
test/ELF/ppc64-toc-rel.s | 51 +++++++-------
test/ELF/ppc64-toc-restore-recursive-call.s | 10 +--
test/ELF/ppc64-toc-restore.s | 32 ++++-----
test/ELF/ppc64-weak-undef-call.s | 10 +--
16 files changed, 261 insertions(+), 325 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-master-aarch64-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards 01d8a55d 0: update: gcc-849afb2e49cb7e1bbf0776b43efe17288e78129c: 0
new ac90f7da 0: update: glibc-25f7a3c96116a9102df8bf7b04ef160faa32416d: 0
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 (01d8a55d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-aarch64- [...]
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 | 127 +-
02-prepare_abe/console.log | 300 +-
03-build_abe-binutils/console.log | 10683 ++--
04-build_abe-stage1/console.log | 14996 +++--
05-build_abe-linux/console.log | 308 +-
06-build_abe-glibc/console.log | 39535 ++++++------
07-build_abe-stage2/console.log | 40097 ++++++------
08-build_llvm-true/console.log | 11553 ++--
09-benchmark/benchmark.log | 17 +-
09-benchmark/console.log | 133 +-
10-check_regression/console.log | 182 +-
11-update_baseline/console.log | 196 +-
console.log | 118088 +++++++++++++++++------------------
jenkins/manifest.sh | 6 +-
results.csv | 38 +-
results_id | 2 +-
16 files changed, 118124 insertions(+), 118137 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-Oz
in repository toolchain/ci/gcc.
from 12141b1f41d Daily bump.
adds 83a89406f01 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_bmk/llvm-release-arm-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards 50c44d89 0: update: binutils-gcc-glibc-llvm: 0
new 8ff9c952 0: update: gcc-83a89406f01e3d67de7baf24e940dd5324543d72: 0
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 (50c44d89)
\
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 | 229 +-
02-prepare_abe/console.log | 298 +-
03-build_abe-binutils/console.log | 10366 ++-
04-build_abe-stage1/console.log | 17083 +++--
05-build_abe-linux/console.log | 296 +-
06-build_abe-glibc/console.log | 37450 ++++++-----
07-build_abe-stage2/console.log | 46081 ++++++-------
08-build_llvm-true/console.log | 11568 ++--
09-benchmark/benchmark.log | 32 +-
09-benchmark/console.log | 139 +-
10-check_regression/console.log | 193 +-
11-update_baseline/console.log | 197 +-
console.log | 124702 +++++++++++++++++------------------
jenkins/manifest.sh | 17 +-
results.csv | 37 +-
results_id | 2 +-
16 files changed, 124325 insertions(+), 124365 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 91902636932 Fix MSVC "32-bit shift implicitly converted to 64 bits" war [...]
new 2429cc586ef Fix MSVC "32-bit shift implicitly converted to 64 bits" war [...]
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/ExecutionEngine/JITLink/MachO_x86_64.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 55bbda44b4 [analyzer][CrossTU] Extend CTU to VarDecls with initializer
new 6a1e1a19cb [Analyzer] Second fix for last commit for IteratorChecker
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/StaticAnalyzer/Checkers/IteratorChecker.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.