platform/upstream/llvm.git
2022-03-21 Jakob JohnsonFix e6c84f82b87576a57d1fa1c7e8c289d3d4fa7ab1
2022-03-21 Konrad Kleine[format] Use int8_t as the underlying type of all enums...
2022-03-21 Maksim Panchenko[X86][NFCI] Remove redundant functions
2022-03-21 Nikita Popov[X86] Regenerate test checks
2022-03-21 Frederic Cambus[compiler-rt] Remove mentions of AuroraUX in code comme...
2022-03-21 Daniel GrumbergEnsure -extract-api handles multiple headers correctly
2022-03-21 Jakob JohnsonFix e6c84f82b87576a57d1fa1c7e8c289d3d4fa7ab1
2022-03-21 Snehasish Kumar[memprof] Store callsite metadata with memprof records.
2022-03-21 Arthur Eubanks[llvm-stress] Remove global LLVMContext
2022-03-21 Nikita PopovRevert "[X86] combineAddOrSubToADCOrSBB - Fold ADD...
2022-03-21 Mehdi AminiAdjust `llvm_unreachable` macro to account for platform...
2022-03-21 Mircea Trofin[mlgo] Fix build breaks introduced by includes cleanups
2022-03-21 LLVM GN Syncbot[gn build] Port e6c84f82b875
2022-03-21 Markus Böck[mlir] Rename `OpAsmParser::OperandType` to `OpAsmParse...
2022-03-21 Eric Li[libTooling] Generalize string explanation as templated...
2022-03-21 Jakob JohnsonAdd thin wrapper for perf_event_open API
2022-03-21 Stanislav Mekhanoshin[AMDGPU] Fix AV classes VTs. NFCI.
2022-03-21 Arthur Eubanks[llvm-libtools-darwin] Don't use global LLVMContext
2022-03-21 Joseph Huber[CUDA] Add getTargetFeatures for the NVPTX toolchain
2022-03-21 Stefan Pintilie[PowerPC][NFC] Add test case for byval argument passing
2022-03-21 alex-t[AMDGPU] divergence patterns for the BUILD_VECTOR i16...
2022-03-21 Peter Klausler[flang] Expose error recovery cases in external I/O
2022-03-21 Louis Dionne[bootstrap] Allow passing options to sub-builds for...
2022-03-21 Arjun P[MLIR][Presburger] Deduplicate and move getNegatedCoeff...
2022-03-21 Craig Topper[SelectionDAG] Make getPreferredExtendForValue take...
2022-03-21 Nathan James[ASTMatchers] Output currently processing match and...
2022-03-21 Kim GräsmanAdding a release note
2022-03-21 Yitzhak MandelbaumRevert "[libTooling] Generalize string explanation...
2022-03-21 Aaron BallmanIgnore FullExpr when traversing cast sub-expressions
2022-03-21 Kim GräsmanGeneralize and harmonize sub-expression traversal
2022-03-21 Duncan P. N... Compiler: Remove empty fallback definition for LLVM_BUI...
2022-03-21 Eric Li[libTooling] Generalize string explanation as templated...
2022-03-21 Zarko Todorovski[libc++][AIX] AIX allows for changing permissions of...
2022-03-21 Arjun P[MLIR][Presburger] simplify removeConstraintsInvolvingRange
2022-03-21 Nico Weber[clang] Remove stdint.h include from a test
2022-03-21 Daniel ThornburghFix buildbot failures from 7917b3c6.
2022-03-21 Sam McCall[clangd] Fix nullptr crash in AddUsing tweak on catch...
2022-03-21 Louis Dionne[libc++] Trigger CI when cmake/ is modified
2022-03-21 Philip Reames[test] Add regression test from pr54465
2022-03-21 Nico Weber[gn build] Use lld-link's new /winsysroot: flag
2022-03-21 Arthur Eubanks[llvm-lipo] Don't use a global LLVMContext
2022-03-21 Simon Pilgrim[X86][AVX512] lower1BitShuffle - fold broadcast(setcc...
2022-03-21 Snehasish Kumar[DebugInfo][NFC] Add a comment on the ordering of DILin...
2022-03-21 Snehasish Kumar[memprof] Update the frame is inline logic and unittests.
2022-03-21 Aart Bik[mlir][sparse] implement loop index value vectorization
2022-03-21 Tom Honermann[clang] [OpenMP] Diagnose use of 'target_clones' in...
2022-03-21 Tom Honermann[clang] [OpenMP] Extend OpenMP variant declaration...
2022-03-21 Tom Honermann[clang] Produce a "multiversion" annotation in textual...
2022-03-21 Tom Honermann[clang] NFC: Rename 'MVType' variables to 'MVKind'...
2022-03-21 Tom Honermann[clang] Add missing diagnostics for invalid overloads...
2022-03-21 Tom Honermann[clang] NFC: Remove forced type merging in multiversion...
2022-03-21 Tom Honermann[clang] NFC: Redundant code removal in SemaDecl.cpp...
2022-03-21 Tom Honermann[clang] NFC: Dead code removal in SemaDecl.cpp, CheckMu...
2022-03-21 Tom Honermann[clang] Add test cases for multiversion function overlo...
2022-03-21 Hirochika Matsumoto[IROutliner][NFC] Fix typo in doc of findOrCreatePHIInBlock
2022-03-21 Adam Czachorowski[clangd] Track time spent in filesystem ops during...
2022-03-21 LLVM GN Syncbot[gn build] Port 7917b3c6957c
2022-03-21 Daniel Thornburgh[Debuginfod] Don't depend on Content-Length.
2022-03-21 Simon Pilgrim[X86][AVX512] Add PR52500 vXi1 broadcast test case
2022-03-21 Philip ReamesAdd missing dependencies to mayHaveNonDefUseDependency
2022-03-21 Philip ReamesRename mayBeMemoryDependent in polly to fix build bot
2022-03-21 Valentin Clement[flang] Lower procedure designator
2022-03-21 Dave Lee[lldb] Fix llvm::Optional summary provider
2022-03-21 Philip ReamesRename mayBeMemoryDependent to mayHaveNonDefUseDependen...
2022-03-21 Aaron BallmanRemove the clang/INPUTS directory; NFC
2022-03-21 Jay Foad[MachineCopyPropagation] More robust isForwardableRegCl...
2022-03-21 Arthur Eubanks[clang] Remove Address::deprecated from MveEmitter
2022-03-21 Kadir Cetinkaya[clangd] Test against path insensitivity
2022-03-21 Amir Ayupov[X86][NFC] MnemonicTables: only access RI fields if...
2022-03-21 Arjun P[MLIR][Presburger] unittests: move more util functions...
2022-03-21 Arthur Eubanks[OpaquePointers][BitcodeReader] Enable -opaque-pointers...
2022-03-21 Craig Topper[VP] Make VectorBuilder take IRBuilderBase instead...
2022-03-21 Simon Pilgrim[X86] Add PR34666 redundant broadcast test case
2022-03-21 Andrew Litteken[IROutliner] Fix phi nodes when self referential within...
2022-03-21 psamolysov... [InferAddressSpaces][NFC] Small code improvements for...
2022-03-21 Arjun P[MLIR][Presburger] Support PWMAFunction::dump by callin...
2022-03-21 Simon Pilgrim[X86] Don't fold SUB(X,SBB(0,0,W)) -> SUB(ADC(0,0,W),Y)
2022-03-21 Simon Pilgrim[X86] Add ((z & m) >> s) - (x + y)) sub -> sbb test...
2022-03-21 Arjun P[MLIR][Presburger] fix typo: maybeGetNonIntegeralVarRow...
2022-03-21 zhongyunde[AArch64][SelectionDAG] Supports unpklo/hi instructions...
2022-03-21 William S.... [MLIR][SCF] Fix nested if merging bug
2022-03-21 Arjun P[MLIR][Presburger] fix the names of some tests (NFC)
2022-03-21 Arjun P[MLIR][Presburger] IntegerPolyhedronTest: remove unused...
2022-03-21 Arjun P[MLIR][Presburger] IntegerRelation.h: Fix header guard
2022-03-21 Arjun P[MLIR][Presburger] add a non-const Matrix::getRow(...
2022-03-21 Alex Zinenko[mlir][bazel] filegroups for Python CF, PDL, Tensor...
2022-03-21 Aaron PuchertAdd cmake/ to release tarballs via concatenation
2022-03-21 Kiran Chandramohan[Flang] Add OpenMP Conversion patterns
2022-03-21 Nikita Popov[CodeGen][OpenMP] Use correct type in EmitLoadOfPointer()
2022-03-21 Simon Pilgrim[X86] Fold SUB(X,SBB(Y,Z,W)) -> SUB(ADC(X,Z,W),Y)
2022-03-21 Arjun PRevert "Matrix::getRow non-const"
2022-03-21 Arjun PMatrix::getRow non-const
2022-03-21 Nikita PopovReapply [Utils] Fix %S substitution
2022-03-21 Louis Dionne[libunwind] Add libunwind to the bootstrapping build CI
2022-03-21 Louis Dionne[libc++] Disable modules with the bootstrapping build
2022-03-21 Alex Bradbury[WebAssembly][NFC] Add test case for functype emission
2022-03-21 Simon Pilgrim[X86] combineAddOrSubToADCOrSBB - commute + neg subtrac...
2022-03-21 James Y Knight[compiler-rt] Expand comment about Exynos 9810 workaround.
2022-03-21 Simon Pilgrim[X86] combineAddOrSubToADCOrSBB - bail for illegal...
2022-03-21 Nikita PopovRevert "[Utils] Fix %S substitution"
next