platform/upstream/llvm.git
2022-10-10 Florian Hahn[ConstraintElimination] Regenerate check lines for...
2022-10-10 Sanjay Patel[VectorCombine] convert scalar fneg with insert/extract...
2022-10-10 Sanjay Patel[VectorCombine] add test with out-of-bounds insert...
2022-10-10 Utkarsh SaxenaUpdate implementation status of P2468R2
2022-10-10 Tony Tye[AMDGPU][NFC] Update DW_OP_LLVM_overlay documentation
2022-10-10 Stanley Winata[mlir][linalg] Remove unused payload related OutOpOperand
2022-10-10 Aaron BallmanFix a typo in the Release Notes; NFC
2022-10-10 Erich KeaneFix unused variable warning from D134529
2022-10-10 Jordan RupprechtRevert "[LTO] Make local linkage GlobalValue in non...
2022-10-10 Siva Chandra... [libc] Add implementation of pthread_atfork.
2022-10-10 Aaron BallmanFix a typo in the docs; NFC
2022-10-10 wren romano[mlir][sparse] Removing DLL attributes from ExecutionEn...
2022-10-10 Emilia Dreamer[clang-format][docs][NFC] Fix invalid syntax in ShortLa...
2022-10-10 Aaron BallmanRepair a confusing standards reference; NFC
2022-10-10 Craig Topper[TargetLowering][RISCV][X86] Support even divisors...
2022-10-10 Schrodinger... Implement `getrandom` function for linux targets.
2022-10-10 Jason MolendaAllow DynamicLoaderDarwinKernel to activate without...
2022-10-10 Florian Hahn[LoopSimplifyCFG] Clear SCEV dispositions when removing...
2022-10-10 Thomas Raoux[mlir][linalg] Expose pattern to collapse generic op...
2022-10-10 Michael Buch[lldb][test] Skip TestStepAvoidsRegexp.py on Windows
2022-10-10 Evgeny Shulgin[Clang] Support constexpr builtin fmin
2022-10-10 Troy Johnson[Clang][Sema] Narrow inline namespace filtration for...
2022-10-10 bixia1[mlir][sparse] Rename SparseTensorFile to SparseTensorR...
2022-10-10 Florian Hahn[ConstraintElimination] Bail out for GEPs with scalable...
2022-10-10 Shubham Narlawar[LICM] Disable thread-safety checks in single-thread...
2022-10-10 Alex BrachetRevert "[PGO] Make emitted symbols hidden"
2022-10-10 Joe Nash[AMDGPU] Make V_SAT_PK_U8_I16 a True16 Instruction
2022-10-10 Goran Flegar[mlir][Bazel] Fix for reviews.llvm.org/D135559
2022-10-10 Erich KeanePossibly fix sphinx regression from 6685e56ceddf
2022-10-10 Erich KeaneDisallow dereferencing of void* in C++.
2022-10-10 Nicolas Vasilache[mlir][Linalg] Retire LinalgStrategyTileAndFusePass...
2022-10-10 Nico Weber[gn build] port bc839b4b4e27
2022-10-10 Sanjay Patel[InstCombine] fold udiv with common factor
2022-10-10 Sanjay Patel[InstCombine] add 'exact' to udiv test for more coverag...
2022-10-10 Sanjay Patel[PhaseOrdering] add test for sdiv with common factor...
2022-10-10 Aaron BallmanFix clang-tools-extra Sphinx build
2022-10-10 Peter Rong[AArch64] Add index check before lowerInterleavedStore...
2022-10-10 Michael Buch[lldb][CPlusPlusLanguage] Respect the step-avoid-regex...
2022-10-10 David Spickett[LLDB] Complete set of char tests for static integral...
2022-10-10 Simon GieseckeAdd llvm-gsymutil to the Bazel build files.
2022-10-10 Matt Devereau[AArch64][SVE] Fix AArch64_SVE_VectorCall calling conve...
2022-10-10 Adeel AhmadExtended Documentation of LLVM_TARGETS_TO_BUILD by...
2022-10-10 Nikita Popov[Attributor] Use ConstantFoldLoadFromConst()
2022-10-10 Nikita Popov[Bindings] Remove go bindings
2022-10-10 Nikita Popov[AA] Remove deprecated ModRefInfo helpers (NFC)
2022-10-10 Adrian Kuegel[mlir][Linalg] Use ConfinedAttr for dimensions of ReduceOp.
2022-10-10 LLVM GN Syncbot[gn build] Port 1ae33bf42680
2022-10-10 Carlos Galvez[clang-tidy] Add cppcoreguidelines-avoid-do-while check
2022-10-10 Valentin Clement[flang] Allow conversion from boxed derived type to...
2022-10-10 LiaoChunyu[RISCV] Use hasAllWUsers to recover XORI/ORI
2022-10-10 Lang Hames[examples] Fix deprecated use of llvm::empty.
2022-10-10 Lang Hames[ORC] Relax assertions in SimpleRemoteEPCTransport.
2022-10-10 Lang Hames[LLJIT] Default to EPCEHFrameRegistrar rather than...
2022-10-10 Craig Topper[RISCV] Remove some vsetvli intrinsics under Zve32*.
2022-10-10 Kai Luo[tsan][go] Fix string equal operator
2022-10-10 Mehdi AminiApply clang-tidy fixes for modernize-use-equals-default...
2022-10-10 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-10-10 Mingming Liu[AArch64] Swap 'lsl(val1,small-shmt)' to right hand...
2022-10-10 Mingming Liu[AArch64][NFC] Precommit test case to show sub-optimal...
2022-10-09 Florian Hahn[ConstraintElimination] Include index type scale.
2022-10-09 Florian Hahn[ConstraintElimination] Add tests for GEPs with differe...
2022-10-06 luxufan[DSE][NFC] Add nounwind attribute to match test intent
2022-10-06 luxufan[DSE] Relax constraint on isGuaranteedLoopInvariant
2022-10-09 Yeting Kuo[RISCV][NFC] Fix unused variable warning.
2022-10-09 mydeveloperday[clang-format] Add support to remove unnecessary semico...
2022-10-09 Tom Praschan[clangd] Fix rename for symbol introduced by UsingDecl
2022-10-09 gonglingqin[LoongArch] Expand fptrunc store from f64 to f32
2022-10-09 Florian Hahn[ConstraintElim] Move logic to get constraint for solvi...
2022-10-09 LLVM GN Syncbot[gn build] Port a2c6a1193f41
2022-10-09 Hui Xie[libc++][ranges]implement `std::views::take_while`
2022-10-09 Chuanqi Xu[C++20] [Coroutines] Exit early if we found co_await...
2022-10-09 Ting Wang[PowerPC] Add vector pair calling convention for AIX
2022-10-09 WANG Xuerui[LoongArch] Don't merge FrameIndex accesses into [F...
2022-10-09 Keith Smiley[lld-macho] Implement -ignore_auto_link
2022-10-09 Petr Hosek[CMake] Use libcxx-abi-* targets for in-tree sanitizer...
2022-10-09 Craig TopperRemove myself as X86 Backend owner.
2022-10-09 Craig Topper[RISCV] Merge more rv32/rv64 vector intrinsic tests...
2022-10-09 Phoebe WangAdd myself to CREDITS.TXT + CODE_OWNERS.TXT
2022-10-09 Tatsuyuki Ishi[Support] Add fast path for StringRef::find with needle...
2022-10-08 Anton Bikineev[PGO] Consider parent context when weighing branches...
2022-10-08 Simon PilgrimAdd myself to CREDITS.TXT + CODE_OWNERS.TXT
2022-10-08 Florian Hahn[ConstraintElimination] Add tests for chained GEPs...
2022-10-08 Mehdi AminiApply clang-tidy fixes for llvm-else-after-return in...
2022-10-08 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-10-08 Fangrui Song[LTO] Make local linkage GlobalValue in non-prevailing...
2022-10-08 Craig Topper[RISCV] Add signext attribute to i32 arguments in some...
2022-10-08 Sam McCall[clangd] FindTarget: UsingEnumDecl is not an alias
2022-10-08 Florian Hahn[ConstraintElimination] Support chained GEPs with const...
2022-10-08 Florian Hahn[LV] Replace check with assert for reduction resume...
2022-10-08 Florian Hahn[ConstraintElimination] Remove unused function (NFC).
2022-10-08 Sanjay Patel[InstCombine] fold exact sdiv to ashr (2nd try)
2022-10-08 Sanjay Patel[InstCombine] add test for sdiv with shl; NFC
2022-10-08 Sanjay PatelRevert "[InstCombine] fold exact sdiv to ashr"
2022-10-08 Sanjay Patel[InstCombine] fold exact sdiv to ashr
2022-10-08 Mark de Wever[libc++] Make charconv require C++17 or later.
2022-10-08 Evgeny Shulgin[clang-tidy] Ignore concepts in `misc-redundant-expression`
2022-10-08 Florian Hahn[ConstraintElimination] Use logic from 3771310eed for...
2022-10-08 Chuanqi Xu[C++20] [Modules] Only allow redeclarations in partitio...
2022-10-08 Chuanqi Xu[C++20] [Modules] Remove assertion of current module...
2022-10-08 Freddy Ye[X86] Remove AVX512VP2INTERSECT from Sapphire Rapids.
next