platform/upstream/llvm.git
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 '('
2022-01-03 Philip ReamesRevert "[unroll] Prune all but first copy of invariant...
2022-01-03 Craig Topper[ValueTracking][SelectionDAG] Rename ComputeMinSignedBi...
2022-01-03 Kazu HirataRevert "[llvm] Remove redundant member initialization...
2022-01-03 Aaron BallmanSilence a "not all control paths return a value" warnin...
2022-01-03 Sam McCall[clangd] Fix windows build after 478863ef58c7f7314e06
2022-01-03 Sam McCall[CodeCompletion] Signature help for braced constructor...
2022-01-03 Erik Desjardins[X86] Improve selection of the mov instruction in Frame...
2022-01-03 Erik Desjardins[X86] autogen segmented stacks tests (NFC)
2022-01-03 Michael Zimmermann[clang-format] respect AfterEnum for enums
2022-01-03 Alexandre Ganea[CodeView] Remove unnecessary property that was commite...
2022-01-03 Alexandre Ganea[MSVC] Silence -Wnon-virtual-dtor on DIA APIs
2022-01-03 John Ericson[clang][cmake] Rearrange top-level CMakeLists.txt for...
2022-01-03 Chris Bieneman[NFC][CMake] Add FOLDER to utility targets
2022-01-03 Craig Topper[AMDGPU] Use ComputeMinSignedBits and KnownBits::countM...
2022-01-03 Craig Topper[SimplifyCFG] Make use of ComputeMinSignedBits and...
2022-01-03 Philip Reames[unroll] Prune all but first copy of invariant exit
2022-01-03 Philip ReamesRemove loop invariant exit conditions from tests in...
2022-01-03 Louis Dionne[libc++][CI] Temporarily disable several Linux jobs
2022-01-03 RitanyaBSIGSEGV in ompt_tsan_dependences with for-ordered
2022-01-03 Sam McCall[clangd] Basic IncludeCleaner support for c/c++ standar...
2022-01-03 LLVM GN Syncbot[gn build] Port fe68088d44f7
2022-01-03 Sam McCall[clangd] Helper for determining member insertion point.
2022-01-03 Sam McCall[clangd] Respect .clang-tidy ExtraArgs (-Wfoo only...
2022-01-03 Michael Liao[clang] Pacify GCC warning. NFC.
2022-01-03 Tomas Matheson[ARM][AArch64] clang support for Armv9.3-A
2022-01-03 Alexander Belyaev [mlir] Remove unnecessary canonicalization from Linalg...
2022-01-03 Sam McCall[CodeCompletion] Signature help for template argument...
2022-01-03 LLVM GN Syncbot[gn build] Port a8ae6828a98d
2022-01-03 Pavel Labath[lldb] Delete GDBRemoteCommunicationReplayServer
2022-01-03 Uday Bondhugula[MLIR] Fix confusing diagnostic during dialect conversion
2022-01-03 William S.... [MLIR] Create add of sub folder
2022-01-03 Pavel Labath[lldb/qemu] Set qemu's "ld prefix" based on the platfor...
2022-01-03 Pavel Labath[lldb-server/linux] Fix waitpid for multithreaded forks
2022-01-03 Nikita Popov[CodeExtractor] Remove unnecessary explicit attribute...
2022-01-03 mydeveloperday[clang-format] NFC update LLVM overall clang-formatted...
2022-01-03 Nikita Popov[CodeExtractor] Separate function from param/ret attrib...
2022-01-03 Fraser Cormack[IR] Allow the 'align' param attr on vectors of pointers
2022-01-03 Lucas Prates[ARM][AArch64] Introduce Armv9.3-A
2022-01-03 Simon Tatham[AArch64] Adding "armv8.8-a" BC instruction.
2022-01-03 mydeveloperday[clang-format] spacesRequiredBetween is not honouring...
2022-01-03 Groverkss[MLIR] Remove dependency on IR for Simplex
next