platform/upstream/llvm.git
2023-03-23 Wu, Yingcong[libfuzzer] add test of cov file-id in control file
2023-03-23 wlei[Pseudo Probe] Use the name from debug info to compute...
2023-03-23 Kazu Hirata[llvm] Skip getAPIntValue (NFC)
2023-03-23 Kazu Hirata[ARM] Use isNullConstant (NFC)
2023-03-23 Kazu Hirata[InstCombine] Precommit a test
2023-03-23 Kazu Hirata[InstCombine] Precommit tests
2023-03-23 Jun Zhang[TLI] Fold ~X >/< ~Y --> Y >/< X
2023-03-23 Jun ZhangPrecommit test for #61120
2023-03-23 Fangrui Song[-Wunsafe-buffer-usage] Add [[fallthrough]] after D143206
2023-03-23 Chuanqi XuRecommit [Modules] Remove unnecessary check when genera...
2023-03-23 Matthias Gehre[mlir][tosa] TosaToLinalg: Lower TOSA.Cast via RoundEve...
2023-03-23 Kai Sasaki[mlir][affine] Prevent vectorizer test from crash witho...
2023-03-23 Joseph Huber[libc] Adjust NVPTX startup code
2023-03-23 Ben Shi[RISCV][NFC] Add more tests for SLP vectorization ...
2023-03-23 Kai Sasaki[mlir] Fix typo for unknown operation
2023-03-23 Amy HuangAdd "REQUIRES: asserts" to test that uses --debug-only...
2023-03-22 Pavel Kopyl[NVPTX] Port GenericToNVVM to the new PM.
2023-03-22 Jakub Kuderski[mlir][arith] Fix typos in WIE. NFC.
2023-03-22 Jakub Kuderski[mlir][arith] Add `sitofp` support to WIE
2023-03-22 Jakub Kuderski[mlir][arith] Add `uitofp` support to WIE
2023-03-22 MalavikaSamak[-Wunsafe-buffer-usage] Add Fixable for simple pointer...
2023-03-22 Peter Collingbournelibclang: Pass Clang install directory to driver via...
2023-03-22 Teresa Johnson[MemProf] Context disambiguation cloning pass [patch...
2023-03-22 Chia-hung Duan[scudo] Early exit from the case can't do page release.
2023-03-22 Dave Lee[lldb] Fix dwim-print error message for missing expr
2023-03-22 Nikolas Klauser[libc++] Remove __mutex_base header
2023-03-22 Mark de Wever[libc++] Qualifies intptr_t and uintptr_t.
2023-03-22 Stefan Gränitz[JITLink] Deterministic JITDylib symbol table dumps
2023-03-22 Philip Reames[MSAN] Update vector load/store tests to use proper...
2023-03-22 Ethan Luis... Revert "[flang] Feature list plugin" due to failing...
2023-03-22 Christopher... [docs][scudo] Add information about M_PURGE_ALL.
2023-03-22 Louis Dionne[libc++] Remove availability markup for std::format
2023-03-22 Fangrui Song[test] Add tools/llvm-dwarfdump/ARM/lit.local.cfg after...
2023-03-22 Stefan Gränitz[JITLink] Introduce target flags for Symbol and prepare...
2023-03-22 LLVM GN Syncbot[gn build] Port e655d8a54880
2023-03-22 Jeff ByrnesPrecommit tests for D146327
2023-03-22 Philip Reames[LFTR] Simplify integer case for genLoopLimit [nfc...
2023-03-22 Nikolas Klauser[libc++] Granularize __mutex_base
2023-03-22 Philip Reames[SCEV] Infer no-self-wrap via constant ranges
2023-03-22 Carlos Galvez[clang-tidy][NFC] Move avoid-underscore-in-googletest...
2023-03-22 Jay Foad[CodeGen] Fix type of MachineRegisterInfo::RegAllocHint...
2023-03-22 Fangrui Song[Driver][test] Fix avr-ld.c for -DCLANG_DEFAULT_LINKER...
2023-03-22 Jorge Gorbe... [lldb] Update some uses of Python2 API in typemaps.
2023-03-22 Emilia Dreamer[clang-format] Annotate noexcept, explicit specifiers...
2023-03-22 Saleem AbdulrasoolSymbolFile: ensure that we have a value before invoking...
2023-03-22 Julian Lettner[TSan] Avoid deadlock between ReportRace() and dlopen...
2023-03-22 Heejin AhnRevert "Remove the LINK_COMPONENTS entry from lldb...
2023-03-22 Craig Topper[RISCV] Remove AnyReg RegisterClass used by .insn instr...
2023-03-22 Petr Hosek[CMake] Build runtimes for riscv64-unknown-fuchsia
2023-03-22 LLVM GN Syncbot[gn build] Port 700cd99061ed
2023-03-22 Teresa JohnsonRestore "[MemProf] Context disambiguation cloning pass...
2023-03-22 Craig Topper[RISCV] Add FallbackRegAltNameIndex to ABIRegAltName.
2023-03-22 Craig Topper[RISCV] Convert segment registers to VR registers in...
2023-03-22 Luke Hutton[mlir][tosa] Canonicalize concatenate->slice sequence
2023-03-22 Craig Topper[Constant] Inline ConstantInt::getSigned
2023-03-22 Benjamin Maxwell[DebugInfo] Allow parsing line tables aligned to 4...
2023-03-22 Thomas Lively[WebAssembly] Fix epilogue insertion for indirect tail...
2023-03-22 Mark de Wever[libc++] Qualifies ptrdiff_t and max_align_t.
2023-03-22 Arthur Eubanks[InstSimplify] Actually use NewOps for calls in simplif...
2023-03-22 Thomas Lively[NFC][WebAssembly] Autogenerate test expectations for...
2023-03-22 Caroline Concatto[AArch64] Add asm aliases for MOV, LDR, STR with predic...
2023-03-22 Luke Lau[RISCV][NFC] Make interleaved access test more vectorizable
2023-03-22 Caleb Zulawski[ARM] Improve min/max vector reductions on Arm
2023-03-22 Simon Pilgrim[X86] Extend all_of(icmp_eq()) / any_of(icmp_ne())...
2023-03-22 Jun ZhangRegenerate checks for bswap.ll, NFC
2023-03-22 Doru BerceaFix accessing of aligned arrays in offloaded target...
2023-03-22 LLVM GN Syncbot[gn build] Port 883dbb9c86be
2023-03-22 Nikita PopovRevert "[MemProf] Context disambiguation cloning pass...
2023-03-22 Johannes de... [MLIR][LLVM] Copy byval attributes during inlining.
2023-03-22 LLVM GN Syncbot[gn build] Port e4ceb5a7bb9b
2023-03-22 Nikita Popov[GVN] Fix change reporting when removing assume (PR61574)
2023-03-22 Luo, Yuanke[X86] Create extra prolog/epilog for stack realignment
2023-03-22 OCHyams[Assignment Tracking] Fix mem2reg misidentifying unlink...
2023-03-22 OCHyams[NFC] Add DebugVariableAggregate class
2023-03-22 LLVM GN Syncbot[gn build] Port d6ad4f01c3da
2023-03-22 Teresa Johnson[MemProf] Context disambiguation cloning pass [patch...
2023-03-22 Stephen Tozer[Dexter] Add timeout options
2023-03-22 Saleem Abdulrasooldocs: add some documentation on Windows SDK search
2023-03-22 Tom Eccles[flang] add -flang-experimental-hlfir flag to flang-new
2023-03-22 Nikita Popov[SimplifyCFG][LICM] Add metadata speculation tests...
2023-03-22 Florian Hahn[ConstraintElim] Add tests with GEP constant expressions.
2023-03-22 Dmitry Chernenkov[libc][Bazel] Bazel fix for 494734b06d62b
2023-03-22 Nicolas Vasilache[mlir][AffineMap] NFC - Refactor getProjectedMap and...
2023-03-22 Alexander Belyaev[mlir] Add a pattern to fold tensor.cast into scf.forall.
2023-03-22 Zhongyunde[InstCombine] enhance icmp with sub folds
2023-03-22 Zhongyunde[tests] precommit tests for D145846
2023-03-22 Florian Hahn[LV] Set inbounds flag using CreateGEP in vectorizeInte...
2023-03-22 Serguei Katkov[LoopPredication] Add a test demonstrating bug.
2023-03-22 Uday Bondhugula[MLIR][Affine] Fix assumption on int type in memref...
2023-03-22 Nikita Popov[GVN] Regenerate test checks (NFC)
2023-03-22 Nikita Popov[IR] Rename dropUndefImplying to dropUBImplying (NFC)
2023-03-22 Sam McCall[dataflow] Log flow condition to the correct stream.
2023-03-22 David Spickett[llvm][ARM] Fix bounds check after use in ARMAsmParser
2023-03-22 David Spickett[lldb] Add test for unavailable registers
2023-03-22 Tobias Gysi[mlir][llvm] Add experimental alias scope decl intrinsic.
2023-03-22 Matthias Springer[mlir][Transforms][NFC] Improve builder/listener API...
2023-03-22 Adrian Kuegel[mlir][Bazel] Add missing dependency.
2023-03-22 Max Kazantsev[GuardWidening] Improve analysis of potential widening...
2023-03-22 Tobias Gysi[mlir] Argument and result attribute handling during...
2023-03-22 Matthias Springer[mlir][IR] Add ReverseDominanceIterator for IR walkers
next