aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-12[runtimes] Use a response file for runtimes test suitesPetr Hosek3-26/+10
2022-10-12[mlir][Math] Change regex to match fp value on different target.jacquesguan1-4/+4
2022-10-11Revert "Fix locating of COMPILER_RT_LIBCXX_PATH"Vitaly Buka1-2/+1
2022-10-12[SimpleLoopUnswitch][NFC] Separate legality checks from cost computationMax Kazantsev1-25/+30
2022-10-12[NFC] Factor out computation of best unswitch cost candidateMax Kazantsev1-81/+104
2022-10-12[llvm] [cmake] Support finding both static and shared zstd via FindZstdMichał Górny1-3/+9
2022-10-12[clang] Do not override libclang.so's SOVERSION if CLANG_FORCE_MATCHING_LIBCL...Michał Górny1-4/+3
2022-10-12[mlir][async] Fix missing dialect dependency in async-to-async-runtimerkayaith1-1/+1
2022-10-12Apply clang-tidy fixes for performance-unnecessary-value-param in TileUsingIn...Mehdi Amini2-6/+6
2022-10-12Apply clang-tidy fixes for performance-for-range-copy in TileUsingInterface.c...Mehdi Amini1-3/+3
2022-10-12Fix typo in tablegen option: '-gen-typedef-docs' -> '-gen-typedef-doc'Mehdi Amini1-1/+1
2022-10-11Fix locating of COMPILER_RT_LIBCXX_PATHVitaly Buka1-1/+2
2022-10-11Fix assert in generated `direct` property getter/setters due to removal of `_...Michael Wyman2-4/+32
2022-10-11[lld-macho] Canonicalize personality pointers in EH framesJez Ng4-7/+75
2022-10-12[AArch64][Windows] Check sret attribute also for inreg attributechenglin.bi2-1/+13
2022-10-12[RISCV] Add isel patterns for vmacc, vnmsac.Yeting Kuo5-0/+8830
2022-10-12Apply clang-tidy fixes for readability-simplify-boolean-expr in BufferizableO...Mehdi Amini1-5/+3
2022-10-12Apply clang-tidy fixes for llvm-else-after-return in MultiBuffer.cpp (NFC)Mehdi Amini1-4/+4
2022-10-11[RISCV] Use mask/tail agnostic if tied source is IMPLICIT_DEF regardless of t...Craig Topper77-3179/+3176
2022-10-11Revert "[DAGCombiner] Fold (mul (sra X, BW-1), Y) -> (neg (and (sra X, BW-1),...Craig Topper13-1923/+1733
2022-10-11[RISCV] Remove unused SchedClass WriteVFCvtFToFV. NFCCraig Topper1-2/+0
2022-10-11[llvm-ocaml] Replace all typed pointer functions with opaque pointer functionsAlan Hu7-269/+114
2022-10-11[mlir][sparse] Add MLIR interface for sparse tensor file input and output.bixia13-0/+350
2022-10-11[DAGCombiner] Fold (mul (sra X, BW-1), Y) -> (neg (and (sra X, BW-1), Y))Craig Topper13-1733/+1923
2022-10-11[lld-macho] Add --ignore-auto-link-optionKeith Smiley4-0/+19
2022-10-11[clang][deps] Prevent emitting diagnostics outside of source fileJan Svoboda2-0/+41
2022-10-11[clang][deps] Remove more codegen optionsJan Svoboda3-1/+12
2022-10-11[Clang] Do not build the OffloadActionBuilder when using the new driverJoseph Huber1-10/+13
2022-10-11Prevent lldb-vscode tests from source lldbinit fileJeffrey Tan3-10/+26
2022-10-11[GlobalISel] Allow vectors in redundant or + add combinesJessica Paquette3-12/+121
2022-10-11[llvm] Update WPD tests to use opaque pointersLeonard Chan40-1078/+794
2022-10-11[LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_exter...Fangrui Song5-22/+82
2022-10-11[mlir][sparse] Add rewriting rules for the sparse_tensor.new operator.bixia12-1/+127
2022-10-11[MC] .addrsig_sym: ignore unregistered symbolsFangrui Song9-21/+47
2022-10-11[mlir][sparse] Renaming mlir_sparse_tensor_utils library to SparseTensorRuntimewren romano5-22/+31
2022-10-11[CallGraph] Port -print-callgraph-sccs to new pass managerArthur Eubanks5-43/+60
2022-10-11[mlir][sparse] Move a few routines to CodegenUtils.bixia13-46/+56
2022-10-11[flang] Use the ShapedType::kDynamicSize constant instead of hardcoding it.Alexander Belyaev1-2/+4
2022-10-11[SystemZ][NFC] Opaque pointer migration.Kai Nacke630-24210/+24071
2022-10-11[mlir][sparse] Converting SparseTensorCOO to use standard C++-style iterators.wren romano6-49/+109
2022-10-11[clang][codegen] Don't emit atomic loads for threadsafe init if they aren't i...Eli Friedman2-45/+73
2022-10-11[clang/Sema] Follow-up for fix of non-deterministic order of `-Wunused-variab...Argyrios Kyrtzidis3-22/+71
2022-10-11[Sema] Fix `ExtVectorElementExpr` tree transform for the `isArrow` case.Michele Scandale2-15/+21
2022-10-11[libc++][NFC] Change _VSTD to std as a prereq for D122780Louis Dionne1-17/+17
2022-10-11[MC] [NFC] replace tabs with space in testFlorian Mayer1-4/+4
2022-10-11[TokenLexer][NFC] Rename the InstLoc to ExpandLocHaojian Wu1-5/+5
2022-10-11Reenable gdb pretty printers, and update them.Sterling Augustine2-13/+36
2022-10-11[DX] Add analysis and printer for shader flagsChris Bieneman7-0/+193
2022-10-11[NFC] Test commit.Michele Scandale0-0/+0
2022-10-11[runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne6-7/+13