platform/upstream/llvm.git
2022-03-14 LLVM GN Syncbot[gn build] Port 5e65e79bace6
2022-03-14 Valentin Clement[flang] Lower all intrinsic
2022-03-14 Jonas DevlieghereFix the implicit module build (2/2)
2022-03-14 Arthur Eubanks[NewPM] Actually recompute GlobalsAA before module...
2022-03-14 Arthur Eubanks[test] Add phase ordering test
2022-03-14 Valentin Clement[flang] Lower elemental calls
2022-03-14 Arthur Eubanks[ValueTracking] Simplify llvm::isPointerOffset()
2022-03-14 serge-sans... Fix issing header on z/OS
2022-03-14 Stella Stamenova[lldb] Skip Test11588 on Windows
2022-03-14 Jonas DevlieghereFix the implicit module build
2022-03-14 Jonas Devlieghere[lldb] Move ProgressEventData out of debugger and into...
2022-03-14 Nikita Popov[TLI] Check that malloc argument has type size_t
2022-03-14 Matthias Springer[mlir][vector] Implement unrolling of ReductionOp
2022-03-14 Sam Clegg[WebAssembly] Rename member in WasmYAML.h to avoid...
2022-03-14 Keith Smileyclang-tidy: discover binaries in build dir
2022-03-14 Sam Clegg[WebAssembly] Second phase of implemented extended...
2022-03-14 Nikita Popov[SLPVectorizer] Handle external load/store pointer...
2022-03-14 Ayush Sahay[lldb] Require native for command-thread-siginfo.test
2022-03-14 Florian Hahn[LV] Remove dead Loop argument from emitMinimumVector...
2022-03-14 Michael Kruse[polly] Introduce -polly-print-* passes to replace...
2022-03-14 Thomas Raoux[mlir][vector] Add unrolling pattern for multidim_reduce op
2022-03-14 Nikita Popov[Verifier] Verify llvm.access.group metadata
2022-03-14 Nemanja Ivanovic[PowerPC] Add missed VSX shuffles instead of Altivec...
2022-03-14 Marek KurdejRevert "[clang-format] Correctly format variable templa...
2022-03-14 Simon Moll[VE] v256f32|64 fma isel
2022-03-14 Nico Weber[lld-link] Tweak winsysroottest.test to have passing...
2022-03-14 Aaron BallmanSilence -Wlogical-op-parentheses and fix a logic bug...
2022-03-14 Tue Ly[libc] Include -150 to the special cases at the beginni...
2022-03-14 Nikita Popov[SCCP][IR] Landing pads are not safe to remove
2022-03-14 Tue Ly[libc] Implement exp2f function that is correctly round...
2022-03-14 Aaron BallmanImplement literal suffixes for _BitInt
2022-03-14 Erich KeaneHave cpu-specific variants set 'tune-cpu' as an optimiz...
2022-03-14 Matthias Springer[mlir][bufferization] Update public MLIR documentation
2022-03-14 Florian Hahn[LV] Remove dead Loop argument from emitSCEVChecks...
2022-03-14 Nikita Popov[CoroSplit] Avoid self-replacement
2022-03-14 Egor Zhdan[Clang][Sema] Avoid crashing for `__builtin_memcpy_inli...
2022-03-14 Florian Hahn[LV] Do not set insert point in completeLoopSkeleton...
2022-03-14 Nikita Popov[DeadArgElim] Guard against function type mismatch
2022-03-14 Nikita Popov[GVN] Check load type in select PRE
2022-03-14 Björn Schäpers[clang-format] Fix crash on asm block with label
2022-03-14 Björn Schäpers[clang-format][NFC] Left renamed to OpeningBrace...
2022-03-14 Björn Schäpers[clang-format] Fix crash on invalid requires expression
2022-03-14 Björn Schäpers[clang-format][NFC] Rename Left to OpeningParen...
2022-03-14 Benoit JacobExpose ScalarizerPass options to C++ (not just commandline)
2022-03-14 Marek Kurdej[clang-format] Clean up UnwrappedLineParser::parseRecor...
2022-03-14 Simon Pilgrim[X86] Update AVX512 VBMI2 VL intrinsic tests to avoid...
2022-03-14 gysit[mlir][linalg] Replace linalg.fill by OpDSL variant.
2022-03-14 Valentin Clement[flang][NFC] Use TODO with location
2022-03-14 Kazushi (Jam... [VE] Support more intrinsics
2022-03-14 Simon Moll[VE] v256i32|64 reduction isel and tests
2022-03-14 Valentin Clement[flang][NFC] Add todo in CallInterface
2022-03-14 Simon Moll[VE] v256.32|64 gather|scatter isel and tests
2022-03-14 Diana Picus[flang] Add runtime support for GET_COMMAND
2022-03-14 David SherwoodAdd BasicTTIImpl cost model for llvm.get.active.lane...
2022-03-14 Jean Perier[flang] Add support for linkonce_odr in FIR
2022-03-14 Simon Moll[VE] Transfer backend ownership
2022-03-14 gysit[mlir][linalg] Use explicit replace in canonicalization...
2022-03-14 Mehdi AminiAdd cmake_parse_arguments() to `tablegen()` CMake function
2022-03-14 Stanislav Gatev[clang][dataflow] Model the behavior of various optiona...
2022-03-14 Tobias HietaCorrectly find builtins library with clang-cl
2022-03-14 Tobias Hieta[cmake] Add LLVM_THINLTO_CACHE_PATH
2022-03-14 Kito Cheng[NFC] Fix go binding build
2022-03-14 Patrick Holland[MCA] Removed unused variable.
2022-03-14 sstwcw[clang-format] Add option to align compound assignments...
2022-03-14 sstwcw[clang-format] Extract doc for entire configuration...
2022-03-14 sstwcw[yamlio] Allow parsing an entire mapping as an enumeration
2022-03-14 Mehdi AminiRemove include_directories() from cmake `mlir_tablegen...
2022-03-14 Patrick Holland[MCA] Moved six instruction flags from InstrDesc to...
2022-03-14 Andrew Litteken[IRSim] Make sure the first instruction of a block...
2022-03-14 Yeting Kuo[RISCV] Add basic code modeling for fixed length vector...
2022-03-14 Craig Topper[RISCV] Merge ReplaceNodeResults code for SHFL and...
2022-03-14 Luo, Yuanke[X86] Update avx512vbmi2vl intrinsic tests to avoid...
2022-03-14 Andrew Litteken[IRSim][IROutliner] Ignoring Musttail Function
2022-03-14 Andrew LittekenRevert "[IRSim][IROutliner] Ignoring Musttail Function"
2022-03-13 Andrew Litteken[IRSim][IROutliner] Ignoring Musttail Function
2022-03-13 Florian Hahn[VPlan] Ensure each iv user is only visited once in...
2022-03-13 Marek Kurdej[clang-format] Fix incorrect assertion on macro definit...
2022-03-13 Marek Kurdej[clang-format] Correctly format variable templates.
2022-03-13 Marek Kurdej[clang-format] Add space to comments starting with...
2022-03-13 Marek Kurdej[clang-format] Handle attributes before case label.
2022-03-13 Simon Pilgrim[X86] Update AVX512 intrinsic tests to avoid adds
2022-03-13 Florian Hahn[PhaseOrdering] Update naming of blocks after 95f76bff1c40.
2022-03-13 Simon Pilgrim[X86] Update AVX512VL intrinsic tests to avoid adds
2022-03-13 Florian Hahn[LV] Create & use VPScalarIVSteps for all scalar users.
2022-03-13 Balazs Benics[clang-tidy][docs] Fix wrong url in DontModifyStdNamesp...
2022-03-13 Balazs Benics[clang-tidy][docs][NFC] Update URL and docs of PostfixO...
2022-03-13 Balazs Benics[clang-tidy][docs][NFC] Refer to the CERT rule in bugpr...
2022-03-13 Joe Loser[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_S...
2022-03-13 Sanjay Patel[SDAG] simplify bitwise logic with repeated operand
2022-03-13 Sanjay Patel[AArch64] add tests for bitwise logic reassociation...
2022-03-13 Simon Pilgrim[InstCombine] Add additional icmp eq/ne test coverage...
2022-03-13 Groverkss[MLIR][Presburger][NFC] Fix doc for PresburgerSpace...
2022-03-13 Simon Pilgrim[PhaseOrdering] loop-rotation-vs-common-code-hoisting...
2022-03-13 Christian Sigg[MLIR][NFC] Fix deprecation message.
2022-03-13 Groverkss[MLIR][Presburger] Add support for PresburgerRelation
2022-03-13 Simon Pilgrim[X86] combineCMP - peek through zero-extensions for...
2022-03-13 Lehua Ding[RISCV][RVV] Fix vslide1up/down intrinsics overflow...
2022-03-13 Austin Kerbow[AMDGPU] Add llvm.amdgcn.s.setprio intrinsic
2022-03-13 Nimish Mishra[NFC][flang][OpenMP] Fixes formatting issues with D110714
2022-03-13 chhzh123[MLIR][Python] Add SCFIfOp Python binding
next