aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Target
AgeCommit message (Expand)AuthorFilesLines
5 hoursIR: Promote "denormal-fp-math" to a first class attribute (#174293)Matt Arsenault2-19/+42
9 hours[MLIR][OpenMP] Add Taskloop Collapse Support (#175924)Jack Styles1-13/+81
26 hours[Flang][mlir][OpenMP] Add affinity clause to omp.task and Flang lowering (#17...Chi-Chun, Chen1-0/+5
45 hours[CIR] Implement 'allocsize' function/call attribute lowering (#179342)Erich Keane3-0/+44
2 days[mlir][spirv] Add SPV_EXT_float8 support (#179246)Davide Grohmann2-22/+47
3 days[mlir][ROCDL] do not hardcode partial lld path in utilities (#179201)Oleksandr "Alex" Zinenko1-4/+4
3 days[CIR] Implement lowering for 'no-builtins' attributes (#178899)Erich Keane3-9/+73
6 days[CIR] 3 more 'quick' function attribute lowering through LLVMIRDialect (#178443)Erich Keane3-0/+32
6 days[MLIR][GPU] Update serializeToObject to use SerializedObject wrapper and incl...Zichen Lu4-48/+87
7 days[MLIR][OpenMP] Fix recursive mapper emission. (#178453)Akash Banerjee1-1/+18
7 days[MLIR][OpenMP] Fix unused variable warning for #137201 (#178659)Walter Lee1-2/+2
7 days[MLIR][OpenMP] Simplify OpenMP device codegen (#137201)Sergio Afonso1-302/+166
7 days[mlir][NVVM] Add support for tcgen05.ld.red Op (#177330)Pradeep Kumar1-12/+12
8 days[mlir] Apply clang-tidy check llvm-use-vector-utils. NFC. (#178526)Jakub Kuderski2-8/+10
8 days[mlir] Fix new clang-tidy warning llvm-type-switch-case-types. NFC. (#178487)Jakub Kuderski8-51/+50
8 days[MLIR][OpenMP] Fix mapper being attached to partial maps. (#178247)Akash Banerjee1-9/+14
8 days[CIR] Implement returns_twice, cold, hot, noduplicate, convergent func attrs ...Erich Keane3-0/+34
9 days[CIR] Implement 'noreturn' attribute for functions/calls. (#177978)Erich Keane3-0/+8
9 days[OpenMP][MLIR] Add thread_limit with dims modifier support (#171825)Chaitanya1-6/+18
9 days[OpenMP][MLIR] Add num_threads clause with dims modifier support (#171767)Chaitanya1-5/+13
9 days[MLIR][LLVM] Add flags field to the DIDerivedType attribute (#177889)Keyi Zhang2-2/+4
10 days[OpenMP][MLIR] Add num_teams clause with dims modifier support (#169883)Chaitanya1-4/+12
2026-01-21Fix MLIR compilation bugs for NVPTX target (#177024)Jay Zhuang1-3/+3
2026-01-21[OpenMP][Flang][MLIR] Skip trip count calculation when bounds are null (#176469)Jason Van Beusekom1-0/+5
2026-01-21[llvm][DebugInfo][NFC] Remove DITypeRefArray in favour of DITypeArray (#177066)Michael Buch1-1/+1
2026-01-19[OpenMP] Fix truncation/extension bug when calling __kmpc_push_num_teams (#17...Michael Klemm1-4/+9
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang1-1/+1
2026-01-09[MLIR][OpenMP] Support cancel taskgroup inside of taskloop (#174815)Tom Eccles1-20/+12
2026-01-09[mlir][OpenMP] Don't allocate task context structure if not needed (#174588)Tom Eccles1-4/+7
2026-01-09[MLIR][OpenMP] Add Initial Taskloop Clause Support (#174623)Jack Styles1-41/+20
2026-01-08[mlir][OpenMP] Fix sanitizer error in buildTaskLikeBodyGenCallback (#174983)Tom Eccles1-101/+172
2026-01-08[mlir][OpenMP] Translation support for taskloop construct (#174386)Tom Eccles1-111/+405
2026-01-07[mlir][OpenMP] Lower device clause for target data/enter/exit/update (#174665)Chi-Chun, Chen1-31/+21
2026-01-07[mlir][OpenMP] Fix infinite loop after #174105 (#174736)Tom Eccles1-1/+2
2026-01-07[mlir][emitc] Fix creating pointer from constant array (#162083)Hendrik_Klug1-3/+55
2026-01-06[Flang][OpenMP] Implement device clause lowering for target directive (#173509)Chi-Chun, Chen1-2/+13
2026-01-06[mlir][OpenMP] don't add compiler-generated barrier in single threaded code (...Tom Eccles1-1/+20
2026-01-05[mlir][spirv] (De)serialize Index decoration (#174396)Igor Wodiany2-0/+2
2026-01-03[flang][mlir] Add support for implicit linearization in omp.simd (#150386)NimishMishra1-12/+40
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin3-3/+3
2026-01-02[ADT] Allow `TypeSwitch::Default` for `FailureOr<T>` (#174119)Jakub Kuderski1-1/+1
2026-01-02[MLIR][OpenMP] Fix type mismatch in linear clause for INTEGER(8) variables (#...Krish Gupta1-9/+29
2025-12-31[mlir][spirv] Clean up casts. NFC. (#174115)Jakub Kuderski3-7/+7
2025-12-24[mlir] Using `getDefiningOp<OpTy>()` instead of `dyn_cast_or_null<OpTy>(getDe...Longsheng Mou1-1/+1
2025-12-20[mlir] [irdl] Fix order of emitted cpp namespace closing comments (#172035)Robert Konicar1-1/+3
2025-12-17Reland [mlir][gpu] Use `SmallString`, `FailureOr` and `StringRef` in `module-...Ivan Butygin4-168/+146
2025-12-16Revert "[mlir][gpu] Use `SmallString`, `FailureOr` and `StringRef` in `module...Ivan Butygin4-144/+167
2025-12-16[mlir][gpu] Use `SmallString`, `FailureOr` and `StringRef` in `module-to-bina...Ivan Butygin4-167/+144
2025-12-15[mlir][gpu] Expose some utility functions from `gpu-to-binary` infra (#172205)Ivan Butygin4-59/+61
2025-12-10[MLIR][LLVMIR] Fix LLVM IR import of ZeroInitializers to constant zero (#171107)Bala_Bhuvan_Varma1-13/+12