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-11-14[VectorUtils] Skip interleave members with diff type and alloca sizes.HEADmainFlorian Hahn
2022-11-14[clang][test] Avoid UB in overload.clArthur Eubanks
2022-11-13[Hexagon] Pass Hexagon::PC to InitializeHexagonMCRegisterInfoKrzysztof Parzyszek
2022-11-13[Hexagon] Remove unneeded HexagonRegisterInfo::getRARegisterKrzysztof Parzyszek
2022-11-13[Hexagon] Reduce the spill alignment for double/quad vector classesKrzysztof Parzyszek
2022-11-13[RISCV] Add BREV8 to hasAllWUsers in RISCVSExtWRemoval.Craig Topper
2022-11-13[RISCV] Add PACK/PACKH/PACKW to hasAllWUsers in RISCVSExtWRemoval.Craig Topper
2022-11-13[MLIR] Move JitRunner Options to header, pass to mlirTransformerRenato Golin
2022-11-13Move variable declarations out of #if guard, NFCKrzysztof Parzyszek
2022-11-13[SimpleLoopUnswitch] Forget SCEVs for replaced phis.Florian Hahn
2022-11-13[MLIR][Bytecode] Ensure `dataIt` is aligned coming out of `EncodingReader::al...bzcheeseman
2022-11-13[X86] Regenerate combine-movmsk.llSimon Pilgrim
2022-11-13Revert "[InstCombine] allow more folds for multi-use selects (2nd try)"Sanjay Patel
2022-11-13[InstCombine] allow more folds for multi-use selects (2nd try)Sanjay Patel
2022-11-13[X86] Update WriteMPSAD class and remove VMPSADBWrri overrideSimon Pilgrim
2022-11-13[X86] Remove unnecessary VPSADBW/VDBPSADBW zmm overridesSimon Pilgrim
2022-11-13[MCA][X86] Add test coverage for VDBPSADBW instructionsSimon Pilgrim
2022-11-13[gn build] Extract gen_arch_intrinsics() template to remove some duplicationNico Weber
2022-11-13[X86] Fix scheduler tag for GFNI YMM instructionsSimon Pilgrim
2022-11-13[GlobalISel] Correct constant type in matchReassocConstantInnerLHSchenglin.bi
2022-11-13[X86] Cleanup CVTPD2PS schedule valuesSimon Pilgrim
2022-11-13[X86] Fix sched class typo - the CVTPD2DQrr instructions were mapping to ZnWr...Simon Pilgrim
2022-11-13DecoderEmitter: Simplify addOneOperandFields. NFCFangrui Song
2022-11-13[TableGen] Remove unneeded flush and add missing newlineFangrui Song
2022-11-13Revert "[InstCombine] allow more folds more multi-use selects"Michał Górny
2022-11-13[AArch64] Optimize more memcmp when the result is tested for [in]equality with 0zhongyunde
2022-11-13Apply clang-tidy fixes for readability-container-size-empty in ExecutionEngin...Mehdi Amini
2022-11-13Apply clang-tidy fixes for readability-identifier-naming in TosaDecomposeConv...Mehdi Amini
2022-11-13[NFC][Clang] Add some codegen tests for https://github.com/llvm/llvm-project/...Roman Lebedev
2022-11-13[mlir] Add openInputFile overload that accepts the expected alignmentRiver Riddle
2022-11-13[MemoryBuffer] Allow optionally specifying desired buffer alignmentRiver Riddle
2022-11-13[mlir] Add a new AttrTypeReplacer class to simplify sub element replacementsRiver Riddle
2022-11-13[mlir] Don't include the attribute self type in a `params` directiveRiver Riddle
2022-11-13[lldb] Revert SBFileSpec.fullpath path separator fixDave Lee
2022-11-13[lldb] Complete fix of test after 5223366416fbDave Lee
2022-11-13[lldb] Fix test after 5223366416fbDave Lee
2022-11-13[Docs] Minor Fixups in Advanced Builds DocumentationAiden Grossman
2022-11-12AMDGPU: Add some tests for i1 sitofp/uitofp-like selectsMatt Arsenault
2022-11-12AMDGPU: Switch some tests to generated checksMatt Arsenault
2022-11-12[mlir][transform] Make `tile_to_foreach_thread_op` builder to use ArrayAttrGuray Ozen
2022-11-12[X86] IceLakeModel - conversion instructions don't use Port015Simon Pilgrim
2022-11-12[lsan] Fix stack buffer overwrite in SuspendedThreadsListMac::GetRegistersAndSPKuba Mracek
2022-11-12[libc++] Make sure that we use the libc++ CI pipeline when no projects have c...Louis Dionne
2022-11-12[libc++] Remove unused variable in buildkite pipeline generationLouis Dionne
2022-11-12[MCA][X86] Add test coverage for VNNI instructionsSimon Pilgrim
2022-11-12[MCA][X86] Add missing AVX-GFNI YMM test coverageSimon Pilgrim
2022-11-12[X86] Always classify gf2p8affineqb/gf2p8affineinvqb instructions with SchedW...Simon Pilgrim
2022-11-12[MCA][X86] Add test coverage for GFNI instructionsSimon Pilgrim
2022-11-12[Hexagon] Improve idioms for fixed-point vector multiplicationKrzysztof Parzyszek
2022-11-12[AArch64] Allow sinking both extract and splat to smullDavid Green