aboutsummaryrefslogtreecommitdiff
path: root/flang/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-17[flang][openacc] Lower clauses on loop construct to OpenACC dialectValentin Clement1-0/+1
2020-09-14[flang] More clean-up of CookedSource APIpeter klausler3-15/+6
2020-09-14Make namespace handling uniform across dialect backends.Federico Lebrón2-1/+3
2020-09-14[flang] Correctly detect overlapping integer casesTim Keith1-5/+5
2020-09-11[flang] Fix build issue with BUILD_SHARED_LIBS=ONRichard Barton1-1/+9
2020-09-11[flang][driver] Add the new flang compiler and frontend driversCaroline Concatto4-0/+245
2020-09-10[flang] Fix assert on constant folding of extended typesPeter Steinfeld2-1/+5
2020-09-10[flang] Fix check for distinguishable operators/assignmentsTim Keith1-0/+2
2020-09-09[flang]Add Semantic Checks for OpenMP Allocate ClauseIrina Dobrescu1-3/+3
2020-09-09[flang][msvc] Avoid range-based for over initializer_list. NFC.Michael Kruse1-2/+2
2020-09-08[flang][OpenMP] Enhance parser support for atomic construct to OpenMP 5.0Kiran Kumar T P2-28/+45
2020-09-02[flang] Implement nonstandard OPEN statement CARRIAGECONTROL specifierpeter klausler3-12/+15
2020-09-02[flang] Support multiple CookedSource instancespeter klausler9-58/+80
2020-08-31[flang] Make `TypeParamInquiry` monomorphicpeter klausler4-13/+9
2020-08-28[flang][NFC] Change how error symbols are recordedTim Keith3-4/+4
2020-08-27[flang][openacc] Add check for tile clause restrictionValentin Clement2-0/+12
2020-08-25[flang] Improve error handling for bad characters in sourcepeter klausler1-0/+27
2020-08-25[flang] Parse global compiler directivespeter klausler1-1/+2
2020-08-24[flang] Fix bug accessing implicit variable in specification expressionTim Keith3-2/+13
2020-08-24[flang][openacc] Fix reduction operator parsing/unparsingValentin Clement2-2/+5
2020-08-23Update FIR registration to not rely on the global MLIR dialect registry (NFC)Mehdi Amini1-13/+11
2020-08-22[flang][msvc] Disambiguate injected class name.Michael Kruse1-1/+1
2020-08-18[mlir] Remove the use of "kinds" from Attributes and TypesRiver Riddle2-67/+5
2020-08-18[flang] Improve error messages for procedures in expressionsTim Keith1-0/+1
2020-08-17[flang][directives] Use TableGen to generate clause unparsingValentin Clement2-1/+6
2020-08-13[flang][openacc] Handle optional end directive in combined constructValentin Clement1-1/+6
2020-08-13[flang] Implement shape analysis of TRANSFER intrinsic function resultpeter klausler3-4/+28
2020-08-12[flang][msvc] Remove default arguments for function specializations.Michael Kruse1-6/+6
2020-08-11[flang] Allow compiler directives in more placesTim Keith1-1/+3
2020-08-11[flang][directives] Use TableGen information for clause classes in parse-treeValentin Clement2-168/+19
2020-08-11Revert "[flang][directives] Use TableGen information for clause classes in pa...clementval2-19/+168
2020-08-11[flang][directives] Use TableGen information for clause classes in parse-treeValentin Clement2-168/+19
2020-08-07[flang] Handle DATA initialization of EQUIVALENCE'd objectspeter klausler4-3/+5
2020-08-07[mlir] Remove the need to define `kindof` on attribute and type classes.River Riddle2-23/+0
2020-08-07[flang][NFC] Reformat files with current clang-formatpeter klausler10-26/+25
2020-08-06[flang] Add options to control IMPLICIT NONETim Keith1-1/+4
2020-08-06[flang] Add parser support for OpenMP allocate clauseIrina Dobrescu2-3/+12
2020-08-03Remove unneeded RoundDefault enumerator, and fix spelling in commentspeter klausler1-2/+1
2020-07-31[mlir][PassIncGen] Refactor how pass registration is generatedRiver Riddle4-8/+2
2020-07-30[flang] Fixes for RESHAPE()Peter Steinfeld2-1/+6
2020-07-30[flang] Expose specific to generic intrinsic name mappingJean Perier1-0/+5
2020-07-29[flang] Fix bug with intrinsic in type declaration stmtTim Keith1-4/+1
2020-07-26[flang][openacc] Basic name resolution infrastructure for OpenACC constructValentin Clement1-0/+7
2020-07-26[flang] Fix implicit declarations in statement functionsTim Keith2-0/+2
2020-07-23[flang][openacc] Add missing comment in headerclementval1-0/+4
2020-07-22[flang][openacc] Skeleton for OpenACC construct loweringValentin Clement2-2/+33
2020-07-17[flang] Support <name>=<integer> syntax in compiler directivespeter klausler2-1/+6
2020-07-16[flang] Adopt NoRegionArguments (WhereOp) and ParentOneOf (ResultOp) traitsRahul Joshi1-2/+4
2020-07-14[flang] Refine CR handlingpeter klausler1-3/+0
2020-07-14[flang] Tuning up binary->decimal conversionpeter klausler1-1/+1