aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2022-04-11[flang] D123388 fix - remove unused variable from testJean Perier1-2/+0
2022-04-11[flang][runtime] Prefer process time over thread time in CPU_TIMEMats Petersson1-3/+3
2022-04-11[Flang][OpenMP] Add implementation of privatisationKiran Chandramohan6-32/+518
2022-04-11[flang] Lower optionals in GET_COMMAND_ARGUMENT and GET_ENVIRONMENT_VARIABLEjeanPerier10-241/+358
2022-04-11[flang] add a static assert in CheckUnitNumberInRangeImplJean Perier1-0/+3
2022-04-10[Driver] Simplify -f[no-]diagnostics-color handling. NFCFangrui Song1-4/+2
2022-04-09[flang] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off buildPeixinQiao1-3/+1
2022-04-09[flang] Support export/import OpenMP Threadprivate FlagPeixin-Qiao2-1/+42
2022-04-08[clang][OpenMP5.1] Initial parsing/sema for has_device_addrJennifer Yu1-0/+1
2022-04-08[flang] Do not fold fir.box_addr when it has a sliceValentin Clement2-3/+51
2022-04-09[flang] Fix semantic analysis for "forall" targeted by "label"PeixinQiao2-2/+47
2022-04-08[flang][OpenMP] Added allocate clause translation for OpenMP block constructsShraiysh Vaishay4-57/+244
2022-04-08[flang] Handle dynamically optional argument in EXITJean Perier2-1/+41
2022-04-08[flang][NFC] rename isAbsent to isStaticallyAbsent in IntrinsicCall.cppJean Perier1-50/+62
2022-04-08[mlir] Add support for operation-produced successor arguments in BranchOpInte...Markus Böck2-21/+13
2022-04-07Reland [GreedPatternRewriter] Preprocess constants while building worklist wh...River Riddle1-6/+6
2022-04-07[mlir][CSE] Remove duplicated operations with MemRead side-effectValentin Clement2-2/+59
2022-04-06[flang] Add runtime API to catch unit number out of rangeJean Perier5-0/+103
2022-04-05[flang] Fix fir.embox codegen with constant interior shapeJean Perier2-1/+84
2022-04-05[flang] Set lower bounds of array section fir.embox to oneJean Perier2-12/+10
2022-04-05[flang][cmake] Make CMake copy "omp_lib.h" into the build directoryAndrzej Warzynski3-0/+51
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle3-0/+6
2022-04-04[flang] Add one semantic check for allocatable/pointer argument associationPeixinQiao4-19/+51
2022-04-04[flang] Update the conversion code for fir.coordinate_ofAndrzej Warzynski1-46/+39
2022-04-04[flang][NFC] Add tests for array-value-copy pass with array with pointersValentin Clement1-0/+170
2022-04-04[flang] Fold instantiated PDT character component length when neededJean Perier5-4/+36
2022-04-04[flang][NFC] Add tests for fir.address_ofValentin Clement2-0/+35
2022-04-03Revert "[Flang][OpenMP] Add semantic check for OpenMP Private, Firstprivate a...Kiran Chandramohan2-62/+3
2022-04-03[flang][NFC] Add tests for fir.array_modify in array-value-copy passValentin Clement1-0/+130
2022-04-03[flang][NFC] Add more test cases for the array-value-copy passValentin Clement1-0/+86
2022-04-03[flang][NFC] Add tests for fir.is_presentValentin Clement1-0/+52
2022-04-03[flang] Add global and global box initialization testsValentin Clement4-12/+171
2022-04-03[flang][NFC] Add tests for select constructsValentin Clement1-0/+68
2022-04-01[flang] add evaluate::IsAllocatableDesignator helperJean Perier6-5/+176
2022-04-01Revert "[GreedPatternRewriter] Preprocess constants while building worklist w...Mehdi Amini1-6/+6
2022-03-31[flang] Keep fully qualified !fir.heap type for fir.freemem opValentin Clement7-11/+11
2022-03-31[GreedPatternRewriter] Preprocess constants while building worklist when not ...River Riddle1-6/+6
2022-03-31[flang] Allow user to recover from bad edit descriptor with INTEGERJean Perier1-1/+1
2022-03-31[flang] Skip `D` when including D debug lineJean Perier1-0/+4
2022-03-30[flang] Correct a typo when parsing format token white spaceV Donaldson2-3/+3
2022-03-30Fix invalid overflow check in flangserge-sans-paille1-1/+1
2022-03-29[flang] prevent undefined behavior in character MAXLOC foldingJean Perier2-7/+11
2022-03-29[flang][OpenMP] Added parallel sections translationShraiysh Vaishay2-4/+88
2022-03-28[flang][driver] Make --version and -version consistent with clangEmil Kieri2-6/+12
2022-03-28[flang] Fold NEAREST() and its relativesPeter Klausler4-2/+205
2022-03-28[mlir] Simplify LoopLikeOpInterfaceMogball1-22/+0
2022-03-28[Flang] Options to lower math intrinsics to relaxed, precise variantsKiran Chandramohan2-1/+57
2022-03-28[flang] Lower some coarray statements to their runtime functionsValentin Clement2-9/+67
2022-03-28Revert "[flang] Add & use a better visit()"Andrzej Warzynski62-1427/+1297
2022-03-28[mlir][OpenMP] Added ReductionClauseInterfaceShraiysh Vaishay1-1/+2