aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-15[MLIR] SM_90 integratation test of TMA `128x64xf16` and `64x64xf16` with 128b...Guray Ozen1-0/+247
2023-09-15[MemCpyOpt] Avoid infinite loop in processMemSetMemCpyDependence (PR54983)Nikita Popov2-0/+55
2023-09-15[mlir][transform][lingalg][python] Replace pdl.operation => transform.any_op....Ingo Müller1-13/+15
2023-09-15[clang][Interp] Lazily visit unknown global declarationsTimm Bäder2-2/+24
2023-09-14[CMake] Remove SetTargetTriple (#66464)Petr Hosek4-21/+16
2023-09-15[AMDGPU] Correctly restore FP mode in FDIV32 lowering (#66346)Pierre van Houtryve4-421/+1192
2023-09-15[IRDL] Fix CMake to generate IRDL dialect docs (#66371)Kunwar Grover1-0/+1
2023-09-15[Sparc] Don't emit __multi3 on 32-bit SPARC (#66362)Rainer Orth3-208/+243
2023-09-14[lldb] Add config and decorator for wide character support in Editline (#66447)Jonas Devlieghere3-0/+8
2023-09-15[GVN] Invalidate MDA when deduplicating phi nodesNikita Popov4-8/+141
2023-09-15[RISCV] Specify FilterClassField to filter out unneeded pseudos (#65460)Wang Pengcheng1-0/+4
2023-09-15[InstCombine] Remove unnecessary one-use-check (#66419)Marc Auberer2-12/+9
2023-09-14[TextAPI] Consolidate TextAPI Reader/Writer APIs. (#66108)Cyndy Ishida9-45/+87
2023-09-14[mlir][vector] Cleanup VectorUnroll and create a generic tile iteration utilityChristopher Bate7-133/+311
2023-09-14[mlir][spirv][gpu] Add conversion for load/store/mad coop matrix ops (#66311)Jakub Kuderski7-11/+278
2023-09-14[mlir] Add Python bindings for DenseResourceElementsAttr. (#66319)Stella Laurenzo5-71/+252
2023-09-14[Driver] Also respect SysRoot for the system library paths on DragonFly (#66056)Brad Smith9-3/+20
2023-09-14[scudo] Add missing header in combined_test (#66449)ChiaHungDuan1-0/+1
2023-09-14[JITlink][AArch32] Implement ELF::R_ARM_MOVT_ABS and R_ARM_MOVW_ABS_NC (#66219)Eymen Ünay5-2/+168
2023-09-14[SLP][NFC]Add a test with incorrect reduction of poisoned logical bool.Alexey Bataev1-0/+16
2023-09-14[mlir][sparse] Migrate more tests to use new syntax (#66443)Yinying Li69-165/+128
2023-09-14[lsan][fuchsia] Add extra check for allocator cache to avoid overflowLeonard Chan1-0/+1
2023-09-14[mlir][sparse][gpu] refine type of workspace size variables (#66438)Aart Bik1-3/+3
2023-09-14Fix the calculation of fragmented bytes in secondary (#66422)ChiaHungDuan1-3/+3
2023-09-15[mlir][arith] Add LLVM lowering for `maxnumf`, `minnumf` ops (#66431)Daniil Dudkin2-0/+12
2023-09-14[X86] Introduce a large data threshold for the medium code modelArthur Eubanks7-7/+27
2023-09-14[mlir][gpu][NVPTX] Enable NVIDIA GPU JIT compilation path (#66220)Fabian Mora53-135/+375
2023-09-15[mlir][memref] Use dedicated ops in `AtomicRMWOpConverter` (#66437)Daniil Dudkin2-26/+20
2023-09-15[mlir][arith] Introduce `minnumf` and `maxnumf` operations (#66429)Daniil Dudkin4-14/+142
2023-09-14Mark test added in 5a58e98 as requiring ppc, not x86 since it tries to use th...Douglas Yung1-1/+1
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks237-752/+764
2023-09-14[GitHub][mlir][spirv] Add missing patterns for SPIR-V in mlir (#66423)Jakub Kuderski1-0/+5
2023-09-14[libc][Obvious] Fix missing entrypoints after moving to genericJoseph Huber1-0/+3
2023-09-14[mlir][spirv] Support coop matrix in `spirv.CompositeConstruct` (#66399)Jakub Kuderski3-23/+57
2023-09-14Mark LWG 2426 as complete.eric1-1/+1
2023-09-14[libc] Implement more input functions on the GPU (#66288)Joseph Huber29-166/+555
2023-09-14Add comments (NFC) (#66427)Adrian Prantl1-1/+4
2023-09-14[HIP] Fix comdat of template kernel handle (#66283)Yaxun (Sam) Liu2-2/+16
2023-09-14[mlir][VectorToGPU] Update memref stride preconditions on `nvgpu.mma.sync` pathChristopher Bate4-28/+214
2023-09-14Add .swift_ast to list of Swift sections (#66426)Adrian Prantl1-0/+1
2023-09-14[SLP]Do not account non-instructions for external use.Alexey Bataev2-14/+22
2023-09-14[SLP][NFC]Add a test for non-instruction with external use.Alexey Bataev1-0/+54
2023-09-14[scudo] Add -Wconversion for tests and clean-up warnings. (#66147)Christopher Ferris3-22/+33
2023-09-14[libc++] Make sure LWG2070 is implemented as a DR (#65998)Louis Dionne3-57/+39
2023-09-14[BOLT][NFC] Simplify RI::selectFunctionsToProcessAmir Ayupov1-11/+8
2023-09-14[clang][dataflow] Ignore assignment where base class's operator is used (#66364)Kinuko Yasuda2-0/+31
2023-09-14Reland "[clang] Add experimental option to omit the RTTI component from the v...Leonard Chan11-2/+152
2023-09-14[gn build] Port 71e3642619ddLLVM GN Syncbot1-0/+1
2023-09-14[AArch64] Relax binary format switch in AArch64MCInstLower::LowerSymbolOperan...Kuba (Brecka) Mracek3-6/+22
2023-09-14Avoid BlockFrequency overflow problems (#66280)Matthias Braun4-8/+22