-
It continues to cause confusion that cc and clang (/ clang-{cheri,morello}) do different things. Rather than making cc be the wrapper, we should push that down into the actual clang-{cheri,morello} an…
-
Crie uma API Rest com Node.js e Nest
Itens a serem considerados:
- CRUD de Usuários
- CRUD de qualquer outra entidade que desejar.
- Autenticação
- Pelo menos um nível de autorização
- Uma rot…
-
This issue is a tracker for adding baseline Morello support including a new CPU and platforms. It is just like any other AArch64 CPU/platform **_without_** any CHERI support. Currently, I have Morello…
-
Morello LLVM now passes varargs and memargs via a buffer pointed to by a capability register (https://git.morello-project.org/morello/llvm-project/-/merge_requests/204). This is needed for library-bas…
dpgao updated
4 months ago
-
CHERI LLVM [crashes](https://cheri-compiler-explorer.cl.cam.ac.uk/z/c8djG3) on the following (invalid) C code:
```
struct __attribute__((packed)) s {
union {
__intcap c;
}
};
…
-
One of our boards just died mid-way through a `pkg64 install` and exclaimed, on its way down,
```
ahcich0: Timeout on slot 30 port 0
ahcich0: is 00000000 cs c0000000 ss 00000000 rs c0000000 tfd 50 …
-
Virtfs / p9fs / etc support for the Morello model, Qemu, and so on
gvnn3 updated
3 years ago
-
R_MORELLO_JUMP_SLOT is under-documented; in reality it is the same as R_AARCH64_JUMP_SLOT, with the linker initially filling in the 64-bit VA in the first half of the slot (pointing at the PLT header)…
-
The `addrspace` attribute doesn't change the address space of `alloca`s. For example, compiling the following module using the morello toolchain triggers an assertion failure (`AI->getType()->getPoint…
-
```
Assertion failed: (!getType()->isBooleanType() && "unheralded conversion to bool"), function CastConsistency, file /wrkdirs/usr/ports/devel/llvm-morello/work/llvm-project-0d2a3da490a43b0b78161f00…