aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
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 Stellard3-3/+3
2022-11-15Bump version to 15.0.5llvmorg-15.0.5Tom Stellard3-3/+3
2022-11-15[VectorUtils] Skip interleave members with diff type and alloca sizes.Florian Hahn2-1/+147
2022-11-15[GlobalOpt] Don't remove inalloca from varargs functionsArthur Eubanks2-1/+39
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] Fix -Wstrict-prototypesSam James5-5/+6
2022-11-01AMDGPU: Make various vector undefs legalllvmorg-15.0.4Matt Arsenault11-458/+306
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-24[SystemZ] Relase notes for LLVM 15Tom Stellard1-0/+14
2022-10-24[AutoUpgrade] Fix remangling when upgrading struct return typeNikita Popov2-1/+20
2022-10-24Bump version to 15.0.4Tobias Hieta3-3/+3
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-18[ARM] Fix for MVE i128 vector icmp costs.llvmorg-15.0.3David Green2-1/+6
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-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-10Bump version to 15.0.3Tobias Hieta3-3/+3
2022-10-10[X86] Remove AVX512VP2INTERSECT from Sapphire Rapids.Freddy Ye2-6/+5
2022-10-10[LoopVersioning] Invalidate SCEV for phi if new values are added.Florian Hahn2-1/+128
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[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-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-26Bump version to 15.0.2Tobias Hieta3-3/+3
2022-09-26[Hexagon] Add defaulted operator= to classes with defaulted copy ctorKrzysztof Parzyszek1-0/+3
2022-09-26[MachineCycle][NFC] add a cache for block and its top level cycleChen Zheng2-16/+32
2022-09-22SPIRV: Fix compilation in NDEBUG.James Y Knight1-0/+2
2022-09-20[LV] Keep track of cost-based ScalarAfterVec in VPWidenPointerInd.llvmorg-15.0.1Florian Hahn10-191/+292
2022-09-20[LV] Move new epilog-vectorization-widen-inductions.ll to AArch64 dir.Florian Hahn1-0/+0
2022-09-20[LV] Add tests for epilogue vectorization with widened inductions.Florian Hahn1-0/+274
2022-09-19[docs] Fix build-docs.shTobias Hieta1-1/+1
2022-09-19[CodeGen] Don't zero callee-save registers with zero-call-used-regs (PR57692)Nikita Popov3-55/+4
2022-09-15[llvm-objdump] Change printSymbolVersionDependency to use ELFFile APIFangrui Song4-22/+43
2022-09-15[llvm-objdump][test] Add verneed-invalid.testFangrui Song1-0/+25
2022-09-15Bump version to 15.0.1Tobias Hieta3-3/+3
2022-09-12[DwarfEhPrepare] Assign dummy debug location for inserted _Unwind_Resume call...Nikita Popov2-0/+72
2022-09-08[DAG] extractShiftForRotate - replace assertion for shift opcode with an earl...Simon Pilgrim2-3/+33
2022-09-07[Symbolizer] Handle {{{bt}}} symbolizer markup element.Daniel Thornburgh5-6/+326
2022-09-07[Symbolizer] Fix symbolizer-filter-markup-pc.test on WindowsDaniel Thornburgh1-4/+4
2022-09-07[Symbolizer] Implement pc element in symbolizing filter.Daniel Thornburgh6-28/+327