aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2020-09-11[flang] Fix bug for forward referenced typePeter Steinfeld2-5/+13
2020-09-11[flang] Fix build issue with BUILD_SHARED_LIBS=ONRichard Barton2-9/+9
2020-09-11[flang] Add new documentation main pageRichard Barton29-199/+399
2020-09-11[flang][driver] Add the new flang compiler and frontend driversCaroline Concatto29-1/+878
2020-09-10[flang] Fix assert on constant folding of extended typesPeter Steinfeld6-11/+245
2020-09-10Revert D86875 "[Flang][NFC] Remove license comments from files in docs/ folder."Sourabh Singh Tomar24-0/+192
2020-09-10[flang] Fix check for distinguishable operators/assignmentsTim Keith14-153/+301
2020-09-09[FLANG] Generate error for invalid selector.compinder3-1/+21
2020-09-09[cmake] Use absolute paths for modules searchDiana Picus1-2/+8
2020-09-09[flang]Add Semantic Checks for OpenMP Allocate ClauseIrina Dobrescu6-9/+164
2020-09-09[flang][msvc] Avoid range-based for over initializer_list. NFC.Michael Kruse1-2/+2
2020-09-08[flang] Convert release notes to markdownRichard Barton2-96/+87
2020-09-08[flang][OpenMP] Enhance parser support for atomic construct to OpenMP 5.0Kiran Kumar T P6-82/+160
2020-09-07[flang] Spelling and format edits to README.txt. NFC.Richard Barton1-4/+7
2020-09-07[flang] Fix link to old repo location in doxygen mainpage. NFC.Richard Barton1-1/+1
2020-09-02[flang] Implement nonstandard OPEN statement CARRIAGECONTROL specifierpeter klausler13-24/+98
2020-09-02[flang] Support multiple CookedSource instancespeter klausler23-180/+230
2020-09-02[flang] Make -fget-symbols-sources output deterministicpeter klausler6-10/+10
2020-09-01[flang] Version information in flang/f18Camille Coti5-8/+51
2020-09-01[flang] Fix integer CASE constant typingpeter klausler2-23/+25
2020-09-01[flang] Improve compile-time shape conformance checkingpeter klausler2-2/+23
2020-08-31[flang] Check shape conformance on initializerspeter klausler13-22/+141
2020-08-31[flang] Make `TypeParamInquiry` monomorphicpeter klausler16-95/+49
2020-08-31[flang] Format label scope is independent of block scopepeter klausler2-0/+11
2020-08-31[Flang][NFC] Remove license comments from files in docs/ folder.sameeran joshi24-192/+0
2020-08-28[flang][NFC] Change how error symbols are recordedTim Keith8-26/+29
2020-08-27[flang][openacc] Fix gang-argument parsing and add validity tests for !$acc loopValentin Clement2-9/+142
2020-08-27[flang][openacc] Add check for tile clause restrictionValentin Clement6-2/+95
2020-08-27[cmake] Make gtest include directories a part of the library interfacePavel Labath1-7/+1
2020-08-25[flang] Check that various variables referenced in I/O statements may be definedpeter klausler9-34/+150
2020-08-25[flang] Improve error handling for bad characters in sourcepeter klausler5-6/+64
2020-08-25[flang] Parse global compiler directivespeter klausler6-17/+33
2020-08-25[flang] Don't completely left-justify fixed-form tokenizationpeter klausler4-6/+20
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 Keith12-94/+261
2020-08-24[flang][openacc] Fix reduction operator parsing/unparsingValentin Clement5-6/+83
2020-08-24[FLANG] Pick `.md` files when building sphinx documentation.Sameeran joshi2-6/+46
2020-08-23[flang][openacc] Fix wait-argument for wait clause + add testsValentin Clement3-3/+33
2020-08-23Update FIR registration to not rely on the global MLIR dialect registry (NFC)Mehdi Amini2-17/+15
2020-08-22[flang][msvc] Split class declaration and constexpr variable definition. NFC.Michael Kruse3-30/+45
2020-08-22[flang][msvc] Disambiguate injected class name.Michael Kruse1-1/+1
2020-08-22[flang] Fix assert on bad character kindTim Keith2-0/+7
2020-08-19Fix flang test after MLIR API changesMehdi Amini1-2/+3
2020-08-18[mlir] Remove the use of "kinds" from Attributes and TypesRiver Riddle4-146/+94
2020-08-18[flang] Improve error messages for procedures in expressionsTim Keith5-8/+36
2020-08-18[Flang] Move markdown files(.MD) from documentation/ to docs/sameeran joshi30-38/+38
2020-08-17[flang][directives] Use TableGen to generate clause unparsingValentin Clement6-336/+14
2020-08-17[flang] Copy attributes and flags onto host-assoc symbolsTim Keith4-12/+40
2020-08-17[flang] Add preprocessor test for defines passed on the command lineDavid Truby1-0/+8
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-1/+2