#llvm
guy who refuses to use Rust because he misread LLVM as LLM
April 26, 2025 at 2:23 PM
It's haapppeenniiiing!

Get in there and Thumb It Up, gogogogogogo: github.com/llvm/llvm-pr...
October 10, 2025 at 8:59 PM
llvm-llm: a multimodal code to platform-independent assembly model
February 16, 2025 at 8:00 AM
why Rust is the greatest programming language of all time, in one screenshot
January 3, 2025 at 7:28 PM
LLM? More like LLVM, amirite?
January 10, 2025 at 7:19 AM
Defer has landed in Clang and will probably be available for v22.

github.com/llvm/llvm-pr...
github.com
December 11, 2025 at 2:59 PM
📦 llvm / llvm-project
⭐ 40,685 (+29)
🗒 LLVM

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
GitHub - llvm/llvm-project: The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. - llvm/llvm-project
github.com
September 26, 2026 at 10:17 PM
llvm is when there is an intermediate bytecode.
.net CLR? llvm.
JVM? llvm.
erlang BEAM? believe it or not, also llvm.
July 17, 2026 at 1:36 PM
they fixed my favorite bug !! llvm no longer ignores alignment on avr !!!

github.com/llvm/llvm-pr...
[AVR] alignment of stack allocations gets silently ignored · Issue #169190 · llvm/llvm-project
Consider the following translation unit: struct nya { int a; }; void g(void *); void f() { _Alignas(64) struct nya x = {3}; g(&x); } When compiled with clang as follows, the generated code doesn't ...
github.com
August 26, 2026 at 1:04 PM
i really appreciate efforts to fork open source projects from before they had LLM contributions, that stuff is super important, especially when such fundamental projects like GCC and LLVM are infected now.
September 27, 2026 at 9:59 AM
lol llvm depends on libgcc?
April 19, 2026 at 4:43 PM
In the latest version of uv, we've updated the build system for our managed Python versions to use the latest LLVM version and cherry-picked an extra fix for a performance bug (github.com/llvm/llvm-pr...) and the early benchmarks are pretty exciting!

On M3 macOS
March 12, 2025 at 12:45 AM
jank looks fun: jank-lang.org
jank programming language - Clojure/LLVM/C++
jank is a Clojure dialect on LLVM with a native runtime and C++ interop.
jank-lang.org
February 2, 2025 at 1:13 AM
My total rewrite of the instructions on cross-compiling Clang/LLVM for Linux using Clang/LLVM for Linux has now landed.

If you want to cross-compile LLVM without getting angry - this is your guide! llvm.org/docs/HowToCr...
How to cross-compile Clang/LLVM using Clang/LLVM — LLVM 21.0.0git documentation
llvm.org
March 11, 2025 at 7:34 PM
fun fact, some strlen implementations go slower when processing non-ascii strings

github.com/llvm/llvm-pr...
llvm-project/libc/AOR_v20.02/string/aarch64/strlen.S at ea9ec80b7aa1bd34edd5b544cd41450573f2cbff · llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. - llvm/llvm-project
github.com
February 17, 2024 at 2:07 AM
oh yeah I never posted this classic here
November 18, 2024 at 1:31 PM
compilar o llvm+mlir+clang numa máquina 4 core
May 23, 2025 at 4:17 PM
monomorphization is all fun and games until one function generates 234,836 lines of LLVM IR
December 14, 2025 at 8:42 PM
"llvm ir"
May 25, 2025 at 10:18 AM
o backend do LLVM é simplesmente conhecimento arcano de computação velho pqp eu vou vencer
January 27, 2025 at 6:53 PM
I dunno about this instruction, llvm
August 2, 2023 at 10:58 PM