aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Target
AgeCommit message (Expand)AuthorFilesLines
2023-12-07[mlir][LLVM] Add nsw and nuw flags (#74508)Tom Eccles2-0/+28
2023-12-06[MLIR][LLVM] Fuse Scope into CallsiteLoc Callee (#74546)Billy Zhu2-12/+15
2023-12-05[MLIR] Enable GPU Dialect to SYCL runtime integration (#71430)Sang Ik Lee1-6/+13
2023-12-05[MLIR][LLVM] Fix CallOp asm parser for attr-dict (#74372)Billy Zhu1-5/+9
2023-12-05[mlir][llvm] Fix verifier for const int and dense (#74340)Rik Huijzer1-0/+16
2023-12-05[mlir][llvm] Add llvm.target_features features attribute (#71510)Benjamin Maxwell3-0/+39
2023-12-05[MLIR] Add support for frame pointers in MLIR (#72145)Radu Salavat2-0/+16
2023-12-05[MLIR][LLVM] Translate Debug EmissionKind (#74376)Billy Zhu1-0/+21
2023-12-04[MLIR][NVVM]: Add cp.async.mbarrier.arrive Op (#74241)Durga1-0/+13
2023-12-04[mlir] Add support for DIGlobalVariable and DIGlobalVariableExpression (#73367)Justin Wilson3-6/+57
2023-12-04[mlir][llvm] Fix verifier for const float (#74247)Rik Huijzer2-1/+17
2023-11-30[mlir][ArmSME] Switch to an attribute-based tile allocation scheme (#73253)Benjamin Maxwell2-179/+167
2023-11-27[mlir][gpu] Support Cluster of Thread Blocks in `gpu.launch_func` (#72871)Guray Ozen1-0/+19
2023-11-23[mlir] do not inject malloc/free in to-LLVM translation (#73224)Oleksandr "Alex" Zinenko1-1/+1
2023-11-23[NFC][OpenMP][MLIR] Add MLIR test for lowering parallel if (#71788)Dominik Adamski1-21/+65
2023-11-23[mlir][LLVM] Support `immargs` in LLVM_IntrOpBase intrinsics (#73013)Benjamin Maxwell1-1/+16
2023-11-21[mlir] use TypeSize and uint64_t in DataLayout (#72874)Oleksandr "Alex" Zinenko2-27/+27
2023-11-21[mlir][spirv] Add some op decorations (#72809)Ivan Butygin1-0/+21
2023-11-20[AArch64][SME] Remove immediate argument restriction for svldr and svstr (#68...Sam Tebbs1-1/+1
2023-11-17[mlir][emitc] Rename `call` op to `call_opaque` (#72494)Marius Brehler8-53/+53
2023-11-16[mlir][spirv] Fix VectorShuffle assembly format (#72568)Jakub Kuderski1-2/+2
2023-11-16[MLIR] Add DIExpression to LLVM dialect (#72462)Billy Zhu3-11/+8
2023-11-15[OpenMP][OMPIRBuilder] Handle replace uses of ConstantExpr's inside of Target...agozillon1-0/+42
2023-11-14[mlir][ArmSME] Make use of backend function attributes for enabling ZA storag...Benjamin Maxwell1-11/+0
2023-11-13[OpenMP][mlir] Add `enter` capture attribute to declare target (#72062)Shraiysh2-5/+85
2023-11-13[mlir] Add llvm.linker.options operation to the LLVM IR Dialect (#71720)David Truby3-0/+28
2023-11-10[OMPIRBuilder] Do not call __kmpc_push_num_threads for device parallel (#71934)Dominik Adamski1-0/+21
2023-11-07[NFC][MLIR][OpenMP] Add test for lowering omp target parallel (#70795)Dominik Adamski1-0/+45
2023-11-07[MLIR] Use different constant expression in test (NFC)Nikita Popov1-2/+2
2023-11-06[OpenMP][NFC] Split the reduction buffer size into two componentsJohannes Doerfert1-1/+1
2023-11-06[mlir][emitc] Fix corner case in translation of literal ops (#71375)Simon Camphausen1-0/+12
2023-11-06[OpenMP][MLIR] Add "IsolatedFromAbove" trait to omp.targetAkash Banerjee8-36/+44
2023-11-05[mlir][emitc] Fix literal translation (#71296)Gil Rapaport2-3/+0
2023-11-04[mlir][emitc] Add literal op testing (NFC)Gil Rapaport2-0/+31
2023-11-03[MLIR][LLVM] Remove typed pointer remnants from target tests (#71210)Christian Ulmann11-352/+307
2023-10-31 [OpenMP] Introduce the KernelLaunchEnvironment as implicit argument (#70401)Johannes Doerfert3-6/+6
2023-10-31[MLIR][LLVM] Avoid creating invalid DICompositeTypes in import (#70797)Christian Ulmann1-5/+34
2023-10-30[Flang][OpenMP][MLIR] Initial array section mapping MLIR -> LLVM-IR lowering ...agozillon5-19/+183
2023-10-30[MLIR][LLVM] Avoid exporting broken debug intrinsics without a location (#70643)Christian Ulmann1-0/+31
2023-10-30[MLIR][LLVM] Infer export location scope from location, if possible (#70465)Christian Ulmann1-0/+27
2023-10-26[OpenMP] Repair mlir testJohannes Doerfert1-1/+1
2023-10-26[mlir][emitc] Add a structured for operation (#68206)Gil Rapaport1-14/+42
2023-10-26[IR] Require index width to be ule pointer width (#70015)Nikita Popov2-4/+4
2023-10-25[MLIR][OpenMP] Use opaque pointers in OpenMP translation tests 2/2 (#70138)Kiran Chandramohan8-196/+121
2023-10-24[OpenMP][MLIR] Use opaque pointers in OpenMP translation tests 1/2 (#70057)Kiran Chandramohan4-239/+239
2023-10-23[MLIR,Flang,OpenMP] Remove usage of getElementType in OpenMPTranslation (#69772)Kiran Chandramohan6-24/+24
2023-10-20[OpenMP][mlir] Add translation for `if` in `omp.teams` (#69404)Shraiysh1-0/+51
2023-10-20[mlir][ArmSME] Name arguments of SME intrinsics (NFC) (#69608)Benjamin Maxwell1-2/+2
2023-10-18[mlir][LLVM] Improve function debug info import (#69446)Tobias Gysi1-4/+7
2023-10-15[OpenMP][mlir] Added `num_teams`, `thread_limit` translation to LLVM IR (#68821)Shraiysh1-0/+111