cd/entity/LLVM· home entities LLVM
grep -l @llvm /news/*.json | wc -l → 20

LLVM

mentions 20 type Organization feed RSS

// recent coverage 20 mentions

09:00
2026-07-01
dev.to
machine-learning

What Is MLIR and Why Does It Exist?

Chris Lattner created MLIR (Multi-Level Intermediate Representation) in 2018 at Google to solve the problem of fragmented compiler infrastructure across different hardware targets and programming mode…

13:11
2026-06-29
fergusfinn.com
machine-learning

What happens when you run a CUDA kernel?

NVIDIA's CUDA compiler pipeline transforms a simple vector addition kernel from PTX virtual assembly to SASS machine code through multiple compilation stages, including LLVM-based cicc and ptxas, befo…

04:25
2026-06-29
maskray.me
developer-tools

Optimizing LLVM's Bump Allocator

LLVM merged three optimizations to its BumpPtrAllocator, reducing overhead in the fast path by skipping unnecessary realignment, removing a null check via a sentinel end pointer, and eliminating per-a…

01:21
2026-06-28
dev.to
developer-tools

Nyra – Memory safety of Rust with the simplicity of JS

A developer created Nyra, a programming language that combines Rust's memory safety with JavaScript's simplicity. Nyra features Rust-like ownership, JS-inspired syntax, optional typing, and an LLVM ba…

12:00
2026-06-23
hiraditya.github.io
machine-learning

A tour of MLIR: The Dialect Stack Everyone Depends On

MLIR, a compiler infrastructure framework, has become the foundation for numerous machine learning compilers including XLA, Triton, Mojo, Torch-MLIR, IREE, and ONNX-MLIR. It provides a reusable IR con…

08:02
2026-06-18
devclubhouse.com
ai-infrastructure

Unified x86 AI Acceleration: Inside the New ACE Specification

The x86 Ecosystem Advisory Group released the AI Compute Extensions (ACE) Specification on June 15, 2026, defining standardized x86 extensions for matrix multiplication and tile registers to accelerat…

10:31
2026-06-17
phoronix.com
developer-tools

Qt Creator 20 IDE Released With AI Agent Support

Qt Creator 20 IDE was released with AI agent support via an ACP client extension and a new chat panel, compatible with providers like Claude Code, Codex, and GitHub Copilot. The update also adds a Zen…

01:10
2026-05-28
newsletter.semianalysis.com
ai-agents

Finding Miscompiles for Fun, Not Profit

A compiler engineer at SemiAnalysis spent over $10,000 in a single afternoon running AI agents to fuzz NVIDIA's closed-source ptxas compiler, uncovering approximately 80 miscompilation bugs in three d…

06:14
2026-05-27
infoworld.com
machine-learning

First look: Mojo 1.0 mixes Python and Rust

Modular released the first beta of Mojo 1.0, a systems programming language that combines Python-like syntax with Rust-style memory safety and ownership. The language provides precise control over mem…

02:29
2026-05-26
arxiv.org
machine-learning

MileStone: A Multi-Objective Compiler Phase Ordering Framework

Researchers have developed MileStone, a modular framework that models compiler phase ordering as a multi-objective optimization problem using graph neural networks and reinforcement learning. The syst…

15:03
2026-05-22
gist.github.com
developer-tools

LLVM 22 MacPorts CMake setup

The article provides a CMake setup configuration for LLVM 22 on macOS using MacPorts, including a `toolchain.cmake` file that specifies the LLVM 22 compiler path, C++23 standard, and required include/…

21:51
2017-12-21
gist.github.com
developer-tools

Install Clang 5.0

The article provides a step-by-step command-line guide for installing Clang 5.0 and related LLVM tools on Ubuntu 16.04 (Xenial). It includes commands to add the LLVM repository, install the compiler a…

22:03
2016-03-07
gist.github.com
developer-tools

Clang format file.

This is a configuration file for clang-format, a code formatting tool, created by Ingmar Delsink. It specifies formatting rules for C++ code, including a tab width and indent width of 4, no tab charac…

// co-occurs with top 8 entities