This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f3b83e41957 [CSP, Cloning] Update DuplicateInstructionsInSplitBetween t [...]
new 3eec80d6b73 [WebAssembly] Mark immediates.ll as XFAILed on MIPS hosts
new ca8cb6852b5 [IR] Add a dedicated FNeg IR Instruction
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-c/Core.h | 5 +
include/llvm/Bitcode/LLVMBitCodes.h | 10 ++
include/llvm/CodeGen/GlobalISel/IRTranslator.h | 2 +
include/llvm/IR/Constants.h | 7 +
include/llvm/IR/InstVisitor.h | 1 +
include/llvm/IR/Instruction.def | 153 ++++++++++++---------
include/llvm/IR/Instruction.h | 11 ++
include/llvm/IR/Instructions.h | 65 +++++++++
lib/AsmParser/LLLexer.cpp | 2 +
lib/AsmParser/LLParser.cpp | 73 +++++++++-
lib/AsmParser/LLParser.h | 2 +
lib/AsmParser/LLToken.h | 1 +
lib/Bitcode/Reader/BitcodeReader.cpp | 47 +++++++
lib/Bitcode/Writer/BitcodeWriter.cpp | 52 ++++++-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 7 +
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 9 ++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 3 +
lib/CodeGen/TargetLoweringBase.cpp | 1 +
lib/IR/Constants.cpp | 30 ++++
lib/IR/ConstantsContext.h | 4 +-
lib/IR/Instruction.cpp | 3 +
lib/IR/Instructions.cpp | 57 ++++++++
lib/IR/Verifier.cpp | 23 ++++
test/Assembler/fast-math-flags.ll | 24 +++-
test/Bitcode/compatibility.ll | 29 +++-
test/Bitcode/function-encoding-rel-operands.ll | 9 ++
test/CodeGen/Generic/fneg-fabs.ll | 15 ++
test/CodeGen/WebAssembly/immediates.ll | 5 +
test/CodeGen/X86/vec_fneg.ll | 15 ++
.../MergeFunc/call-and-invoke-with-ranges.ll | 16 +--
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 2 +
31 files changed, 600 insertions(+), 83 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-arm-lts-defconfig
in repository toolchain/binutils-gdb.
from ad22784389 Automatic date update in version.in
adds c2dc54280b 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.
unknown user pushed a change to branch master
in repository libcxx.
from d9c27151e [NFC][libcxx] Mark P1006R1 as complete
new 87b4a050d Update status for issue 3122
new 10180dc28 Remove duplicate entry for issue 3134
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:
www/cxx2a_status.html | 5 ++---
1 file changed, 2 insertions(+), 3 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 e0fbc0969cf Revert "[ThinLTO] Internalize readonly globals"
new f3b83e41957 [CSP, Cloning] Update DuplicateInstructionsInSplitBetween t [...]
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/Transforms/Utils/Cloning.h | 12 ++++---
lib/Transforms/Scalar/CallSiteSplitting.cpp | 49 +++++++++++++++++----------
lib/Transforms/Scalar/JumpThreading.cpp | 16 ++-------
lib/Transforms/Utils/CloneFunction.cpp | 22 ++++++++----
test/Transforms/CallSiteSplitting/musttail.ll | 2 +-
unittests/Transforms/Utils/CloningTest.cpp | 19 +++++++----
6 files changed, 69 insertions(+), 51 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 43f8ad7966 [NFC] Move storage of dispatch-version to GlobalDecl
new 65e1b786b5 [AST][NFC] Pack DeclRefExpr
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/AST/Expr.h | 69 ++++++++++++++++++++++--------------------------
include/clang/AST/Stmt.h | 3 +++
lib/AST/Expr.cpp | 3 ++-
3 files changed, 37 insertions(+), 38 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 98d4ace73 Implement P0972R0: <chrono> zero(), min(), and max() should b [...]
new d9c27151e [NFC][libcxx] Mark P1006R1 as complete
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:
www/cxx2a_status.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.