summaryrefslogtreecommitdiff
path: root/flang/lib
Commit message (Expand)AuthorAgeFilesLines
* [flang] Apply the check for the constraint `C1172` to more stmtsKatherine Rasmussen2023-05-172-0/+19
* [flang] Fix an unused variable warningKazu Hirata2023-05-171-1/+0
* [flang] Non-type-bound defined IO loweringV Donaldson2023-05-175-178/+570
* [flang][hlfir] Fixed symbol lookup for character returns.Slava Zakharin2023-05-171-0/+14
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber2023-05-171-1/+1
* [flang] Catch (and fix) attempts to create an invalid source range for a ScopePeter Klausler2023-05-171-4/+45
* [flang][hlfir] Implement the scheduling part of hlfir.forall codegenJean Perier2023-05-174-9/+811
* [flang] Fix llvm-test-suite/Fortran/gfortran/torture/execute/st_function_1.f90Peter Klausler2023-05-161-10/+14
* [flang] Correct overriding (or not) of inaccessible bindingsPeter Klausler2023-05-166-32/+83
* [flang] Fix bogus errors about CONTIGUOUS attributePeter Klausler2023-05-161-13/+11
* [flang] Finer control over warningsPeter Klausler2023-05-1613-143/+158
* [flang] Add check for constraints on event-stmtsKatherine Rasmussen2023-05-163-2/+84
* Revert "[flang] Add check for constraints on event-stmts"Katherine Rasmussen2023-05-163-84/+2
* [flang] Parenthesize RHS arguments to defined assignments (bug #62599)Peter Klausler2023-05-161-3/+18
* [flang] Apply default module accessibility rules a second time (bug#62598)Peter Klausler2023-05-162-6/+18
* [flang] Don't mistakenly tokenize a Hollerith literal from "DO 100 H=..." (bu...Peter Klausler2023-05-161-3/+8
* [flang] Fixed comparison for derived types constants.Slava Zakharin2023-05-161-0/+6
* [flang] Add check for constraints on event-stmtsKatherine Rasmussen2023-05-153-2/+84
* [flang][openacc] Lower host_data constructValentin Clement2023-05-151-1/+60
* [flang][hlfir] Fixed copy-in for polymorphic arguments.Slava Zakharin2023-05-151-6/+4
* [flang][hlfir] Fixed lowering for intrinsic calls with null() box argument.Slava Zakharin2023-05-153-10/+35
* [flang][hlfir] lower hlfir.any into fir runtime callJacob Crawley2023-05-151-5/+36
* [flang] lower any intrinsic to hlfir.any operationJacob Crawley2023-05-151-0/+13
* [flang] add hlfir.any intrinsicJacob Crawley2023-05-152-0/+49
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-131-1/+1
* [flang] Fixed global name creation for literal constants.Slava Zakharin2023-05-124-554/+104
* [flang][hlfir] Fixed AssociateOp codegen for 0-dim variables.Slava Zakharin2023-05-121-2/+20
* [flang][hlfir] Fixed invalid fir.convert generated by AssociateOp codegen.Slava Zakharin2023-05-111-2/+4
* [flang] Inline array size call when dim is compile time constantRazvan Lupusoru2023-05-111-0/+7
* [mlir][flang][openacc] Remove obsolete operand legalization passesValentin Clement2023-05-114-146/+0
* [flang][hlfir] Establish <storage, mustFree> tuple for ApplyOp and NoReassocOp.Slava Zakharin2023-05-111-3/+21
* [flang] Use internal linkage for string literalsDavid Truby2023-05-111-1/+3
* [Flang] Change complex divide loweringKiran Chandramohan2023-05-113-3/+110
* [OpenMP][Flang][Semantics] Add semantics support for USE_DEVICE_ADDR clause o...Raghu Maddhipatla2023-05-103-7/+16
* [Flang] Syntax support for OMP Allocators ConstructEthan Luis McDonough2023-05-103-9/+108
* [mlir][openacc] Cleanup acc.kernels from old data clause operandsValentin Clement2023-05-101-4/+1
* [mlir][openacc] Cleanup acc.serial from old data clause operandsValentin Clement2023-05-101-1/+1
* [flang][openacc] Preserve user order for entry data operand on compute constructValentin Clement2023-05-101-9/+16
* [flang][openacc] Preserve user order for entry data operand on data constructValentin Clement2023-05-101-10/+17
* [mlir][openacc] Cleanup acc.parallel from old data clause operandsValentin Clement2023-05-092-12/+2
* [flang][openacc] Fix lowerbound when there is no subscriptsValentin Clement2023-05-091-5/+3
* [flang] Added missing type cast for the implied-do index.Slava Zakharin2023-05-092-2/+13
* [flang][hlfir] Allow passing null() to dummy class argument.Slava Zakharin2023-05-091-1/+2
* [mlir][openacc] Cleanup acc.data from old data clause operandsValentin Clement2023-05-092-17/+0
* Revert "[flang][openacc] Fix lowerbound when there is no subscripts"Valentin Clement2023-05-091-3/+5
* [flang][openacc] Fix lowerbound when there is no subscriptsValentin Clement2023-05-091-5/+3
* [mlir][openacc] Cleanup acc.exit_data from old data clause operandsValentin Clement2023-05-092-9/+0
* [flang][openacc] Lower self clause on acc update as host clauseValentin Clement2023-05-091-0/+10
* [flang] Ensure pointer components are always establishedJean Perier2023-05-091-2/+15
* [mlir][openacc] Cleanup acc.enter_data from old data clause operandsValentin Clement2023-05-092-10/+0