aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Target/LLVMIR/ModuleImport.cpp
AgeCommit message (Expand)AuthorFilesLines
7 days[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in ModuleImport.c...Mehdi Amini1-3/+3
10 days[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in ModuleImport.cpp (NFC)Mehdi Amini1-2/+2
2025-09-01[MLIR] Add target_specific_attrs attribute to mlir.global (#154706)Vadim Curcă1-53/+73
2025-08-29[IR][CodeGen] Remove "approx-func-fp-math" attribute (#155740)paperchalice1-5/+0
2025-08-20[MLIR][LLVMIR][DLTI] Add `LLVM::TargetAttrInterface` and `#llvm.target` attr ...Rolf Morel1-4/+5
2025-07-31[mlir][llvm] adds an attribute for the module level assembly (#151318)gitoleg1-0/+14
2025-07-30Reapply "[mlir][llvm] Add intrinsic arg and result attribute support … (#15...Tobias Gysi1-28/+24
2025-07-30Revert "Reland "[mlir][llvm] Add intrinsic arg and result attribute support (...Mehdi Amini1-24/+28
2025-07-30Reland "[mlir][llvm] Add intrinsic arg and result attribute support (… (#15...Tobias Gysi1-28/+24
2025-07-29Revert "[mlir][llvm] Add intrinsic arg and result attribute support (… (#15...Tobias Gysi1-24/+28
2025-07-29[mlir][llvm] Add intrinsic arg and result attribute support (#150783)Tobias Gysi1-28/+24
2025-07-25[mlir][NFC] update `mlir` create APIs (34/n) (#150660)Maksim Levental1-20/+19
2025-07-22[mlir][NFC] update `mlir/lib` create APIs (26/n) (#149933)Maksim Levental1-70/+71
2025-07-17[mlir][LLVMIR] Add IFuncOp to LLVM dialect (#147697)Robert Konicar1-6/+42
2025-07-05[mlir] Remove unused includes (NFC) (#147158)Kazu Hirata1-1/+0
2025-06-10[flang] Add support for -mrecip[=<list>] (#143418)Cameron McInally1-0/+5
2025-05-30[flang] Add support for -mprefer-vector-width=<value> (#142073)Cameron McInally1-0/+4
2025-05-22[MLIR][LLVM] Tail call support for inline asm op (#140826)Bruno Cardoso Lopes1-0/+1
2025-05-21[mlir] Remove unused local variables (NFC) (#140990)Kazu Hirata1-1/+0
2025-05-16[MLIR][LLVM] Add import-structs-as-literals flag to the IR import (#140098)Christian Ulmann1-4/+7
2025-05-15[MLIR][LLVM] Improve inline asm importer (#139989)Bruno Cardoso Lopes1-3/+40
2025-05-12[NFC][MLIR] Add {} for `else` when `if` body has {} (#139422)Rahul Joshi1-1/+2
2025-05-05[MLIR][LLVMIR] Import calls with mismatching signature as indirect call (#135...Bruno Cardoso Lopes1-17/+55
2025-05-05[MLIR][LLVM] Add ProfileSummary module flag support (#138070)Bruno Cardoso Lopes1-5/+277
2025-04-30[llvm][mlir] Adding instrument function entry and instrument function exit at...Anchu Rajendran S1-0/+12
2025-04-30[mlir][llvm] Support nusw and nuw in GEP (#137272)Peiyong Lin1-2/+3
2025-04-28[MLIR][LLVM] More on CG Profile: support null function entries (#137269)Bruno Cardoso Lopes1-6/+19
2025-04-24[MLIR][LLVM] Add CG Profile module flags support (#137115)Bruno Cardoso Lopes1-1/+39
2025-04-23[MLIR][LLVM] Allow strings in module flag value (#136793)Bruno Cardoso Lopes1-6/+8
2025-04-21Reapply [MLIR][LLVM] Support for indirectbr (#136378)Bruno Cardoso Lopes1-2/+29
2025-04-17[MLIR:LLVM] Add UWTableKind attribute (#135811)Will Froom1-0/+7
2025-04-14Revert "[MLIR][LLVM] Support for indirectbr" (#135695)Bruno Cardoso Lopes1-31/+2
2025-04-14[MLIR][LLVM] Support for indirectbr (#135092)Bruno Cardoso Lopes1-2/+31
2025-04-11[MLIR] Adding 'inline_hint' attribute on LLMV::CallOp (#134582)Jean-Didier PAILLEUX1-0/+1
2025-04-09[mlir][LLVM] Delete `getVectorElementType` (#134981)Matthias Springer1-1/+1
2025-04-07[MLIR][LLVM] Block address support (#134335)Bruno Cardoso Lopes1-3/+24
2025-04-04[mlir][llvm] Add `LLVM_DependentLibrariesAttr` (#133385)Iris1-0/+19
2025-04-01[MLIR] Adding 'no_inline' and 'always_inline' attributes on LLMV::CallOp (#13...Jean-Didier PAILLEUX1-0/+3
2025-03-27[MLIR][LLVMIR] Add support for the full form of global_{ctor,dtor} (#133176)Bruno Cardoso Lopes1-4/+11
2025-03-25[MLIR][LLVM] Fix debug value/declare import in face of landing pads (#132871)Bruno Cardoso Lopes1-1/+13
2025-03-24[MLIR][LLVM] Support dso_local_equivalent constants (#132131)Bruno Cardoso Lopes1-0/+21
2025-03-20[mlir] Use *Set::insert_range (NFC) (#132326)Kazu Hirata1-1/+1
2025-03-14[MLIR][LLVMIR] Import: add flag to prefer using unregistered intrinsics (#130...Bruno Cardoso Lopes1-8/+10
2025-03-14[MLIR][LLVMIR] Add module flags support (#130679)Bruno Cardoso Lopes1-0/+29
2025-03-14[MLIR][LLVM] Import dereferenceable metadata from LLVM IR (#130974)mihailo-stojanovic1-0/+25
2025-03-07[MLIR][LLVMIR] Import: fix llvm.call attribute inheritance (#130221)Bruno Cardoso Lopes1-3/+8
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov1-2/+3
2025-03-06[mlir][nfc] De-duplicate tests from `Type::isIntOrFloat` (#129710)Andrzej Warzyński1-8/+3
2025-03-05[MLIR][LLVMIR] llvm.call_intrinsic: support operand/result attributes (#129640)Bruno Cardoso Lopes1-3/+13
2025-02-28[MLIR][LLVMIR] Add support for empty global ctor/dtor lists (#128969)Bruno Cardoso Lopes1-3/+13