-
Hi there,
i love your idea and I wanna join. I could make a compiler that translates vb6 to msil. But is this wanted?
-
See this discussion for more details: https://github.com/llvm/llvm-project/pull/114563#discussion_r1831742718
One possible outcome is we simply keep things as they are, but there may be a better op…
-
Alive2 proof: https://alive2.llvm.org/ce/z/ERjNs4
### Motivating example
```llvm
define i32 @src(i32 %x) {
%add = add nsw i32 %x, 16
%cmp = icmp sgt i32 %x, 1008
%s = select i1 %cmp, …
-
The following c++ code generates invalid LLVM IR.
```c++
int g(const void*);
int f()
{
static const int offsets[] = {
int((char*)&&label1 - (char*)&&label0),
};
char *c…
-
When I tried to change the flags used for the compilation of C files to LLVM (specifically from `-O1` to `-O0 -Xclang -disable-O0-optnone`), I noticed if the LLVM files already exist they are not rebu…
-
When compiling any variadic function with options `-target mips-linux-gnu -march=mips3`, clang will crash and produce the following backtrace:
```
clang-19: /home/andrew/llvm-project/llvm/lib/Targ…
-
The below code causes the compiler to panic or run forever, depending on how large the compiler `recursion_limit` setting is.
Here's a summary of code below: I have a trait `S` with associated type `…
-
### Required prerequisites
- [x] Consult the [security policy](https://github.com/NVIDIA/cuda-quantum/security/policy). If reporting a security vulnerability, do not report the bug using this form. U…
-
#### Motivation
Similar to Javascript, Typescript also supports type `any` that allows a variable of that type to be assigned values of any other types. This also means that the type checking is …
-
clang++ crashes while building CMake project with c++ modules using pointer-to-member pointers with the following stack trace:
```
Stack dump:
0. Program arguments: D:\\LLVM\\bin\\clang++.exe -cc…