platform/upstream/llvm.git
2022-11-22 Mahesh Ravishankar[mlir][Linalg] Avoid unnecessary propagating producer...
2022-11-22 Max Kazantsev[IndVarSimplify] Lift limitations on IV being a Phi...
2022-11-22 KAWASHIMA Takahiro[clang] Fix -fp-model={strict|precise} to disable ...
2022-11-22 Craig Topper[RISCV] Remove SExtWRemovalCands set from RISCVSExtWRem...
2022-11-22 Craig Topper[RISCV] Transform fixable instruction in place in RISCV...
2022-11-22 Craig Topper[RISCV] Prevent constant hoisting for (and (shl X,...
2022-11-22 Kazu HirataReturn None instead of Optional<T>() (NFC)
2022-11-22 Kazu HirataDon't use Optional::getPointer (NFC)
2022-11-22 Phoebe Wang[X86] Allow no X87 on 32-bit
2022-11-22 Vitaly Buka[test][asan] Another try to fix Windows bot
2022-11-22 Stephen Neuendorffer[llvm-link] Fix options of llvm-link
2022-11-22 Vitaly Buka[test][asan] Replace tr with sed
2022-11-22 Nico Weber[gn build] Add missing dep from check-bolt on llvm...
2022-11-22 KAWASHIMA Takahiro[clang][docs] Correct indent of option explanation
2022-11-22 KAWASHIMA Takahiro[clang][docs] Remove an unnecessary space
2022-11-22 KAWASHIMA Takahiro[clang][docs] Use `option` directive in User's Manual
2022-11-22 Vitaly Buka[test][asan] Try to fix Windows bot
2022-11-22 Peiming Liu[mlir][sparse] support affine expression on dense dimen...
2022-11-22 Christopher... [libcxx] adds an include-what-you-use (IWYU) mapping...
2022-11-22 Kazu Hirata[AArch64] Remove emitCalleeSavedFrameMoves
2022-11-22 Evgenii StepanovRevert "[scudo] Detect double free when running with...
2022-11-22 Aart Bik[mlir][sparse][vector] ensure loop peeling to remove...
2022-11-22 Nico Weber[gn build] Add build files for //bolt
2022-11-22 Advenam Tacet[1a/3][ASan][compiler-rt] API for double ended containers
2022-11-22 Vitaly Buka[test][asan] Ignore new lines in header
2022-11-22 Vitaly Buka[test][asan] Limit scope of the var
2022-11-22 Nico Weber[bolt] Use llvm::sys::RWMutex instead of std::shared_ti...
2022-11-22 Aart Bik[mlir][sparse] introduce vectorization pass for sparse...
2022-11-22 David Blaikiepr59000: Clarify packed-non-pod warning that it's pod...
2022-11-21 Kai Nacke[PowerPC] Add support for G_ADD and G_SUB.
2022-11-21 Louis Dionne[libc++][NFC] Add missing conditionals for the existenc...
2022-11-21 Quentin Colombet[mlir][MemRef] NFC rename simplify-extract-strided...
2022-11-21 Saleem Abdulrasoolparse: process GNU and standard attributes on top-level...
2022-11-21 John Baldwin[libc++] <type_traits>: Avoid instantiating a pointer...
2022-11-21 Heejin Ahn[WebAssembly] Disable register coalescing at -O1
2022-11-21 Florian Hahn[SCEV] Iteratively compute ranges for deeply nested...
2022-11-21 Nikolas Klauser[libc++][math.h][NFC] Reformat functions
2022-11-21 Benjamin Kramer[PowerPC] Move PPCGenRegisterBankInfo.def into the...
2022-11-21 Ji, Jinsong[clang-format] Support new file formatting with vim
2022-11-21 Louis Dionne[libc++] Don't workaround GCC issue on non-GCC compilers
2022-11-21 Christian Kandeler[clangd] Mark "override" and "final" as modifiers
2022-11-21 Fangrui SongRestore global descriptor demangling after D138095...
2022-11-21 Dave LeeReland "[lldb] Fix SBFileSpec.fullpath"
2022-11-21 Thomas Lively[WebAssembly] Update relaxed-simd instruction names
2022-11-21 Owen Pan[clang-format] Fix a crash due to dereferencing null...
2022-11-21 Dave LeeRevert "[lldb] Fix SBFileSpec.fullpath"
2022-11-21 Kazu Hirata[Support] Use a custom base class for FormatVariadicTes...
2022-11-21 Dave Lee[lldb] Fix SBFileSpec.fullpath
2022-11-21 Kai Nacke[PowerPC] Extend GlobalISel implementation to emit...
2022-11-21 Florian Hahn[SCEV] Add range test with phi and division.
2022-11-21 Jordan Rupprecht[test] Fix TestSourceManager when the source file is...
2022-11-21 Nikolas Klauser[libc++] Add utilites for instantiating functions with...
2022-11-21 Maryam Moghadas[PowerPC] Add new load/store with length instructions...
2022-11-21 Nathan Sidwell[clang] NFC: Robustify sret test regex
2022-11-21 Sanjay Patel[Passes][VectorCombine] enable early run generally...
2022-11-21 Sanjay Patel[VectorCombine] generalize pass param name for early...
2022-11-21 Fangrui Song[ELF] Test rejected --detect-odr-violations
2022-11-21 Manuel BritoUse poison instead of undef as placeholder for vector...
2022-11-21 Mark de Wever[libc++][format] Makes format_context copyable.
2022-11-21 Archibald Elliott[Support] Reduce Dependence on Host.h
2022-11-21 Alexey Bataev[SLP]Fix PR59098: check if the vector type is scalarize...
2022-11-21 Hassnaa Hamdi[AArch64][SME]: Generate streaming-compatible code...
2022-11-21 Hassnaa Hamdi[AArch64][SME]: Add precursory tests for D138281
2022-11-21 Jordan Rupprecht[test] Remove named function arguments from TestSBEnvir...
2022-11-21 Caroline Concatto[AArch64][NFC] SME2 Add missing tests for usvdot and...
2022-11-21 Christian Sigg[MLIR] Hide FailureOr::hasValue()
2022-11-21 Craig Topper[RISCV] Add isel patterns to select slli+shXadd.uw.
2022-11-21 Arthur Eubanks[lldb] Disable looking at pointee types to find synthet...
2022-11-21 Benjamin Kramer[bazel] Port d6abdf46bc
2022-11-21 Simon Pilgrim[X86] Synchronise scheduler classes of VPERM2F128/VBROA...
2022-11-21 Krzysztof Drewniak[mlir][AMDGPU] Remove buffer ops that are statically...
2022-11-21 Sander de Smalen[AArch64][SME] Always allocate a lazy-save buffer if...
2022-11-21 Jordan Rupprecht[test][lldb-vscode] Un-realpath coreFile test.
2022-11-21 John Brawn[FPEnv] Enable strict fp for AArch64 in clang
2022-11-21 Louis Dionne[libc++][NFC] Add link to GCC bug report in <limits...
2022-11-21 Nico Weber[lld/ELF] Make plugin-opt=jobs= help text refer to...
2022-11-21 Valentin Clement[flang] Accept BaseBoxType in couple of fir.array_...
2022-11-21 Nico Weber[lld/ELF] Fix grammar-o in a help string
2022-11-21 Nico Weber[lld/ELF] Rename OPT_thinlto_jobs to OPT_thinlto_jobs_eq
2022-11-21 OCHyams[Assignment Tracking][25/*] Replace sunk address uses...
2022-11-21 Sam McCall[clangd] Add option to skip per-location checks.
2022-11-21 Sam McCall[clangd] Move --check options into Check.cpp. Add ...
2022-11-21 Phoebe Wang[X86] Pre-commit tests for pr58685 (negated cases)
2022-11-21 Sam McCall[clangd] Extend --check to time clang-tidy checks,...
2022-11-21 zhijian[XCOFF] llvm-readobj support display symbol table of...
2022-11-21 David Green[LoopFlatten] Add a test for incorrect IV increment...
2022-11-21 Thomas Symalla[NFC][InstCombine] Pre-commit tests for D137934
2022-11-21 Louis Dionne[libc++][NFC] Rename folder for char_traits<wchar_t...
2022-11-21 Lei Zhang[mlir][bufferization] Support general Attribute as...
2022-11-21 Erich KeaneRemove -cc1 -fconcepts-ts flag
2022-11-21 chenglin.bi[DAGCombiner] fold or (and x, y), x --> x
2022-11-21 Nico Weber[llvm,polly,clang] Stop setting config.enable_shared...
2022-11-21 Benjamin Maxwell[AArch64][SVE] Precommit tests for VSCALE/SVE CNTx...
2022-11-21 Louis Dionne[libc++] Remove workarounds for systems that used to...
2022-11-21 Aliia KhasanovaMerge kDynamicSize and kDynamicSentinel into one constant.
2022-11-21 Shengchen Kan[X86][NFC] Minor improvement in X86InstrInfo::optimizeC...
2022-11-21 Max Kazantsev[NFC][IndVars] Add LLVM_DEBUG printout to replaceExitCond
2022-11-21 Pavel Labath[lldb] Enable TestTargetVar on non-darwin
2022-11-21 Björn Schäpers[clang-format][NFC] Removed unused include
2022-11-21 Björn Schäpers[clang-format][NFC] Don't add a load of 0es
next