Sponsor of the Day:
Jerkmate
https://discourse.llvm.org/tos
Terms of Service - LLVM Discussion Forums
A place to discuss both usage and development of the LLVM project.
llvm discussion forumstermsservice
https://discourse.llvm.org/c/beginners/17
Beginners - LLVM Discussion Forums
Ask us anything! Are you new to the LLVM Project and have some questions? This is the place to ask them! Experienced LLVM Developers are ready to answer them.
llvm discussion forumsbeginners
https://discourse.llvm.org/t/rich-disassembler-for-lldb/76952
Rich Disassembler for LLDB - GSoC - LLVM Discussion Forums
Description Use the variable location information from the debug info to annotate LLDB’s disassembler (and register read) output with the location and lifetime...
gsoc llvm discussionrichdisassemblerlldbforums
https://discourse.llvm.org/u/bwatson
Profile - bwatson - LLVM Discussion Forums
A place to discuss both usage and development of the LLVM project.
llvm discussion forumsprofile
https://discourse.llvm.org/t/gsoc-2026-improving-clang-doc/89662
[GSoC 2026] Improving Clang-Doc - GSoC - LLVM Discussion Forums
Description of the project: Clang-Doc is a modern C/C++ documentation generation tool created as an alternative for Doxygen and built on top of LibTooling....
llvm discussion forumsgsoc 2026clang docimproving
https://discourse.llvm.org/u/c-rhodes
Profile - c-rhodes - LLVM Discussion Forums
A place to discuss both usage and development of the LLVM project.
llvm discussion forumsprofilerhodes
https://discourse.llvm.org/c/runtimes/64
Runtimes - LLVM Discussion Forums
Discuss the various runtimes that are a part of the LLVM Project.
llvm discussion forumsruntimes
https://discourse.llvm.org/t/mlir-optimizing-mlir-s-presburger-library/68213/1
[MLIR] Optimizing MLIR’s Presburger library - GSoC - LLVM Discussion Forums
Description: MLIR’s Presburger Library, FPL (FPL: A Fast Presburger Library), provides mathematical abstractions for polyhedral compilation and analysis. The...
gsoc llvm discussionmliroptimizinglibraryforums
https://discourse.llvm.org/t/gsoc-2022-enzyme-moving-instruction-rules-to-tablegen/61176
[GSOC 2022] [Enzyme] Moving Instruction Rules to Tablegen - GSoC - LLVM Discussion Forums
Description of the project: Enzyme performs automatic differentiation (in the calculus sense) of LLVM programs. This enables users to use Enzyme to perform...
llvm discussion forumsgsoc 2022enzymemovinginstruction
https://discourse.llvm.org/t/2026-eurollvm-volunteer-to-be-a-mentor/89487
2026 EuroLLVM - Volunteer to be a mentor - Announcements - LLVM Discussion Forums
Are you an experienced LLVM developer or contributor interested in welcoming students into the LLVM Project and LLVM Community? We’re looking for mentors to...
announcements llvm discussion2026eurollvmvolunteermentor
https://discourse.llvm.org/t/rfc-jsir-a-high-level-ir-for-javascript/90456
[RFC] JSIR: A High-Level IR for JavaScript - MLIR - LLVM Discussion Forums
Apr 7, 2026 - This RFC introduces JSIR, a high-level IR for JavaScript: JSIR preserves all information from the AST and supports high-fidelity round-trip between source ↔...
llvm discussion forumshigh levelrfcirjavascript
https://discourse.llvm.org/guidelines
Guidelines - LLVM Discussion Forums
A place to discuss both usage and development of the LLVM project.
llvm discussion forumsguidelines
https://discourse.llvm.org/t/pull-request-migration-reminder-sept-1-oct-1/73043
Pull Request Migration Reminder: Sept 1 - Oct 1 - Announcements - LLVM Discussion Forums
As mentioned previously, the migration from Phabricator to GitHub Pull Requests is approaching. The two key near term dates are: Sept 1: Pull requests will...
sept 1 octannouncements llvm discussionpull requestmigrationreminder
https://discourse.llvm.org/t/enzyme-enable-the-new-pass-manager/61178
[Enzyme] Enable The New Pass Manager - GSoC - LLVM Discussion Forums
Description of the project: Enzyme is a compiler plugin for LLVM that performs automatic differentiation (in the calculus sense) of LLVM programs. This enables...
gsoc llvm discussionnew passenzymeenablemanager
https://discourse.llvm.org/t/machine-learning-guided-ordering-of-compiler-optimization-passes/60415
Machine Learning Guided Ordering of Compiler Optimization Passes - GSoC - LLVM Discussion Forums
This continues the work of GSoC 2020 and 2021. Developers generally use standard optimization pipelines like -O2 and -O3 to optimize their code. Manually...
gsoc llvm discussionmachine learningguidedorderingcompiler
https://discourse.llvm.org/c/runtimes/libcxx/10
C++ - LLVM Discussion Forums
libc++ is an implementation of the C++ standard library, targeting C++11 and above.
c llvm discussionforums
https://discourse.llvm.org/t/announcing-the-7th-mlir-workshop-eurollvm-2026-program/90119
Announcing the 7th MLIR Workshop @ EuroLLVM 2026 Program - Announcements - LLVM Discussion Forums
Schedule 9:00 – 9:05 Opening GPU Compilation 9:05 – 9:30 CUDA Tile IR (Matthias Springer, Lorenzo Chelini) 9:30 – 10:00 ASTER: MLIR-Based Assembly Tooling...
announcements llvm discussion2026 programannouncing7thmlir
https://discourse.llvm.org/c/announce/46
Announcements - LLVM Discussion Forums
Project-wide announcements only. This includes LLVM Developers meetings or other LLVM events, elections, and LLVM releases. This is meant to be an announcement...
announcements llvm discussionforums
https://discourse.llvm.org/c/infrastructure/15
Project Infrastructure - LLVM Discussion Forums
Infrastructure questions or discussions. Please use this top level category if none of the sub-categories work.
llvm discussion forumsproject infrastructure
https://discourse.llvm.org/c/subprojects/lldb/8
LLDB - LLVM Discussion Forums
LLDB is a next generation, high-performance debugger. It is the default debugger in Xcode on macOS and supports debugging C, Objective-C and C++ on the desktop...
llvm discussion forumslldb
https://discourse.llvm.org/u/tonic
Profile - tonic - LLVM Discussion Forums
A place to discuss both usage and development of the LLVM project.
llvm discussion forumsprofiletonic
https://discourse.llvm.org/u/brunodf
Profile - brunodf - LLVM Discussion Forums
A place to discuss both usage and development of the LLVM project.
llvm discussion forumsprofile
https://discourse.llvm.org/t/lifetime-analysis-improvements-in-clang/81374
Lifetime Analysis Improvements in Clang - Clang Frontend - LLVM Discussion Forums
Introduction UaF (Use-after-free), UaR (Use-after-return) or dangling pointer/reference are common in C++, often leading to crashes and security...
clang frontend llvmdiscussion forumslifetimeanalysisimprovements
https://discourse.llvm.org/c/runtimes/libc/13
C - LLVM Discussion Forums
llvm-libc is an implementation of the C standard library targeting C17 and above.
c llvm discussionforums
https://discourse.llvm.org/u/beanz
Profile - beanz - LLVM Discussion Forums
A place to discuss both usage and development of the LLVM project.
llvm discussion forumsprofilebeanz
https://discourse.llvm.org/privacy
Privacy - LLVM Discussion Forums
A place to discuss both usage and development of the LLVM project.
llvm discussion forumsprivacy
https://discourse.llvm.org/c/clang/6
Clang Frontend - LLVM Discussion Forums
Discuss the Clang frontend subproject here! Clang is a compiler front end for the C, C++, Objective-C, and Objective-C++ programming languages, as well as the...
clang frontend llvmdiscussion forums
https://discourse.llvm.org/
LLVM Discussion Forums - Our community includes both users and developers of various compiler...
A place to discuss both usage and development of the LLVM project.
llvm discussion forumscommunityincludesusersdevelopers
https://discourse.llvm.org/t/better-performance-models-for-mlgo-training/68219
Better performance models for MLGO training - GSoC - LLVM Discussion Forums
We are using machine-guided compiler optimizations (“MLGO”) for register allocation eviction and inlining for size, in real-life deployments. The ML models...
gsoc llvm discussionbetter performancemodelstrainingforums
https://discourse.llvm.org/t/offload-new-subproject-pending-move-of-libomptarget/78185
[Offload] New subproject + pending move of libomptarget - Project Infrastructure - LLVM Discussion...
This is a heads-up for people interested in (GPU) offloading. First, the offload subproject folder has been created: [Offload][NFC] Add offload subfolder and...
project infrastructurellvm discussionoffloadnewsubproject
https://discourse.llvm.org/t/rfc-enforcing-bounds-safety-in-c-fbounds-safety/70854
RFC: Enforcing Bounds Safety in C (-fbounds-safety) - Clang Frontend - LLVM Discussion Forums
Summary We propose -fbounds-safety, a C extension to enforce bounds safety to prevent out-of-bounds (OOB) memory accesses, which remain a major source of...
clang frontend llvmdiscussion forumsrfcenforcingbounds
https://discourse.llvm.org/t/libc-gsoc-2024-half-precision-in-llvm-libc/77027
[libc][GSoC 2024] Half precision in LLVM libc - GSoC - LLVM Discussion Forums
Description: Half precision is an IEEE 754 floating point format that has been widely used recently, especially in machine learning and AI. It has been...
llvm discussion forumsgsoc 2024half precisionlibc
https://discourse.llvm.org/u/sjoerdmeijer
Profile - sjoerdmeijer - LLVM Discussion Forums
A place to discuss both usage and development of the LLVM project.
llvm discussion forumsprofile
https://discourse.llvm.org/t/gsoc-2026-expanding-api-notes-for-c/89638
[GSoC 2026] Expanding API Notes for C++ - GSoC - LLVM Discussion Forums
Expanding API Notes for C++ Description: API notes are a YAML-based “sidecar” file mechanism in Clang that allows users to add attributes to existing headers...
c llvm discussiongsoc 2026api notesexpandingforums
https://discourse.llvm.org/t/2026-eurollvm-registration-closes-today/90444
2026 EuroLLVM - REGISTRATION CLOSES TODAY - Announcements - LLVM Discussion Forums
Registration for the 2026 EuroLLVM Developers’ Meeting closes Friday, April 3. Join us for two tracks of talks, tutorials, round tables and more in beautiful...
announcements llvm discussioncloses today2026eurollvmregistration
https://discourse.llvm.org/t/support-clang-plugins-on-windows/76408
Support clang plugins on Windows - GSoC - LLVM Discussion Forums
Description of the project: The Clang compiler is part of the LLVM compiler infrastructure and supports various languages such as C, C++, ObjC and ObjC++. The...
gsoc llvm discussionsupportclangpluginswindows
https://discourse.llvm.org/t/update-on-github-pull-requests/71540
Update on GitHub pull requests - Code Review - LLVM Discussion Forums
Hey all, @tstellar and the LLVM foundation board members had a call to discuss the pull request migration timeline last week. Tom outlined the migration...
github pull requestsllvm discussion forumscode reviewupdate
https://discourse.llvm.org/c/infrastructure/code-review/26
Code Review - LLVM Discussion Forums
For questions about code review tools and policies.
llvm discussion forumscode review
https://discourse.llvm.org/c/clang/static-analyzer/49
Static Analyzer - LLVM Discussion Forums
The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C programs. Ask your questions about it here.
llvm discussion forumsstatic analyzer
https://discourse.llvm.org/c/community/gsoc/32
GSoC - LLVM Discussion Forums
LLVM participates in the Google Summer of Code program. This forum should be used to discuss our participation in the program itself and general program...
gsoc llvm discussionforums
https://discourse.llvm.org/t/llvm-21-1-3-released/88525
LLVM 21.1.3 Released! - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 21.1.3 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
llvm 21 13 releasedannouncements discussionforums
https://discourse.llvm.org/t/phabricator-creator-pulling-the-plug/58775
Phabricator Creator Pulling the Plug - LLVM Dev List Archives - LLVM Discussion Forums
All I’m a massive fan of Phabricator, and I know there is often lots of contentious discussion about its relative merits vs github, But unless I missed this,...
llvm dev listdiscussion forumsphabricatorcreatorpulling
https://discourse.llvm.org/t/llvm-21-1-4-released/88651
LLVM 21.1.4 Released! - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 21.1.4 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
llvm 21 14 releasedannouncements discussionforums
https://discourse.llvm.org/t/llvm-22-1-3-released/90467
LLVM 22.1.3 Released! - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 22.1.3 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
llvm 22 13 releasedannouncements discussionforums
https://discourse.llvm.org/t/llvm-21-1-1-released/88244
LLVM 21.1.1 Released! - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 21.1.1 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
llvm 21 1released announcementsdiscussion forums
https://discourse.llvm.org/t/llvm-22-1-0-released/89950
LLVM 22.1.0 Released! - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 22.1.0 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
llvm 22 10 released announcementsdiscussion forums
https://discourse.llvm.org/t/llvm-21-1-2-released/88398
LLVM 21.1.2 Released! - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 21.1.2 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
llvm 21 1released announcementsdiscussion forums
https://discourse.llvm.org/t/llvm-22-x-release-third-party-binaries/89477
LLVM 22.X Release Third-Party Binaries - LLVM Project - LLVM Discussion Forums
This thread will collect third-party binaries for LLVM 22.x. Disclaimer: The binaries listed here are provided by third parties and are not officially...
third party binariesproject discussion forumsllvm 22x release
https://discourse.llvm.org/t/map-llvm-values-to-corresponding-source-level-expressions/68450
Map LLVM values to corresponding source-level expressions - GSoC - LLVM Discussion Forums
Description of the Project: Developers often use compiler generated remarks and analysis reports to optimize their code. While compilers in general are good at...
source leveldiscussion forumsmapllvmvalues
https://discourse.llvm.org/t/llvm-21-x-release-third-party-binaries/87420
LLVM 21.X Release Third-Party Binaries - LLVM Project - LLVM Discussion Forums
This thread will collect third-party binaries for LLVM 21.x. Disclaimer: The binaries listed here are provided by third parties and are not officially...
third party binariesproject discussion forumsllvm 21x release
https://discourse.llvm.org/t/llvm-20-1-0-rc1-release/84367
LLVM 20.1.0-rc1 Release - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 20.1.0-rc1 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
20 1 0release announcementsdiscussion forumsllvmrc1
https://discourse.llvm.org/t/llvm-21-1-0-rc2-released/87608
LLVM 21.1.0-rc2 Released! - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 21.1.0-rc2 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
llvm 21 10 rc2released announcementsdiscussion forums
https://discourse.llvm.org/t/llvm-22-1-0-rc3-released/89769
LLVM 22.1.0-rc3 Released! - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 22.1.0-rc3 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
llvm 22 10 rc3released announcementsdiscussion forums
https://discourse.llvm.org/t/llvm-21-1-0-released/88066
LLVM 21.1.0 Released! - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 21.1.0 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
llvm 21 10 released announcementsdiscussion forums
https://discourse.llvm.org/t/llvm-weekly-609-september-1st-2025/88142
LLVM Weekly - #609, September 1st 2025 - Newsletters - LLVM Discussion Forums
LLVM Weekly - #609, September 1st 2025 If you prefer, you can read the canonical version of this issue at https://llvmweekly.org/issue/609. Welcome to the six...
september 1st 2025discussion forumsllvmweekly609
https://discourse.llvm.org/t/llvm-22-1-0-released/89950/2
LLVM 22.1.0 Released! - #2 by tobiashieta - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 22.1.0 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
llvm 22 10 releasedannouncements discussionforums
https://discourse.llvm.org/t/rfc-enabling-the-lit-internal-shell-by-default/80179
[RFC] Enabling the Lit Internal Shell by Default - LLVM Project - LLVM Discussion Forums
We propose to enable llvm-lit internal shell by default for all LLVM projects. We believe that by using the internal shell, we will eliminate platform...
project discussion forumsrfcenablinglitinternal
https://discourse.llvm.org/t/llvm-21-1-0-rc3-released/87826
LLVM 21.1.0-rc3 Released! - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 21.1.0-rc3 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
llvm 21 10 rc3released announcementsdiscussion forums
https://discourse.llvm.org/t/2026-llvm-area-team-election-results/89778
2026 LLVM Area Team Election Results - Announcements - LLVM Discussion Forums
The results of the 2026 LLVM Area Team elections have been posted! Election results were collected by myself and supervised by @tstellar. Congratulations to...
area teamelection resultsannouncements discussion2026llvm
https://discourse.llvm.org/t/llvm-21-1-6-released/88895
LLVM 21.1.6 Released - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 21.1.6 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
llvm 21 16 releasedannouncements discussionforums
https://discourse.llvm.org/t/llvm-22-1-2-released/90308
LLVM 22.1.2 Released! - Announcements - LLVM Discussion Forums
We are happy to announce that LLVM 22.1.2 is now released! This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR....
llvm 22 1released announcementsdiscussion forums
https://discourse.llvm.org/t/pull-requests-enabled-for-llvm-llvm-project-repo/73186
Pull Requests Enabled for llvm/llvm-project repo - LLVM Project - LLVM Discussion Forums
Hi, We’ve turned off the repo-lockdown bot, so the project is now ready to accept pull requests. If you want to submit a new change please use GitHub Pull...
pull requestsllvm projectdiscussion forumsenabledrepo