aboutsummaryrefslogtreecommitdiff
path: root/flang/lib
AgeCommit message (Expand)AuthorFilesLines
2020-09-26[flang] SAVE statement should not apply to nested scoping unitsRiccardo Bertossa1-6/+2
2020-09-25[flang][OpenMP] Place the insertion point to the start of the blockSourabh Singh Tomar1-2/+3
2020-09-24[flang][driver] Add missing dependency in CMake filesAndrzej Warzynski2-0/+6
2020-09-24[flang][driver] Fix options flag in the frontend driverAndrzej Warzynski1-1/+1
2020-09-23[NFCI][flang] Renamed a variable name to a more descriptive nameSourabh Singh Tomar1-16/+16
2020-09-23[OpenMP][flang]Lower NUM_THREADS clause for parallel constructSourabh Singh Tomar1-9/+25
2020-09-23[flang] CHARACTER(*) return does not require explicit interfaceJean Perier1-0/+2
2020-09-22[flang][msvc] Explicitly reference "this" inside closure. NFC.Michael Kruse1-1/+1
2020-09-22[flang][msvc] Add explicit function template argument to applyLamda. NFC.Michael Kruse1-2/+2
2020-09-22[flang][msvc] Add explicit function template argument to applyFunction. NFC.Michael Kruse1-1/+2
2020-09-21Do not dereference an array out of bound just to take its addressserge-sans-paille1-1/+2
2020-09-18[flang] Rework preprocessing of stringificationpeter klausler5-57/+104
2020-09-17[flang][openacc] Lower clauses on loop construct to OpenACC dialectValentin Clement1-2/+188
2020-09-16[flang] Substrings with lower bound greater than upper boundPeter Steinfeld1-2/+4
2020-09-16 [flang][msvc] Work around if constexpr (false) evaluation. NFC.Michael Kruse1-7/+12
2020-09-14[flang] Allow Fortran comments after #include pathpeter klausler1-7/+9
2020-09-14[flang] Fix bug for forward referenced typePeter Steinfeld1-4/+11
2020-09-14[flang] More clean-up of CookedSource APIpeter klausler3-13/+18
2020-09-14Make namespace handling uniform across dialect backends.Federico Lebrón1-3/+0
2020-09-14[flang] Fix analyzed form of type-bound assignmentTim Keith1-10/+17
2020-09-11[flang] Fix bug for forward referenced typePeter Steinfeld1-5/+3
2020-09-11[flang] Fix build issue with BUILD_SHARED_LIBS=ONRichard Barton1-8/+0
2020-09-11[flang][driver] Add the new flang compiler and frontend driversCaroline Concatto7-0/+237
2020-09-10[flang] Fix assert on constant folding of extended typesPeter Steinfeld3-10/+77
2020-09-10[flang] Fix check for distinguishable operators/assignmentsTim Keith6-122/+205
2020-09-09[FLANG] Generate error for invalid selector.compinder2-1/+6
2020-09-09[flang]Add Semantic Checks for OpenMP Allocate ClauseIrina Dobrescu3-1/+77
2020-09-08[flang][OpenMP] Enhance parser support for atomic construct to OpenMP 5.0Kiran Kumar T P2-53/+92
2020-09-02[flang] Implement nonstandard OPEN statement CARRIAGECONTROL specifierpeter klausler3-9/+37
2020-09-02[flang] Support multiple CookedSource instancespeter klausler10-106/+131
2020-09-02[flang] Make -fget-symbols-sources output deterministicpeter klausler1-3/+3
2020-09-01[flang] Fix integer CASE constant typingpeter klausler1-20/+22
2020-09-01[flang] Improve compile-time shape conformance checkingpeter klausler1-0/+21
2020-08-31[flang] Check shape conformance on initializerspeter klausler9-15/+80
2020-08-31[flang] Make `TypeParamInquiry` monomorphicpeter klausler7-65/+23
2020-08-31[flang] Format label scope is independent of block scopepeter klausler1-0/+6
2020-08-28[flang][NFC] Change how error symbols are recordedTim Keith5-22/+25
2020-08-27[flang][openacc] Fix gang-argument parsing and add validity tests for !$acc loopValentin Clement1-7/+5
2020-08-27[flang][openacc] Add check for tile clause restrictionValentin Clement2-2/+49
2020-08-25[flang] Check that various variables referenced in I/O statements may be definedpeter klausler2-32/+70
2020-08-25[flang] Improve error handling for bad characters in sourcepeter klausler3-4/+35
2020-08-25[flang] Parse global compiler directivespeter klausler4-16/+30
2020-08-25[flang] Don't completely left-justify fixed-form tokenizationpeter klausler2-5/+12
2020-08-24[flang] Don't attempt to compute element size if no DynamicTypeTim Keith1-4/+3
2020-08-24[flang] Fix bug accessing implicit variable in specification expressionTim Keith5-86/+180
2020-08-24[flang][openacc] Fix reduction operator parsing/unparsingValentin Clement2-2/+16
2020-08-23[flang][openacc] Fix wait-argument for wait clause + add testsValentin Clement2-3/+9
2020-08-22[flang][msvc] Split class declaration and constexpr variable definition. NFC.Michael Kruse3-30/+45
2020-08-22[flang] Fix assert on bad character kindTim Keith1-0/+1
2020-08-18[mlir] Remove the use of "kinds" from Attributes and TypesRiver Riddle2-79/+89