This is an automated email from the git hooks/post-receive script.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 625e4c0 Make sure we have only one manifest file to deal with.
new fca03cc MakeRelease.job: add -${arch} suffix to log filename.
new 22a184c MakeRelease.job: Append build number to upload directory.
new 2e90394 Remove non-functional --nodepends option. TCWG-859.
new 45c8c1c Remove scripts/update-snapshots-ref.sh.
new 41bcb9b scripts/TestRelease.job: add a drive short name when using wine.
new 31010d1 Replace `...` with $(...)
new 8018a75 jenkins.sh: Make wget less verbose.
new 5b759a8 jenkins.sh: Handle expectedly-missing test logs.
new 79095ee Update scripts from ABE. Merge remote-tracking branch 'jenki [...]
The 9 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:
MakeRelease.job | 7 +++---
TestRelease.job | 8 +++++++
jenkins.sh | 72 +++++++++++++++++++++++++++++++--------------------------
3 files changed, 51 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.
unknown user pushed a change to branch master
in repository llvm.
from 36bda32 [AVR] Add the very first on-target test
new dbb11ef Adapt to recent APFloat change
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:
unittests/ADT/APFloatTest.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 20a600c Replace APFloatBase static fltSemantics data members with get [...]
new 36bda32 [AVR] Add the very first on-target 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/Metal/AVR/README.md | 6 ++++++
test/Metal/AVR/basic.ll | 7 +++++++
test/Metal/AVR/lit.local.cfg | 8 ++++++++
utils/lit/lit/TestingConfig.py | 2 +-
4 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 test/Metal/AVR/README.md
create mode 100644 test/Metal/AVR/basic.ll
create mode 100644 test/Metal/AVR/lit.local.cfg
--
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 d9de836 [AVR] Add the integrated testing tool to the .gitignore
new 1452ff9e Add a couple of assertions to the load combine code introduce [...]
new 20a600c Replace APFloatBase static fltSemantics data members with get [...]
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:
include/llvm/ADT/APFloat.h | 28 +-
include/llvm/CodeGen/SelectionDAG.h | 12 +-
include/llvm/IR/Type.h | 12 +-
lib/Analysis/ConstantFolding.cpp | 8 +-
lib/AsmParser/LLLexer.cpp | 14 +-
lib/AsmParser/LLParser.cpp | 6 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 12 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +-
lib/CodeGen/MachineInstr.cpp | 2 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +-
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 4 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 8 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 4 +-
lib/ExecutionEngine/ExecutionEngine.cpp | 6 +-
lib/IR/AsmWriter.cpp | 18 +-
lib/IR/ConstantFold.cpp | 14 +-
lib/IR/Constants.cpp | 82 +-
lib/IR/Core.cpp | 2 +-
lib/IR/LLVMContextImpl.h | 4 +-
lib/IR/Verifier.cpp | 2 +-
lib/MC/MCParser/AsmParser.cpp | 10 +-
lib/Support/APFloat.cpp | 190 ++-
lib/Support/ScaledNumber.cpp | 2 +-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 6 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 4 +-
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 14 +-
lib/Target/ARM/ARMMCInstLower.cpp | 2 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 2 +-
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 4 +-
lib/Target/NVPTX/NVPTXInstrInfo.td | 4 +-
lib/Target/NVPTX/NVPTXMCExpr.cpp | 4 +-
lib/Target/X86/X86ISelLowering.cpp | 28 +-
lib/Transforms/InstCombine/InstCombineCasts.cpp | 6 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 12 +-
lib/Transforms/Utils/SimplifyLibCalls.cpp | 4 +-
unittests/ADT/APFloatTest.cpp | 1640 ++++++++++----------
37 files changed, 1103 insertions(+), 1077 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 lldb.
from 58c8bfc Remove code needed for supporting old VS versions.
new 3f09858 Replace APFloatBase static fltSemantics data members with get [...]
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/Core/Scalar.h | 4 +--
source/Core/Scalar.cpp | 66 +++++++++++++++++++++++-----------------------
2 files changed, 35 insertions(+), 35 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 631f1e7 [c++1z] P0217R3: Allow by-value structured binding of arrays.
new 4ed04dd Replace APFloatBase static fltSemantics data members with get [...]
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/ASTMatchers/ASTMatchersInternal.h | 8 ++---
lib/AST/APValue.cpp | 2 +-
lib/AST/Expr.cpp | 26 +++++++-------
lib/AST/ExprConstant.cpp | 4 +--
lib/Basic/TargetInfo.cpp | 24 ++++++-------
lib/Basic/Targets.cpp | 46 ++++++++++++-------------
lib/CodeGen/CGExprConstant.cpp | 2 +-
lib/CodeGen/CodeGenTypes.cpp | 12 +++----
lib/CodeGen/TargetInfo.cpp | 14 ++++----
lib/Frontend/InitPreprocessor.cpp | 10 +++---
lib/Sema/SemaExpr.cpp | 2 +-
lib/Sema/SemaOverload.cpp | 2 +-
tools/libclang/CIndex.cpp | 2 +-
13 files changed, 77 insertions(+), 77 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-tools-extra.
from 56809b6 [clang-tidy] Suggest including <cmath> if necessary in type-p [...]
new 0d8381b Replace APFloatBase static fltSemantics data members with get [...]
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:
clang-tidy/misc/IncorrectRoundings.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 gcc.
from e1083a8 PR target/78796 * gcc.dg/tls/pr78796.c: New test.
new 3fe3b7c gcc/fortran/ChangeLog:
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/fortran/ChangeLog | 19 +++++++++++++
gcc/fortran/array.c | 9 +++++--
gcc/fortran/data.c | 5 +++-
gcc/fortran/gfortran.h | 2 +-
gcc/fortran/interface.c | 69 ++++++++++++++++++++++++++----------------------
gcc/fortran/module.c | 1 +
gcc/fortran/trans-decl.c | 2 +-
gcc/fortran/trans-expr.c | 6 ++---
gcc/fortran/trans-stmt.c | 3 ++-
9 files changed, 76 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 llvm.
from f4f8560 [Assembler] Better error messages for .org directive
new d9de836 [AVR] Add the integrated testing tool to the .gitignore
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:
.gitignore | 2 ++
1 file changed, 2 insertions(+)
--
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 fc29d5d Small tweaks to the markup in StructuredDataPlugins.
new 58c8bfc Remove code needed for supporting old VS versions.
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/Host/windows/PosixApi.h | 25 -------------------------
1 file changed, 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.