platform/upstream/llvm.git
2022-10-18 Florian Hahn[IndVars] Forget SCEV for instruction and users before...
2022-10-18 bixia1[mlir][sparse] Add options to sparse-tensor-rewrite...
2022-10-18 Sam McCall[include-cleaner] Add include-cleaner tool, with initia...
2022-10-18 Mingming Liu[AArch64] Enhance bit-field-positioning op matcher...
2022-10-18 Han-Kuan Chen[RISCV] Lower VECTOR_SHUFFLE to VSLIDEDOWN_VL.
2022-10-18 Han-Kuan Chen[RISCV] Pre-commit tests for lowering VECTOR_SHUFFLE...
2022-10-18 Anton Sidorenko[MachineCombiner][RISCV] Enable MachineCombiner for...
2022-10-18 Alexey Bataev[SLP]Generalize cost model.
2022-10-18 Arthur EubanksPort print-cfg-sccs to new pass manager
2022-10-18 Arthur Eubanks[win][compiler-rt] Make tests use lld-link instead...
2022-10-18 Arthur Eubanks[ubsan][test] Make some tests have shorter file names
2022-10-18 Jordan Rupprecht[Bazel] Add target for llvm-debuginfo-analyzer binary
2022-10-18 Arthur Eubanks[SROA] Don't speculate phis with different load user...
2022-10-18 Arthur Eubanks[llvm-reduce] Check if reduction fails/is redundant...
2022-10-18 Chris BienemanMake llvm-config test resilliant
2022-10-18 Arthur Eubanks[llvm-reduce] Unify pass logging
2022-10-18 Matthias Springer[mlir][interfaces][NFC] Move DestinationStyleOpInterfac...
2022-10-18 Krzysztof Drewniak[mlir][GPU] Prevent adding duplicate async tokens
2022-10-18 Sanjay Patel[InstCombine] fmul nnan X, 0.0 --> copysign(0.0, X)
2022-10-18 Sanjay Patel[InstCombine] reduce code duplication in visitBranchIns...
2022-10-18 Susana Monteiro[clang] fix typo in unit test
2022-10-18 Troy Johnson[clang][Lexer] Speed up HeaderSearch when there are...
2022-10-18 Florian Hahn[IndVarSimplify] Clear block and loop dispositions...
2022-10-18 Jannik Silvanus[ADT] Extend EnumeratedArray
2022-10-18 Chris Bieneman[llvm-config] Make tests more resiliant
2022-10-18 bixia1[mlir][sparse] Change getUnorderedCOOFromType to propag...
2022-10-18 Thomas Symalla[NFC][AMDGPU] Add tests for dependent v_bfi instructions.
2022-10-18 Kevin P. Neal[LangRef][FMF] Clarify ambiguity.
2022-10-18 Nikita Popov[AST] Pass BatchAA to mergeSetIn() (NFCI)
2022-10-18 Krzysztof Parzyszek[Hexagon] Fix MULHS lowering for HVX v60
2022-10-18 Alexey Bataev[SLP][NFC]Try to fix MSVC buildbots with a workaround...
2022-10-18 Qiongsi Wu[clang][LTO] Setting Desired Default AIX Debugging...
2022-10-18 bipmisAdd test for combinations of four i8-loads spliced...
2022-10-18 Guillaume Chatelet[libc] Fix missing bazel dependency
2022-10-18 uabkaka[SimplifyLibCalls] Add NoUndef/NonNull/Dereferenceable...
2022-10-18 Guillaume Chatelet[libc][NFC] Cleanup and document utils.h
2022-10-18 Guillaume Chatelet[libc][NFC] Use ASSERT instead of EXPECT in tests
2022-10-18 Sanjay Patel[InstCombine] add tests for fmul nnan with 0.0; NFC
2022-10-18 Alexey Bataev[SLP][NFC]Formatting of the getEntryCost function,...
2022-10-18 Florian Hahn[LoopUnroll] Forget exit values when making changes.
2022-10-18 Stefan Pintilie[NFC][PowerPC] Add a test to check power 10 features.
2022-10-18 Jialun Hu[clang] Fix crash upon stray coloncolon token in C2x...
2022-10-18 Florian Hahn[LoopUnroll] Add test for mis-compile due to missing...
2022-10-18 Aaron BallmanAdd an additional time for monthly office hours
2022-10-18 Ties Stuij[clang][ARM] follow GCC behavior for defining __SOFTFP__
2022-10-18 Joseph Huber[OpenMP] Make device functions have hidden visibility
2022-10-18 Nikita Popov[lldb] Fix m_hwp_regs size for ppc64le (PR54520)
2022-10-18 Erich KeaneStop evaluating trailing requires clause after overload...
2022-10-18 Jun Zhang[Clang] Fix crash when checking misaligned member with...
2022-10-18 Anton AfanasyevRevert "[MachineCombiner][RISCV] Enable MachineCombiner...
2022-10-18 Andrew Ng[CMake] Add Python script to generate version script...
2022-10-18 Weining Lu[LoongArch] Fix codegen of atomicrmw nand
2022-10-18 Jannik Silvanus[NFC][ADT] Clean up EnumeratedArray.h
2022-10-18 Anton Sidorenko[MachineCombiner][RISCV] Enable MachineCombiner for...
2022-10-18 Carlos Alberto... [llvm-debuginfo-analyzer] Fix linking errors in buildbots.
2022-10-18 Ben Dunbobbin[LLD][ELF] --wrap: __real_foo references should trigger...
2022-10-18 Andrew Ng[CMake] Fix Findzstd module for shared DLL on Windows
2022-10-18 chenglin.bi[AArch64] add test case for pattern ((X >> C) - Y)...
2022-10-18 Nico Weber[gn build] port fe7a3cedf771 (llvm-debuginfo-analyzer)
2022-10-18 Valentin Clement[flang] Reconstruct binding tables for fir.dispatch...
2022-10-18 Anton Sidorenko[MachineCombiner][RISCV] Precommit test for D135264
2022-10-18 Jean Perier[flang][NFC] Simplify mapSymbolAttributes in symbol...
2022-10-18 Daniel Kiss[AArch64] Make ACLE intrinsics always available part MTE
2022-10-18 Martin Storsjö[LLDB] Fix the build for ppc64le linux
2022-10-18 Daniel KissRevert "[AArch64] Make ACLE intrinsics always available...
2022-10-18 Daniel Kiss[AArch64] Make ACLE intrinsics always available part MTE
2022-10-18 Tobias Gysi[mlir][llvm] Import matrix, vector, and assume intrinsi...
2022-10-18 Nikita Popov[CFG] Add const qualifier to isPotentiallyReachableFrom...
2022-10-18 Carlos Alberto... Recommit [llvm-debuginfo-analyzer] (02/09) - Driver...
2022-10-18 Dominik Adamski[OpenMP][OMPIRBuilder] Add generation of SIMD align...
2022-10-18 Max Kazantsev[NFC] Reuse NonTrivialUnswitchCandidate instead of...
2022-10-18 Clement Courbet[doc] Fix invalid reference to `hasReturnArgument`...
2022-10-18 Yuanfang Chen[Clang] add DR tests for D128745
2022-10-18 Sheng[NFC][mlir] Remove redundant wording
2022-10-18 Emilia Dreamer[clang-format] Correctly annotate star/amp in function...
2022-10-18 Chuanqi Xu[NFC] Add missing ABI requirement from the previous...
2022-10-18 bixia1Add ::mlir:: prefix to Attribute type in the generated...
2022-10-18 YunQiang Su[CMake] Fix MIPSr6 build for compiler-rt
2022-10-18 Jez Ng[lld-macho][test] Rework map-file.s
2022-10-18 Chuanqi Xu[NFC] [C++20] [Modules] Test if the functions in import...
2022-10-18 Jeff Bailey[libc]Identify which processors are completed for Math
2022-10-18 Volodymyr Sapsai[ODRHash] Hash `ObjCMethodDecl` and diagnose discovered...
2022-10-18 Volodymyr Sapsai[ODRHash] Rename `isDeclToBeProcessed` to `isSubDeclToB...
2022-10-18 LiaoChunyu[RISCV] Optimize SELECT_CC when the true value of...
2022-10-18 Aart Bik[mlir][sparse] implement simple codegen for insertion...
2022-10-18 Xiang Li[NFC] use llvm_unreachable instead of return on switch...
2022-10-18 Adrian PrantlMake sure Target::EvaluateExpression() passes up an...
2022-10-18 Adrian PrantlRevert "Make sure Target::EvaluateExpression() passes...
2022-10-18 Nathan Ridge[clangd] Update 'using enum' semantic highlighting...
2022-10-18 Che-Yu Wu[MLIR] Vectorize tensor.extract on 1-d tensor
2022-10-18 Koakuma[SPARC] Make calls to function with big return values...
2022-10-17 Nathan Ridge[clangd] Update testcase for issue 1222 to use the...
2022-10-17 Jordan Rupprecht[bazel] Port dd38f899803465dd2765d1601b3989df3bd53863...
2022-10-17 Dan Gohman[wasm-ld] Define a `__heap_end` symbol marking the...
2022-10-17 Arthur Eubanks[NFC][SROA] Update comment to use opaque pointers for...
2022-10-17 Volodymyr Sapsai[ODRHash] Hash `ObjCProtocolDecl` and diagnose discover...
2022-10-17 Michael Jones[libc] add putc, fputc, and putchar
2022-10-17 Jacques Pienaar[mlir][quant] Initial bytecode encoding for quantized...
2022-10-17 Maksim Panchenko[BOLT][NFCI] Avoid calling registerName() twice
2022-10-17 Xiang Li[NFC] Fix warning on no return after switch.
next