platform/upstream/llvm.git
2023-02-20 Alexandre Ganea[Support] Silence warning with Clang ToT.
2023-02-20 Simon Pilgrim[SLP][X86] load-merge.ll - add AVX512 test coverage
2023-02-20 Brad Smith[PowerPC] Correctly use ELFv2 ABI on all OS's that...
2023-02-20 Peter CooperUse modern @got syntax in tsan assembly, instead of...
2023-02-20 Luke Lau[RISCV][NFC] Add test for different LMULs in vectorizer
2023-02-20 Joseph Huber[libc] Fix GPU include directories not being set properly
2023-02-20 Sanjay Patel[InstCombine] relax constraint on udiv fold
2023-02-20 Felipe de Azevedo... [debug-info][codegen] Prevent creation of self-referent...
2023-02-20 Alexis Murzeau[clang-tidy] add primitive types for hungarian identifi...
2023-02-20 Alexis Murzeau[clang-tidy] allow tests to use --config-file instead...
2023-02-20 Sanjay Patel[InstCombine] auto-generate test CHECK lines; NFC
2023-02-20 Sanjay Patel[InstCombine] distribute div over add with matching...
2023-02-20 Sanjay Patel[InstCombine] add tests for div with muladd operand...
2023-02-20 Sanjay Patel[InstCombine] add tests for add with sub-from-constant...
2023-02-20 Tiwari Abhinav... [NFC] Fix missing colon in CHECK directives
2023-02-20 Kazu Hirata[lldb] Use llvm::rotr (NFC)
2023-02-20 Ricardo Jesus[AArch64] Add tests for saba (NFC)
2023-02-20 zhongyunde[InstCombine] canonicalize urem as cmp+select
2023-02-20 Nikita Popov[InstCombine] Remove early constant fold
2023-02-20 zhongyunde[test] precommit some tests for D143883 NFC
2023-02-20 Matthias Springer[mlir][bufferization] Fix crash in EmptyTensorElimination
2023-02-20 Nikita Popov[InstCombine] Use CaptureTracking in foldAllocaCmp()
2023-02-20 Joseph Huber[libc] Fix dependencies for generating the GPU binary...
2023-02-20 Joseph Huber[libc] Support add_object_library for the GPU build
2023-02-20 Ricardo Jesus[AArch64] Add SLP test for abs (NFC)
2023-02-20 Joseph Huber[Libomptarget] Implement the host memory allocator...
2023-02-20 Joseph Huber[Libmoptarget] Enable the shared allocator for AMDGPU
2023-02-20 Zain Jaffal[ConstraintElimination] Add tests to check for `or...
2023-02-20 Dmitry Vyukovasan: fix crash in strdup on malloc failure
2023-02-20 NAKAMURA TakumiRework "llvm-tblgen: Anonymize some functions.", llvmor...
2023-02-20 Alexey Bataev[SLP]Add shuffling of extractelements to avoid extra...
2023-02-20 David Green[AArch64] More consistently use buildvector for zero...
2023-02-20 Florian Hahn[VPlan] Use usesScalars in shouldPack.
2023-02-20 Kerry McLaughlin[SME2][AArch64] Add multi-multi multiply-add long long...
2023-02-20 Aaron BallmanFix LLVM sphinx build
2023-02-20 Caroline Concatto[IR] Add new intrinsics interleave and deinterleave...
2023-02-20 Max KazantsevRevert "[AssumptionCache] caches @llvm.experimental...
2023-02-20 Mel Chen[LV] Harden the test of the minmax with index pattern...
2023-02-20 Florian Hahn[VPlan] Move shouldPack outside of DEBUG ifdef.
2023-02-20 Simon Tatham[LowerTypeTests] Support generating Armv6-M jump tables...
2023-02-20 Florian Hahn[VPlan] Replace AlsoPack field with shouldPack() method...
2023-02-20 Matt Devereau[InstSimplify] Correct icmp_lshr test to use ult instea...
2023-02-20 Nicolas Vasilache[mlir][linalg][TransformOps] Connect hoistRedundantVect...
2023-02-20 Nikita Popov[InstCombine] Call simplifyLoadInst()
2023-02-20 Max Kazantsev[Test] Move test for D143726 to LICM
2023-02-20 Nikita Popov[InstCombine] Add additional load folding tests (NFC)
2023-02-20 Matt Devereau[InstSimplify] Simplify icmp between Shl instructions...
2023-02-20 Max Kazantsev[SCEV] Canonicalize ext(min/max(x, y)) to min/max(ext...
2023-02-20 Kazu HirataMigrate away from the soft-deprecated functions in...
2023-02-20 Sameer Sahasrabuddhe[llvm][Uniformity] A phi with an undef argument is...
2023-02-20 Valentin Clement[flang] Carry over the derived type from target in...
2023-02-20 Kohei Asano[InstSimplify] Fold LoadInst for uniform constant globa...
2023-02-20 David Spickett[libc][AArch64] Fix fullbuild when using G++/GCC
2023-02-20 Kohei Asano[InstSimplify] Add additional load folding tests (NFC)
2023-02-20 Tobias Gysi[mlir][llvm] Add atomic support to the StoreOp.
2023-02-20 Kazu HirataUse APInt::getSignificantBits instead of APInt::getMinS...
2023-02-20 Chuanqi Xu[NFC] Remove the unused parameter in Sema::PushGlobalMo...
2023-02-20 Kazu Hirata[llvm] Use APInt::isAllOnes instead of isAllOnesValue...
2023-02-20 Chuanqi Xu[NFC] Remove unused Sema::DirectModuleImports
2023-02-20 Kazu HirataUse APInt::isOne instead of APInt::isOneValue (NFC)
2023-02-20 Kazu HirataUse APInt::getAllOnes instead of APInt::getAllOnesValue...
2023-02-20 Kazu Hirata[llvm] Use APInt::getZero instead of APInt::getNullValu...
2023-02-20 Serguei Katkov[SimpleLoopUnswitch] Fix an assert in injectPendingInva...
2023-02-20 Kazu HirataUse APInt::isZero instead of APInt::isNulLValue (NFC)
2023-02-20 Chuanqi Xu[Modules] Handle the visibility of GMF during the templ...
2023-02-20 Max Kazantsev[SCEV] Support umin/smin in SCEVLoopGuardRewriter
2023-02-20 Kazu HirataUse APInt::count{l,r}_{zero,one} (NFC)
2023-02-20 Craig Topper[RISCV] Add more tests for D144166. NFC
2023-02-20 Fangrui Song[LoopIdiomRecognize] Remove legacy pass
2023-02-20 Alex Brachet[Fuchsia] Use cleaner method of adding driver binary
2023-02-20 Alex Brachet[Fuchsia] Fix driver build on Windows
2023-02-20 sstwcw[clang-format] Put ports on separate lines in Verilog...
2023-02-20 Chuanqi XuRecommit [Coroutines] Stop supportting std::experimenta...
2023-02-20 Kai Luo[GISelEmitter][NFC] Correct path of GISel's td file...
2023-02-20 Matt ArsenaultAMDGPU: Restrict foldFreeOpFromSelect combine based...
2023-02-20 Alex BrachetReland "[Fuchsia] Enable llvm-driver build".
2023-02-20 Matt ArsenaultAMDGPU: Teach fneg combines that select has source...
2023-02-19 Amara Emerson[GlobalISel] Fix a store-merging bug due to use of...
2023-02-19 Alex Brachet[CMake] Fix driver build on MacOS
2023-02-19 Sanjay Patel[InstCombine] canonicalize "extract lowest set bit...
2023-02-19 Erik DesjardinsRecommit "[Support] change StringMap hash function...
2023-02-19 Florian Hahn[SLP] Fix infinite loop in isUndefVector.
2023-02-19 Alex Bradbury[RISCV][MC] Mark Zawrs extension as non-experimental
2023-02-19 Craig Topper[RISCV] Add fgtq.s and fgeq.s assembler aliases for...
2023-02-19 Craig Topper[RISCV] Remove Commutable property from Zfa fltq/fleq...
2023-02-19 Kazu HirataUse APInt::popcount instead of APInt::countPopulation...
2023-02-19 Alex Bradbury[lld][test][RISCV] Don't use incorrectly normalised...
2023-02-19 David Green[ARM] Add targets for Arm DebugInfo tests. NFC
2023-02-19 Florian Hahn[VPlan] Make sure properlyDominates(A, A) returns false.
2023-02-19 Mehdi AminiFix potential crash in Flang generateLLVMIR() when...
2023-02-19 Mark de Wever[libc++][format] Disables test on GCC-12.
2023-02-19 Carlos GalvezFix clang-tools-extra docs build
2023-02-19 Carlos Galvez[clang-tidy] Introduce HeaderFileExtensions and Impleme...
2023-02-19 DianQKRevert "[SimplifyCFG] Check if the return instruction...
2023-02-19 DianQK[SimplifyCFG] Check if the return instruction causes...
2023-02-19 Benjamin Kramer[lldb] Add missing wasm switch case
2023-02-19 Kristina Bessonova[BOLT] Attempt to fix bolt/test/runtime/AArch64/adrrela...
2023-02-19 Joshua Cao[SCEV] Add automated test checks for some tests
2023-02-19 Vitaly Buka[sanitizers] Update global_symbols.txt
2023-02-19 NAKAMURA Takumillvm-tblgen: Anonymize some functions.
next