| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -29/+0 | |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -1/+1 | |
| 2020-06-04 | test: codegen: Add riscv abi llvm intrinsics test | Tom Eccles | -0/+2 | |
| 2020-04-15 | Use `call` instead of `invoke` for functions that cannot unwind | Wesley Wiser | -0/+27 | |
| The `FnAbi` now knows if the function is allowed to unwind. If a function isn't allowed to unwind, we can use a `call` instead of an `invoke`. This resolves an issue when calling LLVM intrinsics which cannot unwind LLVM will generate an error if you attempt to invoke them so we need to ignore cleanup blocks in codegen and generate a call instead. | ||||
