We are happy to announce that LLVM 22.1.1 is now released!
This includes the main LLVM project, and its subprojects including clang, lld, libc++, and MLIR.
Huge thanks to everyone that contributed, reviewed, provided support and in any other way contributed to this release!
Please note the subproject tarballs have been removed after RFC: Do "something" with the subproject tarballs in the release page
Download
Find sources on GitHub.
A note on binaries
Official binaries will not be available right away. They will be provided later.
Third-party binaries will be posted to the following forum thread. Note that these binaries are not created or checked by the release managers, they should be used with care.
Next Release
The next release will be 22.1.2 in two weeks time on Tuesday the 24th of March. The full release schedule can be found on https://llvm.org and the LLVM calendar calendar@llvm.org. File bugs and backports to the LLVM 22.x Release Milestone.
Changes
The full list of changes since 22.1.0 can be viewed on github or here:
Changes
- Jay Foad: [AMDGPU] Ignore unused VALU src0/1/2 fields when disassembling (#175182) (fef02d48c08d)
- Fangrui Song: [ELF] Adjust allowed dynamic relocation types for x86-64 (#182905) (8bc430c26e31)
- Anatoly Trosinenko: [AArch64][PAC] Emit
!dbglocations in*_vfpthunk_functions (#179688) (7af05aebad78) - Devajith: [clang-repl] Create virtual files for
input_line_Nbuffers (#182044) (fe58a857c5f3) - Krzysztof Parzyszek: [Hexagon] Avoid contracting predicates in createHvxPrefixPred (#183081) (92249a35ad7c)
- justiceadams: [green dragon] add stage1-RA job to release/22.x (382ae50ef836)
- Victor Chernyakin: [clang-tidy] Fix yet another false positive in
readability-redundant-typename(#184301) (c1fe91b2cd14) - Nikita Popov: [lldb] Don’t link TestingSupport as a component (#184310) (e693f0fe6390)
- Michael Buch: [lldb][Target] Allow eLanguageTypeAssembly to use ScratchTypeSystemClang (#183771) (395205394e82)
- Sander de Smalen: [AArch64] Fix sign-extend-inreg combine for i1 types (#177976) (66c186b55b6d)
- pkarveti: [Hexagon] Add missing early architecture features to V81 processor (#183499) (0e1bef80a127)
- Brian Cain: [lld][Hexagon] Fix findMaskR8 missing duplex support (#183936) (7ddc1bbf3de9)
- Jan Kokemüller: [clang] Don’t use
VarDeclof local variables asManglingContextDeclfor lambdas (#179035) (e408392b7fb5) - Chuanqi Xu: [C++20] [Modules] Set ManglingContextDecl when we need to mangle a lambda but it’s nullptr (#177899) (9d1b5d8615e8)
- Joachim: [openmp][tests] Fix bug63197.c (#183508) (cc296598ee70)
- Nikita Popov: [openmp] Fix bug63197.c test with 3 cores (#183269) (387ecbac954d)
- Daniel Paoliello: [NFC] Fix use-after-free: track TargetLibraryAnalysis in BasicAAResult invalidation (#183852) (ad30f6e88e65)
- Nikolas Klauser: [libc++] Fix vector::append_range growing before the capacity is reached (#183264) (8db33f635a46)
- Louis Dionne: [libc++] Introduce a escape hatch for the changed behavior of map and set search operations (#183190) (9b197b5596bc)
- Med Ismail Bennani: [lldb/Target] Revert overly broad locking in StackFrameList::FetchFramesUpTo (#182969) (41a431cc875b)
- Brian Cain: [Hexagon] Disable new value jumps when packetizer is disabled (#180615) (1a5938e7c87c)
- Michael Halkenhäuser: [OpenMP][omptest] Fix CMake target properties (#176802) (8e5ee76134b5)
- Michael Halkenhäuser: [OpenMP][omptest] Improve CMake and address review comments (#159416) (10b0c4c4d13b)
- Martin Storsjö: [openmp] Allow testing OpenMP in runtimes builds without a full clang build tree (9794a7932465)
- Aiden Grossman: [Benchmark] Fix warnings around usage of COUNTER (#184524) (8d15f98a03ce)
- Matheus Izvekov: [clang] use typo-corrected name qualifier for expressions (83a5dec8cadb)
- Robert Imschweiler: [libomp] Backport: Fix hwloc include for non-standard paths (#184087) (1e5cc368ba48)
- Matheus Izvekov: [clang] Backport: fix transformation of substituted constant template parameters of partial specializations (108df0694cc1)
- Matheus Izvekov: [clang] Backport: allow canonicalizing assumed template names (cb79aaed35b0)
- Matheus Izvekov: [clang] Backport: NestedNameSpecifier typo correction fix (ee4e391b2740)
- Matheus Izvekov: [clang] Backport: stop error recovery in SFINAE for narrowing in converted constant expressions (698202df0127)
- Matheus Izvekov: [clang] create local instantiation scope for matching template template parameters (b1b0bb934d20)
- Balazs Benics: fixup! [analyzer] Fix crash in MallocChecker when a function has both ownership_returns and ownership_takes (#183583) (a9a4c1e5180e)
- Balázs Benics: [analyzer] Fix crash in MallocChecker when a function has both ownership_returns and ownership_takes (#183583) (c82ee13efefd)
- Younan Zhang: [Clang] Don’t diagnose missing members when looking at the instantiating class template (1e66cb3c2e6e)
- Brian Cain: [Hexagon] Fix extractHvxSubvectorPred shuffle mask for small predicates (#181364) (cd6e5a6f8168)
- David Spickett: [llvm][release] Note that some packages have 2 signature files (#183266) (9590bfde9930)
- David Spickett: [llvm][release] Link to .jsonl signatures for Windows x86_64 and ARM64 (#183053) (d533a4bab051)
- Douglas Yung: Bump version to 22.1.1 (2df95ef934cd)