platform/upstream/llvm.git
2022-11-02 Max Kazantsev[LoopPredication][NFCI] Perform 'visited' check before...
2022-11-02 Tom Praschan[clangd] Index unscoped enums in class scope for code...
2022-11-02 Ivan Butygin[mlir] Make `OperationFingerPrint` class public
2022-11-02 Anton Sidorenko[MachineCombiner] Add `const` to `shouldReduceRegisterP...
2022-11-02 Moritz Sichert[RuntimeDyld] Added support for relocation of indirect...
2022-11-02 Nikita Popov[ValueLattice] Use DL-aware folding in getCompare()
2022-11-02 Nikita Popov[ValueLattice] Move getCompare() out of line (NFC)
2022-11-02 Nikita Popov[SCCP] Add test for icmp that requires DL to fold ...
2022-11-02 Nikita PopovReapply [ValueLattice] Fix getCompare() for undef values
2022-11-02 Nikita Popov[AA] Remove some overloads (NFC)
2022-11-02 Matthias Springer[mlir][transform] Add PrintOp to transform dialect
2022-11-02 Guillaume Chatelet[reland][libc] Switch to new implementation of mem...
2022-11-02 Muhammad Omair... Revert "[FLANG] Fix MSVC + clang-cl build"
2022-11-02 Bjorn Pettersson[ConstraintElimination] Do not crash on vector GEP...
2022-11-02 David Sherwood[AArch64][SVE2] Add the SVE2.1 ld1q gather & st1q scatt...
2022-11-02 Guillaume Chatelet[libc] Improve testing of mem functions
2022-11-02 David Sherwood[AArch64][SVE2] Add the SVE2.1 while & pext predicate...
2022-11-02 Muhammad Omair... [FLANG] Fix MSVC + clang-cl build
2022-11-02 Muhammad Omair... [CLANG] XFAIL c-strings.c & volatile-1.c AArch64/Windows
2022-11-02 Fangrui Song[asan][test] Convert some tests to use opaque pointers
2022-11-02 Nikita Popov[X86] Use default attributes for more intrinsics
2022-11-02 gonglingqin[LoongArch] Inline one-time-used variable and format...
2022-11-02 Jean Perier[flang] lower intrinsic constants to HLFIR
2022-11-02 Siva Chandra... [libc] Add definitions of a few missing macros and...
2022-11-02 Fangrui Song[hwasan] Remove no-op setDSOLocal. NFC
2022-11-02 Zi Xuan Wu... [CSKY] Fix the adjustFixupValue of fixup_csky_pcrel_uim...
2022-11-02 Zi Xuan Wu... [CSKY] Fix .bss directive compling error created by...
2022-11-02 Michał Górny[compiler-rt] Switch from llvm-config to find_package...
2022-11-02 Carlos Alberto... [llvm-debuginfo-analyzer] Fix memory leak reported...
2022-11-02 Jan Svoboda[clang][modules][deps] System module maps might not...
2022-11-02 chenglin.bi[AArch64] Improve codegen for shifted mask op
2022-11-02 Thomas Raoux[mlir][vector] Fix distribution of scf.for with value...
2022-11-02 Johannes Doerfert[Attributor][NFCI] Move MemIntrinsic handling into...
2022-11-02 Johannes Doerfert[Attributor][NFC] Hide verbose output behind `attributo...
2022-11-02 Johannes Doerfert[OpenMP] Utilize the "non-uniform-workgroup" to simplif...
2022-11-02 Craig TopperRevert "[RISCV] Enable the LocalStackSlotAllocation...
2022-11-02 Jan Svoboda[clang][modules] Account for non-affecting inputs in...
2022-11-02 Jan Svoboda[clang][modules] NFCI: Avoid unnecessary serialization...
2022-11-02 Konstantin... [libc++] Use stack buffers for uninitialized storage...
2022-11-02 Jan Svoboda[clang] NFC: Extract lower-level SourceManager functions
2022-11-02 Jan Svoboda[clang][modules] NFCI: Scaffolding for serialization...
2022-11-02 Jan Svoboda[clang][modules] NFCI: Pragma diagnostic mappings:...
2022-11-02 Jan Svoboda[clang][modules] NFCI: Unify FileID writing/reading
2022-11-02 Matt ArsenaultLangRef: Attempt to formulate some rules for addrspacecast
2022-11-02 Vitaly BukaRevert "[Sanitizers] Modified __aarch64__ to use the...
2022-11-02 bixia1[mlir][sparse] Fix windows build.
2022-11-01 Jan Svoboda[clang][modules] NFC: Remove unused lambda argument
2022-11-01 Hongtao Yu[llvm-profgen] Fix a typo in collectProfiledFunctions
2022-11-01 WeverythingFix DenseMap with APInt keys
2022-11-01 Siva Chandra... [libc][Obvious] Fix a typo in a CMake file.
2022-11-01 Siva Chandra... [libc] Skip setjmp tests under sanitizers.
2022-11-01 Amara Emerson[AArch64][GlobalISel] Add a simple cross-regclass copy...
2022-11-01 Siva Chandra... [libc] Add x86_64 implementation of setjmp and longjmp.
2022-11-01 bixia1[mlir][sparse] Add rewriting rule for the convert operator.
2022-11-01 serge-sans... Honor LLVM_LIBDIR_SUFFIX
2022-11-01 Eric Kunze[mlir][TOSA]Add optional attributes to TOSA custom op
2022-11-01 Aaron Puchert[llvm-c] Harmonize usage of unwrap (NFC)
2022-11-01 bipmisAdd tests which need right Insert Point for merged...
2022-11-01 Nicolas Vasilache[mlir][Linalg] Drop usage of tileWithLinalgTilingOption...
2022-11-01 Paul RobinsonPatch up attributes on a newly enabled test
2022-11-01 Felipe de Azevedo... [lldb] Document QSetDetachOnError packet
2022-11-01 Aaron BallmanFix release note indentation; NFC
2022-11-01 Katherine Rasmussen[flang] Add atomic_or to list of intrinsics
2022-11-01 Paul Robinson[lit][REQUIRES] Fix some tests with incorrect REQUIRES...
2022-11-01 Kirill Stoimenov[Sanitizers] Modified __aarch64__ to use the 64 bit...
2022-11-01 Sanjay Patel[InstCombine] use logical-or matcher to avoid crash
2022-11-01 Sanjay Patel[InstCombine] add tests for logical-and / logical-or...
2022-11-01 Valentin Clement[flang] Handle pointer assignment with polymorphic...
2022-11-01 Philip ReamesAddress post commit review feedback from D137046
2022-11-01 Arthur Eubanks[CodeView][clang] Add flag to disable emitting command...
2022-11-01 Arthur Eubanks[GlobalOpt] Don't remove inalloca from varargs functions
2022-11-01 Mark de Wever[libc++] Improves modular build.
2022-11-01 Mark de Wever[libc++][doc] Updates implementation status.
2022-11-01 Mark de Wever[libc++][format] Fixes default string alignment.
2022-11-01 Mark de Wever[libc++] Validates valid weekday indexed range.
2022-11-01 Erich Keane[Concepts] Correctly handle failure when checking conce...
2022-11-01 Sanjay Patel[PatternMatch] don't match a scalar select of bool...
2022-11-01 Erich Keane[Concepts] Improve diagnostics on a missing 'auto'...
2022-11-01 Troy Johnson[clang][Lex] Header map search case insensitivity
2022-11-01 Simon Pilgrim[X86] Add SchedWriteVecExtend scheduler per-width wrapper
2022-11-01 Roy Sundahl[asan] Add missing __asan_set_shadow_0x() calls.
2022-11-01 Aart Bik[mlir][sparse] replace magic constant with symbol
2022-11-01 Matt ArsenaultSystemZ: Register null target streamer
2022-11-01 Matt ArsenaultXCore: Register null MCTargetStreamer
2022-11-01 Florian Hahn[SCEVExpander] Forget SCEV when replacing congruent...
2022-11-01 Caroline Concatto[AArch64] SME2 remove comma from the regression tests
2022-11-01 Peter Klausler[flang] Improve warning message
2022-11-01 Jakub Kuderski[mlir][math][spirv] Add `math.roundeven` lowering to...
2022-11-01 Philip Reames[RISCV][docs] Add some wording around vendor extensions
2022-11-01 Philip ReamesAllow scalable vectors in ComputeNumSignBits and isKnow...
2022-11-01 Arthur Eubanks[lldb] Don't crash when printing static enum members...
2022-11-01 Nikita Popov[SCCP] Convert tests to opaque pointers (NFC)
2022-11-01 Dominik Adamski[mlir][OpenMP] Add aligned clause definition to simd...
2022-11-01 Sanjay Patel[PatternMatch] add unittests for logical-and/or; NFC
2022-11-01 Nikita PopovRevert "[ValueLattice] Fix getCompare() for undef values"
2022-11-01 Nikita Popov[SCCP] Regenerate test checks (NFC)
2022-11-01 Dhruva ChakrabartiRevert "[OpenMP] [OMPT] [2/8] Implemented a connector...
2022-11-01 Adrian TongImplement support for AArch64ISD::MOVI in computeKnownBits
2022-11-01 Jeffrey TanAdd formatting support for VSCode logpoints message
2022-11-01 Nikita Popov[ValueLattice] Fix getCompare() for undef values
next