summaryrefslogtreecommitdiff
path: root/flang/lib/Optimizer/Transforms/ArrayValueCopy.cpp
AgeCommit message (Expand)Author
2025-10-22[flang][FIR] add fir.assumed_size_extent to abstract assumed-size extent enco...jeanPerier
2025-08-21[flang] Fix `replaceAllUsesWith` API violations (1/N) (#154698)Matthias Springer
2025-07-21[mlir][NFC] update `flang/Optimizer/Transforms` create APIs (11/n) (#149915)Maksim Levental
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
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-04-22Mark `mlir::Value::isa/dyn_cast/cast/...` member functions deprecated. (#89238)Christian Sigg
2024-04-17[flang] Retain internal and BIND(C) host procedure link in FIR (#87796)jeanPerier
2024-02-12[flang][NFC] Remove hardcoded attr name for fir.global op (#81347)Valentin Clement (バレンタイン クレメン)
2024-01-24[flang] Set assumed-size last extent to -1 (#79156)jeanPerier
2023-06-05[flang] Store KindMapping by value in FirOpBuilderTom Eccles
2023-03-09Break circular dependency between FIR dialect and utilitiesRenaud-K
2023-01-23[flang] Avoid unnecessary temporaries in ArrayValueCopy.Slava Zakharin
2022-12-20[flang] Do not convey captured globals through host linkJean Perier
2022-12-06[flang] Set correct box type when emboxing temporary in array value copy passValentin Clement
2022-09-29[flang][mlir][arith] Fix flang build after dialect renamingJakub Kuderski
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-07-12[flang] move getKindMapping() calls out of FIROpBuilder ctor callsJean Perier
2022-07-08[flang] Changed lowering for allocatable assignment to make array-value-copy ...Slava Zakharin
2022-06-29[flang] Fix lowering issue with character tempValentin Clement
2022-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-06-14[flang] Avoid losing type parameter informationValentin Clement
2022-06-10[flang][NFC] Move Todo.h from Lower to OptimizerValentin Clement
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-03-17[flang] handle allocatable components when creating array tempsJean Perier
2022-03-09[flang] Update ArrayValueCopy to support array_amend and array_accessValentin Clement
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-15[flang][mlir][NFC] Replace uses of raw accessors with prefixed accessorsShraiysh Vaishay
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2022-01-26[mlir] Finish replacing OwningRewritePatternList with RewritePatternSetRiver Riddle
2022-01-18[flang] Convert uses of FunctionPass to OperationPass<FuncOp>River Riddle
2021-12-16[fir] Move Factory.h to flang/Optimizer/BuilderValentin Clement
2021-12-09[flang] Updated FIR dialect to _BothJacques Pienaar
2021-11-30[fir] Add array value copy passValentin Clement