aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2021-01-06[flang][driver] Add support for `-D`, `-U`Faris Rehman9-6/+202
2021-01-06[flang][driver] Update error messages (nfc)Andrzej Warzynski6-10/+10
2021-01-06[flang][driver] Add checks for errors from `Prescan` and `Parse`Andrzej Warzynski4-2/+41
2021-01-04[flang][openmp] Make Reduction clause part of OmpClauseValentin Clement4-6/+4
2021-01-04[Flang][openmp][5.0] Add task_reduction clause.sameeran joshi6-5/+12
2020-12-28[flang] Detect call to abstract interfaceTim Keith2-1/+15
2020-12-28[flang] Fix bugs in .mod file for abstract interfaceTim Keith5-4/+53
2020-12-25[Flang][OpenMP] Add semantic check for OpenMP Private, Firstprivate and Lastp...Praveen2-9/+71
2020-12-23Updated GettingInvolved.md to reflect Flang Biweekly Call changesAlexisPerry1-2/+4
2020-12-22Revert "[Flang][openmp][5.0] Add task_reduction clause."sameeran joshi6-12/+5
2020-12-22[Flang][openmp][5.0] Add task_reduction clause.sameeran joshi6-5/+12
2020-12-22[flang][driver] Fix formatting in a test (nfc)Andrzej Warzynski1-3/+1
2020-12-22[flang][driver] Refactor unit tests for frontend actions (nfc)Andrzej Warzynski1-88/+90
2020-12-22[Flang][openmp][5/5] Make dist_schedule clause part of OmpClausesameeran joshi6-13/+3
2020-12-22[Flang][openmp][4/5] Make nowait clause part of OmpClausesameeran joshi6-8/+3
2020-12-22[Flang][openmp][3/5] Make ProcBind clause part of OmpClausesameeran joshi5-11/+7
2020-12-22[Flang][openmp][2/5] Make Default clause part of OmpClausesameeran joshi5-11/+7
2020-12-22[Flang][openmp][1/5] Make Allocate clause part of OmpClausesameeran joshi4-7/+6
2020-12-21[openacc] Use TableGen enum for default clause valueValentin Clement5-10/+13
2020-12-21[flang][driver] Make the names of files created in unit tests unique (nfc)Andrzej Warzynski1-2/+2
2020-12-18[flang] Fix bug in IMPLICIT NONE(EXTERNAL)Tim Keith2-4/+18
2020-12-18[flang][driver] Rename unittest file (nfc)Andrzej Warzynski2-1/+1
2020-12-18[flang][driver] Add support for `-fsyntax-only`Andrzej Warzynski10-3/+155
2020-12-17[flang] Fix -intrinsic-module-directory in flang scriptTim Keith3-49/+19
2020-12-17[mlir] Remove the MutableDictionaryAttr classRiver Riddle1-1/+1
2020-12-17[mlir][IR][NFC] Move context/location parameters of builtin Type::get methods...River Riddle5-26/+25
2020-12-17[openmp] Remove clause from OMPKinds.def and use OMP.td infoValentin Clement4-6/+6
2020-12-17[flang][openacc] Enforce restriction on routine directive and clausesValentin Clement8-27/+172
2020-12-17[flang][openacc] Update serial construct clauses for OpenACC 3.1Valentin Clement1-2/+166
2020-12-17[Flang][openmp]Fix crash in OpenMP semantic check( bug 48308)sameeran joshi2-7/+42
2020-12-16[flang] Handle undeclared names in EQUIVALENCE statementsPeter Steinfeld2-4/+29
2020-12-16[flang] Fix crash in folding (#48437)peter klausler3-24/+25
2020-12-16[flang] Handle multiple names for same operatorTim Keith4-57/+126
2020-12-15[flang] Implement STORAGE_SIZE(), SIZEOF(), C_SIZEOF()peter klausler22-163/+165
2020-12-15[flang] Fix false error message for "ptr => func()" array conformancepeter klausler6-18/+28
2020-12-15[flang] Fix bug with USE of USE of genericTim Keith3-12/+44
2020-12-15[flang] Clean up TODO comments and fix one (DATA constant ambiguity)peter klausler13-70/+56
2020-12-15[flang] Minor fix to list-directed REAL output editingpeter klausler1-1/+1
2020-12-14[flang] Fix copy elision assumption.Michael Kruse2-6/+13
2020-12-14[flang] Use mlir::OpState::operator->() to get to methods of mlir::Operation.Christian Sigg7-102/+113
2020-12-14[flang][driver] Fix a small bug (auto vs auto&)Andrzej Warzynski1-1/+1
2020-12-14[Flang][OpenMP-5.0] Semantic checks for flush construct.sameeran joshi8-5/+142
2020-12-14[Flang][OpenMP] Semantic checks for Atomic construct.sameeran joshi8-34/+475
2020-12-13[mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation.Christian Sigg1-1/+1
2020-12-11[flang] Removed an absolute path from the "flang" scriptPeter Steinfeld1-1/+1
2020-12-10[flang]Add Parser Support for Allocate DirectiveIrina Dobrescu10-2/+171
2020-12-10[flang] Fix bogus message on index-names in the presence of associated entitiesPeter Steinfeld4-10/+71
2020-12-09[mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. ...Christian Sigg1-23/+23
2020-12-08[flang][openacc] Avoid use of init, shutdown and set in compute constructValentin Clement3-2/+233
2020-12-08[flang][openacc] Update reference to OpenACC 3.1 specificationValentin Clement5-41/+22