aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Lower/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2 daysReland "[flang][cuda] Set the allocator of derived type component after alloc...Valentin Clement (バレンタイン クレメン)1-0/+1
2 daysRevert "[flang][cuda] Set the allocator of derived type component after alloc...Valentin Clement (バレンタイン クレメン)1-1/+0
2 days[flang][cuda] Set the allocator of derived type component after allocation (#...Valentin Clement (バレンタイン クレメン)1-0/+1
2025-07-14[flang][acc] Implement MappableType's generatePrivateInit (#148302)Razvan Lupusoru1-0/+1
2025-07-11[NFC][flang] Move `ReductionProcessor` to `Lower/Support`. (#146025)Kareem Ergawy1-1/+1
2025-06-28[flang][OpenMP] Move lowering of ATOMIC to separate file, NFC (#146225)Krzysztof Parzyszek1-0/+1
2025-06-27Revert "[flang][OpenMP] Move lowering of ATOMIC to separate file, NFC" (#146091)Krzysztof Parzyszek1-1/+0
2025-06-27[flang][OpenMP] Move lowering of ATOMIC to separate file, NFC (#146067)Krzysztof Parzyszek1-0/+1
2025-06-26Revert "[flang][OpenMP] Move lowering of ATOMIC to separate file, NFC (#144960)"Muhammad Omair Javaid1-1/+0
2025-06-20[flang][OpenMP] Move lowering of ATOMIC to separate file, NFC (#144960)Krzysztof Parzyszek1-0/+1
2025-06-05[flang] Extend localization support for `do concurrent` (`init` regions) (#14...Kareem Ergawy1-1/+1
2025-04-30[flang] Use precompiled headers in Frontend, Lower, Parser, Semantics and Eva...Kajetan Puchalski1-0/+11
2025-03-03[flang] Move DumpEvaluateExpr from Lower to Semantics (#128723)Krzysztof Parzyszek1-1/+0
2025-02-15[flang] Fix standalone builds against installed MLIR (#126387)Michał Górny1-2/+4
2025-02-06[Flang] Move non-common headers to FortranSupport (#124416)Michael Kruse1-1/+1
2025-02-03[flang][Lower] Move getHashValue and isEqual implementations to Utils… (#12...Krzysztof Parzyszek1-0/+1
2025-01-16[flang] Support linking to MLIR dylib (#120966)Michał Górny1-5/+7
2025-01-07[flang][OpenMP][NFC] Move reduction init and cleanup region gen to helper (#1...Tom Eccles1-0/+1
2024-05-17[flang][cuda] Move CUDA Fortran operations to a CUF dialect (#92317)Valentin Clement (バレンタイン クレメン)1-0/+4
2024-05-13[flang][OpenMP] Decompose compound constructs, do recursive lowering (#90098)Krzysztof Parzyszek1-0/+1
2024-05-13Revert "[flang][OpenMP] Decompose compound constructs, do recursive lowering ...Krzysztof Parzyszek1-1/+0
2024-05-13[flang][OpenMP] Decompose compound constructs, do recursive lowering (#90098)Krzysztof Parzyszek1-0/+1
2024-03-14[flang][OpenMP] Implement flexible OpenMP clause representation (#81621)Krzysztof Parzyszek1-0/+1
2024-02-21[NFC][flang][OpenMP] Split `DataSharing` and `Clause` processors (#81973)Kareem Ergawy1-1/+5
2023-07-04[flang][hlfir][NFC] refactor transformational intrinsic loweringTom Eccles1-1/+2
2023-06-09[mlir] Add support for "promised" interfacesRiver Riddle1-0/+3
2023-03-09Break circular dependency between FIR dialect and utilitiesRenaud-K1-3/+2
2023-02-16[flang][hlfir] Array constructor lowering [part 1/4]Jean Perier1-0/+1
2023-02-08[flang][NFC] Move Procedure designator lowering in its own fileJean Perier1-0/+1
2023-02-06[flang][NFC] Move IntrinsicCall to Optimizer/Builder/ 6/6Tom Eccles1-1/+0
2022-11-24[flang][NFC] move genCallOpAndResult into new ConvertCall.cpp fileJean Perier1-0/+1
2022-11-02[NFC][flang] Lowering options clean-up.Slava Zakharin1-0/+1
2022-10-31[flang][NFC] move constant lowering into its own unitJean Perier1-0/+1
2022-10-24[flang] Add kernel to lower expressions to HLFIRJean Perier1-0/+3
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball1-2/+2
2022-03-16[flang] Lower IO input with vector subscriptsValentin Clement1-0/+1
2022-03-08[flang] Lower sum intrinsicValentin Clement1-0/+1
2022-03-07[flang] Add lowering for host associationValentin Clement1-2/+3
2022-03-01[flang] Lower basic IO statementValentin Clement1-0/+1
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle1-1/+1
2022-02-24[flang] Simple array assignment loweringValentin Clement1-0/+3
2022-02-24[flang] Lower allocatable assignment for scalarValentin Clement1-0/+1
2022-02-22[Flang] Initial patch to lower a Fortran intrinsicKiran Chandramohan1-0/+1
2022-02-07[flang] Basic local variable loweringValentin Clement1-0/+1
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle1-1/+1
2022-02-03[flang] Add lowering for integer constantValentin Clement1-0/+1
2022-02-01[flang] Lower basic STOP statementValentin Clement1-0/+1
2022-01-31[flang][NFC] Remove obsolete Character helperValentin Clement1-2/+0
2022-01-31[flang][NFC] Remove out of date IO helperValentin Clement1-1/+0
2022-01-28[flang] Initial lowering for empty programValentin Clement1-0/+3