summaryrefslogtreecommitdiff
path: root/mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
AgeCommit message (Expand)Author
2025-02-12[MLIR][LLVMIR] Use TargetFolder when creating globals (#126745)Nikita Popov
2025-02-11[mlir][LLVM] handle argument and result attributes in llvm.call and llvm.invo...jeanPerier
2025-02-05[MLIR][LLVM] Implement LLVM dialect support for global aliases (#125295)Bruno Cardoso Lopes
2025-01-08[MLIR] Enable import of non self referential alias scopes (#121987)William Moses
2024-11-27[mlir][LLVM] Plumb range attributes on parameters and results through (#117801)Krzysztof Drewniak
2024-11-15[mlir][LLVM] Add disjoint flag (#115855)lfrenot
2024-10-16[mlir][LLVMIR] Add operand bundle support for llvm.intr.assume (#112143)Sirui Mu
2024-10-16Revert "[mlir][LLVMIR] Add operand bundle support for llvm.intr.assume (#1121...Sirui Mu
2024-10-16[mlir][LLVMIR] Add operand bundle support for llvm.intr.assume (#112143)Sirui Mu
2024-10-14[clang][flang][mlir] Reapply "Support -frecord-command-line option (#102975)"Tarun Prabhu
2024-10-13[mlir][debug] Allow multiple DIGlobalVariableExpression on globals. (#111981)Abid Qadeer
2024-10-11[NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (#111752)Rahul Joshi
2024-10-10[mlir][debug] Support DICommonBlock. (#111706)Abid Qadeer
2024-09-22[mlir] Don't call llvm::raw_string_ostream::flush() (NFC)Youngsuk Kim
2024-09-20Revert "[clang][flang][mlir] Support -frecord-command-line option (#102975)"David Spickett
2024-09-19[clang][flang][mlir] Support -frecord-command-line option (#102975)Tarun Prabhu
2024-09-05[mlir][llvm] Add `externally_initialized` support to GlobalOpMogball
2024-08-22[mlir][LLVM] Add support for constant struct with multiple fields (#102752)Sirui Mu
2024-08-22[mlir][llvmir][debug] Correctly generate location for phi nodes. (#105534)Abid Qadeer
2024-08-12[flang][mlir] Add llvm.ident metadata when compiling with flangTarun Prabhu
2024-08-02[MLIR][LLVM] Attach kernel metadata representation to `llvm.func` (#101314)Victor Perez
2024-07-23[mlir] Rename memory attribute to memory_effects in llvmir dialect (#100108)Finlay
2024-07-17[MLIR] Add attributes no_unwind and will_return to the LLVMIR dialect (#98921)Finlay
2024-07-16Add basic -mtune support (#98517)Alexis Perry-Holby
2024-07-11[mlir][debug] Allow global with local scope. (#98358)Abid Qadeer
2024-07-09[MLIR][NFC]Fix unusued variable warning. (#97813)Mats Petersson
2024-07-09[MLIR][LLVM] Add ftz and fuse FP ops related function attribute support (#97812)runseny
2024-07-05[MLIR] Add the convergent attribute to LLVM Dialect (#97709)Finlay
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-06-25Revert "[flang] Add basic -mtune support" (#96678)Tarun Prabhu
2024-06-25[flang] Add basic -mtune support (#95043)Alexis Perry-Holby
2024-06-13[MLIR][DebugInfo] Set debug info format in MLIR->IR translation (#95329)Stephen Tozer
2024-06-12[MLIR][LLVM] Promote noinline/alwaysinline/optnone out of passthrough (#95110)Johannes de Fine Licht
2024-06-11Revert#2 "[MLIR][Flang][DebugInfo] Set debug info format in MLIR->IR translat...Stephen Tozer
2024-06-11Reapply "[MLIR][Flang][DebugInfo] Set debug info format in MLIR->IR translati...Stephen Tozer
2024-06-11Revert "[MLIR][Flang][DebugInfo] Set debug info format in MLIR->IR translatio...Stephen Tozer
2024-06-11[MLIR][Flang][DebugInfo] Set debug info format in MLIR->IR translation (#95098)Stephen Tozer
2024-06-05[MLIR][ModuleTranslation] Add disableVerification parameter (NFC) (#94445)Christian Ulmann
2024-05-29[mlir] Align num elements type to LLVM ArrayType (#93230)Valentin Clement (バレンタイン クレメン)
2024-05-22[MLIR][Analysis] Consolidate topological sort utilities (#92563)Christian Ulmann
2024-05-17[MLIR][Transforms] Correct block sorting utils name (NFC) (#92558)Christian Ulmann
2024-05-14[mlir][flang] Improve handling of fortran module variables. (#91604)Abid Qadeer
2024-03-26[MLIR][LLVM] Add `llvm.experimental.constrained.fptrunc` operation (#86260)Victor Perez
2024-03-21[MLIR] Add index bitwidth to the DataLayout (#85927)Tobias Gysi
2024-03-20[mlir][LLVM] erase call mappings in forgetMapping() (#84955)Tom Eccles
2024-02-28[mlir][llvm] Fix access group translation (#83257)Tobias Gysi
2024-02-27[mlir] Fix -Wunused-but-set-variable in ModuleTranslation.cpp (NFC)Jie Fu
2024-02-26[MLIR][LLVM] Fix memory explosion when converting global variable bodies in M...Xiang Li
2024-02-12[mlir][nvvm]Add support for grid_constant attribute on LLVM function argument...Rishi Surendran
2024-02-01[AArch64] Replace LLVM IR function attributes for PSTATE.ZA. (#79166)Sander de Smalen