-
This issue is about removing IR and SelectionDAG/Codegen support. Assembler support should remain.
Previous discussion on discourse [Proposal to remove MMX support](https://discourse.llvm.org/t/pro…
-
In the glossary, *codegen* is define so
> the code to translate MIR into LLVM IR.
I, instead, understood it as steps that actually generates machine code (which llvm is responsible for).
-
---
## Feature request
Hello, i have recently been using this library to parse some data from the DXIL directx shader , which uses llvm bitcode to store it's bytecode and type information. L…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [ffcef3dec5f16289a8f71f332091266529288d5c](https://github.com/dotnet/runtime/commit/ffc…
-
Hey guys, I found a problem,
```
volatile register int i asm("x22");
register int j asm("x23");
int main () {
i = 12;
j = 13;
return i + j;
}
```
Generate llvm ir like this:
```
def…
-
**To Reproduce**
Build LLVM 10 with Asserts enabled and run inkwell tests against it.
```
$ cargo test --features=llvm10-0 test_module::test_garbage_ir_fails_create_module_from_ir
test test_module…
-
https://github.com/servo/servo/issues/26585 was a very-low-hanging fruit, but there may be more similar improvements still possible.
Also [`cargo llvm-lines`](https://github.com/dtolnay/cargo-llvm-…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/45vcnEsse](https://godbolt.org/z/45vcnEsse)
```cpp
namespace std {
template
struct coroutine_handle;
template …
-
For boring reasons I changed yklua's `vmfetch` thus:
```diff
diff --git src/lvm.c src/lvm.c
index f796a756..aa351a0b 100644
--- src/lvm.c
+++ src/lvm.c
@@ -1139,7 +1139,7 @@ void luaV_finishOp…
-
**Describe the bug**
Fuzzer crash found on 9-23 hash 0330
crashers/crasher_2024-09-23_0330.x
Seems to timeout, possibly in LLVM.