summaryrefslogtreecommitdiff
path: root/mlir/lib/Target/LLVMIR/ModuleImport.cpp
AgeCommit message (Expand)Author
2025-10-21[mlir][LLVMIR] Remove "unsafe-fp-math" attribute support (#162782)paperchalice
2025-10-16[MLIR][LLVM] Add inline_hint as a first class function attribute (#163324)Morris Hafner
2025-09-27[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in ModuleImport.c...Mehdi Amini
2025-09-24[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in ModuleImport.cpp (NFC)Mehdi Amini
2025-09-01[MLIR] Add target_specific_attrs attribute to mlir.global (#154706)Vadim Curcă
2025-08-29[IR][CodeGen] Remove "approx-func-fp-math" attribute (#155740)paperchalice
2025-08-20[MLIR][LLVMIR][DLTI] Add `LLVM::TargetAttrInterface` and `#llvm.target` attr ...Rolf Morel
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-25[mlir][NFC] update `mlir` create APIs (34/n) (#150660)Maksim Levental
2025-07-22[mlir][NFC] update `mlir/lib` create APIs (26/n) (#149933)Maksim Levental
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-10[flang] Add support for -mrecip[=<list>] (#143418)Cameron McInally
2025-05-30[flang] Add support for -mprefer-vector-width=<value> (#142073)Cameron McInally
2025-05-22[MLIR][LLVM] Tail call support for inline asm op (#140826)Bruno Cardoso Lopes
2025-05-21[mlir] Remove unused local variables (NFC) (#140990)Kazu Hirata
2025-05-16[MLIR][LLVM] Add import-structs-as-literals flag to the IR import (#140098)Christian Ulmann
2025-05-15[MLIR][LLVM] Improve inline asm importer (#139989)Bruno Cardoso Lopes
2025-05-12[NFC][MLIR] Add {} for `else` when `if` body has {} (#139422)Rahul Joshi
2025-05-05[MLIR][LLVMIR] Import calls with mismatching signature as indirect call (#135...Bruno Cardoso Lopes
2025-05-05[MLIR][LLVM] Add ProfileSummary module flag support (#138070)Bruno Cardoso Lopes
2025-04-30[llvm][mlir] Adding instrument function entry and instrument function exit at...Anchu Rajendran S
2025-04-30[mlir][llvm] Support nusw and nuw in GEP (#137272)Peiyong Lin
2025-04-28[MLIR][LLVM] More on CG Profile: support null function entries (#137269)Bruno Cardoso Lopes
2025-04-24[MLIR][LLVM] Add CG Profile module flags support (#137115)Bruno Cardoso Lopes
2025-04-23[MLIR][LLVM] Allow strings in module flag value (#136793)Bruno Cardoso Lopes
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-11[MLIR] Adding 'inline_hint' attribute on LLMV::CallOp (#134582)Jean-Didier PAILLEUX
2025-04-09[mlir][LLVM] Delete `getVectorElementType` (#134981)Matthias Springer
2025-04-07[MLIR][LLVM] Block address support (#134335)Bruno Cardoso Lopes
2025-04-04[mlir][llvm] Add `LLVM_DependentLibrariesAttr` (#133385)Iris
2025-04-01[MLIR] Adding 'no_inline' and 'always_inline' attributes on LLMV::CallOp (#13...Jean-Didier PAILLEUX
2025-03-27[MLIR][LLVMIR] Add support for the full form of global_{ctor,dtor} (#133176)Bruno Cardoso Lopes
2025-03-25[MLIR][LLVM] Fix debug value/declare import in face of landing pads (#132871)Bruno Cardoso Lopes
2025-03-24[MLIR][LLVM] Support dso_local_equivalent constants (#132131)Bruno Cardoso Lopes
2025-03-20[mlir] Use *Set::insert_range (NFC) (#132326)Kazu Hirata
2025-03-14[MLIR][LLVMIR] Import: add flag to prefer using unregistered intrinsics (#130...Bruno Cardoso Lopes
2025-03-14[MLIR][LLVMIR] Add module flags support (#130679)Bruno Cardoso Lopes
2025-03-14[MLIR][LLVM] Import dereferenceable metadata from LLVM IR (#130974)mihailo-stojanovic
2025-03-07[MLIR][LLVMIR] Import: fix llvm.call attribute inheritance (#130221)Bruno Cardoso Lopes
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-03-06[mlir][nfc] De-duplicate tests from `Type::isIntOrFloat` (#129710)Andrzej Warzyński