aboutsummaryrefslogtreecommitdiff
path: root/flang/tools/tco
AgeCommit message (Expand)AuthorFilesLines
2024-08-22[flang][NFC] Move OpenMP related passes into a separate directory (#104732)Ivan R. Ivanov1-0/+1
2024-08-21Revert "[flang][NFC] Move OpenMP related passes into a separate directory (#1...Ivan Radanov Ivanov1-1/+0
2024-08-21[flang][NFC] Move OpenMP related passes into a separate directory (#104732)Ivan R. Ivanov1-0/+1
2024-07-16Add basic -mtune support (#98517)Alexis Perry-Holby1-0/+4
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra1-1/+1
2024-06-25Revert "[flang] Add basic -mtune support" (#96678)Tarun Prabhu1-4/+0
2024-06-25[flang] Add basic -mtune support (#95043)Alexis Perry-Holby1-0/+4
2024-05-17[flang][cuda] Move CUDA Fortran operations to a CUF dialect (#92317)Valentin Clement (バレンタイン クレメン)1-0/+2
2024-05-02[flang] Added extension point callbacks to default FIR optimizer pipeline. (#...Vijay Kandiah1-0/+1
2024-02-07[flang] Introducing a method to dynamically and conditionally register dialec...Vijay Kandiah1-0/+1
2024-01-30[Flang][Lower] Attach target_cpu and target_features attributes to MLIR funct...Sergio Afonso1-0/+9
2023-12-06[flang] Updating drivers to create data layout before semantics (#73301)jeanPerier1-5/+9
2023-12-04[flang] (Re-)Enable alias tags pass by default (#74250)Tom Eccles1-0/+1
2023-11-29Revert "[flang] Enable alias tags pass by default (#73111)" (#73821)Tom Eccles1-1/+0
2023-11-27[flang] Enable alias tags pass by default (#73111)Tom Eccles1-0/+1
2023-10-03[flang][NFCI]Use config structure for MLIR to LLVM pass creation (#67792)Mats Petersson1-2/+4
2023-06-09[mlir] Add support for "promised" interfacesRiver Riddle1-1/+2
2023-04-02[mlir][flang] Fix -Wunused-result after D146785 (NFC)Jie Fu1-1/+1
2023-03-21[mlir] Support lowering of dialect attributes attached to top-level modulesSergio Afonso1-0/+1
2023-03-09Break circular dependency between FIR dialect and utilitiesRenaud-K2-2/+3
2023-01-25[mlir][Pass] Make PassManager default to op-agnosticrkayaith1-1/+2
2022-11-14[flang] Add hlfir.declare codegenJean Perier1-0/+1
2022-10-24[flang] Fix building against LLVM dylibMichał Górny1-1/+4
2022-10-21[flang] Add High level Fortran IR dialectJean Perier1-0/+1
2022-10-04[flang][tco] Engineering option for running only CodeGen passes.Slava Zakharin1-3/+13
2022-07-21[flang] Run algebraic simplification optimization pass.Slava Zakharin2-1/+4
2022-07-20Revert "[flang] Run algebraic simplification optimization pass."Slava Zakharin1-3/+1
2022-07-20[flang] Run algebraic simplification optimization pass.Slava Zakharin1-1/+3
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball1-1/+1
2022-05-06[flang] Add ExternalNameConversionPass to pass pipelineDiana Picus1-0/+4
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle1-2/+1
2022-03-07[flang] Update tco after 0dc66b76fe4cDiana Picus1-1/+1
2022-03-07[mlir][NFC] Move Parser.h to Parser/River Riddle1-1/+1
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle2-2/+1
2022-02-02[mlir] Refactor how additional verification is specified in ODSRiver Riddle1-1/+1
2022-01-26[flang][tco] Remove unneeded dependenciesAndrzej Warzynski2-6/+0
2022-01-24[flang] Update tco tool pipline and add translation to LLVM IRValentin Clement2-12/+47
2022-01-21Revert "[flang] Update tco tool pipline and add translation to LLVM IR"Valentin Clement2-53/+12
2022-01-21[flang] Update tco tool pipline and add translation to LLVM IRValentin Clement2-12/+53
2021-10-05[fir] Split FIROptimizer lib into several smaller librariesValentin Clement1-1/+4
2021-10-05Revert "[fir] Split FIROptimizer lib into several smaller libraries"Valentin Clement1-4/+1
2021-10-05[fir] Split FIROptimizer lib into several smaller librariesValentin Clement1-1/+4
2021-10-05Revert "[fir] Split FIROptimizer lib into several smaller libraries"Valentin Clement1-4/+1
2021-10-05[fir] Split FIROptimizer lib into several smaller librariesValentin Clement1-1/+4
2021-08-04[flang] Add missing FileSystem.hMatthias Springer1-0/+1
2021-05-21[mlir][Standard] NFC - Drop remaining EDSC usageNicolas Vasilache1-1/+0
2021-03-24[flang][fir] Add the pre-code gen rewrite pass and codegen ops.Eric Schweitz1-1/+1
2021-02-12[flang][fir][NFC] Move code from FIRDialect.h into a new header.Eric Schweitz1-3/+3
2021-02-10[mlir] avoid exposing mutable DialectRegistry from MLIRContextAlex Zinenko1-2/+3
2021-02-05[flang] Adapt mlir based error status handling in `tco` toolSourabh Singh Tomar1-7/+8