This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 81e90c1e1e8 [WebAssembly] Support EH instructions in InstPrinter
new 397841e1d34 Reland "[WebAssembly] LSDA info generation"
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/CodeGen/MachineFunction.h | 22 +-
include/llvm/IR/IntrinsicsWebAssembly.td | 3 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 3 +-
lib/CodeGen/AsmPrinter/CMakeLists.txt | 1 +
lib/CodeGen/AsmPrinter/EHStreamer.cpp | 10 +-
lib/CodeGen/AsmPrinter/EHStreamer.h | 11 +-
lib/CodeGen/AsmPrinter/WasmException.cpp | 81 +++++++
lib/CodeGen/AsmPrinter/WasmException.h | 42 ++++
lib/CodeGen/MachineFunction.cpp | 45 ++--
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 10 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 83 ++++---
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 4 +
lib/CodeGen/WasmEHPrepare.cpp | 2 +-
lib/MC/MCObjectFileInfo.cpp | 6 +
lib/MC/WasmObjectWriter.cpp | 4 +-
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 15 +-
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 2 +
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 7 +
test/CodeGen/WebAssembly/eh-lsda.ll | 239 +++++++++++++++++++++
test/CodeGen/WebAssembly/wasmehprepare.ll | 6 +-
20 files changed, 529 insertions(+), 67 deletions(-)
create mode 100644 lib/CodeGen/AsmPrinter/WasmException.cpp
create mode 100644 lib/CodeGen/AsmPrinter/WasmException.h
create mode 100644 test/CodeGen/WebAssembly/eh-lsda.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 llvm.
from 50bf7df5bb7 [AArch64] Implement FP16FML intrinsics
new b829dc35499 Fix in MachineOperand::printIRValueReference().
new 81e90c1e1e8 [WebAssembly] Support EH instructions in InstPrinter
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/CodeGen/MachineOperand.cpp | 3 +-
.../InstPrinter/WebAssemblyInstPrinter.cpp | 66 +++++++++++++--
.../InstPrinter/WebAssemblyInstPrinter.h | 9 ++-
test/CodeGen/SystemZ/isel-debug.ll | 19 +++++
test/CodeGen/WebAssembly/annotations.mir | 94 ++++++++++++++++++++++
5 files changed, 181 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/SystemZ/isel-debug.ll
create mode 100644 test/CodeGen/WebAssembly/annotations.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 clang.
from ac1a56b207 [analyzer] Correct modelling of OSDynamicCast: eagerly state split
new e3b576dd4d [analyzer] Remove custom rule for OSIterator in RetainCountChecker
new 43816b26ad [analyzer] [RetainCountChecker] Do not invalidate references [...]
new 74495412f2 [analyzer] Fix a bug in "collapsed" graph viewer
new f852c383f1 [AArch64] Implement FP16FML intrinsics
The 4 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/Basic/arm_neon.td | 27 +++
include/clang/Basic/arm_neon_incl.td | 7 +
.../Core/PathSensitive/ExplodedGraph.h | 21 ++-
.../StaticAnalyzer/Core/RetainSummaryManager.h | 2 +-
lib/Basic/Targets/AArch64.cpp | 6 +
lib/Basic/Targets/AArch64.h | 1 +
lib/CodeGen/CGBuiltin.cpp | 36 ++++
lib/StaticAnalyzer/Core/ExplodedGraph.cpp | 3 +-
lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 14 +-
test/Analysis/osobject-retain-release.cpp | 7 +
test/CodeGen/aarch64-neon-fp16fml.c | 196 +++++++++++++++++++++
test/Preprocessor/aarch64-target-features.c | 30 ++--
utils/TableGen/NeonEmitter.cpp | 37 ++++
13 files changed, 357 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGen/aarch64-neon-fp16fml.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 llvm.
from aa15a2efde1 [SystemZ] NFC reformatting in SystemZTargetTransformInfo.cpp
new 35a25c7fdd0 [WebAssembly] Error out when block/loop markers mismatch
new dcebff85b48 Address comments
new 8b707d72225 Tidy up test case
new 0c69a17dcce Delete test case. Assertions can't be tested.
new 50bf7df5bb7 [AArch64] Implement FP16FML intrinsics
The 5 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/IntrinsicsAArch64.td | 11 ++++
lib/Target/AArch64/AArch64InstrFormats.td | 44 ++++++++++---
lib/Target/AArch64/AArch64InstrInfo.td | 26 +++-----
.../InstPrinter/WebAssemblyInstPrinter.cpp | 12 ++--
test/CodeGen/AArch64/neon-fp16fml.ll | 74 ++++++++++++++++++++++
5 files changed, 135 insertions(+), 32 deletions(-)
create mode 100644 test/CodeGen/AArch64/neon-fp16fml.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 clang.
from d417eba548 Add MS ABI mangling for operator<=>.
new ac1a56b207 [analyzer] Correct modelling of OSDynamicCast: eagerly state split
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:
.../StaticAnalyzer/Core/RetainSummaryManager.h | 16 ++++++--
.../RetainCountChecker/RetainCountChecker.cpp | 30 ++++++++++++---
lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 45 ++++++++++++++--------
test/Analysis/osobject-retain-release.cpp | 27 ++++++++++++-
4 files changed, 92 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.