aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-11[libc++] Fix memory leaks when throwing inside std::vector constructorsllvmorg-15.0.7release/15.xNikolas Klauser3-36/+453
2023-01-11libc++: bring back the unsigned in the return type in wcstoull_lSylvestre Ledru1-1/+1
2023-01-11[RegAllocFast] Handle new debug values for spillsJosh Stone2-0/+253
2023-01-10[wasm-ld] Define a `__heap_end` symbol marking the end of allocated memory.Dan Gohman6-11/+32
2023-01-10[TypePromotion] Add truncate in ConvertTruncs when the original truncate type...chenglin.bi3-26/+38
2023-01-09[X86] Don't zero out %eax if both %al and %ah are usedBill Wendling2-1/+119
2023-01-06Bump version to 15.0.7Tom Stellard8-11/+11
2022-11-29[CodeGen][ARM] Fix ARMABIInfo::EmitVAAarg crash with empty record type variad...llvmorg-15.0.6yronglin2-4/+27
2022-11-29[ELF] Handle GCC collect2 -plugin-opt= on WindowsBrett Werling2-3/+8
2022-11-23Revert "Reapply: Add an error message to the default SIGPIPE handler"Bill Wendling2-30/+0
2022-11-21Bump version to 15.0.6Tom Stellard8-11/+11
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