summaryrefslogtreecommitdiff
path: root/flang/lib/Optimizer/CodeGen/BoxedProcedure.cpp
AgeCommit message (Expand)Author
2025-01-03[mlir][Transforms] Support 1:N mappings in `ConversionValueMapping` (#116524)Matthias Springer
2024-12-09[Flang][OpenMP] Make boxed procedure pass aware of OpenMP private ops (#118261)Kiran Chandramohan
2024-06-04[flang][CodeGen][NFC] Reduce BoxedProcedurePass boilerplate (#94200)Tom Eccles
2024-04-28Reapply "[mlir] Mark `isa/dyn_cast/cast/...` member functions depreca… (#90...Christian Sigg
2024-04-26Revert "[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89...dyung
2024-04-26[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89998)Christian Sigg
2024-03-25[flang] Fix -Wunused-variable in BoxedProcedure.cpp (NFC)Jie Fu
2024-03-25[flang][NFC] speedup BoxedProcedure for derived types with many components (#...jeanPerier
2024-03-11[flang][CodeGen] Fix use-after-free in BoxedProcedurePass (#84376)Krzysztof Parzyszek
2024-03-08[flang][CodeGen] Replace correct op in BoxedProcedurePass (#84375)Krzysztof Parzyszek
2024-01-29[flang] Fix invalid iterator erasure in boxed-procedure pass (#79830)jeanPerier
2024-01-25[flang] fix procedure fir.box_addr identification in boxed-procedure (#79290)jeanPerier
2024-01-17[mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260)Matthias Springer
2024-01-15[flang][fir] update block argument types in boxed-procedure pass (#77914)jeanPerier
2023-12-19[flang] Lower procedure pointer components (#75453)jeanPerier
2023-06-05[flang] Store KindMapping by value in FirOpBuilderTom Eccles
2023-03-09Break circular dependency between FIR dialect and utilitiesRenaud-K
2022-12-07[flang] Support codegen for global procedure pointerPeixin Qiao
2022-12-07[flang] Support codegen of procedure pointer componentPeixin Qiao
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-27Use llvm::is_contained (NFC)Kazu Hirata
2022-07-16[flang] Use value_or (NFC)Kazu Hirata
2022-07-12[flang] move getKindMapping() calls out of FIROpBuilder ctor callsJean Perier
2022-07-10[flang] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-21[flang] Add more diagnostics to fir.coordinate_ofValentin Clement
2022-06-13[flang] Avoid raising a TODO in fir.boxproc rewrite when not needed (#1560)jeanPerier
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-03-22[flang] Lower boxed procedureValentin Clement