platform/upstream/llvm.git
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
2022-11-21 Björn Schäpers[clang-format][NFC] Format lambda in conditional
2022-11-21 Björn Schäpers[clang-format][NFC] Remove unneeded braces
2022-11-21 Oleg Shyshkov[mlir][linalg] Change linalg.broadcast `dimensions...
2022-11-21 Benjamin KramerMark test using -debug-only as requiring assertions
2022-11-21 Anton Sidorenko[MachineTraceMetrics] Pick the trace successor for...
2022-11-21 Anton Sidorenko[MachineTraceMetrics] Precommit test for D138272
2022-11-21 Guillaume Chatelet[libc][test][NFC] bump mpfr version to 4.1.1
2022-11-21 Alex Zinenko[mlir] bazel for D137997
2022-11-21 Max Kazantsev[Test] Add some test showing limitations of makeIVCompa...
2022-11-21 Jean Perier[flang] Add hlfir.designate codegen for Fortran ArrayRef
2022-11-21 Valentin Clement[flang][NFC] Update TODOs list
2022-11-21 Fangrui Song[ELF] InputFile: change symbols to unique_ptr<Symbol...
2022-11-21 Valentin Clement[flang] Add fir.select_type conversion to if-then-else...
2022-11-21 wanglei[LoongArch] AsmParser support for the li.[wd] pseudo...
2022-11-21 Mel Chen[RISCV] Enable reduction pattern SelectICmp and SelectFCmp.
2022-11-21 Kazu Hirata[llvm] Use Optional::operator-> (NFC)
2022-11-21 Max Kazantsev[Test] One more test for IndVars, showing imperfect...
2022-11-21 Andrzej Warzynski[mlir][test] Fix how the number of flops is calculated
2022-11-21 Amy Wang[MLIR][Transform] Transform dialect support for affine
2022-11-21 wanglei[LoongArch] Support parsing la* pseudo instructions
2022-11-21 Max Kazantsev[Test] Add some examples where IndVars fails to turn...
2022-11-21 Kazu Hirata[Scalar] Teach matchExpandedRem to return std::optional...
2022-11-21 Paul Scoropan[PowerPC] XCOFF exception section support on the integr...
2022-11-21 Fangrui Song[ELF] Simplify postScanRelocations with in.got
2022-11-21 Christopher... Revert "Revert "[clang-tblgen][NFC] renames Diagnostic...
2022-11-21 Christopher... Revert "[clang-tblgen][NFC] renames Diagnostic.Text...
2022-11-21 Fangrui Song[ELF] Add InputSectionBase::{addRelocs,relocs} and...
2022-11-21 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-11-21 Mehdi AminiApply clang-tidy fixes for modernize-use-equals-default...
2022-11-21 Christopher... [clang-tblgen][NFC] renames Diagnostic.Text to Diagnost...
2022-11-21 gonglingqin[LoongArch] Make function name in error message consist...
2022-11-21 Zi Xuan Wu... [CSKY] Lower ISD::ConstantPool node to support getting...
2022-11-21 gonglingqin[LoongArch] Add intrinsics for ibar, break and syscall
2022-11-21 Fangrui Song[ELF] Don't ignore --detect-odr-violations
2022-11-21 Fangrui Song[CMake][OpenMP] Remove -Wl,--warn-shared-textrel
2022-11-21 Fangrui Song[ELF] Simplify InputSectionBase::getSize
2022-11-20 Fangrui Song[ELF] Replace rawData+size with content_+size+compresse...
2022-11-20 Fangrui Song[ELF] Change rawData to content() and data() to content...
2022-11-20 Kazu Hirata[clang] Remove unused forward declarations (NFC)
2022-11-20 Adrian Vogelsgesang[LLDB] Do not dereference promise pointer in `coroutine...
2022-11-20 Fangrui Song[ELF] InputSectionBase: add bool compressed to avoid...
2022-11-20 Kazu Hirata[Analysis] Remove getInverseMinMaxPred
2022-11-20 Fangrui Song[ELF] Shuffle SectionBase fields. NFC
2022-11-20 Thomas Preud... Add version to all LLVM cmake package
2022-11-20 Greg ClaytonAdd a new top level statistic that tracks how many...
2022-11-20 Kazu Hirata[ADT] Remove deperecated methods in OptionalStorage
2022-11-20 Kazu Hirata[ADT] Remove llvm::empty
2022-11-20 Bjorn Pettersson[LV] Clean up LoopVectorizationCostModel::calculateRegi...
2022-11-20 Bjorn Pettersson[TableGen] Fix SubRegIndex size computation for concate...
2022-11-20 Bjorn Pettersson[TableGen] Let -register-info-debug dump Offset/Size...
2022-11-20 Kazu Hirata[Support] Use std::is_convertible_v (NFC)
2022-11-20 Kazu Hirata[ADT] Use std::is_copy_constructible_v (NFC)
2022-11-20 Simon Pilgrim[X86] IceLakeServer - PACKS instructions take latency 3cy
2022-11-20 Adrian Vogelsgesang[LLDB] Recognize `std::noop_coroutine()` in `std::corou...
2022-11-20 Louis Dionne[libc++][NFC] Refactor run-buildbot to make it closer...
2022-11-20 Joe Loser[ADT] Remove deprecated `llvm::array_lengthof`
2022-11-20 Joe Loser[ADT] Simplify determining size for joining items
2022-11-20 Adrian Vogelsgesang[lldb] Fix test expectation in `TestCoroutineHandle...
2022-11-20 Kazu Hirata[llvm] Remove unused forward declarations (NFC)
2022-11-20 Corentin Jabot[Clang] Add papers approved in Kona by WG21 to the...
2022-11-20 Simon Pilgrim[MCA][X86] Add missing test coverage for BWI instructions
next