summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Fix memory leaks when throwing inside std::vector constructorsllvmorg-15.0.7release/15.xNikolas Klauser2023-01-113-36/+453
* libc++: bring back the unsigned in the return type in wcstoull_lSylvestre Ledru2023-01-111-1/+1
* [RegAllocFast] Handle new debug values for spillsJosh Stone2023-01-112-0/+253
* [wasm-ld] Define a `__heap_end` symbol marking the end of allocated memory.Dan Gohman2023-01-106-11/+32
* [TypePromotion] Add truncate in ConvertTruncs when the original truncate type...chenglin.bi2023-01-103-26/+38
* [X86] Don't zero out %eax if both %al and %ah are usedBill Wendling2023-01-092-1/+119
* Bump version to 15.0.7Tom Stellard2023-01-068-11/+11
* [CodeGen][ARM] Fix ARMABIInfo::EmitVAAarg crash with empty record type variad...llvmorg-15.0.6yronglin2022-11-292-4/+27
* [ELF] Handle GCC collect2 -plugin-opt= on WindowsBrett Werling2022-11-292-3/+8
* Revert "Reapply: Add an error message to the default SIGPIPE handler"Bill Wendling2022-11-232-30/+0
* Bump version to 15.0.6Tom Stellard2022-11-218-11/+11
* Bump version to 15.0.5llvmorg-15.0.5Tom Stellard2022-11-158-11/+11
* [VectorUtils] Skip interleave members with diff type and alloca sizes.Florian Hahn2022-11-152-1/+147
* [lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSserge-sans-paille2022-11-152-5/+0
* [lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0Jitka Plesnikova2022-11-151-1/+1
* [GlobalOpt] Don't remove inalloca from varargs functionsArthur Eubanks2022-11-152-1/+39
* [analyzer] Workaround crash on encountering Class non-type template parametersBalazs Benics2022-11-152-0/+39
* Link libclangBasic against libatomic when necessary.Sam James2022-11-102-0/+5
* Link liblldCOFF against libatomic when necessarySam James2022-11-102-7/+3
* Set LLVM_ATOMIC_LIB variable for convenient linking against libatomicSam James2022-11-104-6/+16
* [TypePromotion] Replace Zext to Truncate for the case src bitwidth is largerchenglin.bi2022-11-102-1/+27
* [cmake] Add missing CMakePushCheckState include to FindLibEdit.cmakeMichał Górny2022-11-101-0/+1
* Reenable POSIX builtin library functions in gnu2x modeAaron Ballman2022-11-103-5/+20
* [CMake] Fix -Wstrict-prototypesSam James2022-11-1014-25/+26
* AMDGPU: Make various vector undefs legalllvmorg-15.0.4Matt Arsenault2022-11-0111-458/+306
* [clang][Sema] Fix a clang crash with btf_type_tagYonghong Song2022-11-013-0/+20
* [SPARC] Make calls to function with big return values workKoakuma2022-10-286-36/+322
* Take memset_inline into account in analyzeLoadFromClobberingMemInstGuillaume Chatelet2022-10-281-2/+2
* [lld-macho] Canonicalize personality pointers in EH framesJez Ng2022-10-284-7/+75
* [clang][driver] Remove dynamic gcc-toolset/devtoolset logicTimm Bäder2022-10-272-117/+15
* [clangd] Return earlier when snippet is emptyTom Praschan2022-10-252-2/+20
* [lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere2022-10-2511-68/+190
* [SystemZ] Relase notes for LLVM 15Tom Stellard2022-10-241-0/+14
* [ELF] Suppress "duplicate symbol" when resolving STB_WEAK and STB_GNU_UNIQUE ...Fangrui Song2022-10-242-1/+43
* [AutoUpgrade] Fix remangling when upgrading struct return typeNikita Popov2022-10-242-1/+20
* Bump version to 15.0.4Tobias Hieta2022-10-248-11/+11
* [InstCombine] Bail out of casting calls when a conversion from/to byval is in...Mike Hommey2022-10-243-2/+36
* [SROA] Don't speculate phis with different load user typesArthur Eubanks2022-10-242-7/+53
* [test] Make Linux/sem_init_glibc.cpp robustFangrui Song2022-10-242-24/+21
* [ARM] Fix for MVE i128 vector icmp costs.llvmorg-15.0.3David Green2022-10-182-1/+6
* [clangd] Block clang-tidy misc-const-correctness checkSam McCall2022-10-181-2/+8
* [libc++] Fix std::function's handling of blocks under Objc ARCLouis Dionne2022-10-183-4/+102
* [CMake] Provide Findzstd modulePetr Hosek2022-10-181-0/+49
* [llvm] [test] Add missing canonicalization of LLVM_ENABLE_ZSTDMichał Górny2022-10-181-0/+1
* [llvm] [lit] Fix use_lld() to respect llvm_shlib_dirMichał Górny2022-10-181-1/+1
* [clang-tidy] Fix a false positive in readability-simplify-boolean-exprNathan James2022-10-182-2/+13
* [AArch64][SVE] Fix AArch64_SVE_VectorCall calling conventionMatt Devereau2022-10-173-36/+330
* Revert "Recommit "[SCEV] Look through single value PHIs." (take 3)"Martin Storsjö2022-10-1310-71/+75
* Fix LLDB build on old Linux kernels (pre-4.1)David Spickett2022-10-131-2/+29
* [Syntax] avoid using c++17 features on 15.x branchSam McCall2022-10-101-2/+4