aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Revert "[GitHub][workflows] Ask reviewers to merge PRs when author cannot (#8...revert-81142-no-push-approvedDavid Spickett2-104/+0
2024-02-14[DeadStoreElimination] Optimize tautological assignments (#75744)Shreyansh Chouhan2-0/+411
2024-02-14[AMDGPU] Do not test both wave sizes for DSDIR disassembly (#81719)Jay Foad2-2/+0
2024-02-14[AMDGPU] Make use of defvar in DSDIR definitions. NFC.Jay Foad1-4/+4
2024-02-14[bazel][mlir] Fix deps of //mlir:AMDGPUTransformOpsChristian Sigg1-14/+0
2024-02-14[llvm-dwp] Add missing llvm-dwp tool in lit config tool substitution (#81217)Enna11-0/+1
2024-02-14[clangCodeGen] Fix the build failure for 5c8985e7703b013c5df0612c3cbc1d333f4c...Haojian Wu1-0/+4
2024-02-14[InstSimplify][InstCombine] Remove unnecessary `m_c_*` matchers. (#81712)Yingwei Zheng6-38/+8
2024-02-14[bazel] Add missing dependencies for the newly-added install_api libHaojian Wu1-0/+3
2024-02-14clangCodeGen: Introduce `MCDC::State` with `MCDCState.h` (#81497)NAKAMURA Takumi5-55/+78
2024-02-14[bazel] Port for 09e98950bfcff7ad376922932efb2b56e4db9898Haojian Wu1-0/+17
2024-02-14[RISCV] Remove -riscv-v-fixed-length-vector-lmul-max from tests. NFC (#78299)Luke Lau25-19792/+7653
2024-02-14[clang][analyzer] Reformat code of BoolAssignmentChecker (NFC). (#81461)Balázs Kéri1-28/+27
2024-02-14[ValueTracking] Move the `isSignBitCheck` helper into ValueTracking. NFC. (#8...Yingwei Zheng6-52/+56
2024-02-14[mlir][nvvm] Introduce `nvvm.barrier` OP (#81487)Guray Ozen4-0/+57
2024-02-13[DAGCombiner] Remove unneeded commonAlignment from reduceLoadWidth. (#81707)Craig Topper3-7/+7
2024-02-13[DAGCombiner] Remove unnecessary commonAlignment from CombineExtLoad. (#81705)Craig Topper1-5/+5
2024-02-14[mlir][Bazel] Add missing dependency after 29d1aca05caa06e30d7a76ee15fd166fa3...Adrian Kuegel1-0/+1
2024-02-13[clang-format] Always add a space after #if and #elif (#81578)Owen Pan2-0/+6
2024-02-13Revert "[clang-format][NFC] Make LangOpts global in namespace Format"Owen Pan5-12/+16
2024-02-13Apply clang-tidy fixes for performance-unnecessary-value-param in TransformOp...Mehdi Amini1-1/+1
2024-02-13Apply clang-tidy fixes for llvm-qualified-auto in TransformOps.cpp (NFC)Mehdi Amini1-4/+4
2024-02-13Apply clang-tidy fixes for readability-identifier-naming in TosaOps.cpp (NFC)Mehdi Amini1-3/+3
2024-02-13Apply clang-tidy fixes for readability-simplify-boolean-expr in TensorOps.cpp...Mehdi Amini1-1/+1
2024-02-13Apply clang-tidy fixes for llvm-qualified-auto in TensorOps.cpp (NFC)Mehdi Amini1-1/+1
2024-02-14[RISCV] Use SelectionDAG::getVScale in lowerVPReverseExperimental. NFCI (#81694)Luke Lau1-2/+2
2024-02-13[mlir][tensor] Add support for tensor.pack static shapes inference. (#80848)Han-Chung Wang2-0/+99
2024-02-13[Sanitizers][ABI] Remove too strong assert in asan_abi_shim (#81696)Mariusz Borsa1-1/+1
2024-02-13[InstallAPI] Add missing link to clangBasicCyndy Ishida1-0/+1
2024-02-13[SHT_LLVM_BB_ADDR_MAP][obj2yaml] Implements PGOAnalysisMap for elf2yaml and t...Micah Weston3-0/+352
2024-02-13 [clang][InstallAPI] Introduce basic driver to write out tbd files (#81571)Cyndy Ishida25-5/+357
2024-02-14[gn build] Port edff3ff4d37aLLVM GN Syncbot2-0/+2
2024-02-13[llvm][Support] Add ExponentialBackoff helper (#81206)Michael Spencer6-31/+134
2024-02-13Move the parsed_cmd conversion def's to module level functions.Jim Ingham2-66/+60
2024-02-13[AMDGPU][MLIR]Add shmem-optimization as an op using transform dialect (#81550)erman-gurses12-19/+356
2024-02-13[SeparateConstOffsetFromGEP] Reland: Reorder trivial GEP chains to separate c...Jeffrey Byrnes8-157/+682
2024-02-13Temporarily skip this test for Python 3.9.Jim Ingham1-0/+1
2024-02-13[mlir][sparse][pybind][CAPI] remove LevelType enum from CAPI, constru… (#81...Peiming Liu9-151/+123
2024-02-13[X86][CodeGen] Restrict F128 lowering to GNU environment (#81664)Pranav Kant3-231/+879
2024-02-13[RISCV] Add canonical ISA string as Module metadata in IR. (#80760)Craig Topper3-175/+209
2024-02-13Used std::vector::reserve when I meant std::vector::resize.Jim Ingham2-4/+3
2024-02-13[mlir][sparse] add doubly compressed test case to assembly op (#81687)Aart Bik2-9/+40
2024-02-13[gn build] Port a6b846ae1e58LLVM GN Syncbot1-0/+1
2024-02-13[libc++][ranges] Implement ranges::contains_subrange (#66963)ZijunZhaoCCK12-5/+450
2024-02-13[lld/ELF] fix typos to cycle botsNico Weber4-8/+8
2024-02-13[gn] fix typo in 8c56e78ec531Nico Weber1-1/+1
2024-02-14[InstSimplify] Add trivial simplifications for gc.relocate intrinsic (#81639)Danila Malyutin2-1/+48
2024-02-13[RISCV] Register fixed stack slots for callee saved registers for -msave-rest...Craig Topper5-163/+163
2024-02-13[attributes][analyzer] Generalize [[clang::suppress]] to declarations. (#80371)Artem Dergachev18-43/+251
2024-02-13[-Wunsafe-buffer-usage] Emit fixits for array decayed to pointer (#80347)jkorous-apple2-2/+50