aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Target/LLVMIR
AgeCommit message (Expand)AuthorFilesLines
17 hours[MLIR][OpenMP] Fix unused variable warningAiden Grossman1-1/+1
3 days[llvm] Remove "no-infs-fp-math" attribute support (#180083)paperchalice2-8/+0
5 days[CIR] Add tons of function infra, plus a handful of attributes (#179811)Erich Keane3-3/+83
6 daysIR: Promote "denormal-fp-math" to a first class attribute (#174293)Matt Arsenault2-19/+42
6 days[MLIR][OpenMP] Add Taskloop Collapse Support (#175924)Jack Styles1-13/+81
7 days[Flang][mlir][OpenMP] Add affinity clause to omp.task and Flang lowering (#17...Chi-Chun, Chen1-0/+5
8 days[CIR] Implement 'allocsize' function/call attribute lowering (#179342)Erich Keane3-0/+44
9 days[CIR] Implement lowering for 'no-builtins' attributes (#178899)Erich Keane3-9/+73
12 days[CIR] 3 more 'quick' function attribute lowering through LLVMIRDialect (#178443)Erich Keane3-0/+32
13 days[MLIR][OpenMP] Fix recursive mapper emission. (#178453)Akash Banerjee1-1/+18
13 days[MLIR][OpenMP] Fix unused variable warning for #137201 (#178659)Walter Lee1-2/+2
13 days[MLIR][OpenMP] Simplify OpenMP device codegen (#137201)Sergio Afonso1-302/+166
13 days[mlir][NVVM] Add support for tcgen05.ld.red Op (#177330)Pradeep Kumar1-12/+12
13 days[mlir] Apply clang-tidy check llvm-use-vector-utils. NFC. (#178526)Jakub Kuderski2-8/+10
14 days[mlir] Fix new clang-tidy warning llvm-type-switch-case-types. NFC. (#178487)Jakub Kuderski5-14/+14
14 days[MLIR][OpenMP] Fix mapper being attached to partial maps. (#178247)Akash Banerjee1-9/+14
14 days[CIR] Implement returns_twice, cold, hot, noduplicate, convergent func attrs ...Erich Keane3-0/+34
2026-01-27[CIR] Implement 'noreturn' attribute for functions/calls. (#177978)Erich Keane3-0/+8
2026-01-27[OpenMP][MLIR] Add thread_limit with dims modifier support (#171825)Chaitanya1-6/+18
2026-01-27[OpenMP][MLIR] Add num_threads clause with dims modifier support (#171767)Chaitanya1-5/+13
2026-01-27[MLIR][LLVM] Add flags field to the DIDerivedType attribute (#177889)Keyi Zhang2-2/+4
2026-01-27[OpenMP][MLIR] Add num_teams clause with dims modifier support (#169883)Chaitanya1-4/+12
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-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-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 Chernyakin2-2/+2
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-10[MLIR][LLVMIR] Fix LLVM IR import of ZeroInitializers to constant zero (#171107)Bala_Bhuvan_Varma1-13/+12
2025-12-09[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in SelectObjectAttr.cpp...Mehdi Amini1-4/+4
2025-12-05Reland "[Flang][OpenMP] Add lowering support for is_device_ptr clause (#16933...Akash Banerjee1-7/+18
2025-12-04[llvm][mlir][OpenMP] Support translation for linear clause in omp.wsloop and ...NimishMishra1-53/+80
2025-12-04Revert "[Flang][OpenMP] Add lowering support for is_device_ptr clause" (#170778)theRonShark1-18/+7
2025-12-04[MLIR] Zero-extend unsigned and 1-bit values when translating IntegerAttr (#1...Andy Kaylor1-4/+11
2025-12-04[Flang][OpenMP] Add lowering support for is_device_ptr clause (#169331)Akash Banerjee1-7/+18
2025-12-04[mlir][NVVM] Add support for few more fence Ops (#170251)Pradeep Kumar1-0/+35
2025-12-04[MLIR][LLVM] Fix the import of LLVM IR metadata (#170631)Tobias Gysi1-9/+10
2025-12-03[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in OpenMPToLLVMIRTransl...Mehdi Amini1-3/+3
2025-12-01[OMPIRBuilder] re-land cancel barriers patch #164586 (#169931)Tom Eccles1-1/+13