aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Target
AgeCommit message (Expand)AuthorFilesLines
2024-03-26[MLIR][LLVM] Add `llvm.experimental.constrained.fptrunc` operation (#86260)Victor Perez2-0/+50
2024-03-25[MLIR][LLVM] Make subprogram flags optional (#86433)Tobias Gysi2-3/+4
2024-03-22[MLIR][OpenMP] Refactor bounds offsetting and fix to apply to all directives ...agozillon2-16/+20
2024-03-21[MLIR] Add index bitwidth to the DataLayout (#85927)Tobias Gysi1-1/+1
2024-03-20[MLIR][LLVM] Add extraData field to the DIDerivedType attribute (#85935)Christian Ulmann2-4/+5
2024-03-20[MLIR][OpenMP] NFC: Uniformize OpenMP ops names (#85393)Sergio Afonso17-69/+69
2024-03-20[mlir][LLVM] erase call mappings in forgetMapping() (#84955)Tom Eccles1-0/+37
2024-03-19[MLIR][LLVM] DI Recursive Type fix for recursion via scope of composites (#85...Billy Zhu1-0/+20
2024-03-18TranslateToCpp: Emit floating point literals with suffix (#85392)Matthias Gehre4-9/+13
2024-03-15[MLIR][LLVM] Support Recursive DITypes (#80251)Billy Zhu3-72/+79
2024-03-15[MLIR] EmitC: Add subscript operator (#84783)Matthias Gehre1-0/+32
2024-03-14[MLIR][ROCDL] Fix BallotOp LLVM translation and add doc (#85116)Zahi Moudallal1-2/+9
2024-03-14[mlir][Target][Cpp] Remove unused dialects (#85102)Marius Brehler1-4/+4
2024-03-13[flang][OpenMP][OMPIRBuilder][mlir] Optionally pass reduction vars by ref (#8...Tom Eccles1-0/+66
2024-03-12[MLIR][ROCDL] Add BallotOp and lit test (#84856)Zahi Moudallal1-0/+7
2024-03-12[mlir][EmitC] Add an `emitc.conditional` operator (#84883)Marius Brehler1-0/+9
2024-03-11[mlir][emitc] Add ArrayType (#83386)Matthias Gehre6-0/+59
2024-03-11[mlir][AMDGPU] Improve amdgpu.lds_barrier, add warnings (#77942)Krzysztof Drewniak1-0/+16
2024-03-08[mlir][emitc] Arith to EmitC conversion: constants (#83798)Tina Jung5-45/+30
2024-03-08[mlir][EmitC] Add `unary_{minus,plus}` operators (#84329)Marius Brehler1-0/+12
2024-03-04 [MLIR][OpenMP] Extend omp.private materialization support: `firstprivate` (#...Kareem Ergawy1-0/+116
2024-03-01[mlir][EmitC] Add bitwise operators (#83387)Marius Brehler1-0/+20
2024-02-28[mlir][EmitC] Add logical operators (#83123)Marius Brehler1-0/+14
2024-02-28[llvm][mlir][OMPIRBuilder] Translate omp.single's copyprivate (#80488)Leandro Lupori1-0/+37
2024-02-28[mlir][llvm] Fix access group translation (#83257)Tobias Gysi1-5/+39
2024-02-28 [MLIR][OpenMP] Support basic materialization for `omp.private` ops (#81715)Kareem Ergawy1-0/+142
2024-02-27Remove test since no test on --debug output. (#83189)Xiang Li1-73/+0
2024-02-27[mlir][AMDGPU] Set uniform-work-group-size=true by default (#79077)Krzysztof Drewniak1-1/+8
2024-02-27[NFC] Add REQUIRES: asserts to limit the test to debug only. (#83145)Xiang Li1-0/+1
2024-02-26[MLIR][LLVM] Fix memory explosion when converting global variable bodies in M...Xiang Li1-0/+72
2024-02-25[MLIR][Spirv] Use StringAttr for linkage_name (NFC) (#82953)Mehdi Amini3-3/+3
2024-02-23[OpenMP][MLIR][OMPIRBuilder] Add a small optional constant alloca raise funct...agozillon1-0/+43
2024-02-23[MLIR][LLVM] Fix debug intrinsic import (#82637)Tobias Gysi1-3/+37
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber1-6/+0
2024-02-14[mlir][nvvm] Introduce `nvvm.barrier` OP (#81487)Guray Ozen1-0/+19
2024-02-13[mlir][flang][openmp] Rework wsloop reduction operations (#80019)David Truby1-14/+30
2024-02-13[mlir][ROCDL] Add synchronization primitives (#80888)Giuseppe Rossini1-0/+16
2024-02-12[mlir][nvvm]Add support for grid_constant attribute on LLVM function argument...Rishi Surendran1-0/+17
2024-02-12[mlir][flang][openmp] Rework parallel reduction operations (#79308)David Truby1-4/+8
2024-02-09[mlir][ArmSVE] Add intrinsics for the SME2 multi-vector zips (#80985)Benjamin Maxwell1-0/+42
2024-02-07[MLIR][VCIX] Support VCIX intrinsics in LLVMIR dialect (#75875)Kolya Panchenko2-0/+355
2024-02-06[mlir][ArmNeon] Adds Arm Neon SMMLA, UMMLA, and USMMLA Intrinsics (#80511)Kojo Acquah1-1/+44
2024-02-06[mlir][emitc] Add a `declare_func` operation (#80297)Marius Brehler1-0/+16
2024-02-05[Flang][OpenMP] Initial mapping of Fortran pointers and allocatables for targ...agozillon1-0/+148
2024-02-05[mlir][EmitC] Add support for external functions (#80547)Marius Brehler1-0/+3
2024-02-05[OpenMPIRBuilder][MLIR] Pass target-cpu and target-features to outlined funct...Sergio Afonso3-2/+81
2024-02-02[Flang][MLIR][OpenMP] Use function-attached target attributes for OpenMP lowe...Sergio Afonso2-1/+24
2024-02-02[mlir] Skip invalid test on big endian platform (s390x) (#80246)Kai Sasaki2-23/+27
2024-02-01[AArch64] Replace LLVM IR function attributes for PSTATE.ZA. (#79166)Sander de Smalen2-12/+38
2024-02-01 [mlir][EmitC] Add func, call and return operations and conversions (#79612)Marius Brehler1-0/+39