-
When using a 64-bit address with the `mov` instruction on x86-64, the assembler truncates the 64-bit address to 32-bit without notifying the user. It seems to expect an `abs` suffix on the `mov` instr…
-
### Is your feature request related to a problem? Please describe.
now has port:
>sqlitecpp 3.3.2 SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
sqlit…
-
**Describe the bug**
since versions after 2024.10.28, I cannot work on files which using other files located on a vpn drive. It is fine if the files are on a local drive. When I launch a scad file on…
-
Thanks for your awesome work! I'm trying to compile a large piece of software which will take very long on the Raspberry Pi. So, I want to run the compiler on x86_64 and then copy the binary files to …
-
### Describe the bug
The ext.config.var-mount.luks kola test failed in the latest rawhide [build](https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/job/build/3182/) . The reason for…
-
We get pretty far:
```
[ 99%] Built target zig0 [40/8420]
[ 99%] Building se…
-
- LLVM13's clang fails to build on NetBSD 9.0.
- The error was pinned down to NetBSD's libstdc++ not providing `std::errc::state_not_recoverable`.
- https://github.com/llvm/llvm-project/blob/f4f9a…
lun-4 updated
1 month ago
-
```cpp
#include "csmith.h"
uint8_t b;
int32_t c;
int32_t *d = &c;
int32_t *e;
int32_t f = 1;
int32_t **g = &e;
int32_t h = 7;
int32_t **i = &e;
void n();
long j(long a, long b) { return a; …
-
The CMOVBE/CMOVNBE instructions generate 2 uops and have a throughput of 1 for P-cores. Other CMOVs are a single uop with a throughput of 2.
The following case shows the backend generating the more…
-
# Description
The following code crashes X86 backend with "LLVM ERROR: unable to legalize instruction"
# Minimal Reproduction
https://godbolt.org/z/v5x9jPhqd
## code
```
define @vector_sele…