summaryrefslogtreecommitdiff
path: root/flang/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* [mlir][openacc] Cleanup acc.parallel from old data clause operandsValentin Clement2023-05-091-29/+0
* [mlir][openacc] Cleanup acc.data from old data clause operandsValentin Clement2023-05-091-24/+0
* [mlir][openacc] Cleanup acc.exit_data from old data clause operandsValentin Clement2023-05-091-22/+0
* [mlir][openacc] Cleanup acc.enter_data from old data clause operandsValentin Clement2023-05-091-4/+0
* [mlir][openacc] Cleanup acc.update from old data clause operandsValentin Clement2023-05-081-22/+0
* [flang]Add test for 2D loop versioning testMats Petersson2023-05-041-0/+105
* [flang]Add more tests for loop versioningMats Petersson2023-04-261-0/+167
* Add loop-versioning pass to improve unit-strideMats Petersson2023-04-181-0/+115
* [mlir][openacc][NFC] Use assembly format for acc.parallelValentin Clement2023-04-131-2/+2
* [flang][openacc] Keep region when applying data operand conversionValentin Clement2023-04-121-23/+2
* [flang][openacc] Add missing piece to translate to LLVM IR dialectValentin Clement2023-04-101-0/+38
* [flang][openacc] Add data operands conversion from FIRValentin Clement2023-04-101-0/+84
* Revert "[flang][openacc] Add data operands conversion from FIR"Valentin Clement2023-04-101-84/+0
* Revert "[flang][openacc] Add missing piece to translate to LLVM IR dialect"Valentin Clement2023-04-101-38/+0
* [flang][openacc] Add missing piece to translate to LLVM IR dialectValentin Clement2023-04-101-0/+38
* [flang][openacc] Add data operands conversion from FIRValentin Clement2023-04-101-0/+84
* [Flang] Give fir.if RegionBranchOpInterfaceSacha Ballantyne2023-03-091-1/+19
* [flang] Fix a bug with simplified minloc that treated logicals with even valu...Sacha Ballantyne2023-02-281-4/+4
* [flang] Change COUNT intrinsic to support different kind logicalsSacha Ballantyne2023-02-281-0/+48
* [Flang] Add Minloc to simplify intrinsics passSacha Ballantyne2023-02-271-0/+663
* [flang] support fir.unreachable in stack arrays passTom Eccles2023-02-141-0/+17
* [Flang] Fix for Any/All simplification to properly propogate the inital valueSacha Ballantyne2023-02-141-1/+59
* [Flang] Add Any and All intrinsics to simplify intrinsics passSacha Ballantyne2023-02-091-6/+345
* [flang] add -fstack-arrays flagTom Eccles2023-02-071-0/+14
* [flang] add a pass to move array temporaries to the stackTom Eccles2023-02-072-0/+449
* [flang] Fix simplify intrinsic for count not checking for rank = 0 properlySacha Ballantyne2023-01-301-0/+25
* [flang] Add Count to simplified intrinsicsSacha Ballantyne2023-01-271-0/+116
* [Flang][Debug] Use pathnames from location of functionsKiran Chandramohan2023-01-253-0/+88
* Reland "[mlir][llvm] Add an explicit void type debug info attribute."Tobias Gysi2023-01-131-1/+1
* [Flang] Add/Restore basic debug support (1/n)Kiran Chandramohan2023-01-121-0/+24
* [flang] Propagate fastmath flags during intrinsics simplification.Slava Zakharin2022-11-171-0/+100
* [flang] Support multidimensional reductions in SimplifyIntrinsicsPass.Slava Zakharin2022-09-191-33/+162
* [flang] Support more data types for reduction in SimplifyIntrinsicsPass.Slava Zakharin2022-09-191-0/+59
* [FLANG]Remove experimental flag from SUM simplificationMats Petersson2022-08-252-1/+14
* [FLANG]Add maxval simplification supportMats Petersson2022-08-241-19/+124
* [Flang]Fix another way to crash SimplifyIntrinsicsMats Petersson2022-08-191-0/+31
* [flang] Control SUM simplification with a pass option.Slava Zakharin2022-08-171-1/+1
* [flang]Avoid asking for operands when there are noneMats Petersson2022-08-171-6/+29
* [flang] Handle mixed types in DOT_PRODUCT simplification.Slava Zakharin2022-08-151-10/+74
* [flang] Support DOT_PRODUCT in late inlining.Slava Zakharin2022-08-101-0/+270
* Prepare for inlining of SUM intrinsicMats Petersson2022-08-041-0/+319