| Age | Commit message (Collapse) | Author |
|
This fixes several warnings that occur in CIR release builds.
|
|
Upstream support for try block and catch all block with a function call
that may throw an exception.
Issue https://github.com/llvm/llvm-project/issues/154992
|
|
Upstream the EHPersonality class for a function as a prerequisite for
working with the handlers
Issue #154992
|
|
Upstream the basic support for the C++ try catch statement with a try
block that doesn't contain any call instructions and with a catch-all
statement
Issue #154992
|
|
Upstream, the basic support for the C++ try catch statement with an
empty try block
Issue https://github.com/llvm/llvm-project/issues/154992
|
|
Upstream the support for ThrowOp with subexpr
Issue #154992
|
|
This change adds support for the throw op without sub expression and
with noreturn
Issue #154992
|