platform/upstream/llvm.git
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.
2022-10-08 gonglingqin[LoongArch] Do not assert value type in isFPImmLegal
2022-10-08 chenglin.bi[ARM64EC][clang-cl] Add arm64EC test; NFC
2022-10-08 Sam McCall[clangd] Enable standard library index by default.
2022-10-08 Manoj GuptaBareMetal: detect usr/include/c++/v1 path in sysroot
2022-10-08 wanglei[LoongArch] Set correct encodings for DWARF exception...
2022-10-08 Jessica Paquette[GlobalISel] Add commutative matchers for compares.
2022-10-08 Enna1[memprof] dump memprof profile when receive deadly...
2022-10-08 Lei Zhang[mlir][vector] Merge accumulator/result transpose into...
2022-10-08 Craig Topper[RISCV] Fix incorrect parenthese placement in comment...
2022-10-08 Craig Topper[VP][RISCV] Add vp.smax/smin/umax/umin intrinsics
2022-10-08 Jeff Bailey[libc] Document which date funcs are needed/done
2022-10-07 Kostya Serebryany[libFuzzer] update the libFuzzer docs to reflect the...
2022-10-07 Arthur Eubanks[llvm-reduce] Fail verifier less when removing debug...
2022-10-07 Michael Jones[libc][nfc] fix comment in clock_gettime
2022-10-07 Krzysztof Parzyszek[Hexagon] Implement helper to get intrinsic for instruc...
2022-10-07 Amaury Séchet[DAGCombine] Deduplicate addcarry node using commutativity.
2022-10-07 Jessica Paquette[GlobalISel] Mark mi_match as nodiscard
2022-10-07 Lang Hames[JITLink][aarch64] Fix typo in error message.
2022-10-07 Arthur Eubanks[opt] Don't translate legacy -analysis flag to require...
2022-10-07 Maksim Panchenko[BOLT][TEST] Fix section order test
2022-10-07 Evgeny Shulgin[Clang] Use C++17 in constant-builtins-fmax.cpp test
2022-10-07 Pavel ChupinFix warnings in build done by clang-based compiler
next