aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-03[LV] Update handling of scalable pointer inductions after b73d2c8.Florian Hahn8-246/+174
2022-10-03[LV] Add test for #57912.Florian Hahn1-0/+216
2022-10-03[LV] Convert sve-epilog-vect.ll to use opaque pointers.Florian Hahn1-111/+99
2022-10-03[Clang] Fix variant crashes from GH58028, GH57370Roy Jacobson2-4/+28
2022-09-30[ValueTracking] Fix CannotBeOrderedLessThanZero() for fdiv (PR58046)Nikita Popov2-4/+17
2022-09-30[InstSimplify] Add test for PR58046 (NFC)Nikita Popov1-0/+12
2022-09-30[libcxx] Make stdatomic.h work when included from a C source fileGergely Nagy3-14/+15
2022-09-30[docs] improve documentation for misc-const-correctnessJonas Toth1-32/+80
2022-09-30[clang-tidy] adjust treating of array-of-pointers when 'AnalyzePointers' is d...Jonas Toth3-48/+73
2022-09-28Fix build error in StmtPrinterTest.cppNathan Ridge1-9/+11
2022-09-28[clangd] Avoid crash when printing call to string literal operator templateNathan Ridge2-3/+34
2022-09-28[ELF] Rewrite R_RISCV_ALIGN nops when r.addend%4 != 0Fangrui Song2-4/+18
2022-09-26Bump version to 15.0.2Tobias Hieta8-11/+11