platform/upstream/llvm.git
2022-04-12 Matt ArsenaultGlobalISel: Fix lowerSelect handling of boolean high...
2022-04-12 Matt ArsenaultGlobalISel: Handle widening addo/subo booleans
2022-04-12 Matt ArsenaultGlobalISel: Handle widening umulo/smulo condition outputs
2022-04-12 Matt ArsenaultGlobalISel: Update mutationIsSane assert for scalable...
2022-04-12 Matt ArsenaultMips/GlobalISel: Add test for atomic load
2022-04-12 Craig Topper[RISCV] Add a encodeLMUL function to RISCVVType. NFC
2022-04-12 Quinn Pham[PowerPC] Fix EmitPPCBuiltinExpr to emit arguments...
2022-04-12 Fangrui Songlit.cfg.py: remove obsoleted feature clang-driver
2022-04-12 Fangrui Song[Driver][test] Remove unused/obsoleted REQUIRES: clang...
2022-04-12 Walter Erquinigo[trace][intelpt] Remove code smell when printing the...
2022-04-12 Walter Erquinigo[trace][intelpt] Add task timer classes
2022-04-12 Fangrui Song[ubsan][test] Unsupport Android for new test diag-stack...
2022-04-12 Daniel Grumberg[clang][extract-api] Add support for true anonymous...
2022-04-12 Changpeng FangAMDGPU: Emit metadata for the hidden_multigrid_sync_arg...
2022-04-12 Stanislav Mekhanoshin[AMDGPU] Update ds-alignment.ll test checks. NFC.
2022-04-12 Aart Bik[mlir][sparse] refactored python setup of sparse compiler
2022-04-12 Mahesh Ravishankar[mlir][Linalg] Allow collapsing subset of the reassocia...
2022-04-12 Simon Pilgrim[SLP][X86] Add ray_sphere intersection methods from...
2022-04-12 Jonas Devlieghere[lldb] Re-enable fixed on-device tests
2022-04-12 Nick Desaulniers[Bitcode] materialize Functions early when BlockAddress...
2022-04-12 Shraiysh Vaishay[mlir][OpenMP] Added omp.task
2022-04-12 Fangrui Song[ubsan] Fix print_stacktrace=1:fast_unwind_on_fatal...
2022-04-12 Martin Sebor[InstCombine] Add more memrchr tests (NFC).
2022-04-12 Jonathan Peyton[OpenMP][libomp] Replace global variable references...
2022-04-12 Arthur Eubanks[docs] Mention that we are in the process of removing...
2022-04-12 Louis Dionne[libc++] Define legacy symbols for inline functions...
2022-04-12 Ahmed Bougacha[AArch64][LOH] Don't ignore regmasks in bundles by...
2022-04-12 Ahmed Bougacha[AArch64] Cleanup call-rv-marker.ll test. NFC.
2022-04-12 Harald van... [X86] Fix handling of maskmovdqu in x32 differently
2022-04-12 Groverkss[MLIR][Presburger] Remove inheritance from PresburgerSp...
2022-04-12 Zixu Wang[clang][ExtractAPI][NFC] Fix sed delimiter in test
2022-04-12 Shao-Ce SUN[NFC][CodeGen] Use ArrayRef in TargetLowering functions
2022-04-12 Anshil Gandhi[AMDGPU][Codegen] Unsupported image sample texture...
2022-04-12 Sanjay Patel[SimplifyCFG] cleanup code for converting switch to...
2022-04-12 Jonathan Peyton[OpenMP][libomp] Fix some Doxygen issues
2022-04-12 Momchil Velikov[AArch64] Async unwind - function epilogues
2022-04-12 Mark de Wever[NFC][libc++][test] Move time tests.
2022-04-12 Jay Foad[AMDGPU] Use default member initializers in Subtarget...
2022-04-12 Nico Weber[gn build] Fix a URL in a comment
2022-04-12 Nikita Popov[InstSimplify] Don't fold phi of poison and trapping...
2022-04-12 Nikita Popov[InstSimplify] Add test for PR49839 (NFC)
2022-04-12 Stanislav Mekhanoshin[AMDGPU] Split unaligned 3 DWORD DS operations
2022-04-12 Stanislav Mekhanoshin[AMDGPU] Refactor LDS alignment checks.
2022-04-12 Simon Pilgrim[X86] getFauxShuffleMask - remove use DemandedElts...
2022-04-12 Sam McCall[pseudo] Remove unused clangTesting dep. NFC
2022-04-12 Fabian Wolff[clang-tidy] Never consider assignments as equivalent...
2022-04-12 Pavel Labath[lldb] Adjust libc++ string formatter for changes in...
2022-04-12 Jun Zhang[Clang] Fix unknown type attributes diagnosed twice...
2022-04-12 serge-sans... [ValueTracking] Make getStringLenth aware of strdup
2022-04-12 David Spickett[lldb][AArch64] Automatically add all extensions to...
2022-04-12 Dmitry Preobrazhensky[AMDGPU][DOC][NFC] Updated GFX10 assembler syntax descr...
2022-04-12 Arjun P[MLIR][Presburger] normalizeDiv: add assert that denom > 0
2022-04-12 Dmitry Preobrazhensky[AMDGPU][DOC][NFC] Updated GFX1030 assembler syntax...
2022-04-12 Simon Pilgrim[DAG] Add non-uniform vector support to (shl (sr[la...
2022-04-12 Dmitri GribenkoUpdate the Bazel build files for "[mlir][Math] Replace...
2022-04-12 jacquesguan[mlir][Math] Replace some constant folder functions...
2022-04-12 Arjun P[MLIR][Presburger][Simplex] addSymbolicCut: don't add...
2022-04-12 Simon Pilgrim[X86] Fix extact -> exact typo in test names
2022-04-12 LLVM GN Syncbot[gn build] Port 95f0f69f1ff8
2022-04-12 Haojian WuRevert "[AST] Add a new TemplateKind for template decls...
2022-04-12 Andrzej Warzynski[mlir] Prefix pass manager options with `mlir-`
2022-04-12 Matthias Springer[mlir][scf][bufferize][NFC] Lookup buffer using helper...
2022-04-12 Nikita Popov[InlineCost] Check that function types match
2022-04-12 LLVM GN Syncbot[gn build] Port 5a5be4044f0b
2022-04-12 Haojian Wu[AST] Add a new TemplateKind for template decls found...
2022-04-12 Yi Kong[BOLT] Compact legacy profiles
2022-04-12 Balázs Kéri[clang][ASTImporter] Add import of attribute 'enable_if'.
2022-04-12 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-04-12 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-04-12 Mehdi AminiGuard copy of std::function to llvm::function_ref ...
2022-04-12 Vitaly Buka[sanitizer] Fix internal_mmap in internal symbolizer
2022-04-12 Mehdi AminiUse std::function instead of function_ref in MLIR JitRunner
2022-04-12 Mehdi AminiRevert "Fix CUDA runtime wrapper for GPU mem alloc...
2022-04-12 Tobias Hietaworkflow: When updating the issueXX branch, use force...
2022-04-12 Carlos Alberto... [llvm-pdbutil] Fix broken '-modi' option after change...
2022-04-12 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-04-12 Mehdi AminiApply clang-tidy fixes for performance-for-range-copy...
2022-04-12 Fangrui Song[CodeGen][test] Fix disable-tail-calls.c if CLANG_ENABL...
2022-04-12 Fangrui Song[Driver] -fno-optimize-sibling-calls: use the same...
2022-04-12 Carl Ritson[AMDGPU] Graceful abort for waterfalls in SIOptimizeVGP...
2022-04-12 rdzhabarovFix BUILD dependency for ExecutionEngineUtils
2022-04-12 Carl Ritson[AMDGPU] Pre-commit test for D123569. NFC.
2022-04-12 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto in Linal...
2022-04-12 Mehdi AminiApply clang-tidy fixes for performance-move-const-arg...
2022-04-12 Uday Bondhugula[MLIR] NFC. Address clang-tidy warning in AffineOps.cpp
2022-04-12 Vitaly Buka[sanitizer] Fix typo in test
2022-04-12 Uday BondhugulaFix CUDA runtime wrapper for GPU mem alloc/free to...
2022-04-12 PoYao Chang[Clang] CWG 1394: Incomplete types as parameters of...
2022-04-12 PoYao Chang[NFC][Clang] Use previously declared variable instead...
2022-04-12 Brad Smith[CSKY] Remove redundant enabling of IAS for Clang, NFC
2022-04-12 Peixin-Qiao[MLIR][OpenMP] Add support for threadprivate directive
2022-04-12 jacquesguan[mlir][NFC] Remove some redundant code.
2022-04-12 Vitaly Buka[sanitizer] Update undefined symbols of symbolizer
2022-04-12 Eugene Zhulenev[mlir] Add msan memory unpoisoning macros to mlir Execu...
2022-04-12 Liqin Weng[InstCombine] fold more constant remainder to select...
2022-04-12 Alexander Shaposhnikov[InstCombine] Fold icmp(X) ? f(X) : C
2022-04-12 rdzhabarovFixing BUILD dependency on the DialectBase.
2022-04-12 Alexander Shaposhnikov[InstCombine][NFC] Add baseline tests for folds icmp...
2022-04-12 Craig Topper[SelectionDAG] Remove unecessary null check after call...
2022-04-12 Vitaly Buka[sanitizer] Make test pass with InternalSymbolizer
next