summaryrefslogtreecommitdiff
path: root/flang/lib/Optimizer/Dialect/FIRDialect.cpp
AgeCommit message (Expand)Author
2025-07-24[mlir][NFC] update `flang/lib` create APIs (12/n) (#149914)Maksim Levental
2024-05-17[flang][cuda] Move CUDA Fortran operations to a CUF dialect (#92317)Valentin Clement (バレンタイン クレメン)
2024-03-11[flang][NFC] Use the tablegen definition for FIR dialect (#84822)Valentin Clement (バレンタイン クレメン)
2024-02-13[flang] Register LLVMTranslationDialectInterface for FIR. (#81668)Slava Zakharin
2024-02-07[flang] Introducing a method to dynamically and conditionally register dialec...Vijay Kandiah
2023-11-20Make MLIR Value more consistent in terms of `const` "correctness" (NFC) (#72765)Mehdi Amini
2023-10-11[flang][FIR] add FirAliasAnalysisOpInterface (#68317)Tom Eccles
2023-05-22Revert "Revert "[Flang][OpenMP][MLIR] Add declare target attribute set and in...Andrew Gozillon
2023-05-22Revert "[Flang][OpenMP][MLIR] Add declare target attribute set and interface ...Andrew Gozillon
2023-05-22[Flang][OpenMP][MLIR] Add declare target attribute set and interface for the ...Andrew Gozillon
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2022-03-09[flang] Remove 'using namespace mlir;` from header filesAndrzej Warzynski
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-10[flang] Add FIRInlinerInterfaceValentin Clement
2021-03-11[mlir][StorageUniquer] Properly call the destructor on non-trivially destruct...River Riddle
2021-02-26[flang][fir] Add remaining Ops. Updates to pre-existing Ops.Eric Schweitz
2021-02-24[flang][fir][NFC] Remove dead code.Eric Schweitz
2021-02-09[flang][fir] Add shape, shape_shift, and slice types.Eric Schweitz
2021-02-08[flang][fir] Add OpaqueAttr.Eric Schweitz
2021-02-05[flang][fir] Add FIR's vector type.Eric Schweitz
2021-02-04[flang] Remove dims type and gendims op.Eric Schweitz
2021-02-04[flang][NFC] Rename IntType to IntegerType.Eric Schweitz
2021-02-01[flang][NFC] Rename complex type.Eric Schweitz
2020-08-07[flang] Update FirOpsDialect constructor to pass its TypeIDRiver Riddle
2020-04-27[flang] Upstream recent work on FIR to llvm-project.Eric Schweitz
2020-03-28[flang] Reformat with latest clang-format and .clang-formatTim Keith
2020-03-11[flang] Add Fortran IR (FIR) MLIR dialect implementation (flang-compiler/f18#...jeanPerier