platform/upstream/llvm.git
2022-12-05 Dmitry Vyukovcompiler-rt/test/metadata: restrict tests to x86_64
2022-12-05 Roman Lebedev[NFC] Fix test/CodeGen/PowerPC/O0-pipeline.ll
2022-12-05 Matt Arsenaultclang: Convert builtins test to opaque pointers
2022-12-05 Joseph Huber[LinkerWrapper] Fix use-after-free when using JIT
2022-12-05 Dmitry VyukovUse-after-return sanitizer binary metadata
2022-12-05 Matt ArsenaultValueTracking: Teach CannotBeOrderedLessThanZero about...
2022-12-05 Matt ArsenaultValueTracking: Teach isKnownNeverNaN about arithmetic_fence
2022-12-05 Matt ArsenaultValueTracking: Teach isKnownNeverInfinity about arithme...
2022-12-05 Matt ArsenaultIntrinsics: Fix not speculating llvm.fptrunc.round
2022-12-05 Vladislav Dzhidzhoev[GlobalISel][DebugInfo] Propagate debug location for...
2022-12-05 Juan Manuel... [NFC][Clang][Driver][AMDGPU] Avoid temporary copies...
2022-12-05 Dmitry Preobrazhensky[AMDGPU][MC] Correct handling of mandatory literals
2022-12-05 Haojian WuAn iwyu cleanup in flang/Frontend/TargetOptions.h
2022-12-05 Sander de Smalen[AArch64][SME] Avoid going through memory for streaming...
2022-12-05 Florian Hahn[ConstraintElim] Update comment after recent changes.
2022-12-05 Guray Ozen[mlir] Fix infinite loop in collapse
2022-12-05 luxufan[SCCP] Propagate equality of a not-constant
2022-12-05 Petar AvramovicAMDGPU/MC: Simplify AsmParser for VOP3P
2022-12-05 David Spickett[LLVM][Runtimes] Surround unknown runtime with ""
2022-12-05 Haojian Wu[include-cleaner] Add two command-line flags to the...
2022-12-05 Tomas MathesonRevert "[AArch64] Improve TargetParser API"
2022-12-05 Nikita Popov[SCCP] Add support for with.overflow intrinsics
2022-12-05 Michael Buch[lldb][Test] TestModulesCompileError.py: fix expected...
2022-12-05 Max Kazantsev[NFC] Rename variable MaxBECount -> ConstantMaxBECount
2022-12-05 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2022-12-05 Adrian Kuegel[mlir][Tensor] Apply ClangTidy performance finding...
2022-12-05 Tiehu Zhang[AArch64][SVE2] Add patterns for eor3
2022-12-05 John McIver[NFC][clang] Strengthen checks in matrix-type-operators.c
2022-12-05 John McIver[NFC][clang] Strengthen checks in matrix-type-operators.cpp
2022-12-05 Valentin Clement[flang][NFC] Remove implemented TODOs
2022-12-05 Max Kazantsev[Test] Add 2 more simplified test with missing opts
2022-12-05 Valentin Clement[flang] Pointer assignment with remapping involcing...
2022-12-05 Nikita Popov[LAA] Use cross-iteration alias analysis
2022-12-05 Matthias Springer[mlir][tensor] Fold rank-reducing insert_slice with...
2022-12-05 Matthias Springer[mlir][tensor] Fold rank-reducing extract_slice with...
2022-12-05 Fangrui Song[LegacyPM] Remove dead declarations
2022-12-05 Jean Perier[flang] Lower function return to HLFIR
2022-12-05 Fangrui Song[PowerPC] Remove unused MacOSX check
2022-12-05 Fangrui Song[LegacyPM] Remove AnnotationRemarksLegacyPass
2022-12-05 Nikita Popov[PowerPC] Use default attributes for intrinsics
2022-12-05 Nikita Popov[llvm-c] Remove C API functions that are incompatible...
2022-12-05 Vassil Vassilev[lldb] Fix the way we set up the lldb modules infrastru...
2022-12-05 Nikita Popov[Kaleidoscope] Fix build after std::optional changes
2022-12-05 Adrian Kuegel[mlir][Linalg] Apply ClangTidy fixes (NFC)
2022-12-05 Nikita Popov[AST] Make AliasSetTracker work on BatchAA
2022-12-05 Fangrui SongTransforms/IPO: llvm::Optional => std::optional
2022-12-05 Vitaly Buka[test][msan] Update for noundef on retval
2022-12-05 Fangrui SongRemove unused #include "llvm/ADT/Optional.h"
2022-12-05 Fangrui Song[iwyu] Add Hashing.h
2022-12-05 Kazu HirataForward-declare raw_ostream (NFC)
2022-12-05 Fangrui Song[ELF] Produce DT_RISCV_VARIANT_CC
2022-12-05 esmeyi[NFC][XCOFF] format `XCOFFObjectWriter.cpp`
2022-12-05 Fangrui Song[iwyu] Fix files which would break without #include...
2022-12-05 Kazu Hirata[clang] Use std::nullopt instead of None in comments...
2022-12-05 Fangrui SongCheckedArithmetic: llvm::Optional => std::optional
2022-12-05 Fangrui SongRemove unused #include "llvm/ADT/Optional.h"
2022-12-05 Yeting Kuo[RISCV] Support .variant_cc directive for the assembler.
2022-12-05 Fangrui Song[IR] llvm::Optional => std::optional
2022-12-05 Kazu Hirata[lldb] Use std::nullopt instead of None in comments...
2022-12-05 Kazu Hirata[mlir] Use std::nullopt instead of None in comments...
2022-12-05 Kazu Hirata[llvm] Use std::nullopt instead of None in comments...
2022-12-05 Weining Lu[LoongArch] Specify registers used for exception handling
2022-12-05 Fangrui Song[MCDisassembler] Work around GCC 7 after f4c16c44737caa...
2022-12-05 Chen Zheng[PowerPC][GISel]support for float point and integer...
2022-12-05 Vitaly Buka[test][CodeGen] Check noundef for omited return
2022-12-05 Vitaly Buka[test][CodeGen] Check noundef for return value
2022-12-05 Vitaly Buka[NFC][CodeGen] Extract HasStrictReturn
2022-12-05 Vitaly Buka[NFC][CodeGen] Add const to a method
2022-12-05 Qihan Cai[flang] Diagnostic for shape argument in c_f_pointer
2022-12-05 Craig Topper[RISCV] Use findFirstSet instead of countTrailingZeros...
2022-12-05 Craig Topper[RISCV] Use emplace_back to shorten lines in RISCVMatIn...
2022-12-05 Chen Zheng[PowerPC] don't check CTR clobber in hardware loop...
2022-12-05 Kazu Hirata[clang-tools-extra] Use std::nullopt instead of None...
2022-12-05 Kazu Hirata[llvm] Use std::nullopt instead of None in comments...
2022-12-05 Kazu Hirata[mlir] Use std::nullopt instead of None in comments...
2022-12-05 Kazu Hirata[llvm] Use std::nullopt instead of None in comments...
2022-12-05 Peter Klausler[flang] Don't propagate PRIVATE into submodule module...
2022-12-05 Kazu Hirata[lldb/unittests] Use std::nullopt instead of None ...
2022-12-05 Kazu Hirata[lldb] Use std::nullopt instead of None (NFC)
2022-12-05 LLVM GN Syncbot[gn build] Port 122efef8ee9b
2022-12-05 Fangrui Song[DebugInfo] llvm::Optional => std::optional
2022-12-04 Kazu Hirata[clang] Use std::nullopt instead of None in comments...
2022-12-04 Jonas PaulssonRevert "Reapply "[CodeGen] Add new pass for late cleanu...
2022-12-04 Peter Klausler[flang] Check restrictions on TRANSFER()
2022-12-04 Fangrui Song[SanitizerBinaryMetadata] Use weak __start_/__stop_...
2022-12-04 Kazu Hirata[IR] Use std::nullopt instead of None (NFC)
2022-12-04 Florian Hahn[VPlan] Support sinking VPScalarIVStepsRecipe.
2022-12-04 Fangrui Song[Target] llvm::Optional => std::optional
2022-12-04 Kazu Hirata[flang] Use std::nullopt instead of None (NFC)
2022-12-04 Kazu Hirata[mlir] Use std::nullopt instead of None (NFC)
2022-12-04 Kazu Hirata[flang] Use std::nullopt instead of None (NFC)
2022-12-04 Kazu Hirata[mlir] Use std::nullopt instead of None (NFC)
2022-12-04 Kazu Hirata[clang] Use std::nullopt instead of None (NFC)
2022-12-04 Kazu Hirata[llvm] Use std::nullopt instead of None (NFC)
2022-12-04 Fangrui Song[MC] llvm::Optional => std::optional
2022-12-04 Fangrui Song[flang] Fix pgoOpt
2022-12-04 Peter Klausler[flang] Emit errors and warnings about DIM= arguments...
2022-12-04 Fangrui Song[Passes] llvm::Optional => std::optional
2022-12-04 Krzysztof ParzyszekInstructions: convert Optional to std::optional
2022-12-04 Owen Pan[clang-format] Link the braces of a block in UnwrappedL...
next