platform/upstream/llvm.git
2022-09-01 Roy Jacobson[Frontend] Restore Preprocessor::getPredefines()
2022-09-01 Chuanqi Xu[docs] Add "Standard C++ Modules"
2022-09-01 Alexey Bataev[SLP]Fix PR57447: Assertion `!getTreeEntry(V) && "Scala...
2022-08-30 Dan McGregor[MCContext] Reverse order of DebugPrefixMap sort for...
2022-08-30 Florian Hahn[LAA] Require AddRecs to be in the innermost loop for...
2022-08-30 Florian Hahn[LV] Add another test for incorrect runtime check...
2022-08-30 Florian Hahn[LV] Add test for incorrect runtime check generation...
2022-08-30 Florian Hahn[LV] Convert runtime diff check test to use opaque...
2022-08-29 Aaron PuchertFix formatting in release notes
2022-08-29 Shoaib Meenai[lld] Fix typo in 15.x release notes
2022-08-28 Amy Kwan[ReleaseNotes]: Add PowerPC release notes for LLVM 15
2022-08-25 Tobias Hieta[workflow] Run release tasks for me (tru) as well.
2022-08-25 Tobias Hieta[release] Use threaded compression with xz
2022-08-25 Phoebe Wang[X86][FP16] Add the missing legal action for EXTRACT_SU...
2022-08-25 Martin Storsjö[LLD] [COFF] Fix export directives in object files...
2022-08-25 Tobias Hieta[NFC] Fix a misleading comment CLANG_FORCE_MATCHING_LIB...
2022-08-25 H. VetinariSONAME introduce option CLANG_FORCE_MATCHING_LIBCLANG_S...
2022-08-25 Simon Pilgrim[DAG] MatchRotate - bail if we fail to match a shl...
2022-08-25 Petr Hosek[runtimes] Use a response file for runtimes test suites
2022-08-25 Petr Hosek[lit] Support reading arguments from a file
2022-08-25 Louis Dionne[runtimes] Handle interface targets in runtimes distrib...
2022-08-25 Louis Dionne[libc++] Add a missing assertion in std::span's constructor
2022-08-25 Tobias HietaRevert "GCC ABI Compatibility: Preserve alignment of...
2022-08-23 Nemanja Ivanovic[GTest] Change detection of libpthread
2022-08-23 Joseph Huber[CUDA] Fix output name being replaced in device-only...
2022-08-23 Kadir Cetinkaya[clangd] Support for standard type hierarchy
2022-08-23 Alexander Shaposhnikov[InstCombine] Refactor foldICmpMulConstant
2022-08-23 Jonas Hahnfeld[RISCV] Re-enable JIT support
2022-08-22 Tobias Hieta[NFC] Minor documentation fix for the release branch
2022-08-22 David Truby[clang][docs] Release notes for C/C++ SVE Operators
2022-08-22 Rainer Orth[Sparc] Don't use SunStyleELFSectionSwitchSyntax
2022-08-22 Martin Sebor[InstCombine] Correct strtol folding with nonnull endptr
2022-08-22 Rainer Orth[mlir][test] Require JIT support in JIT tests
2022-08-22 Alex Bradbury[clang][RISCV] Fix incorrect ABI lowering for inherited...
2022-08-22 Alex Bradbury[clang][RISCV][test] Add test that shows incorrect...
2022-08-22 Sanjay Patel[SDAG] avoid generating libcall to function with same...
2022-08-22 Sanjay Patel[AArch64] add test for recursive libcall lowering; NFC
2022-08-20 Tom Stellardworkflows/llvm-project-tests: Workaround an issue with...
2022-08-20 Tom Stellardworkflows/version-check: Fix check for release candidates
2022-08-18 Haojian Wu[clangd] Fix an inlay-hint crash on a broken designator.
2022-08-18 Rainer Orth[flang] Add Solaris/x86 support to Optimizer/CodeGen...
2022-08-17 Fangrui Song[MC] Avoid C++17 structured bindings
2022-08-17 Michał Górny[llvm] [cmake] Move LLVM_INSTALL_PACKAGE_DIR top-level...
2022-08-17 Maciej Gabka[clang][SVE] Undefine preprocessor macro defined in
2022-08-17 David Green[DAG] Ensure more Legal BUILD_VECTOR elements types...
2022-08-16 Diana Picus[flang] Install runtime libs with the toolchain
2022-08-16 Craig Topper[RISCV] isImpliedByDomCondition returns an Optional...
2022-08-16 Fangrui Song[DebugInfo] -fdebug-prefix-map: handle '#line "file...
2022-08-16 Fangrui Song[DebugInfo] Don't join DW_AT_comp_dir and directories...
2022-08-16 Fangrui Song[MCDwarf] Respect -fdebug-prefix-map= for generated...
2022-08-16 Fangrui Song[BOLT] Use Optional::emplace to avoid move assignment...
2022-08-16 Fangrui Song[MCDwarf][test] Improve debug-prefix-map.s
2022-08-16 Fangrui Song[MCDwarf] Use emplace to avoid move assignment. NFC
2022-08-16 Peter Waller[DAGCombine] Check zext legality in zext-extract-extend...
2022-08-15 Martin Storsjö[libcxx] [doc] Remove a leftover tentative release...
2022-08-15 Zachary Henkel __has_trivial_copy should map to __is_trivially_copyable
2022-08-15 Phoebe Wang[X86][FP16] Promote FP16->[U]INT to FP16->FP32->[U]INT
2022-08-15 Phoebe Wang[X86][FP16] Fix vector_shuffle and lowering without...
2022-08-15 Vladimir Plyashkun[clang-tidy][docs] Fixed page title for abseil-no-inter...
2022-08-15 Simon Pilgrim[X86] Add RDPRU instruction CPUID bit masks
2022-08-15 Simon Pilgrim[clang][X86] Add RDPRU predefined macro tests for znver...
2022-08-15 Amy Kwan[libcxx] [test] Fix max_size.pass.cpp for PowerPC targets
2022-08-15 Johannes Doerfert[OpenMP][FIX] Ensure __kmpc_kernel_parallel is reachable
2022-08-15 Shilei Tian[Clang][OpenMP] Fix the issue that `llvm.lifetime.end...
2022-08-15 David Truby[clang][AArch64][SVE] Change SVE_VECTOR_OPERATORS macro...
2022-08-15 David Truby[clang][AArch64][SVE] Clarify documentation for sizeof...
2022-08-15 David Truby[clang] Correct documentation for NEON and SVE operator...
2022-08-15 David Truby[clang][AArch64][SVE] Add unary +/- operators for SVE...
2022-08-15 Jennifer YuFix assert during the call to getCanonicalDecl.
2022-08-12 Benjamin Kramer[mlir][sparse] Refine f695554a2a55 wording a bit and...
2022-08-12 Benjamin Kramer[mlir][sparse] Use the correct ABI on x86 and re-enable...
2022-08-12 Aart Bik[mlir][sparse][bf16] disable two bf16 tests
2022-08-12 Phoebe Wang[compiler-rt][BF16] Provide __truncdfbf2 and __truncsfb...
2022-08-12 Freddy Ye[X86][BF16] Enable __bf16 for x86 targets.
2022-08-12 Phoebe Wang[X86][BF16] Make backend type bf16 to follow the psABI
2022-08-12 Martin Storsjö[LLD] [COFF] Add support for a new, mingw specific...
2022-08-12 Fangrui Song[COFF] Change a llvm::StringSet<> to llvm::DenseSet...
2022-08-12 Martin Storsjö[LLD] [MinGW] Implement the --exclude-symbols option
2022-08-12 Martin Storsjö[libcxx] [test] Merge the experimental-lib-exports...
2022-08-12 Louis Dionne[libc++] Add missing includes of <cstddef>
2022-08-12 Louis Dionne[libc++] Make __libcpp_verbose_abort [[noreturn]]
2022-08-12 Mark de Wever[libc++][ranges] Sets ranges feature-test macro.
2022-08-12 Louis Dionne[libc++][NFC] Fix signature of main in test
2022-08-12 Louis Dionne[libc++] Add missing <stdbool.h> to the modulemap
2022-08-12 Aaron BallmanChange prototype merging error into a warning for builtins
2022-08-12 Dinar Temirbulatov[AArch64][LoopVectorize] Introduce trip count minimal...
2022-08-12 Martin Storsjö[clang] Require strict matches for defines for PCH...
2022-08-12 Nikita Popov[RelLookupTableConverter] Bail on invalid pointer size...
2022-08-12 Johannes Doerfert[Attributor][FIX] Visit same instructions with differen...
2022-08-11 Joseph Huber[Libomptarget][CUDA] Check CUDA compatibilty correctly
2022-08-11 YingChi Long[clang] add APValue type check in `TryPrintAsStringLiteral`
2022-08-11 Philip Reames[RISCVInsertVSETVLI] Remove an unsound optimization
2022-08-11 Kadir CetinkayaRevert "[clang] Pass FoundDecl to DeclRefExpr creator...
2022-08-11 Fangrui Song[llvm-ranlib] Support more than one input file
2022-08-11 Fangrui Song[llvm-ar] Remove unused parameter. NFC
2022-08-11 Mark de Wever[libc++][format] Exposes basic-format-string
2022-08-10 Michael Kruse[flang][test] Don't require .exe suffix.
2022-08-10 Kadir Cetinkaya[clangd] Add release notes
2022-08-10 David Green[DAG] Ensure Legal BUILD_VECTOR elements types in shuff...
2022-08-10 David Green[ARM] Regenerate vector_store.ll tests. NFC
next