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-12Revert "[runtimes] Always define cxx_shared, cxx_static & other targets"Haowei Wu
2022-10-12Move interpreter check before modifying the allocation type.Jacob Hegna
2022-10-12[MLGO] Force persistency in tflite buffers.Jacob Hegna
2022-10-12[Hexagon] Implement TLI::isExtractSubvectorCheap hookKrzysztof Parzyszek
2022-10-12[ConstraintElim] Move GEP decomposition code to separate fn (NFC).Florian Hahn
2022-10-12[LLD] Enable --no-undefined-version by default.Dan Albert
2022-10-12[AArch64] Generate SEH info for PAC instructionsMartin Storsjö
2022-10-12[AArch64] [SEH] Rename pac_sign_return_address to pac_sign_lrMartin Storsjö
2022-10-12[flang] Fix after introduction of ConditionallySpeculatableValentin Clement
2022-10-12[Clang] Do not crash when an invalid offload architecture is setJoseph Huber
2022-10-12[libc++] Add test for bug that had been introduced in D98573 and fixed in D11...Louis Dionne
2022-10-12[gn build] Set _LIBCPP_ABI_NAMESPACE to __$libcxx_abi_versionArthur Eubanks
2022-10-12[Frontend] Recognize environment variable SOURCE_DATE_EPOCHFangrui Song
2022-10-12[llvm-objcopy] Support --decompress-debug-sections when zlib is disabledFangrui Song
2022-10-12[ConstraintElimination] Add tests with 128 bit pointers.Florian Hahn
2022-10-12[libc++][NFC] Remove __lcpp prefix in math.hNikolas Klauser
2022-10-12[NFC][libc++] Moves transitive includes location.Mark de Wever
2022-10-12[libc++][NFC] Replace _LIBCPP_INLINE_VISIBILITY in math.hNikolas Klauser
2022-10-12[PowerPC] Pre-commit unit test change for D132978Peter Rong
2022-10-12[modules] Allow to validate system headers less often with `-fmodules-validat...Volodymyr Sapsai
2022-10-12Introduce a ConditionallySpeculatable op interfaceSanjoy Das
2022-10-12[AST] Preserve more structure in UsingEnumDecl node.Sam McCall
2022-10-12[X86] Pre-commit more unit tests for D134477Han Zhu
2022-10-12Add test to show missed optimization for masked load/storesBenjamin Maxwell
2022-10-12[AArch64] Pre-commit test case to show sub-optimal codegen for Github issue #...Mingming Liu
2022-10-12[libcxxabi]: Resync llvm & libcxxabi's demanglerNathan Sidwell
2022-10-12[PrintPipeline] Handle CoroConditionalWrapper and add more verificationArthur Eubanks
2022-10-12Apply clang-tidy fixes for modernize-use-using in SparseBufferRewriting.cpp (...Mehdi Amini
2022-10-12Apply clang-tidy fixes for performance-unnecessary-copy-initialization in Cod...Mehdi Amini
2022-10-12[InstCombine] add test for udiv with shl divisor; NFCSanjay Patel
2022-10-12[libc++] Implements constexpr <charconv>.Mark de Wever
2022-10-12[libc++][format] Improves CTAD.Mark de Wever
2022-10-12[mlir][Linalg] Quarantine usage of LinalgTransformationFilter to TestTilingIn...Nicolas Vasilache
2022-10-12Revert "[libc] New version of the mem* framework"Guillaume Chatelet
2022-10-12[SelectionDAG] Use consistent type sizes for opcodeMirko Brkusanin
2022-10-12[InstCombine] fold sdiv with common shl amount in operandsSanjay Patel
2022-10-12[libc] New version of the mem* frameworkGuillaume Chatelet
2022-10-12[SLP]Fix insertpoint of the extractellements instructions to avoid reshuffle ...Alexey Bataev
2022-10-12[libc] Update benchmarks/README.mdAndre Vieira
2022-10-12[InstCombine] fold udiv with common shl amount in operandsSanjay Patel
2022-10-12[FunctionAttrs] Regenerate test checks (NFC)Nikita Popov
2022-10-12[NFC] Ignore unused var in no-asserts buildsJordan Rupprecht
2022-10-12[UpdateTestChecks] Add basic BPF triple handlingSimon Pilgrim
2022-10-12[libc++] Remove _LIBCPP_HAS_NO_CXX20_COROUTINESLouis Dionne
2022-10-12[libc++] Disable the GDB pretty printer tests again, since they break the CILouis Dionne
2022-10-12[CGStmt] Use helper functions to set memory attributes (NFC)Nikita Popov
2022-10-12[SLP]Fix PR58177: Improve isUndefVector function to avoid extra freeze.Alexey Bataev
2022-10-12[mlir][Linalg] Drop filter-based splitReductionNicolas Vasilache
2022-10-12[mlir][Linalg] NFC - Drop LinalgLoweringPatternNicolas Vasilache
2022-10-12[SystemZ] Revert migration of SystemZ/Large/branch-01.llKai Nacke