This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 549b31f [X86][SSE] Add support for combining PINSRW+ASSERTZEXT+PEXTRW [...]
new 77a24c8 Revert "NewGVN: Make unreachable blocks be marked with unreachable"
new 93a4027 Update pr31758.ll for unreachable revert
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:
lib/Transforms/Scalar/NewGVN.cpp | 31 +++++++++++---------
test/Transforms/NewGVN/2008-12-09-SelfRemove.ll | 38 ++++++++++++-------------
test/Transforms/NewGVN/pr31594.ll | 2 +-
test/Transforms/NewGVN/pr31758.ll | 2 +-
4 files changed, 39 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 llvm.
from c15acfb [InstCombine] add 'exact' to lshr to show that it got dropped; NFC
new f406e81 [InstCombine] fixed to propagate 'exact' on lshr
new 430953e DAG: Constant fold fp16_to_fp/fp16_to_fp
new 549b31f [X86][SSE] Add support for combining PINSRW+ASSERTZEXT+PEXTRW [...]
The 3 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/SelectionDAG/SelectionDAG.cpp | 19 +++++++
lib/Target/X86/X86ISelLowering.cpp | 20 ++++++++
lib/Transforms/InstCombine/InstCombineShifts.cpp | 2 +-
test/CodeGen/AMDGPU/br_cc.f16.ll | 27 +++++-----
test/CodeGen/AMDGPU/fadd.f16.ll | 19 +++----
test/CodeGen/AMDGPU/fmul.f16.ll | 19 +++----
test/CodeGen/AMDGPU/fsub.f16.ll | 30 +++++------
test/CodeGen/AMDGPU/llvm.fma.f16.ll | 13 ++---
test/CodeGen/AMDGPU/llvm.fmuladd.f16.ll | 6 +--
test/CodeGen/AMDGPU/llvm.maxnum.f16.ll | 30 +++++------
test/CodeGen/AMDGPU/llvm.minnum.f16.ll | 30 +++++------
test/CodeGen/AMDGPU/select.f16.ll | 58 ++++++++++------------
test/CodeGen/AMDGPU/v_mac.ll | 8 ++-
test/CodeGen/AMDGPU/v_mac_f16.ll | 34 ++++++-------
test/CodeGen/ARM/fp16-promote.ll | 10 ++--
test/CodeGen/ARM/fp16-v3.ll | 2 +-
.../CodeGen/X86/clear_upper_vector_element_bits.ll | 16 +-----
test/Transforms/InstCombine/shift.ll | 2 +-
18 files changed, 165 insertions(+), 180 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 release_40
in repository lld.
from 51d1074 Port r292789 and r293177.
new 7a60df7 Fix binary file that was corrupted in the svn move.
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/Inputs/dtrace-r.o | Bin 0 -> 624 bytes
1 file changed, 0 insertions(+), 0 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 8b177c8 [Inliner] Fold analysis remarks into missed remarks
new eb8cfb3 [Coroutines] Add header guard to header that's missing one.
new c15acfb [InstCombine] add 'exact' to lshr to show that it got dropped; NFC
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:
lib/Transforms/Coroutines/CoroInstr.h | 5 +++++
test/Transforms/InstCombine/shift.ll | 3 ++-
2 files changed, 7 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 release_40
in repository lld.
from 4b0261d Merging r293078: -------------------------------------------- [...]
new 51d1074 Port r292789 and r293177.
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:
ELF/InputFiles.h | 4 ---
ELF/InputSection.cpp | 3 +-
ELF/SyntheticSections.cpp | 76 +++++++++++++++++++++++++++-------------------
ELF/SyntheticSections.h | 13 +++++---
ELF/Writer.cpp | 10 ++----
test/ELF/Inputs/dtrace-r.o | 0
test/ELF/dtrace-r.test | 8 +++++
7 files changed, 65 insertions(+), 49 deletions(-)
create mode 100644 test/ELF/Inputs/dtrace-r.o
create mode 100644 test/ELF/dtrace-r.test
--
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 f24bf5a [Inliner] Fix a comment to match the code. NFC.
new 10d8cea [RDF] Add phis for entry block live-ins (in addition to funct [...]
new 8b177c8 [Inliner] Fold analysis remarks into missed remarks
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:
lib/Target/Hexagon/RDFGraph.cpp | 16 +++++++++----
lib/Target/Hexagon/RDFGraph.h | 16 +++++++------
lib/Target/Hexagon/RDFLiveness.cpp | 4 +---
lib/Transforms/IPO/Inliner.cpp | 27 ++++++++++------------
.../Inline/optimization-remarks-with-hotness.ll | 3 +--
test/Transforms/Inline/optimization-remarks.ll | 3 +--
6 files changed, 36 insertions(+), 33 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 3f57ef3 [AST] Make header standalone.
new 8bb17f5 Adjust tests after folding inlining analysis into missed remarks
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/Frontend/optimization-remark-with-hotness.c | 8 +++++---
test/Frontend/optimization-remark.c | 6 ++----
2 files changed, 7 insertions(+), 7 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 c8ac276 [InstCombine] add tests for shift-shift patterns; NFC
new 00794ce [InstCombine] enable lshr(shl X, C1), C2 folds for vectors wi [...]
new f24bf5a [Inliner] Fix a comment to match the code. NFC.
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:
lib/Transforms/IPO/Inliner.cpp | 4 +-
lib/Transforms/InstCombine/InstCombineShifts.cpp | 50 ++++++++++++------------
test/Transforms/InstCombine/shift.ll | 7 ++--
3 files changed, 30 insertions(+), 31 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 8f2da38 [IRGen] Make header standalone.
new 3f57ef3 [AST] Make header standalone.
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/ASTVector.h | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.