This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bc154d861ef [PowerPC] Fix the calling convention for i1 arguments on PPC32
new d84a0a2c13b [InstCombine] add/use overflowing math helper functions; 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:
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 4 +---
lib/Transforms/InstCombine/InstCombineInternal.h | 18 ++++++++++++++++++
2 files changed, 19 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 clang.
from 4abb9733da Relax assumption about default method calling convention in [...]
new 74afe0c677 test/Driver/output-file-cleanup.c: delete non-readable tempo [...]
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/Driver/output-file-cleanup.c | 1 +
1 file changed, 1 insertion(+)
--
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 a87575ecca9 [codeview] Remove dead code
new c839b30eff4 Add missing include.
new 53fdce9a566 [WebAssembly][NFC] Move SIMD encoding tests to dedicated file
new bc154d861ef [PowerPC] Fix the calling convention for i1 arguments on PPC32
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:
include/llvm/DebugInfo/PDB/Native/SymbolCache.h | 1 +
lib/Target/PowerPC/PPCISelLowering.cpp | 20 +-
.../PowerPC/ppc32-i1-stack-arguments-abi-bug.ll | 24 +
test/CodeGen/WebAssembly/simd-arith.ll | 372 ++++-----
test/CodeGen/WebAssembly/simd-comparisons.ll | 438 +++++------
test/CodeGen/WebAssembly/simd-conversions.ll | 6 +-
test/CodeGen/WebAssembly/simd-offset.ll | 846 +++++++++------------
test/CodeGen/WebAssembly/simd.ll | 430 +++++------
test/MC/WebAssembly/simd-encodings.s | 298 ++++++++
9 files changed, 1321 insertions(+), 1114 deletions(-)
create mode 100644 test/CodeGen/PowerPC/ppc32-i1-stack-arguments-abi-bug.ll
create mode 100644 test/MC/WebAssembly/simd-encodings.s
--
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 932287b64f8 [PDB] Refactor a little of the Symbol creation code.
new a87575ecca9 [codeview] Remove dead code
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 13 -------------
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 4 ----
2 files changed, 17 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 ec13dea9af1 [SampleFDO] Add FunctionOffsetTable in compact binary forma [...]
new 932287b64f8 [PDB] Refactor a little of the Symbol creation code.
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/DebugInfo/PDB/Native/NativeTypeEnum.h | 6 +++---
.../llvm/DebugInfo/PDB/Native/NativeTypePointer.h | 4 ++--
include/llvm/DebugInfo/PDB/Native/SymbolCache.h | 25 +++++++++++++++-------
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp | 9 +++-----
lib/DebugInfo/PDB/Native/NativeTypePointer.cpp | 15 ++++---------
lib/DebugInfo/PDB/Native/SymbolCache.cpp | 20 ++++++++---------
6 files changed, 38 insertions(+), 41 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 3d6400d5f12 test/Other/can-execute.txt: delete %t after the test
new ec13dea9af1 [SampleFDO] Add FunctionOffsetTable in compact binary forma [...]
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/ProfileData/SampleProf.h | 3 +-
include/llvm/ProfileData/SampleProfReader.h | 24 ++++-
include/llvm/ProfileData/SampleProfWriter.h | 51 +++++++++-
lib/ProfileData/SampleProf.cpp | 2 +
lib/ProfileData/SampleProfReader.cpp | 111 ++++++++++++++++++---
lib/ProfileData/SampleProfWriter.cpp | 57 +++++++++++
lib/Transforms/IPO/SampleProfile.cpp | 1 +
.../Inputs/function_metadata.compact.afdo | Bin 280 -> 295 bytes
.../Inputs/indirect-call.compact.afdo | Bin 497 -> 533 bytes
.../SampleProfile/Inputs/inline.compactbinary.afdo | Bin 172 -> 184 bytes
unittests/ProfileData/SampleProfTest.cpp | 20 ++--
11 files changed, 245 insertions(+), 24 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 2530891b27 [analyzer] Handle forwarding reference better in ExprMutatio [...]
new 4abb9733da Relax assumption about default method calling convention in [...]
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/CodeGenCXX/debug-info-lambda.cpp | 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 clang-tools-extra.
from af8c430e [NFC][clangd] silence pedantic extra ';' warning
new dbc5a1d5 Mark index-tools.test as REQUIRES: shell so that it does not [...]
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/clangd/index-tools.test | 1 +
1 file changed, 1 insertion(+)
--
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 0c636310aeb HotColdSplit: fix invalid SSA due to outlining
new 03a74f02992 [InstCombine] refactor add narrowing folds; NFCI
new 3d6400d5f12 test/Other/can-execute.txt: delete %t after the test
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/InstCombine/InstCombineAddSub.cpp | 114 +++++++++--------------
lib/Transforms/InstCombine/InstCombineInternal.h | 1 +
test/Other/can-execute.txt | 1 +
test/Transforms/InstCombine/narrow-math.ll | 60 ++++++------
4 files changed, 75 insertions(+), 101 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 3a42c61b2 Fix lldb-vscode README.md
new 60c3aa038 [IRInterpreter] Minor cleanups, add comments. NFCI.
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:
source/Expression/IRInterpreter.cpp | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.