aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-15Bump version to 15.0.5llvmorg-15.0.5Tom Stellard8-11/+11
2022-11-15[VectorUtils] Skip interleave members with diff type and alloca sizes.Florian Hahn2-1/+147
2022-11-15[lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSserge-sans-paille2-5/+0
2022-11-15[lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0Jitka Plesnikova1-1/+1
2022-11-15[GlobalOpt] Don't remove inalloca from varargs functionsArthur Eubanks2-1/+39
2022-11-15[analyzer] Workaround crash on encountering Class non-type template parametersBalazs Benics2-0/+39
2022-11-10Link libclangBasic against libatomic when necessary.Sam James2-0/+5
2022-11-10Link liblldCOFF against libatomic when necessarySam James2-7/+3
2022-11-10Set LLVM_ATOMIC_LIB variable for convenient linking against libatomicSam James4-6/+16
2022-11-10[TypePromotion] Replace Zext to Truncate for the case src bitwidth is largerchenglin.bi2-1/+27
2022-11-10[cmake] Add missing CMakePushCheckState include to FindLibEdit.cmakeMichał Górny1-0/+1
2022-11-10Reenable POSIX builtin library functions in gnu2x modeAaron Ballman3-5/+20
2022-11-10[CMake] Fix -Wstrict-prototypesSam James14-25/+26
2022-11-01AMDGPU: Make various vector undefs legalllvmorg-15.0.4Matt Arsenault11-458/+306
2022-11-01[clang][Sema] Fix a clang crash with btf_type_tagYonghong Song3-0/+20
2022-10-28[SPARC] Make calls to function with big return values workKoakuma6-36/+322
2022-10-28Take memset_inline into account in analyzeLoadFromClobberingMemInstGuillaume Chatelet1-2/+2
2022-10-28[lld-macho] Canonicalize personality pointers in EH framesJez Ng4-7/+75
2022-10-27[clang][driver] Remove dynamic gcc-toolset/devtoolset logicTimm Bäder2-117/+15
2022-10-25[clangd] Return earlier when snippet is emptyTom Praschan2-2/+20
2022-10-25[lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere11-68/+190
2022-10-24[SystemZ] Relase notes for LLVM 15Tom Stellard1-0/+14
2022-10-24[ELF] Suppress "duplicate symbol" when resolving STB_WEAK and STB_GNU_UNIQUE ...Fangrui Song2-1/+43
2022-10-24[AutoUpgrade] Fix remangling when upgrading struct return typeNikita Popov2-1/+20
2022-10-24Bump version to 15.0.4Tobias Hieta8-11/+11
2022-10-24[InstCombine] Bail out of casting calls when a conversion from/to byval is in...Mike Hommey3-2/+36
2022-10-24[SROA] Don't speculate phis with different load user typesArthur Eubanks2-7/+53
2022-10-24[test] Make Linux/sem_init_glibc.cpp robustFangrui Song2-24/+21
2022-10-18[ARM] Fix for MVE i128 vector icmp costs.llvmorg-15.0.3David Green2-1/+6
2022-10-18[clangd] Block clang-tidy misc-const-correctness checkSam McCall1-2/+8
2022-10-18[libc++] Fix std::function's handling of blocks under Objc ARCLouis Dionne3-4/+102
2022-10-18[CMake] Provide Findzstd modulePetr Hosek1-0/+49
2022-10-18[llvm] [test] Add missing canonicalization of LLVM_ENABLE_ZSTDMichał Górny1-0/+1
2022-10-18[llvm] [lit] Fix use_lld() to respect llvm_shlib_dirMichał Górny1-1/+1
2022-10-18[clang-tidy] Fix a false positive in readability-simplify-boolean-exprNathan James2-2/+13
2022-10-17[AArch64][SVE] Fix AArch64_SVE_VectorCall calling conventionMatt Devereau3-36/+330
2022-10-13Revert "Recommit "[SCEV] Look through single value PHIs." (take 3)"Martin Storsjö10-71/+75
2022-10-13Fix LLDB build on old Linux kernels (pre-4.1)David Spickett1-2/+29
2022-10-10[Syntax] avoid using c++17 features on 15.x branchSam McCall1-2/+4
2022-10-10Bump version to 15.0.3Tobias Hieta8-11/+11
2022-10-10[Syntax] Fix macro-arg handling in TokenBuffer::spelledForExpandedSam McCall2-63/+211
2022-10-10[clangd] Improve inlay hints of things expanded from macrosSam McCall2-30/+38
2022-10-10[X86] Remove AVX512VP2INTERSECT from Sapphire Rapids.Freddy Ye2-6/+5
2022-10-10[clangd] Avoid scanning up to end of file on each comment!Sam McCall4-19/+43
2022-10-10[LoopVersioning] Invalidate SCEV for phi if new values are added.Florian Hahn2-1/+128
2022-10-10[clang-tools-extra] [clangd] Respect llvm_shlib_dir in testsMichał Górny1-0/+1
2022-10-04use LLVM_USE_STATIC_ZSTDllvmorg-15.0.2Cole2-14/+4
2022-10-04tweak zstd behavior in cmake and llvm config for better testingCole Kissane4-6/+32
2022-10-04[clang][DebugInfo] Emit debuginfo for non-constant case valueYonghong Song2-0/+45
2022-10-04[gn build] (manually) port 18b4a8bcf35 moreNico Weber1-1/+1