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-10Allow DynamicLoaderDarwinKernel to activate without binaryJason Molenda
2022-10-10[LoopSimplifyCFG] Clear SCEV dispositions when removing dead blocks.Florian Hahn
2022-10-10[mlir][linalg] Expose pattern to collapse generic op dimensionsThomas Raoux
2022-10-10[lldb][test] Skip TestStepAvoidsRegexp.py on WindowsMichael Buch
2022-10-10[Clang] Support constexpr builtin fminEvgeny Shulgin
2022-10-10[Clang][Sema] Narrow inline namespace filtration for unqualified friend decla...Troy Johnson
2022-10-10[mlir][sparse] Rename SparseTensorFile to SparseTensorReader.bixia1
2022-10-10[ConstraintElimination] Bail out for GEPs with scalable vectors.Florian Hahn
2022-10-10[LICM] Disable thread-safety checks in single-thread modelShubham Narlawar
2022-10-10Revert "[PGO] Make emitted symbols hidden"Alex Brachet
2022-10-10[AMDGPU] Make V_SAT_PK_U8_I16 a True16 InstructionJoe Nash
2022-10-10[mlir][Bazel] Fix for reviews.llvm.org/D135559Goran Flegar
2022-10-10Possibly fix sphinx regression from 6685e56ceddfErich Keane
2022-10-10Disallow dereferencing of void* in C++.Erich Keane
2022-10-10[mlir][Linalg] Retire LinalgStrategyTileAndFusePass and filter-based pattern.Nicolas Vasilache
2022-10-10[gn build] port bc839b4b4e27Nico Weber
2022-10-10[InstCombine] fold udiv with common factorSanjay Patel
2022-10-10[InstCombine] add 'exact' to udiv test for more coverage; NFCSanjay Patel
2022-10-10[PhaseOrdering] add test for sdiv with common factor; NFCSanjay Patel
2022-10-10Fix clang-tools-extra Sphinx buildAaron Ballman
2022-10-10[AArch64] Add index check before lowerInterleavedStore() uses ShuffleVectorIn...Peter Rong
2022-10-10[lldb][CPlusPlusLanguage] Respect the step-avoid-regex for functions with aut...Michael Buch
2022-10-10[LLDB] Complete set of char tests for static integral membersDavid Spickett
2022-10-10Add llvm-gsymutil to the Bazel build files.Simon Giesecke
2022-10-10[AArch64][SVE] Fix AArch64_SVE_VectorCall calling conventionMatt Devereau
2022-10-10Extended Documentation of LLVM_TARGETS_TO_BUILD by listing all possible valuesAdeel Ahmad
2022-10-10[Attributor] Use ConstantFoldLoadFromConst()Nikita Popov
2022-10-10[Bindings] Remove go bindingsNikita Popov
2022-10-10[AA] Remove deprecated ModRefInfo helpers (NFC)Nikita Popov
2022-10-10[mlir][Linalg] Use ConfinedAttr for dimensions of ReduceOp.Adrian Kuegel
2022-10-10[gn build] Port 1ae33bf42680LLVM GN Syncbot
2022-10-10[clang-tidy] Add cppcoreguidelines-avoid-do-while checkCarlos Galvez
2022-10-10[flang] Allow conversion from boxed derived type to fir.classValentin Clement
2022-10-10[RISCV] Use hasAllWUsers to recover XORI/ORILiaoChunyu
2022-10-10[examples] Fix deprecated use of llvm::empty.Lang Hames
2022-10-10[ORC] Relax assertions in SimpleRemoteEPCTransport.Lang Hames
2022-10-10[LLJIT] Default to EPCEHFrameRegistrar rather than InProcessEHFrameRegistrar.Lang Hames
2022-10-10[RISCV] Remove some vsetvli intrinsics under Zve32*.Craig Topper
2022-10-10[tsan][go] Fix string equal operatorKai Luo
2022-10-10Apply clang-tidy fixes for modernize-use-equals-default in Bufferize.cpp (NFC)Mehdi Amini
2022-10-10Apply clang-tidy fixes for readability-identifier-naming in TosaToLinalg.cpp ...Mehdi Amini
2022-10-10[AArch64] Swap 'lsl(val1,small-shmt)' to right hand side for AND(lsl(val1,sma...Mingming Liu
2022-10-10[AArch64][NFC] Precommit test case to show sub-optimal codegen for add(lsl(va...Mingming Liu
2022-10-09[ConstraintElimination] Include index type scale.Florian Hahn
2022-10-09[ConstraintElimination] Add tests for GEPs with different source types.Florian Hahn
2022-10-06[DSE][NFC] Add nounwind attribute to match test intentluxufan
2022-10-06[DSE] Relax constraint on isGuaranteedLoopInvariantluxufan
2022-10-09[RISCV][NFC] Fix unused variable warning.Yeting Kuo
2022-10-09[clang-format] Add support to remove unnecessary semicolons after function de...mydeveloperday
2022-10-09[clangd] Fix rename for symbol introduced by UsingDeclTom Praschan