This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7c442634fab [FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
new 36d0612088f [InstCombine] adjust tests for select with FP identity op; 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/Transforms/InstCombine/select-binop-cmp.ll | 62 +++++++++++++------------
1 file changed, 32 insertions(+), 30 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-master-aarch64-mainline-allmodconfig
in repository toolchain/binutils-gdb.
from a31abe80ea Return gdbpy_ref from gdbpy_get_varobj_pretty_printer
adds 713f1b445a 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 llvm.
from fbe10782a95 [ThinLTO] Add an option to disable (thin)lto internalization.
new 7c442634fab [FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
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 | 145 +++++++
include/llvm/CodeGen/ISDOpcodes.h | 1 +
include/llvm/CodeGen/SelectionDAGNodes.h | 4 +
include/llvm/CodeGen/TargetLowering.h | 4 +
include/llvm/IR/IntrinsicInst.h | 4 +
include/llvm/IR/Intrinsics.td | 18 +-
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 8 +
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 8 +
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 12 +
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 16 +
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 4 +
lib/IR/IntrinsicInst.cpp | 4 +
lib/IR/Verifier.cpp | 4 +
.../X86/vector-constrained-fp-intrinsics.ll | 424 +++++++++++++++++++++
15 files changed, 659 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.
unknown user pushed a change to branch master
in repository llvm.
from 28d03091b9b [InstCombine] add/adjust tests for select with fsub identit [...]
new e3b515280e3 [TargetLowering] Begin generalizing TargetLowering::expandF [...]
new fbe10782a95 [ThinLTO] Add an option to disable (thin)lto internalization.
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/LTO/legacy/LTOCodeGenerator.h | 5 ++-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 52 ++++++++++++++---------------
lib/LTO/LTO.cpp | 10 ++++--
test/LTO/X86/internalize.ll | 42 +++++++++++++++++++++++
test/ThinLTO/X86/internalize.ll | 21 ++++++++++++
5 files changed, 101 insertions(+), 29 deletions(-)
create mode 100644 test/LTO/X86/internalize.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.