platform/upstream/llvm.git
2022-09-23 Louis Dionne[libc++] Keep unary_function and binary_function in...
2022-09-22 James Y KnightSPIRV: Fix compilation in NDEBUG.
2022-09-20 Florian Hahn[LV] Keep track of cost-based ScalarAfterVec in VPWiden...
2022-09-20 Florian Hahn[LV] Move new epilog-vectorization-widen-inductions...
2022-09-20 Florian Hahn[LV] Add tests for epilogue vectorization with widened...
2022-09-19 Louis Dionne[libc++] Always query the compiler to find whether...
2022-09-19 Tobias Hieta[docs] Fix build-docs.sh
2022-09-19 Tobias Hieta[libcxx] Bump libc++ version to 15.0.1
2022-09-19 Nikita Popov[CodeGen] Don't zero callee-save registers with zero...
2022-09-19 Brad Smith[lit] Set shlibpath_var on OpenBSD
2022-09-19 Kadir Cetinkaya[clang(d)] Include/Exclude CLDXC options properly
2022-09-19 Joseph Huber[Libomptarget] Revert changes to AMDGPU plugin destructors
2022-09-15 Fangrui Song[llvm-objdump] Change printSymbolVersionDependency...
2022-09-15 Fangrui Song[llvm-objdump][test] Add verneed-invalid.test
2022-09-15 Rainer Orth[compiler-rt] Handle non-canonical triples with new...
2022-09-15 Tobias Hieta[NFC] Fix exception in version-check.py script
2022-09-15 Tobias HietaBump version to 15.0.1
2022-09-15 Aaron BallmanDowngrade implicit int and implicit function declaratio...
2022-09-14 Shoaib Meenai[MachO] Don't fold compact unwind entries with LSDA
2022-09-14 Shoaib Meenai[MachO] Fix dead-stripping __eh_frame
2022-09-14 Mark de Wever[libc++][format] Updates feature-test macros.
2022-09-12 Jan Ole Hüser[LLD][COFF] Fix writing a map file when range extension...
2022-09-12 Brad Smith[mlir] Fix building CRunnerUtils on OpenBSD with 15.x
2022-09-12 Nikita Popov[DwarfEhPrepare] Assign dummy debug location for insert...
2022-09-12 Corentin Jabot[Clang] Fix crash in coverage of if consteval.
2022-09-08 Utkarsh Saxena[clang] Skip re-building lambda expressions in paramete...
2022-09-08 Simon Pilgrim[DAG] extractShiftForRotate - replace assertion for...
2022-09-08 jackh[clang-format] Distinguish logical and after bracket...
2022-09-08 Michał Górny[compiler-rt] [test] Handle missing ld.gold gracefully
2022-09-07 Daniel Thornburgh[Symbolizer] Handle {{{bt}}} symbolizer markup element.
2022-09-07 Daniel Thornburgh[Symbolizer] Fix symbolizer-filter-markup-pc.test on...
2022-09-07 Daniel Thornburgh[Symbolizer] Implement pc element in symbolizing filter.
2022-09-07 Daniel Thornburgh[Symbolizer] Implement data symbolizer markup element.
2022-09-07 David StuttardAMDGPU: mbcnt allow for non-zero src1 for known-bits
2022-09-05 Alex Bradbury[RISCV][ReleaseNotes] Added LLVM and Clang release...
2022-09-04 Tobias Hieta[DOCS] Minor fixes and removals of WIP warnings
2022-09-04 Philip Reames[RLEV] Pick a correct insert point when incoming instru...
2022-09-02 Nico Weber[clang] Add __is_target_variant_{os,environment} builtins
2022-09-01 Muiez Ahmed[SystemZ][z/OS] Account for renamed parameter name...
2022-09-01 Anastasia Stulova[Docs][OpenCL][SPIR-V] Release 15 notes for Clang.
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
next