summaryrefslogtreecommitdiff
path: root/flang
Commit message (Expand)AuthorAgeFilesLines
...
* [flang][openacc] Fix lowerbound when there is no subscriptsValentin Clement2023-05-092-23/+21
* [mlir][openacc] Cleanup acc.exit_data from old data clause operandsValentin Clement2023-05-093-31/+0
* [flang][openacc] Lower self clause on acc update as host clauseValentin Clement2023-05-092-0/+15
* [flang] Ensure pointer components are always establishedJean Perier2023-05-093-3/+132
* [mlir][openacc] Cleanup acc.enter_data from old data clause operandsValentin Clement2023-05-093-14/+0
* [flang][openacc] Lower if_present clause correctly on acc updateValentin Clement2023-05-092-0/+7
* [flang][hlfir] Lower left-hand side vector subscripts to HLFIRJean Perier2023-05-094-1/+294
* [flang][hlfir] Lower WHERE to HLFIRJean Perier2023-05-092-14/+264
* [flang][hlfir] Lower forall to HLFIRJean Perier2023-05-092-67/+440
* [flang] Prevent character length setting with dangling ac-do-variable.Slava Zakharin2023-05-082-1/+17
* [flang] Semantics for ISO_C_BINDING's C_LOC()Peter Klausler2023-05-0810-33/+156
* [flang] Procedure pointers are not descriptorsPeter Klausler2023-05-083-20/+10
* [flang][runtime] Initialize uninitialized pointer componentsPeter Klausler2023-05-0813-25/+55
* [mlir][openacc] Cleanup acc.update from old data clause operandsValentin Clement2023-05-083-30/+0
* [mlir][opeancc] Update acc.update verifier for dataOperandsValentin Clement2023-05-081-1/+0
* [mlir][CallOpInterface] Add `setCalleeFromCallable` methodWhitney Tsang2023-05-081-0/+8
* [flang][hlfir] Add TODO for polymorphic vector subscripted entitiesJean Perier2023-05-071-0/+10
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-05-063-3/+17
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-063-17/+3
* [flang] OpenMP allocate directive parse tree fixEthan Luis McDonough2023-05-055-2/+144
* Revert "[flang] OpenMP allocate directive parse tree fix"Ethan Luis McDonough2023-05-055-144/+2
* [flang] OpenMP allocate directive parse tree fixEthan Luis McDonough2023-05-055-2/+144
* Revert "[flang] OpenMP allocate directive parse tree fix"Ethan Luis McDonough2023-05-055-144/+2
* [flang] OpenMP allocate directive parse tree fixEthan Luis McDonough2023-05-055-2/+144
* Revert "[flang] OpenMP allocate directive parse tree fix"Ethan Luis McDonough2023-05-055-144/+2
* [flang][openacc] Lower host and device clauses to data operand opsValentin Clement2023-05-053-68/+120
* [mlir][openacc] Switch host/device clauses to data operand operationsValentin Clement2023-05-051-0/+1
* [flang] OpenMP allocate directive parse tree fixEthan Luis McDonough2023-05-055-2/+144
* Revert "[Flang] Change complex divide lowering"Kiran Chandramohan2023-05-055-118/+10
* [flang][hlfir] Fixed array constructor lowering.Slava Zakharin2023-05-055-23/+244
* [flang]Zero Initialize simple typesMats Petersson2023-05-054-5/+12
* [Flang] Change complex divide loweringKiran Chandramohan2023-05-055-10/+118
* [Flang][OpenMP][Sema] More gracefully handle undefined symbol in a no implici...Andrew Gozillon2023-05-053-3/+68
* [flang][hlfir] Add ordered assignment pass with TODOsJean Perier2023-05-059-0/+141
* [flang][hlfir] Add hlfir.forall_index operationJean Perier2023-05-053-0/+111
* [flang][openacc] Lower data clause on compute construct to data operand opsValentin Clement2023-05-047-1278/+1524
* [flang][openacc] Lower data construct operand to data operand operationsValentin Clement2023-05-043-213/+303
* [flang][openacc] Lower copyout, detach and delete to data exit operationsValentin Clement2023-05-042-199/+288
* [flang][hlfir] Generate explicit HLFIR type cast for implicit logical<->integ...Slava Zakharin2023-05-045-3/+192
* [flang][hlfir] lower hlfir.product into fir runtime callJacob Crawley2023-05-042-16/+206
* [flang] lower product intrinsic to hlfir.product operationJacob Crawley2023-05-043-7/+149
* [flang] add hlfir.product operationJacob Crawley2023-05-044-28/+335
* [docs] Hide collaboration and include graphs in doxygen docsTimm Bäder2023-05-041-3/+3
* [flang]Add test for 2D loop versioning testMats Petersson2023-05-041-0/+105
* [Flang][Driver][NFC] Improve -emit-obj unit testsSergio Afonso2023-05-043-40/+13
* [flang][hlfir] Add assignment mask operationsJean Perier2023-05-046-1/+461
* [flang][hlfir] Add hlfir.forall and its OrderAssignmentTreeOpInterfaceJean Perier2023-05-046-2/+353
* [flang][OpenMP] Lowering support for atomic captureNimish Mishra2023-05-042-47/+357
* [flang][OpenMP] Lowering support for lastprivate on unstructured sectionsNimish Mishra2023-05-042-37/+74
* [flang][openacc] Add proper TODO for reduction loweringValentin Clement2023-05-031-2/+6