This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from dbee82a54 [WebAssembly] Remove unused header
new b1420be99 [WebAssembly] Split addDefined into two different methods. NFC.
new 5c56aa369 feedback
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:
wasm/InputFiles.cpp | 4 +--
wasm/SymbolTable.cpp | 76 +++++++++++++++++++++++++++-------------------------
wasm/SymbolTable.h | 9 ++++---
3 files changed, 47 insertions(+), 42 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 e271f8c46c6 [IRBuilder] fix CreateMaxNum to actually produce maxnum (PR36454)
new ae97c16c39c [X86][3DNow] Regenerate intrinsics tests
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/CodeGen/X86/3dnow-intrinsics.ll | 719 +++++++++++++++++++++++++++++++++--
1 file changed, 693 insertions(+), 26 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 3dbd54d2c4 PR36442: Correct description of -fsplit-dwarf-inlining
new 3a759eff5f Correct multiversion unsupported target behavior, add a 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:
lib/Sema/SemaDecl.cpp | 2 ++
test/Sema/attr-target-unsupported.c | 12 ++++++++++++
2 files changed, 14 insertions(+)
create mode 100644 test/Sema/attr-target-unsupported.c
--
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 lld.
from 06825c8c6 [WebAssembly] Remove InputChunk from Symbol baseclass
new dbee82a54 [WebAssembly] Remove unused header
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:
wasm/InputChunks.h | 1 -
wasm/InputFiles.h | 1 -
2 files changed, 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 llvm.
from 771994be2dd [SLP] Fix tests checks, NFC.
new 1837dbf46a8 [Hexagon] Handle *Low8 register classes in early if-conversion
new e271f8c46c6 [IRBuilder] fix CreateMaxNum to actually produce maxnum (PR36454)
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/IR/IRBuilder.h | 2 +-
lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 2 ++
test/CodeGen/Hexagon/early-if-low8.mir | 27 +++++++++++++++++++++++++++
unittests/IR/IRBuilderTest.cpp | 17 +++++++++++++++++
4 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Hexagon/early-if-low8.mir
--
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 20db0963755 [X86] Correct SHRUNKBLEND creation to work correctly when t [...]
new 771994be2dd [SLP] Fix tests checks, 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/SLPVectorizer/X86/addsub.ll | 178 +++++++++++++++------
.../Transforms/SLPVectorizer/X86/compare-reduce.ll | 39 ++++-
test/Transforms/SLPVectorizer/X86/funclet.ll | 32 +++-
test/Transforms/SLPVectorizer/X86/in-tree-user.ll | 38 ++++-
test/Transforms/SLPVectorizer/X86/return.ll | 36 +++--
5 files changed, 249 insertions(+), 74 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 bff6449bb83 [SelectionDAG] Add LegalTypes flag to getShiftAmountTy. Use [...]
new 20db0963755 [X86] Correct SHRUNKBLEND creation to work correctly when 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:
lib/Target/X86/X86ISelLowering.cpp | 54 ++++++++++++++++----------------------
test/CodeGen/X86/vselect.ll | 4 ---
2 files changed, 23 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 llvm.
from 35c4cd1eb57 [dsymutil] Correctly handle DW_TAG_label
new a7f9439a213 [X86] Promote 16-bit cmovs to 32-bits
new bff6449bb83 [SelectionDAG] Add LegalTypes flag to getShiftAmountTy. Use [...]
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/CodeGen/TargetLowering.h | 3 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +--
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 21 +++++------
lib/CodeGen/TargetLoweringBase.cpp | 7 ++--
lib/Target/X86/X86ISelLowering.cpp | 57 +++++++++++++++++++++++++++--
test/CodeGen/X86/avx512-insert-extract.ll | 5 ++-
test/CodeGen/X86/avx512-mask-op.ll | 24 ++++++------
test/CodeGen/X86/avx512-schedule.ll | 12 +++---
test/CodeGen/X86/bool-simplify.ll | 4 +-
test/CodeGen/X86/legalize-shift.ll | 37 +++++++++++++++++++
test/CodeGen/X86/select.ll | 14 +++----
test/CodeGen/X86/setcc-lowering.ll | 4 +-
12 files changed, 140 insertions(+), 54 deletions(-)
create mode 100644 test/CodeGen/X86/legalize-shift.ll
--
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 lld.
from a608a0936 [WebAssembly] Check signatures of weakly defined funtions too
new 06825c8c6 [WebAssembly] Remove InputChunk from Symbol baseclass
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:
wasm/Symbols.cpp | 44 +++++++++++++++++++++++++++-----------------
wasm/Symbols.h | 36 +++++++++++++++++-------------------
2 files changed, 44 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 aedbf6f6f98 [vim] Recognize more FileCheck comments
new 35c4cd1eb57 [dsymutil] Correctly handle DW_TAG_label
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/tools/dsymutil/Inputs/label.o | Bin 0 -> 1088 bytes
test/tools/dsymutil/X86/label.test | 16 ++++++++++++++++
tools/dsymutil/DwarfLinker.cpp | 29 ++++++++++++++++++++++++++++-
3 files changed, 44 insertions(+), 1 deletion(-)
create mode 100644 test/tools/dsymutil/Inputs/label.o
create mode 100644 test/tools/dsymutil/X86/label.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.