aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2023-07-18[flang][hlfir] support dynamically optional array arguments to intrinsics wit...Tom Eccles2-36/+375
2023-07-18[flang][hlfir] add support for elemental intrinsics with custom handlingTom Eccles2-3/+188
2023-07-18[flang][hlfir] custom intrinsic handling for scalar argumentsTom Eccles2-2/+486
2023-07-18[Flang][HLFIR] Intrinsics: Propagate fast math flagsKiran Chandramohan5-25/+31
2023-07-18[Flang][HLFIR] Relax size check for dot_product intrinsicKiran Chandramohan2-1/+15
2023-07-17[flang][openacc][NFC] Add test for scalar allocatable and pointer reductionValentin Clement2-1/+31
2023-07-17[flang][openacc] Add proper TODO for reduction with dynamic shaped arrayValentin Clement1-0/+17
2023-07-17[flang] Fix minor nits with INCLUDE line recognitionPeter Klausler4-4/+97
2023-07-17[flang] Extension: allow DATA to precede declaration under IMPLICIT NONE(TYPE)Peter Klausler4-4/+25
2023-07-17[flang] Avoid bogus errors with LBOUND/UBOUND(assumed rank array, DIM=)Peter Klausler2-10/+28
2023-07-17[flang] Correct disambiguation of possible statement function definitionsPeter Klausler5-16/+75
2023-07-17[flang] Emit errors on vector subscripts with duplicated elements when object...Peter Klausler4-2/+69
2023-07-17[flang] Fix constraint check on CLASS() entitiesPeter Klausler4-21/+57
2023-07-17[flang] Catch impure specifics called in DO CONCURRENTPeter Klausler6-36/+49
2023-07-17[flang] Disallow noninteroperable dummy procedures from interoperable proceduresPeter Klausler2-6/+16
2023-07-17[flang][unittests] Silence compiler warningPeter Klausler1-6/+6
2023-07-17[flang][runtime] Don't do partial data transfer on short character read with ...Peter Klausler4-18/+56
2023-07-17[Flang][OpenMP][MLIR] An mlir transformation pass for marking FuncOp's implic...Andrew Gozillon11-0/+392
2023-07-17[AMDGPU] Add targets gfx1150 and gfx1151Jay Foad1-1/+1
2023-07-17[Flang][OpenMP][MLIR] Filter emitted code depending on declare target and deviceSergio Afonso9-34/+277
2023-07-14[MLIR] Don't sort operand of commutative ops when comparing two ops as there ...tomnatan1-0/+3
2023-07-14[flang][openacc] Add extent when creating acc.bounds in genBaseBoundsOpsValentin Clement4-15/+15
2023-07-14[Flang][OpenMP] Use typed assignment in Atomic Write loweringKiran Chandramohan2-8/+18
2023-07-13[mlir] Don't emit forward declaration for user defined storage classesHideto Ueno1-0/+5
2023-07-13[flang][runtime] Support in-tree device build of Flang runtime.Slava Zakharin3-25/+113
2023-07-13[flang][openacc] Add support for complex mul reductionValentin Clement2-6/+34
2023-07-13[Flang][OpenMP][Lower] Program level implicit SAVE variable handling for decl...Andrew Gozillon4-28/+75
2023-07-13[flang] Fix OMPEarlyOutlining erasing declare target functionsJan Sjodin2-3/+12
2023-07-13[flang][hlfir] Fixed character allocatable in structure constructor.Slava Zakharin6-61/+198
2023-07-13[flang][openacc] Add semantic check for reduction operator and typesValentin Clement2-1/+253
2023-07-13[flang][NFC] Remove duplicate of getDesignatorNameIfDataRef functionValentin Clement4-25/+24
2023-07-13[Flang] -funderscoring bug fixMark Danial3-9/+12
2023-07-13Add test case back but with !REQUIRES: amdgpu-registered-target.Jan Sjodin1-0/+3
2023-07-13Remove amdgpu target to fix aarch64 buildbot failure.Jan Sjodin1-1/+0
2023-07-13[Flang][OpenMP][MLIR] Add early outlining pass for omp.target operations to f...Jan Sjodin10-1/+241
2023-07-12[flang] Add PowerPC vec_sl, vec_sld, vec_sldw, vec_sll, vec_slo, vec_srl and ...Kelvin Li6-8/+4918
2023-07-12[flang][openacc] Add support for complex add reductionValentin Clement2-6/+39
2023-07-12[flang][hlfir] Moved TODO for polymorphic vector subscripted expressions.Slava Zakharin2-6/+52
2023-07-12[flang][openacc] Support .neqv. reduction operatorValentin Clement2-5/+30
2023-07-12[flang][openacc] Support .eqv. reduction operatorValentin Clement2-0/+39
2023-07-12[flang][openacc] Support .or. reduction operatorValentin Clement2-12/+48
2023-07-12[flang][openacc] Support .and. reduction operatorValentin Clement2-7/+39
2023-07-12[flang][openacc] Support array slices when creating firstprivate recipeValentin Clement2-4/+36
2023-07-12[flang][openacc] Populate init and copy region of firstprivate recipe for sim...Valentin Clement6-26/+132
2023-07-12[flang][HLFIR] allow hlfir.get_length with hlfir.associateTom Eccles2-4/+30
2023-07-12[flang][openacc] Add error for unsupported min/max reduction on complex typeValentin Clement1-0/+3
2023-07-11[flang] Update LIT test due to D154611 (NFC)Kelvin Li1-23/+23
2023-07-11[flang] Use fir.type_desc in nullifyValentin Clement4-15/+9
2023-07-11[flang] Add fastmath flags to localBuilder in IntrinsicCallDavid Truby11-119/+127
2023-07-11[flang][hlfir] Fixed NULL() handling in structure constructor.Slava Zakharin2-1/+50