platform/upstream/llvm.git
2022-05-09 David Sherwood[NFC][LoopVectorize] Add SVE test for tail-folding...
2022-05-09 Nathan Sidwell[demangler] Buffer peeking needs buffer
2022-05-09 Simon Pilgrim[Clang] Add integer mul reduction builtin
2022-05-09 Nathan James[clang-tidy][NFC] Replace many instances of std::string...
2022-05-09 Sigurur sgeirssonFilter non-external static members from SBType::GetFiel...
2022-05-09 Alban Bridonneau[SVE] Optimize new cases for lowerConvertToSVBool
2022-05-09 Benjamin Kramer[mlir][math] Promote (b)f16 to f32 when lowering to...
2022-05-09 Pavel Labath[lldb/DWARF] Fix linking direction in CopyUniqueClassMe...
2022-05-09 Martin Storsjö[libcxx] [test] Fix the nasty_macros test on Windows...
2022-05-09 Marek Kurdej[clang-format] Correctly handle SpaceBeforeParens for...
2022-05-09 Philipp Tomsich[AArch64] Ampere1 does not support MTE
2022-05-09 Rahul Anand R[AArch64] Generate AND in place of CSEL for predicated...
2022-05-09 Pavel LabathRevert "[lldb] parallelize calling of Module::PreloadSy...
2022-05-09 Florian Hahn[ConstraintElimination] Add initial ssub.with.overflow...
2022-05-09 Marek Kurdej[clang-format] Fix WhitespaceSensitiveMacros not being...
2022-05-09 David Green[DAG] Prevent infinite loop combining bitcast shuffle
2022-05-09 Ben Shi[AVR] Add PrintMethod for operand memspi
2022-05-09 Abinav Puthan... [AMDGPU] Regenerate checks in a mir test
2022-05-09 Jean Perier[flang] retain binding label of entry subprograms
2022-05-09 Hongtao Yu[CSSPGO][Preinliner] Use linear threshold to drive...
2022-05-09 Christopher... [mlir][NvGpu] Fix nvgpu.mma.sync lowering to NVVM for...
2022-05-09 Peixin-Qiao[flang] Enforce a program not including more than one...
2022-05-09 Xiaodong Liu[lld] Fix typo for processAux; NFC
2022-05-09 Alexander Yermolovich[BOLT][DWARF] Fix assert for split dwarf.
2022-05-08 Simon Pilgrim[SLP][X86] Add test coverage for PR50392 / Issue #49736
2022-05-08 Tue Ly[libc][Obvious] Fix cmake usage of list PREPEND (unavai...
2022-05-08 Tue Ly[libc] Add LINK_LIBRARIES option to add_fp_unittest...
2022-05-08 Simon Pilgrim[X86] Add test coverage for PR26515 / Issue #26889
2022-05-08 Groverkss[docs] Add Office Hours for Tobias Grosser
2022-05-08 Simon Pilgrim[X86] Set some more plausible latencies for horizontal...
2022-05-08 Simon Pilgrim[DAG] Only perform the fold (A-B)+(C-D) --> (A+C)-...
2022-05-08 Simon Pilgrim[X86] combine-add.ll - add test case for PR52039 /...
2022-05-08 Luo, Yuanke[X86][AMX] Simplify AMX test case.
2022-05-08 Simon Pilgrim[SLP][X86] Add test coverage for PR42652 / Issue #41997
2022-05-08 Simon Pilgrim[SLP][X86] Add test coverage for PR41892 / Issue #41237
2022-05-08 Simon Pilgrim[SLP][X86] Add test coverage for PR49934 / Issue #49278
2022-05-08 Simon Pilgrim[SLP][X86] Add test coverage for PR47491 / Issue #46835
2022-05-08 Simon Pilgrim[InstCombine] Add test coverage for PR43261 / Issue...
2022-05-08 Simon Pilgrim[Headers][X86] Enable basic Wdocumentation testing...
2022-05-08 Simon Pilgrim[Headers][X86] Replace \operation with \code{.operation}
2022-05-08 David Green[VectorCombine] Attempt to fold select shuffles from...
2022-05-08 Simon Pilgrim[X86] Fix some signedness errors in x86 headers
2022-05-08 Vitaly Buka[test][msan] Relax order of param shadow
2022-05-08 Vitaly Buka[test][msa] Add more sse,avx intrinsics tests
2022-05-08 Stella LaurenzoMake BinaryStreamWriter::padToAlignment write blocks...
2022-05-07 Sam McCall[Frontend] Move, don't copy the predefines buffer into...
2022-05-07 Amaury SéchetGenerate sse-intel-ocl.ll automatically. NFC
2022-05-07 Amaury SéchetRegenerate avx512-regcall-NoMask.ll . NFC
2022-05-07 Andrew Litteken[IROutliner] Accomodate blocks containing PHINodes...
2022-05-07 Simon Pilgrim[RISCV] Regenerate rv32zbp-zbkb.ll
2022-05-07 David Green[AArch64] Add missing NVCAST patterns.
2022-05-07 Simon Pilgrim[AMDGPU] lowerEXTRACT_VECTOR_ELT - fold from a SCALAR_T...
2022-05-07 Craig Topper[LegalizeTypes] Make use of SelectionDAG::getShiftAmoun...
2022-05-07 Craig Topper[LegalizeTypes] Don't assume fshl/fshr shift amount...
2022-05-07 Amaury Séchet[DAGCombine] Add node in the worklist in topological...
2022-05-07 Simon Pilgrim[ARM] Update ror.ll test to canonicalized IR
2022-05-07 Simon Pilgrim[Headers][X86] amxintrin.h - fixed unknown parameter...
2022-05-07 Sam McCall[Bitstream] Only consider flushing to file on block...
2022-05-07 Amaury Séchetconst char* for LLVMTargetMachineEmitToFile's argument
2022-05-07 Simon Pilgrim[X86] Add 32-bit target test coverage to clean header...
2022-05-07 David Green[SLP] Cluster ordering for loads
2022-05-07 Simon Pilgrim[X86] rdrand-builtins.c - add 32-bit target coverage...
2022-05-07 Amaury SéchetAutomatically generate aix32-cc-abi-vaarg.ll . NFC
2022-05-07 Sanjay Patel[InstCombine] fix miscompile when casting int->FP->int
2022-05-07 Simon Pilgrim[X86] Remove unused 'hint' argument from prefetch tests
2022-05-07 Serge Pavlov[InstCombine] Remove side effect of replaced constraine...
2022-05-07 Sam McCallReland "[FuzzMutate] Split out FuzzerCLI library that...
2022-05-07 Aaron BallmanRevert "[FuzzMutate] Split out FuzzerCLI library that...
2022-05-07 Aaron BallmanFix underlining in docs to fix the sphinx build
2022-05-07 Paul Walker[ISD::IndexType] Helper functions for common queries.
2022-05-07 Sam McCall[FuzzMutate] Split out FuzzerCLI library that doesn...
2022-05-07 Sam McCall[FuzzMutate] Move LLVM module (de)serialization from...
2022-05-07 Simon Pilgrim[X86] Add description comments to SandyBridge for COPY...
2022-05-07 David Green[SLP] Add tests for awkward laod orders from SLP. NFC
2022-05-07 Chenbing Zheng[InstCombine] sub(add(X,Y),umin(Y,Z)) --> add(X,usub...
2022-05-07 Mehdi AminiFix MLIR integration test after a8308020 (`func.` prefi...
2022-05-07 Chenbing Zheng[InstCombine] precommit some tests for reassociate add
2022-05-07 Chenbing Zheng[InstCombine] add casts from splat-a-bit pattern if...
2022-05-07 Petr HosekRevert "[CMake][libcxx] Use target_include_directories...
2022-05-07 Brad Smith[libcxx] Remove static inline and make use of _LIBCPP_H...
2022-05-07 Brad Smith[libcxx] random_device, use arc4random() on Solaris
2022-05-07 Peter S. Housel[test][ORC-RT] Disable elfnix_platform tests on non...
2022-05-07 Petr HosekRevert "[runtime] Build compiler-rt with --unwindlib...
2022-05-07 Eric SchweitzUpstream support for POINTER assignment in FORALL.
2022-05-07 Petr Hosek[runtime] Build compiler-rt with --unwindlib=none
2022-05-07 Petr HosekRevert "[runtime] Build compiler-rt with --unwindlib...
2022-05-07 Petr Hosek[runtime] Build compiler-rt with --unwindlib=none
2022-05-06 Petr Hosek[CMake] Include llvm-debuginfod-find in Fuchsia toolchain
2022-05-06 Alexander Shaposhnikov[Scalar][NFC] Minor cleanups in CallSiteSplitting.cpp
2022-05-06 Florian Mayer[HWASan] Clean up hwasan_symbolize.
2022-05-06 Florian Mayer[HWASan] Allow to linkify symbolizer output.
2022-05-06 owenca[clang-format][NFC] Make all TokenAnnotator member...
2022-05-06 Florian HahnRevert "[SimpleLoopUnswitch] Collect either logical...
2022-05-06 Louis Dionne[compiler-rt] Fix issue with compiler-rt tests mixing...
2022-05-06 Konstantin... [libc++][ranges] Implement `views::single`.
2022-05-06 Kazu Hirata[AArch64] Add llvm/test/CodeGen/AArch64/i256-math.ll
2022-05-06 LLVM GN Syncbot[gn build] Port 9924d8d66ae1
2022-05-06 Konstantin... [libc++][ranges] Implement `views::take`.
2022-05-06 Sam McCallFix check-clang-tools target after 7cc8377f2c572a919ecb
2022-05-06 Petr Hosek[CMake][libcxx] Use target_include_directories for...
next