summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-11[libc++] Fix memory leaks when throwing inside std::vector constructorsllvmorg-15.0.7release/15.xNikolas Klauser
2023-01-11libc++: bring back the unsigned in the return type in wcstoull_lSylvestre Ledru
2023-01-11[RegAllocFast] Handle new debug values for spillsJosh Stone
2023-01-10[wasm-ld] Define a `__heap_end` symbol marking the end of allocated memory.Dan Gohman
2023-01-10[TypePromotion] Add truncate in ConvertTruncs when the original truncate type...chenglin.bi
2023-01-09[X86] Don't zero out %eax if both %al and %ah are usedBill Wendling
2023-01-06Bump version to 15.0.7Tom Stellard
2022-11-29[CodeGen][ARM] Fix ARMABIInfo::EmitVAAarg crash with empty record type variad...llvmorg-15.0.6yronglin
2022-11-29[ELF] Handle GCC collect2 -plugin-opt= on WindowsBrett Werling
2022-11-23Revert "Reapply: Add an error message to the default SIGPIPE handler"Bill Wendling
2022-11-21Bump version to 15.0.6Tom Stellard
2022-11-15Bump version to 15.0.5llvmorg-15.0.5Tom Stellard
2022-11-15[VectorUtils] Skip interleave members with diff type and alloca sizes.Florian Hahn
2022-11-15[lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSserge-sans-paille
2022-11-15[lldb] Fix 'error: non-const lvalue...' caused by SWIG 4.1.0Jitka Plesnikova
2022-11-15[GlobalOpt] Don't remove inalloca from varargs functionsArthur Eubanks
2022-11-15[analyzer] Workaround crash on encountering Class non-type template parametersBalazs Benics
2022-11-10Link libclangBasic against libatomic when necessary.Sam James
2022-11-10Link liblldCOFF against libatomic when necessarySam James
2022-11-10Set LLVM_ATOMIC_LIB variable for convenient linking against libatomicSam James
2022-11-10[TypePromotion] Replace Zext to Truncate for the case src bitwidth is largerchenglin.bi
2022-11-10[cmake] Add missing CMakePushCheckState include to FindLibEdit.cmakeMichał Górny
2022-11-10Reenable POSIX builtin library functions in gnu2x modeAaron Ballman
2022-11-10[CMake] Fix -Wstrict-prototypesSam James
2022-11-01AMDGPU: Make various vector undefs legalllvmorg-15.0.4Matt Arsenault
2022-11-01[clang][Sema] Fix a clang crash with btf_type_tagYonghong Song
2022-10-28[SPARC] Make calls to function with big return values workKoakuma
2022-10-28Take memset_inline into account in analyzeLoadFromClobberingMemInstGuillaume Chatelet
2022-10-28[lld-macho] Canonicalize personality pointers in EH framesJez Ng
2022-10-27[clang][driver] Remove dynamic gcc-toolset/devtoolset logicTimm Bäder
2022-10-25[clangd] Return earlier when snippet is emptyTom Praschan
2022-10-25[lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere
2022-10-24[SystemZ] Relase notes for LLVM 15Tom Stellard
2022-10-24[ELF] Suppress "duplicate symbol" when resolving STB_WEAK and STB_GNU_UNIQUE ...Fangrui Song
2022-10-24[AutoUpgrade] Fix remangling when upgrading struct return typeNikita Popov
2022-10-24Bump version to 15.0.4Tobias Hieta
2022-10-24[InstCombine] Bail out of casting calls when a conversion from/to byval is in...Mike Hommey
2022-10-24[SROA] Don't speculate phis with different load user typesArthur Eubanks
2022-10-24[test] Make Linux/sem_init_glibc.cpp robustFangrui Song
2022-10-18[ARM] Fix for MVE i128 vector icmp costs.llvmorg-15.0.3David Green
2022-10-18[clangd] Block clang-tidy misc-const-correctness checkSam McCall
2022-10-18[libc++] Fix std::function's handling of blocks under Objc ARCLouis Dionne
2022-10-18[CMake] Provide Findzstd modulePetr Hosek
2022-10-18[llvm] [test] Add missing canonicalization of LLVM_ENABLE_ZSTDMichał Górny
2022-10-18[llvm] [lit] Fix use_lld() to respect llvm_shlib_dirMichał Górny
2022-10-18[clang-tidy] Fix a false positive in readability-simplify-boolean-exprNathan James
2022-10-17[AArch64][SVE] Fix AArch64_SVE_VectorCall calling conventionMatt Devereau
2022-10-13Revert "Recommit "[SCEV] Look through single value PHIs." (take 3)"Martin Storsjö
2022-10-13Fix LLDB build on old Linux kernels (pre-4.1)David Spickett
2022-10-10[Syntax] avoid using c++17 features on 15.x branchSam McCall