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