aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-12[clang][ExtractAPI][NFC] Fix sed delimiter in testZixu Wang15-34/+34
2022-04-13[NFC][CodeGen] Use ArrayRef in TargetLowering functionsShao-Ce SUN2-134/+100
2022-04-12[AMDGPU][Codegen] Unsupported image sample texture map instructionsAnshil Gandhi4-9/+157
2022-04-12[SimplifyCFG] cleanup code for converting switch to select (NFC)Sanjay Patel1-33/+33
2022-04-12[OpenMP][libomp] Fix some Doxygen issuesJonathan Peyton3-5/+5
2022-04-12[AArch64] Async unwind - function epiloguesMomchil Velikov50-296/+1914
2022-04-12[NFC][libc++][test] Move time tests.Mark de Wever301-0/+0
2022-04-12[AMDGPU] Use default member initializers in Subtarget classesJay Foad5-275/+137
2022-04-12[gn build] Fix a URL in a commentNico Weber1-1/+1
2022-04-12[InstSimplify] Don't fold phi of poison and trapping const expr (PR49839)Nikita Popov2-5/+13
2022-04-12[InstSimplify] Add test for PR49839 (NFC)Nikita Popov1-0/+42
2022-04-12[AMDGPU] Split unaligned 3 DWORD DS operationsStanislav Mekhanoshin4-31/+18
2022-04-12[AMDGPU] Refactor LDS alignment checks.Stanislav Mekhanoshin3-103/+77
2022-04-12[X86] getFauxShuffleMask - remove use DemandedElts TODOSimon Pilgrim1-1/+0
2022-04-12[pseudo] Remove unused clangTesting dep. NFCSam McCall1-1/+0
2022-04-12[clang-tidy] Never consider assignments as equivalent in `misc-redundant-expr...Fabian Wolff3-1/+18
2022-04-12[lldb] Adjust libc++ string formatter for changes in D122598Pavel Labath1-8/+12
2022-04-12[Clang] Fix unknown type attributes diagnosed twice with [[]] spellingJun Zhang5-8/+31
2022-04-12[ValueTracking] Make getStringLenth aware of strdupserge-sans-paille5-26/+60
2022-04-12[lldb][AArch64] Automatically add all extensions to disassemblerDavid Spickett1-5/+8
2022-04-12[AMDGPU][DOC][NFC] Updated GFX10 assembler syntax descriptionDmitry Preobrazhensky97-2217/+2228
2022-04-12[MLIR][Presburger] normalizeDiv: add assert that denom > 0Arjun P1-0/+1
2022-04-12[AMDGPU][DOC][NFC] Updated GFX1030 assembler syntax descriptionDmitry Preobrazhensky16-1039/+1062
2022-04-12[DAG] Add non-uniform vector support to (shl (sr[la] exact X, C1), C2) foldsSimon Pilgrim2-60/+37
2022-04-12Update the Bazel build files for "[mlir][Math] Replace some constant ..."Dmitri Gribenko1-0/+1
2022-04-12[mlir][Math] Replace some constant folder functions with common folder functi...jacquesguan1-78/+25
2022-04-12[MLIR][Presburger][Simplex] addSymbolicCut: don't add symbol div if denom is 1Arjun P1-8/+15
2022-04-12[X86] Fix extact -> exact typo in test namesSimon Pilgrim1-16/+16
2022-04-12[gn build] Port 95f0f69f1ff8LLVM GN Syncbot1-1/+0
2022-04-12Revert "[AST] Add a new TemplateKind for template decls found via a using decl."Haojian Wu22-239/+13
2022-04-12[mlir] Prefix pass manager options with `mlir-`Andrzej Warzynski13-57/+58
2022-04-12[mlir][scf][bufferize][NFC] Lookup buffer using helper functionMatthias Springer1-19/+25
2022-04-12[InlineCost] Check that function types matchNikita Popov2-3/+30
2022-04-12[gn build] Port 5a5be4044f0bLLVM GN Syncbot1-0/+1
2022-04-12[AST] Add a new TemplateKind for template decls found via a using decl.Haojian Wu22-13/+239
2022-04-12[BOLT] Compact legacy profilesYi Kong1-1/+18
2022-04-12[clang][ASTImporter] Add import of attribute 'enable_if'.Balázs Kéri2-0/+16
2022-04-12Apply clang-tidy fixes for performance-unnecessary-value-param in LLVMDialect...Mehdi Amini1-1/+1
2022-04-12Apply clang-tidy fixes for performance-unnecessary-value-param in SplitReduct...Mehdi Amini2-12/+14
2022-04-12Guard copy of std::function to llvm::function_ref (fix crash)Mehdi Amini1-1/+2
2022-04-12[sanitizer] Fix internal_mmap in internal symbolizerVitaly Buka2-4/+5
2022-04-12Use std::function instead of function_ref in MLIR JitRunnerMehdi Amini1-1/+1
2022-04-12Revert "Fix CUDA runtime wrapper for GPU mem alloc/free to async"Mehdi Amini1-21/+2
2022-04-12workflow: When updating the issueXX branch, use force pushTobias Hieta1-1/+1
2022-04-12[llvm-pdbutil] Fix broken '-modi' option after change D122226.Carlos Alberto Enciso5-6/+48
2022-04-12Apply clang-tidy fixes for readability-identifier-naming in LinalgOps.cpp (NFC)Mehdi Amini1-3/+3
2022-04-12Apply clang-tidy fixes for performance-for-range-copy in LinalgOps.cpp (NFC)Mehdi Amini1-1/+1
2022-04-11[CodeGen][test] Fix disable-tail-calls.c if CLANG_ENABLE_OPAQUE_POINTERS_INTE...Fangrui Song1-1/+1
2022-04-11[Driver] -fno-optimize-sibling-calls: use the same spelling for its -cc1 coun...Fangrui Song5-17/+13
2022-04-12[AMDGPU] Graceful abort for waterfalls in SIOptimizeVGPRLiveRangeCarl Ritson2-3/+129