aboutsummaryrefslogtreecommitdiff
path: root/flang/test
AgeCommit message (Expand)AuthorFilesLines
2020-09-26[flang] SAVE statement should not apply to nested scoping unitsRiccardo Bertossa1-0/+21
2020-09-24 [flang] [OpenMP 4.5] Adding lit test cases for OpenMP Constructs.Praveen G26-0/+590
2020-09-18[flang] Rework preprocessing of stringificationpeter klausler1-0/+8
2020-09-16[flang] Substrings with lower bound greater than upper boundPeter Steinfeld1-0/+2
2020-09-14[flang] Allow Fortran comments after #include pathpeter klausler2-0/+18
2020-09-14[flang] Fix bug for forward referenced typePeter Steinfeld1-2/+1
2020-09-14[flang] Fix analyzed form of type-bound assignmentTim Keith1-0/+88
2020-09-14[flang] Correctly detect overlapping integer casesTim Keith1-0/+14
2020-09-11[flang] Fix bug for forward referenced typePeter Steinfeld1-0/+10
2020-09-11[flang][driver] Add the new flang compiler and frontend driversCaroline Concatto9-1/+80
2020-09-10[flang] Fix assert on constant folding of extended typesPeter Steinfeld1-0/+163
2020-09-10[flang] Fix check for distinguishable operators/assignmentsTim Keith7-31/+94
2020-09-09[FLANG] Generate error for invalid selector.compinder1-0/+15
2020-09-09[flang]Add Semantic Checks for OpenMP Allocate ClauseIrina Dobrescu2-5/+84
2020-09-08[flang][OpenMP] Enhance parser support for atomic construct to OpenMP 5.0Kiran Kumar T P1-1/+21
2020-09-02[flang] Implement nonstandard OPEN statement CARRIAGECONTROL specifierpeter klausler2-0/+8
2020-09-02[flang] Support multiple CookedSource instancespeter klausler1-2/+2
2020-09-02[flang] Make -fget-symbols-sources output deterministicpeter klausler5-7/+7
2020-09-01[flang] Version information in flang/f18Camille Coti2-2/+16
2020-09-01[flang] Fix integer CASE constant typingpeter klausler1-3/+3
2020-09-01[flang] Improve compile-time shape conformance checkingpeter klausler1-2/+2
2020-08-31[flang] Check shape conformance on initializerspeter klausler4-7/+61
2020-08-31[flang] Make `TypeParamInquiry` monomorphicpeter klausler5-17/+17
2020-08-31[flang] Format label scope is independent of block scopepeter klausler1-0/+5
2020-08-27[flang][openacc] Fix gang-argument parsing and add validity tests for !$acc loopValentin Clement1-2/+137
2020-08-27[flang][openacc] Add check for tile clause restrictionValentin Clement2-0/+34
2020-08-25[flang] Check that various variables referenced in I/O statements may be definedpeter klausler7-2/+80
2020-08-25[flang] Improve error handling for bad characters in sourcepeter klausler1-2/+2
2020-08-25[flang] Parse global compiler directivespeter klausler1-0/+1
2020-08-25[flang] Don't completely left-justify fixed-form tokenizationpeter klausler2-1/+8
2020-08-24[flang] Fix bug accessing implicit variable in specification expressionTim Keith4-6/+68
2020-08-24[flang][openacc] Fix reduction operator parsing/unparsingValentin Clement1-2/+62
2020-08-23[flang][openacc] Fix wait-argument for wait clause + add testsValentin Clement1-0/+24
2020-08-22[flang] Fix assert on bad character kindTim Keith1-0/+6
2020-08-18[flang] Improve error messages for procedures in expressionsTim Keith2-0/+14
2020-08-17[flang] Copy attributes and flags onto host-assoc symbolsTim Keith3-2/+27
2020-08-17[flang] Add preprocessor test for defines passed on the command lineDavid Truby1-0/+8
2020-08-13[flang][openacc] Handle optional end directive in combined constructValentin Clement3-0/+136
2020-08-13[flang] Implement shape analysis of TRANSFER intrinsic function resultpeter klausler1-0/+13
2020-08-13[flang] Fix assert on character literal substrings as argumentsPeter Steinfeld1-0/+5
2020-08-13[flang] Correct manipulation of mixed complex expressionspeter klausler1-0/+31
2020-08-11[flang] Fix interpretation of intrinsic names as argumentsTim Keith2-0/+25
2020-08-11[flang] Allow compiler directives in more placesTim Keith1-0/+11
2020-08-11Revert "[flang] Version information in flang/f18"Richard Barton2-17/+2
2020-08-10[flang] Avoid cascading error in subscript tripletTim Keith1-0/+7
2020-08-10[flang] Fix edge case with Hollerithpeter klausler1-0/+14
2020-08-10[flang] Version information in flang/f18Camille Coti2-2/+17
2020-08-07[flang] Handle DATA initialization of EQUIVALENCE'd objectspeter klausler2-1/+18
2020-08-07[flang] Support DATA statement initialization of numeric with Hollerith/CHARA...peter klausler2-1/+18
2020-08-06[flang] Improve message for assignment to subprogramTim Keith1-0/+10