platform/upstream/llvm.git
2022-01-04 Erich KeaneFix altivec regression caused by D115670 in Vec Const...
2022-01-04 Philip Reames[SCEV] Compute exit count from overflow check expressed...
2022-01-04 Philip ReamesAdd extra test for D116499 requested in review
2022-01-04 Alex Zinenko[mlir] Fix incorrect top-level comment in DialectSparse...
2022-01-04 sternenseemann[llvm][cmake] never link llvm-config against llvm dylib
2022-01-04 Louis Dionne[libc++] Use std::addressof in std::function::target
2022-01-04 Philip Reames[funcattrs] Infer writeonly argument attribute [part 2]
2022-01-04 Michael Liao[regalloc] Fix GCC warning `-Wattributes`. NFC.
2022-01-04 Simon Pilgrim[X86] combineSetCCMOVMSK - use APInt::getLowBitsSet...
2022-01-04 Jacques Pienaar[mlir][ods] Handle DeclareOpInterfaceMethods in formatgen
2022-01-04 Rajat Bajpai[clang-format] Add an option to add a space between...
2022-01-04 Mircea Trofin[NFC] Expose isRematerializable and copyHint from CalcS...
2022-01-04 Sam McCall[AST] Produce ReturnStmt containing RecoveryExpr when...
2022-01-04 Mircea Trofin[NFC][regalloc] Introduce RegAllocGreedy.h
2022-01-04 luxufanRevert "[JITLink] Add fixup value range check"
2022-01-04 Benjamin Kramer[InferAttrs] Add writeonly to all the math functions
2022-01-04 Tomas Matheson[Arm] Remove duplicate CPU tests
2022-01-04 Florian Hahn[LAA] Remove overeager assertion for aggregate types.
2022-01-04 Sam McCallDelete file erroneously added in 229c95ab661d89d
2022-01-04 Sam McCall[clangd] Adjust compile flags so they work when applied...
2022-01-04 Nikita Popov[ConstantFold] Remove another incorrect icmp of gep...
2022-01-04 Nikita Popov[InstSimplify] Update test to make miscompile more...
2022-01-04 Nikolas Klauser[libc++][NFC] Use _LIBCPP_DEBUG_ASSERT in <__hash_table>
2022-01-04 Sam McCall[CodeCompletion] Signature help for aggregate initializ...
2022-01-04 luxufan[JITLink] Add fixup value range check
2022-01-04 serge-sans... Introduce the AttributeMask class
2022-01-04 LLVM GN Syncbot[gn build] Port 4dcc47aaeaf0
2022-01-04 LLVM GN Syncbot[gn build] Port 4950198116a5
2022-01-04 Yitzhak Mandelbaum[clang][dataflow] Add multi-variable constant propagati...
2022-01-04 Yitzhak Mandelbaum[clang][dataflow] Add parameterized map lattice.
2022-01-04 Nikita Popov[CodeGen] Add target triple to test (NFC)
2022-01-04 Nikita Popov[ConstantFold] Remove unnecessary bounded index restriction
2022-01-04 Louis Dionne[libc++] Add `return 0` to some main() functions
2022-01-04 Nikita Popov[CodeGen] Regenerate test checks (NFC)
2022-01-04 Kiran Chandramohan[Flang] Enable support for conversion of recursive...
2022-01-04 Simon Moll[VP][ISel] use LEGALPOS for legalization action
2022-01-04 Pavel Labath[lldb/python] Fix dangling Event and CommandReturnObjec...
2022-01-04 Simon Pilgrim[DAG] TargetLowering::SimplifySetCC - use APInt::getMin...
2022-01-04 Jun ZhangRecommit "[Clang] Extend emitUnaryBuiltin to avoid...
2022-01-04 Florian HahnRevert "[Clang] Extend emitUnaryBuiltin to avoid duplic...
2022-01-04 Saiyedul Islam[OpenMP] Add nec and nvidia as compiler vendors for...
2022-01-04 Oleg SmolskyImprove the 'modernize-use-default-member-init'
2022-01-04 luxufan[JITLink] Improve extractBits function
2022-01-04 Egor Zhdan[Clang][Sema] Adjust formatting (NFC)
2022-01-04 Saiyedul Islam[Clang][NFC] Fix multiline comment prefixes in function...
2022-01-04 Ben Shi[AVR] Optimize int16 shift operation for shift amount...
2022-01-04 Jun Zhan[Clang] Extend emitUnaryBuiltin to avoid duplicate...
2022-01-04 Nikita Popov[ConstantFolding] Remove unused ConstantFoldLoadThrough...
2022-01-04 Sam McCall[CodeComplete] drop unused Scope param. NFC
2022-01-04 Nikita Popov[ConstFold] Slightly clean up icmp of two geps fold...
2022-01-04 Nikita Popov[ConstantFold] Remove another incorrect icmp of GEP...
2022-01-04 Nikita Popov[InstSimplify] Use weak symbol in test to show miscompi...
2022-01-04 Haojian WuRemove an unused variable, NFC.
2022-01-04 Anastasia Stulova[Docs] Document C++ for OpenCL 2021 support in clang.
2022-01-04 Haojian Wu[clangd] Move the selection decltype hack to getSourceR...
2022-01-04 Alexander BelyaevRevert "[clang-format][NFC] Code Tidies in UnwrappedLin...
2022-01-04 Haojian Wu[clangd] Fix selection on multi-dimensional array.
2022-01-04 Sam McCall[clangd] Add CompileFlags.Compiler option to override...
2022-01-04 Ben Shi[AVR] Optimize int8 arithmetic right shift 6 bits
2022-01-04 Rosie Sumpter[LoopVectorize][CostModel] Choose smaller VFs for in...
2022-01-04 Nikolas Klauser[libc++] Fix __wrap_iter copy-assignment in constexpr...
2022-01-04 LLVM GN Syncbot[gn build] Port af7bc39ba17d
2022-01-04 Stanislav Gatev[clang][dataflow] Add transfer function for VarDecl...
2022-01-04 Nikita Popov[LangRef] Require elementtype attribute for indirect...
2022-01-04 Nikita Popov[Evaluator] Make forward declaration consistent (NFC)
2022-01-04 Nikita Popov[ELF] Handle .init_array prefix consistently
2022-01-04 Nikita Popov[GlobalOpt][Evaluator] Rewrite global ctor evaluation...
2022-01-04 Marek Kurdej[clang-format] Fix incorrect formatting of lambdas...
2022-01-04 Markus Böck[mlir][LLVM] Set cleanup flag on `llvm.landingpad`...
2022-01-04 Nicolas Vasilache[mlir] Add CMake flags to properly enable Jit event...
2022-01-04 Jim Lin[M68k][NFC] Fix unused argument warnings in M68kInstrAr...
2022-01-04 Alexander Belyaev[mlir] Fix bazel build after b4130e9eadfe46b4d3380c40ce...
2022-01-04 Mikael Holmen[clang] Fix warning about unused variable [NFC]
2022-01-04 Ben ShiRevert "[AVR] Optimize int8 arithmetic right shift...
2022-01-04 Freddy Ye[X86] Add missing CET intrinsics support
2022-01-04 Ben Shi[AVR] Optimize int8 arithmetic right shift 6 bits
2022-01-04 Jim Lin[M68k][NFC] Fix typo in comment. PCD->PCI.
2022-01-04 Chuanqi Xu[NFC] [Coroutines] Fix incorrect use of coroutine intri...
2022-01-04 Uday Bondhugula[MLIR[PDL] NFC. Fix unused variable warning in PDLToPDL...
2022-01-04 Stanislav Funiak[MLIR] Printing a null Value.
2022-01-04 Stanislav Funiak[MLIR][PDL] Generalize result type verification
2022-01-04 Stanislav Funiak[MLIR][PDL] Integration test of multi-root matching...
2022-01-04 Stanislav Funiak[MLIR][PDL] Make predicate order deterministic.
2022-01-04 Stanislav Funiak[MLIR][PDL] Refactor the positions for multi-root patterns.
2022-01-04 Jim Lin[M68k][NFC] Fix file header
2022-01-04 Fangrui Song[llvm-readobj][test] Rename ELF/reloc-types-elf-*.test...
2022-01-03 Dave Lee[lldb] Use std::move in StringList (NFC)
2022-01-03 Markus Böck[mlir][LLVM] Fix mapping of result values of `llvm...
2022-01-03 Nicolas Vasilache[mlir] NFC - Format ExecutionEngine.cpp
2022-01-03 Björn SchäpersRevert "[clang-format][NFC] Prefer pass by reference"
2022-01-03 Björn Schäpers[clang-format][NFC] Merge another two calls to isOneOf
2022-01-03 Björn Schäpers[clang-format][NFC] Code Tidies in UnwrappedLineFormatter
2022-01-03 Markus Böck[lld][MinGW] Remove `--no-as-needed` from ignored flags
2022-01-03 Kazu HirataAdd IgnoreBaseInCopyConstructors to .clang-tidy
2022-01-03 Louis Dionne[libc++][CI] Don't install libc6-dev-i386 in the Docker...
2022-01-03 Louis Dionne[libc++][NFC] Fix comment for running Docker container
2022-01-03 John Ericson[CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just...
2022-01-03 LLVM GN Syncbot[gn build] Port 6f6f88ffdae1
2022-01-03 ksyx[clang-format] Style to separate definition blocks
2022-01-03 G. Pery[clang-format] Add penalty for breaking after '('
next