Age | Commit message (Expand) | Author | Files | Lines |
2 days | Reland "[flang][cuda] Set the allocator of derived type component after alloc... | Valentin Clement (バレンタイン クレメン) | 1 | -0/+1 |
2 days | Revert "[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 Lupusoru | 1 | -0/+1 |
2025-07-11 | [NFC][flang] Move `ReductionProcessor` to `Lower/Support`. (#146025) | Kareem Ergawy | 1 | -1/+1 |
2025-06-28 | [flang][OpenMP] Move lowering of ATOMIC to separate file, NFC (#146225) | Krzysztof Parzyszek | 1 | -0/+1 |
2025-06-27 | Revert "[flang][OpenMP] Move lowering of ATOMIC to separate file, NFC" (#146091) | Krzysztof Parzyszek | 1 | -1/+0 |
2025-06-27 | [flang][OpenMP] Move lowering of ATOMIC to separate file, NFC (#146067) | Krzysztof Parzyszek | 1 | -0/+1 |
2025-06-26 | Revert "[flang][OpenMP] Move lowering of ATOMIC to separate file, NFC (#144960)" | Muhammad Omair Javaid | 1 | -1/+0 |
2025-06-20 | [flang][OpenMP] Move lowering of ATOMIC to separate file, NFC (#144960) | Krzysztof Parzyszek | 1 | -0/+1 |
2025-06-05 | [flang] Extend localization support for `do concurrent` (`init` regions) (#14... | Kareem Ergawy | 1 | -1/+1 |
2025-04-30 | [flang] Use precompiled headers in Frontend, Lower, Parser, Semantics and Eva... | Kajetan Puchalski | 1 | -0/+11 |
2025-03-03 | [flang] Move DumpEvaluateExpr from Lower to Semantics (#128723) | Krzysztof Parzyszek | 1 | -1/+0 |
2025-02-15 | [flang] Fix standalone builds against installed MLIR (#126387) | Michał Górny | 1 | -2/+4 |
2025-02-06 | [Flang] Move non-common headers to FortranSupport (#124416) | Michael Kruse | 1 | -1/+1 |
2025-02-03 | [flang][Lower] Move getHashValue and isEqual implementations to Utils… (#12... | Krzysztof Parzyszek | 1 | -0/+1 |
2025-01-16 | [flang] Support linking to MLIR dylib (#120966) | Michał Górny | 1 | -5/+7 |
2025-01-07 | [flang][OpenMP][NFC] Move reduction init and cleanup region gen to helper (#1... | Tom Eccles | 1 | -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 Parzyszek | 1 | -0/+1 |
2024-05-13 | Revert "[flang][OpenMP] Decompose compound constructs, do recursive lowering ... | Krzysztof Parzyszek | 1 | -1/+0 |
2024-05-13 | [flang][OpenMP] Decompose compound constructs, do recursive lowering (#90098) | Krzysztof Parzyszek | 1 | -0/+1 |
2024-03-14 | [flang][OpenMP] Implement flexible OpenMP clause representation (#81621) | Krzysztof Parzyszek | 1 | -0/+1 |
2024-02-21 | [NFC][flang][OpenMP] Split `DataSharing` and `Clause` processors (#81973) | Kareem Ergawy | 1 | -1/+5 |
2023-07-04 | [flang][hlfir][NFC] refactor transformational intrinsic lowering | Tom Eccles | 1 | -1/+2 |
2023-06-09 | [mlir] Add support for "promised" interfaces | River Riddle | 1 | -0/+3 |
2023-03-09 | Break circular dependency between FIR dialect and utilities | Renaud-K | 1 | -3/+2 |
2023-02-16 | [flang][hlfir] Array constructor lowering [part 1/4] | Jean Perier | 1 | -0/+1 |
2023-02-08 | [flang][NFC] Move Procedure designator lowering in its own file | Jean Perier | 1 | -0/+1 |
2023-02-06 | [flang][NFC] Move IntrinsicCall to Optimizer/Builder/ 6/6 | Tom Eccles | 1 | -1/+0 |
2022-11-24 | [flang][NFC] move genCallOpAndResult into new ConvertCall.cpp file | Jean Perier | 1 | -0/+1 |
2022-11-02 | [NFC][flang] Lowering options clean-up. | Slava Zakharin | 1 | -0/+1 |
2022-10-31 | [flang][NFC] move constant lowering into its own unit | Jean Perier | 1 | -0/+1 |
2022-10-24 | [flang] Add kernel to lower expressions to HLFIR | Jean Perier | 1 | -0/+3 |
2022-06-13 | [mlir] (NFC) Clean up bazel and CMake target names | Mogball | 1 | -2/+2 |
2022-03-16 | [flang] Lower IO input with vector subscripts | Valentin Clement | 1 | -0/+1 |
2022-03-08 | [flang] Lower sum intrinsic | Valentin Clement | 1 | -0/+1 |
2022-03-07 | [flang] Add lowering for host association | Valentin Clement | 1 | -2/+3 |
2022-03-01 | [flang] Lower basic IO statement | Valentin Clement | 1 | -0/+1 |
2022-03-01 | [mlir] Rename the Standard dialect to the Func dialect | River Riddle | 1 | -1/+1 |
2022-02-24 | [flang] Simple array assignment lowering | Valentin Clement | 1 | -0/+3 |
2022-02-24 | [flang] Lower allocatable assignment for scalar | Valentin Clement | 1 | -0/+1 |
2022-02-22 | [Flang] Initial patch to lower a Fortran intrinsic | Kiran Chandramohan | 1 | -0/+1 |
2022-02-07 | [flang] Basic local variable lowering | Valentin Clement | 1 | -0/+1 |
2022-02-06 | [mlir] Split out a new ControlFlow dialect from Standard | River Riddle | 1 | -1/+1 |
2022-02-03 | [flang] Add lowering for integer constant | Valentin Clement | 1 | -0/+1 |
2022-02-01 | [flang] Lower basic STOP statement | Valentin Clement | 1 | -0/+1 |
2022-01-31 | [flang][NFC] Remove obsolete Character helper | Valentin Clement | 1 | -2/+0 |
2022-01-31 | [flang][NFC] Remove out of date IO helper | Valentin Clement | 1 | -1/+0 |
2022-01-28 | [flang] Initial lowering for empty program | Valentin Clement | 1 | -0/+3 |