Hacker News
- Compilers and IRs: LLVM IR, SPIR-V, and MLIR https://www.lei.chat/posts/compilers-and-irs-llvm-ir-spirv-and-mlir/ 29 comments
- LLVM IR is a compiler IR http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-October/043719.html 41 comments
- Langcraft: Compile LLVM IR to Minecraft data packs https://github.com/SuperTails/langcraft 6 comments
- Show HN: Neeilang: Minimalist OOP Language That Compiles to LLVM IR https://github.com/neeilan/neeilang 18 comments
- Iota – An LLVM IR to Common Lisp Compiler https://github.com/froggey/Iota 10 comments
- Writing an LLVM-IR compiler in Rust: Getting started http://blog.ulysse.io/2016/07/03/llvm-getting-started.html 11 comments rust
- Compilers and IRs: LLVM IR, SPIR-V, and MLIR https://www.lei.chat/posts/compilers-and-irs-llvm-ir-spirv-and-mlir/ 14 comments programminglanguages
- Compilers and IRs: LLVM IR, SPIR-V, and MLIR https://www.lei.chat/posts/compilers-and-irs-llvm-ir-spirv-and-mlir/ 2 comments compilers
- Compiling LLVM IR into WebAssembly with WASI support https://evacchi.github.io/llvm/wasm/wasi/2022/04/14/compiling-llvm-ir-into-wasm.html 3 comments webassembly
- A brainfuck to LLVM IR compiler written in Python https://github.com/purplemyst/bf_compiler 3 comments programming
- LLVM IR is a compiler IR (2011) http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-october/043719.html 10 comments programming
- Compilation of LLVM IR at 1000x faster that -O0 https://llvm.org/devmtg/2023-05/slides/StudentTalks-May11/01-Florian-TemplatedBasedCodeGenerationApproach-for-MLIR.pdf 22 comments rust
- Compiling llvm ir into a binary using Go https://github.com/llir/llvm 2 comments golang
- Building a Compiler in Swift with LLVM, Part 3: Code Generation to LLVM IR https://harlanhaskins.com/2017/01/11/building-a-compiler-with-swift-in-llvm-part-3-code-generation-to-llvm-ir.html 4 comments swift
- JLang: An LLVM backend for the Polyglot compiler, translating Java into LLVM IR. https://polyglot-compiler.github.io/jlang/ 2 comments programming
- Solving the structured control flow problem once and for all (Compiling LLVM IR to JS/WebAssembly) https://medium.com/leaningtech/solving-the-structured-control-flow-problem-once-and-for-all-5123117b1ee2 4 comments programming
- GitHub - brain-labs/brain: An esoteric programming language based on Brainfuck (Compiling to LLVM IR with optmizations) https://github.com/brain-labs/brain 6 comments programming
- LLVM ir line highlighting now available on Godbolt Compiler Explorer https://godbolt.org/z/rntwr8 24 comments programming
- Improve compile time and executable size by counting lines of LLVM IR https://github.com/dtolnay/cargo-llvm-lines 25 comments rust
- Cheerp 2.7: C++ to JS/Wasm compiler. With support for exceptions (also external JavaScript ones) and a new LLVM's IR optmization in PartialExecuter https://medium.com/leaningtech/cheerp-2-7-compile-cpp-to-webassembly-plus-javascript-c9b3ef7e318b 2 comments cpp