platform/upstream/llvm.git
2022-01-18 Carl Ritson[AMDGPU] Autogenerate wqm.ll
2022-01-18 Mehdi AminiFix flang build after MLIR API change
2022-01-18 jacquesguan[RISCV] Add patterns for vector widening floating-point...
2022-01-18 Mehdi AminiUse reference for large object passed by value at the...
2022-01-18 Mehdi AminiUse more references in MLIR Diagnostic handling (NFC)
2022-01-18 John Ericson[libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDi...
2022-01-18 Mehdi AminiEnable useDefault{Type/Attribute}PrinterParser by defau...
2022-01-18 Lang Hames[ORC] Add Platform::teardownJITDylib method.
2022-01-18 Han-Kuan Chen[RISCV] Provide VLOperand in td.
2022-01-18 Han-Kuan Chen[RISCV] Make SplatOperand start from 0.
2022-01-18 jacquesguan[RISCV] Add patterns for vector widening floating-point...
2022-01-18 Alexander Shaposhnikov[lld] Fix typo. NFC
2022-01-18 Lang Hames[ORC] Fix a stale comment: lookupInitSymbolsAsync does...
2022-01-18 Shao-Ce SUN[NFC][SDNode] Use `StringSwitch` instead of `if`
2022-01-17 Sanjay Patel[SDAG] add demanded bits transform for bswap
2022-01-17 Mehdi AminiPass options by const ref in TestLinalgCodegenStrategy...
2022-01-17 Philip Reames[GlobalOpt] Generalize malloc-to-global for any allocat...
2022-01-17 Philip Reames[test] precommit new test for D117503
2022-01-17 Craig Topper[RISCV] When expanding CONCAT_VECTORS, don't create...
2022-01-17 Craig Topper[RISCV] Legalize fixed length (insert_subvector undef...
2022-01-17 Joseph Huber[Libomptarget] Add `cold` to KeepAlive attributes
2022-01-17 Fangrui Song[ELF] EhInputSection::split: remove unneeded check
2022-01-17 Arthur O'Dwyer[libc++] [API BREAK] Change `fs::path::iterator::iterat...
2022-01-17 Arthur O'Dwyer[libc++] [test] UNSUPPORTED my new uniform_int_distribu...
2022-01-17 LLVM GN Syncbot[gn build] Port e69a3d18f48b
2022-01-17 Michał Górny[lldb] [gdb-remote] Support client fallback for servers...
2022-01-17 Sean Fertile[PowerPC][AIX] Fallback to DAG-ISEL if global has toc...
2022-01-17 Benjamin Kramer[AsyncToLLVM] aligned_alloc requires the size to be...
2022-01-17 Sanjay Patel[AArch64][x86] add tests for bswap demanded bits; NFC
2022-01-17 Philip Reames[LoopDeletion] Add back statistic update lost in 523573e
2022-01-17 Fabian Wolff[clang-tidy] Fix false positives involving type aliases...
2022-01-17 Nikolas Klauser[libc++] Install clang-tidy in docker containers
2022-01-17 John Ericson[pstl][cmake] Use `GNUInstallDirs` to support custom...
2022-01-17 Fangrui Song[Support] Fix -Wreturn-type in LLVM_ENABLE_THREADS...
2022-01-17 Fabian Wolff[clang-tidy] Fix `readability-redundant-declaration...
2022-01-17 Philip Reames[LoopDeletion] Revert 3af8a11 and add test coverage...
2022-01-17 Nicolas VasilacheRevert "[mlir][Linalg] NFC - Drop vectorization relianc...
2022-01-17 Nikolas Klauser[libc++] Introduce __debug_db_insert_i()
2022-01-17 Arthur O'Dwyer[libc++] [bench] Stop using uniform_int_distribution...
2022-01-17 Arthur O'Dwyer[libc++] [doc] Fix a Sphinx error in ReleaseNotes.rst...
2022-01-17 Simon Pilgrim[X86] Add test case for PR53247
2022-01-17 Akshay Kumar[Aarch64] Customer lowering of COPYSIGN to SIMD should...
2022-01-17 Nikolas Klauser[libc++][P2321R2] Add specializations of basic_common_r...
2022-01-17 Nikolas Klauser[libc++][NFC] Use _LIBCPP_DEBUG_ASSERT in <vector>
2022-01-17 Fangrui Song[ELF] Change std::vector<InputSectionBase *> to SmallVector
2022-01-17 Benjamin Kramer[AsyncToLLVM] Align frames to 64 bytes
2022-01-17 Nicolas Vasilache[mlir][Linalg] NFC - Cleanup conv1d generators
2022-01-17 Dmitry Preobrazhensky[AMDGPU][GFX10][MC] Updated symbolic names of internal...
2022-01-17 Dmitry Preobrazhensky[AMDGPU][MC] Corrected disassembly of s_waitcnt
2022-01-17 Stephen Tozer[DebugInfo] ValueMapper impl for DIArgList respects...
2022-01-17 Micah Weston[AArch64] Revive optimize add/sub with immediate throug...
2022-01-17 Bjorn Pettersson[test] Use opt -passes syntax in DeadArgElim lit tests...
2022-01-17 Nicolas Vasilache[mlir][Linalg] Relax PadTensor tiling constraints and...
2022-01-17 Arthur O'Dwyer[libc++] [test] Improve the tests for std::assignable_from.
2022-01-17 Nicolas Vasilache[mlir][Linalg] NFC - Drop vectorization reliance on...
2022-01-17 zhijian[AIX] Support of Big archive (read)
2022-01-17 zhijianRevert "[AIX] Support of Big archive (read)"
2022-01-17 Jake Egan[AIX][ZOS] Handle unsupported builtin function CFString...
2022-01-17 Marek Kurdej[clang-format] Treat ForEachMacros as loops
2022-01-17 Nicolas Vasilache[mlir][Vector] Generalize and improve folding of Extrac...
2022-01-17 Simon Pilgrim[MCA][X86] Add missing zero-idioms test file coverage
2022-01-17 Nikita Popov[ConstantFold] Don't fold load from non-byte-sized...
2022-01-17 Sanjay Patel[InstCombine] FP with reassoc FMF: (X * C) + X -->...
2022-01-17 Sanjay Patel[InstCombine] add tests for fadd+fmul factorization...
2022-01-17 zhijian[AIX] Support of Big archive (read)
2022-01-17 Yitzhak Mandelbaum[clang][dataflow] Remove TestingSupport's dependency...
2022-01-17 Arthur O'Dwyer[libc++] [test] Improve the test for `uniform_int_distr...
2022-01-17 David Green[DAG] Extend SearchForAndLoads with any_extend handling
2022-01-17 Arthur O'Dwyer[libc++] [ABI BREAK] Conform lognormal_distribution...
2022-01-17 Arthur O'Dwyer[libc++] [test] Check for another kind of modulemap...
2022-01-17 Matt ArsenaultAMDGPU: Fix crashing on calls to C functions from graph...
2022-01-17 Matt ArsenaultAMDGPU/GlobalISel: Fix selection of constant 32-bit...
2022-01-17 Matt ArsenaultAMDGPU: Correct getMaxNumSGPR treatment of flat_scratch
2022-01-17 Matt ArsenaultAMDGPU/GlobalISel: Fix legalization failure for s65...
2022-01-17 Simon Moll[VE] select|vp.merge|vp.select v256 isel and tests
2022-01-17 Matt ArsenaultAMDGPU/GlobalISel: Add failing ABI lowering testcases
2022-01-17 Matt ArsenaultAMDGPU: Fix LiveVariables error after optimizing VGPR...
2022-01-17 Matt ArsenaultAMDGPU/GlobalISel: Fix test not matching test name
2022-01-17 Matt Devereau[AArch64][SVE] Remove Redundant aarch64.sve.convert...
2022-01-17 Florian Hahn[LV] Add test coverage for reductions with odd interlea...
2022-01-17 Mubashar Ahmad[Clang][AArch64][ARM] PMUv3 Option Added
2022-01-17 Sam McCallRe-land [clangd] Elide even more checks in SelectionTree.
2022-01-17 Haojian Wu[clangd] Don't rename on symbols from system headers.
2022-01-17 Florian Hahn[DSE] Remove commented-out InvisibleToCallerBeforeRet...
2022-01-17 Sanjay Patel[InstCombine] propagate IR flags from binop through...
2022-01-17 Sanjay Patel[InstCombine] add tests for binop with flags and select...
2022-01-17 Sanjay Patel[InstCombine] auto-generate complete test check lines...
2022-01-17 Florian Hahn[LV] Make test more robust by adding users of inductions.
2022-01-17 Florian Hahn[VPlan] Drop unnecessary uses of getVPSingleValue ...
2022-01-17 David Sherwood[CodeGen][AArch64] Ensure isSExtCheaperThanZExt returns...
2022-01-17 David Green[AArch64] Add tests for sinking mask And to smaller...
2022-01-17 Fraser Cormack[RISCV] Add tests for scalable-vector vwsub patterns
2022-01-17 Nathan James[clangd] Add option to use dirty file contents when...
2022-01-17 Lorenzo Chelini[MLIR][Linalg] Handle Attribute in InitTensorOp
2022-01-17 Haojian WuReland (2) "[AST] Add RParen loc for decltype AutoTypel...
2022-01-17 Alex ZinenkoRevert "[mlir] fix crash in PybindAdaptors.h"
2022-01-17 Nikita Popov[MachineInstr] Don't include debug uses in bundle heade...
2022-01-17 Haojian Wu[clangd] Avoid a code completion crash
2022-01-17 Ralf Grosse... [LLDB] Fix Python GIL-not-held issues
2022-01-17 Nikita Popov[ValueTracking] Remove ComputeMultiple() function
next