summaryrefslogtreecommitdiff
path: root/mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
AgeCommit message (Expand)Author
2025-09-25[MLIR][MLIRToLLVM] Fix zero fp value to array translation (#160713)Alexey Bataev
2025-09-16[MLIR][OpenMP] Set default address space for OpenMPIRBuilder (#158689)Nick Sarnie
2025-09-01[MLIR] Add target_specific_attrs attribute to mlir.global (#154706)Vadim Curcă
2025-08-29[mlir][debug] Convert DbgIntrOp to DebugRecords directly. (#154926)Abid Qadeer
2025-08-29[IR][CodeGen] Remove "approx-func-fp-math" attribute (#155740)paperchalice
2025-07-31[mlir][llvm] adds an attribute for the module level assembly (#151318)gitoleg
2025-07-30Reapply "[mlir][llvm] Add intrinsic arg and result attribute support … (#15...Tobias Gysi
2025-07-30Revert "Reland "[mlir][llvm] Add intrinsic arg and result attribute support (...Mehdi Amini
2025-07-30Reland "[mlir][llvm] Add intrinsic arg and result attribute support (… (#15...Tobias Gysi
2025-07-29Revert "[mlir][llvm] Add intrinsic arg and result attribute support (… (#15...Tobias Gysi
2025-07-29[mlir][llvm] Add intrinsic arg and result attribute support (#150783)Tobias Gysi
2025-07-17[mlir][LLVMIR] Add IFuncOp to LLVM dialect (#147697)Robert Konicar
2025-07-05[mlir] Remove unused includes (NFC) (#147158)Kazu Hirata
2025-06-26[mlir] Use a new constructor of ArrayRef (NFC) (#146009)Kazu Hirata
2025-06-26[mlir] Migrate away from std::nullopt (NFC) (#145842)Kazu Hirata
2025-06-25[Utils][mlir] Fix interaction between CodeExtractor and OpenMPIRBuilder (#145...Kajetan Puchalski
2025-06-24[mlir][NFC] Move LLVM::ModuleTranslation::SaveStack to a shared header (#144897)Tom Eccles
2025-06-17[mlir][flang] Added Weighted[Region]BranchOpInterface's. (#142079)Slava Zakharin
2025-06-12[DebugInfo][RemoveDIs] Delete debug-info-format flag (#143746)Jeremy Morse
2025-06-10[flang] Add support for -mrecip[=<list>] (#143418)Cameron McInally
2025-06-09[DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (#143207)Jeremy Morse
2025-05-30[flang] Add support for -mprefer-vector-width=<value> (#142073)Cameron McInally
2025-05-28[MLIR][LLVM][DLTI] Handle data layout token 'n32:64' (#141299)Bruno Cardoso Lopes
2025-05-23[MLIR][LLVM][DLTI] Handle data layout token 'Fn32' (#141167)Bruno Cardoso Lopes
2025-05-20[mlir][LLVM] handle ArrayAttr for constant array of structs (#139724)jeanPerier
2025-05-14[MLIR][LLVM] Fix blockaddress mapping to LLVM blocks (#139814)Bruno Cardoso Lopes
2025-05-11[mlir] Use StringRef::consume_front (NFC) (#139459)Kazu Hirata
2025-04-30[llvm][mlir] Adding instrument function entry and instrument function exit at...Anchu Rajendran S
2025-04-21Reapply [MLIR][LLVM] Support for indirectbr (#136378)Bruno Cardoso Lopes
2025-04-17[MLIR:LLVM] Add UWTableKind attribute (#135811)Will Froom
2025-04-14Revert "[MLIR][LLVM] Support for indirectbr" (#135695)Bruno Cardoso Lopes
2025-04-14[MLIR][LLVM] Support for indirectbr (#135092)Bruno Cardoso Lopes
2025-04-07[MLIR][LLVM] Block address support (#134335)Bruno Cardoso Lopes
2025-04-04[mlir][llvm] Add `LLVM_DependentLibrariesAttr` (#133385)Iris
2025-03-17[MLIR][LLVM] Avoid duplicated module flags in the export (#131627)Christian Ulmann
2025-03-14[MLIR][LLVM] Import dereferenceable metadata from LLVM IR (#130974)mihailo-stojanovic
2025-03-07[MLIR][LLVMIR] Translation: honor target-features fn attribute (#130343)Bruno Cardoso Lopes
2025-03-07[MLIR][LLVMIR] Translation: honor frame-pointer fn attribute (#130335)Bruno Cardoso Lopes
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-03-05[MLIR][LLVMIR] llvm.call_intrinsic: support operand/result attributes (#129640)Bruno Cardoso Lopes
2025-03-05[MLIR][DLTI] Add mangling style (#125875)Guojin
2025-02-28[MLIR][LLVMIR] Add support for empty global ctor/dtor lists (#128969)Bruno Cardoso Lopes
2025-02-13[MLIR][LLVMIR] Fix use-after-moveNikita Popov
2025-02-13[MLIR][LLVMIR] Always use TargetFolder in IRBuilder (#126929)Nikita Popov
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