Hacker News
- Propeller: Profile-guided, optimizing, large-scale LLVM-based relinker https://github.com/google/llvm-propeller 27 comments
- LLVM-powered Mono http://tirania.org/blog/archive/2009/Jul-16.html 8 comments
- LLVM Adds Support for ASM Goto with Output Constraints https://reviews.llvm.org/rG50cac248773#change-45lvD9QHW1fo 12 comments
- Cling – An interactive C++ interpreter built on top of LLVM and Clang https://root.cern.ch/cling 21 comments
- Statically typed functional programming language implementation with Go and LLVM https://github.com/rhysd/gocaml 19 comments
- Simple guided fuzzing for libraries using LLVM's new libFuzzer http://blog.llvm.org/2015/04/fuzz-all-clangs.html 2 comments
- Hardening LLVM With Random Testing [PDF Slides] http://www.llvm.org/devmtg/2010-11/Yang-HardenLLVM.pdf 8 comments
- Is there a better way to write this benchmark or get better LLVM-IR result? I wanted to analyse the generated LLVM-IR code but it generates a ~8Mb .ll file (rustc -C opt-level=3 --emit=llvm-ir foo.rs -o foo.ll ) that hurts to read through for such a small .rc file... http://pastebin.com/mgtyhbxw 9 comments rust
- [llvm-dev] RFC: EfficiencySanitizer http://lists.llvm.org/pipermail/llvm-dev/2016-april/098355.html 10 comments cpp
- Does accelerate-llvm make repa obsolete? http://www.cse.unsw.edu.au/~chak/papers/acc-llvm.pdf 4 comments haskell
- Emscripten is an LLVM-to-JavaScript compiler. Combined with llvm-gcc, it lets you compile C/C++ code into JavaScript, and run that on the web. http://syntensity.blogspot.com/2010/08/emscripten.html 6 comments javascript
- GCC & LLVM Clang Merge Support For The NVIDIA Olympus Cores With The Vera CPU https://www.phoronix.com/news/NVIDIA-Olympus-GCC-Clang 2 comments hardware
- How to use LLVM and gep to create a pointer to an struct, create an struct and use it https://llvm.org/docs/GetElementPtr.html 5 comments compilers
- Can memcpy be implemented in LLVM IR? https://nhaehnle.blogspot.com/2021/06/can-memcpy-be-implemented-in-llvm-ir.html 35 comments programming
- Building a Brainf*ck Compiler with Rust and LLVM https://benkonz.github.io/building-a-brainfuck-compiler-with-rust-and-llvm/ 7 comments rust
- Make LLVM fast again https://nikic.github.io/2020/05/10/make-llvm-fast-again.html 102 comments rust
- LLVM's ARM stack protection feature can be rendered ineffective https://www.kb.cert.org/vuls/id/129209/ 3 comments netsec
- GraalVM can run Rust via LLVM bitcode. https://www.graalvm.org/docs/reference-manual/languages/llvm/#running-rust 33 comments rust
- LLVM Compilation Speed Intel i7-8700K vs AMD Ryzen https://www.phoronix.com/scan.php?page=article&item=intel-coffee-8700k&num=6 30 comments cpp
- LLVM patch for infinite empty loops with defined behavior https://reviews.llvm.org/d38336 28 comments rust
- A Tourist’s Guide to the LLVM Source Code http://blog.regehr.org/archives/1453 13 comments programming
- An Alternative to LLVM: libFirm http://pp.ipd.kit.edu/firm/ 43 comments programming
- WebKit's Bare Bones Backend (B3) - Moving away from LLVM https://webkit.org/docs/b3/ 9 comments programming
- Wrote a blog post outlining the strengths/weaknesses of the new SafeStack mitigation that will be featured in the next version of LLVM http://blog.includesecurity.com/2015/11/llvm-safestack-buffer-overflowprotection.html 4 comments netsec
- LLVM 3.7 http://llvm.org/releases/3.7.0/docs/releasenotes.html 13 comments rust
- Announcing Clasp - a Common Lisp implementation with LLVM backend and interoperation with C++ http://drmeister.wordpress.com/2014/09/18/announcing-clasp/ 20 comments lisp
- LLVM Weekly - summarising developments in the world of LLVM, Clang and related projects http://llvmweekly.org/issue/2 10 comments programming
- Regexp derivatives to LLVM [mp4] http://mirror.linux.org.au/linux.conf.au/2013/mp4/redgrep_from_regular_expression_derivatives_to_llvm.mp4 6 comments compsci
- LLVM Adds Support for Nvidia GPUs http://www.hpcwire.com/hpcwire/2012-05-09/open_source_compiler_adds_support_for_nvidia_gpus.html 17 comments programming
- Scala on LLVM (pdf) https://days2011.scala-lang.org/sites/days2011/files/ws3-2-scalallvm.pdf 20 comments programming
- Use Tcl to play with LLVM http://wiki.tcl.tk/llvmtcl 7 comments programming
- The Glasgow Haskell Compiler and LLVM http://blog.llvm.org/2010/05/glasgow-haskell-compiler-and-llvm.html 18 comments haskell
- Google puts LLVM in the browser. Client side Haskell?! http://www.readwriteweb.com/cloud/2010/05/google-native-client.php 34 comments haskell
- Benchmarking LLVM & Clang Against GCC 4.5 http://www.phoronix.com/scan.php?page=article&item=gcc_llvm_clang&num=1 18 comments programming
- Evolving Faster Haskell Programs (now with LLVM!) http://donsbot.wordpress.com/2010/03/01/evolving-faster-haskell-programs-now-with-llvm/ 14 comments programming
- The new LLVM backend to GHC is ready to merge in! http://www.haskell.org/pipermail/cvs-ghc/2010-february/052606.html 27 comments haskell
- ccons : An interactive C console based on clang and LLVM http://lists.cs.uiuc.edu/pipermail/cfe-dev/2009-april/004960.html 17 comments programming
- The power of EDSLs: BASIC / GCC / Haskell / LLVM (?) Oh my, Lennart! http://augustss.blogspot.com/2009/02/is-haskell-fast-lets-do-simple.html 4 comments haskell
- Erlang Questions - benchmarks llvm vs gcc http://www.nabble.com/benchmarks-llvm-vs-gcc-td18837645.html#a18837645 3 comments erlang
- A new project to compete with gcc: the clang front-end of llvm http://article.gmane.org/gmane.comp.compilers.llvm.devel/8142 9 comments programming