This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 57596fe21b [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
new d24b4c8a8c [OPENMP] Fix comment, 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:
lib/Sema/SemaOpenMP.cpp | 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.
unknown user pushed a change to branch master
in repository llvm.
from c8cb6812d21 [llvm-exegesis][NFC] Move BenchmarkFailure to own file.
new 70dbfae2a76 [FileCheck] Remove implementation types from API
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/llvm/Support/FileCheck.h | 18 ++++++-------
lib/Support/FileCheck.cpp | 43 +++++++++++++++++-------------
unittests/CodeGen/GlobalISel/GISelMITest.h | 5 ++--
utils/FileCheck/FileCheck.cpp | 5 ++--
4 files changed, 37 insertions(+), 34 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 6eb0407cf23 2019-09-30 Richard Biener <rguenther(a)suse.de>
new 20713a3be43 Add initial support for prefixed/PC-relative addressing.
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/ChangeLog | 53 +++++
gcc/config/rs6000/predicates.md | 102 +++------
gcc/config/rs6000/rs6000-protos.h | 63 +++++-
gcc/config/rs6000/rs6000.c | 461 ++++++++++++++++++++++++++++++++------
gcc/config/rs6000/rs6000.h | 21 ++
gcc/config/rs6000/rs6000.md | 84 ++++++-
6 files changed, 631 insertions(+), 153 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-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards bb3a8864 0: update: llvm-linux: all
new e0adb68c 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 (bb3a8864)
\
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 | 220 +-
02-build_llvm/console.log | 12181 +++++++++++++++++------------------
03-build_linux/console.log | 822 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 13241 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13246 insertions(+), 13244 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 dd96b472b67 [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
new c8cb6812d21 [llvm-exegesis][NFC] Move BenchmarkFailure to own file.
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/llvm-exegesis/lib/BenchmarkResult.cpp | 9 +++++----
tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 7 ++-----
tools/llvm-exegesis/lib/BenchmarkRunner.h | 7 -------
tools/llvm-exegesis/lib/Error.h | 28 ++++++++++++++++++++++++++++
tools/llvm-exegesis/lib/Latency.cpp | 2 +-
tools/llvm-exegesis/lib/Latency.h | 1 +
tools/llvm-exegesis/lib/SnippetFile.cpp | 19 +++++++++----------
tools/llvm-exegesis/lib/SnippetGenerator.cpp | 5 +++--
tools/llvm-exegesis/lib/X86/Target.cpp | 25 +++++++++++++------------
tools/llvm-exegesis/llvm-exegesis.cpp | 9 ++++-----
10 files changed, 66 insertions(+), 46 deletions(-)
create mode 100644 tools/llvm-exegesis/lib/Error.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 lldb.
from 3da8ed423 [lldb][NFC][modern-type-lookup] Remove while(false) behind if() {}
new 7a54a9380 Use llvm for dumping DWARF expressions
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/Utility/DataExtractor.h | 6 +
lit/SymbolFile/DWARF/debug_loc.s | 4 +-
lit/SymbolFile/DWARF/dwarf5_locations.s | 2 +-
source/Expression/DWARFExpression.cpp | 411 +--------------------
.../Process/gdb-remote/ProcessGDBRemote.cpp | 1 -
source/Symbol/ClangASTContext.cpp | 2 +-
unittests/Utility/ScalarTest.cpp | 4 +-
7 files changed, 17 insertions(+), 413 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 e3c7b5b07c4 [ConstantRange] add helper function addWithNoWrap(). Differ [...]
new dd96b472b67 [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
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/llvm/IR/Instructions.h | 2 --
lib/CodeGen/AtomicExpandPass.cpp | 6 +++---
lib/CodeGen/CodeGenPrepare.cpp | 2 +-
lib/IR/Core.cpp | 2 +-
lib/IR/Instructions.cpp | 8 ++------
lib/Target/AArch64/AArch64StackTagging.cpp | 7 ++++---
lib/Target/AMDGPU/AMDGPULibCalls.cpp | 4 ++--
lib/Target/NVPTX/NVPTXLowerArgs.cpp | 2 +-
lib/Transforms/Coroutines/CoroFrame.cpp | 2 +-
lib/Transforms/IPO/Inliner.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCasts.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | 11 ++++++-----
lib/Transforms/Instrumentation/AddressSanitizer.cpp | 15 ++++++++-------
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp | 4 ++--
lib/Transforms/Scalar/GVNHoist.cpp | 4 ++--
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 2 +-
lib/Transforms/Utils/Local.cpp | 2 +-
17 files changed, 37 insertions(+), 40 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 dcf0b9043f DeclCXX/ExprCXX - silence static analyzer getAs<> null deref [...]
new 57596fe21b [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
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/CGBuiltin.cpp | 4 ++--
lib/CodeGen/CGCall.cpp | 2 +-
lib/CodeGen/CGExpr.cpp | 2 +-
lib/CodeGen/TargetInfo.cpp | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.