Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-10-10Bump version to 15.0.3Tobias Hieta
2022-10-10[Syntax] Fix macro-arg handling in TokenBuffer::spelledForExpandedSam McCall
2022-10-10[clangd] Improve inlay hints of things expanded from macrosSam McCall
2022-10-10[X86] Remove AVX512VP2INTERSECT from Sapphire Rapids.Freddy Ye
2022-10-10[clangd] Avoid scanning up to end of file on each comment!Sam McCall
2022-10-10[LoopVersioning] Invalidate SCEV for phi if new values are added.Florian Hahn
2022-10-10[clang-tools-extra] [clangd] Respect llvm_shlib_dir in testsMichał Górny
2022-10-04use LLVM_USE_STATIC_ZSTDllvmorg-15.0.2Cole
2022-10-04tweak zstd behavior in cmake and llvm config for better testingCole Kissane
2022-10-04[clang][DebugInfo] Emit debuginfo for non-constant case valueYonghong Song
2022-10-04[gn build] (manually) port 18b4a8bcf35 moreNico Weber
2022-10-03[LV] Update handling of scalable pointer inductions after b73d2c8.Florian Hahn
2022-10-03[LV] Add test for #57912.Florian Hahn
2022-10-03[LV] Convert sve-epilog-vect.ll to use opaque pointers.Florian Hahn
2022-10-03[Clang] Fix variant crashes from GH58028, GH57370Roy Jacobson
2022-09-30[ValueTracking] Fix CannotBeOrderedLessThanZero() for fdiv (PR58046)Nikita Popov
2022-09-30[InstSimplify] Add test for PR58046 (NFC)Nikita Popov
2022-09-30[libcxx] Make stdatomic.h work when included from a C source fileGergely Nagy
2022-09-30[docs] improve documentation for misc-const-correctnessJonas Toth
2022-09-30[clang-tidy] adjust treating of array-of-pointers when 'AnalyzePointers' is d...Jonas Toth
2022-09-28Fix build error in StmtPrinterTest.cppNathan Ridge
2022-09-28[clangd] Avoid crash when printing call to string literal operator templateNathan Ridge
2022-09-28[ELF] Rewrite R_RISCV_ALIGN nops when r.addend%4 != 0Fangrui Song
2022-09-26Bump version to 15.0.2Tobias Hieta
2022-09-26Exclude check-polly-unittests and check-polly-isl from check-allEli Friedman
2022-09-26[Hexagon] Add defaulted operator= to classes with defaulted copy ctorKrzysztof Parzyszek
2022-09-26[MachineCycle][NFC] add a cache for block and its top level cycleChen Zheng
2022-09-23[libc++] Keep unary_function and binary_function in C++17 for one more releaseLouis Dionne
2022-09-22SPIRV: Fix compilation in NDEBUG.James Y Knight
2022-09-20[LV] Keep track of cost-based ScalarAfterVec in VPWidenPointerInd.llvmorg-15.0.1Florian Hahn
2022-09-20[LV] Move new epilog-vectorization-widen-inductions.ll to AArch64 dir.Florian Hahn
2022-09-20[LV] Add tests for epilogue vectorization with widened inductions.Florian Hahn
2022-09-19[libc++] Always query the compiler to find whether a type is always lockfreeLouis Dionne
2022-09-19[docs] Fix build-docs.shTobias Hieta
2022-09-19[libcxx] Bump libc++ version to 15.0.1Tobias Hieta
2022-09-19[CodeGen] Don't zero callee-save registers with zero-call-used-regs (PR57692)Nikita Popov
2022-09-19[lit] Set shlibpath_var on OpenBSDBrad Smith
2022-09-19[clang(d)] Include/Exclude CLDXC options properlyKadir Cetinkaya
2022-09-19[Libomptarget] Revert changes to AMDGPU plugin destructorsJoseph Huber