summaryrefslogtreecommitdiff
path: root/flang
Commit message (Expand)AuthorAgeFilesLines
* [flang][openxx][NFC] Remove duplicated function to check required clausesValentin Clement2021-01-113-16/+4
* [flang][driver] Copy input files into a temp dir when testingAndrzej Warzynski2021-01-111-3/+7
* [flang] Fix bogus message on internal subprogram with alternate returnPeter Steinfeld2021-01-088-23/+60
* [flang][openacc] Enforce delcare directive restrictionValentin Clement2021-01-074-4/+159
* [flang][driver] Rename driver tests (nfc)Andrzej Warzynski2021-01-074-0/+0
* [flang][driver] Add support for `-c` and `-emit-obj`Andrzej Warzynski2021-01-0710-15/+57
* [flang][openacc] Add more parsing/sema tests for init and shutdown directivesValentin Clement2021-01-061-0/+28
* [flang][driver] Add support for `-D`, `-U`Faris Rehman2021-01-069-6/+202
* [flang][driver] Update error messages (nfc)Andrzej Warzynski2021-01-066-10/+10
* [flang][driver] Add checks for errors from `Prescan` and `Parse`Andrzej Warzynski2021-01-064-2/+41
* [flang][openmp] Make Reduction clause part of OmpClauseValentin Clement2021-01-044-6/+4
* [Flang][openmp][5.0] Add task_reduction clause.sameeran joshi2021-01-046-5/+12
* [flang] Detect call to abstract interfaceTim Keith2020-12-282-1/+15
* [flang] Fix bugs in .mod file for abstract interfaceTim Keith2020-12-285-4/+53
* [Flang][OpenMP] Add semantic check for OpenMP Private, Firstprivate and Lastp...Praveen2020-12-252-9/+71
* Updated GettingInvolved.md to reflect Flang Biweekly Call changesAlexisPerry2020-12-231-2/+4
* Revert "[Flang][openmp][5.0] Add task_reduction clause."sameeran joshi2020-12-226-12/+5
* [Flang][openmp][5.0] Add task_reduction clause.sameeran joshi2020-12-226-5/+12
* [flang][driver] Fix formatting in a test (nfc)Andrzej Warzynski2020-12-221-3/+1
* [flang][driver] Refactor unit tests for frontend actions (nfc)Andrzej Warzynski2020-12-221-88/+90
* [Flang][openmp][5/5] Make dist_schedule clause part of OmpClausesameeran joshi2020-12-226-13/+3
* [Flang][openmp][4/5] Make nowait clause part of OmpClausesameeran joshi2020-12-226-8/+3
* [Flang][openmp][3/5] Make ProcBind clause part of OmpClausesameeran joshi2020-12-225-11/+7
* [Flang][openmp][2/5] Make Default clause part of OmpClausesameeran joshi2020-12-225-11/+7
* [Flang][openmp][1/5] Make Allocate clause part of OmpClausesameeran joshi2020-12-224-7/+6
* [openacc] Use TableGen enum for default clause valueValentin Clement2020-12-215-10/+13
* [flang][driver] Make the names of files created in unit tests unique (nfc)Andrzej Warzynski2020-12-211-2/+2
* [flang] Fix bug in IMPLICIT NONE(EXTERNAL)Tim Keith2020-12-182-4/+18
* [flang][driver] Rename unittest file (nfc)Andrzej Warzynski2020-12-182-1/+1
* [flang][driver] Add support for `-fsyntax-only`Andrzej Warzynski2020-12-1810-3/+155
* [flang] Fix -intrinsic-module-directory in flang scriptTim Keith2020-12-173-49/+19
* [mlir] Remove the MutableDictionaryAttr classRiver Riddle2020-12-171-1/+1
* [mlir][IR][NFC] Move context/location parameters of builtin Type::get methods...River Riddle2020-12-175-26/+25
* [openmp] Remove clause from OMPKinds.def and use OMP.td infoValentin Clement2020-12-174-6/+6
* [flang][openacc] Enforce restriction on routine directive and clausesValentin Clement2020-12-178-27/+172
* [flang][openacc] Update serial construct clauses for OpenACC 3.1Valentin Clement2020-12-171-2/+166
* [Flang][openmp]Fix crash in OpenMP semantic check( bug 48308)sameeran joshi2020-12-172-7/+42
* [flang] Handle undeclared names in EQUIVALENCE statementsPeter Steinfeld2020-12-162-4/+29
* [flang] Fix crash in folding (#48437)peter klausler2020-12-163-24/+25
* [flang] Handle multiple names for same operatorTim Keith2020-12-164-57/+126
* [flang] Implement STORAGE_SIZE(), SIZEOF(), C_SIZEOF()peter klausler2020-12-1522-163/+165
* [flang] Fix false error message for "ptr => func()" array conformancepeter klausler2020-12-156-18/+28
* [flang] Fix bug with USE of USE of genericTim Keith2020-12-153-12/+44
* [flang] Clean up TODO comments and fix one (DATA constant ambiguity)peter klausler2020-12-1513-70/+56
* [flang] Minor fix to list-directed REAL output editingpeter klausler2020-12-151-1/+1
* [flang] Fix copy elision assumption.Michael Kruse2020-12-142-6/+13
* [flang] Use mlir::OpState::operator->() to get to methods of mlir::Operation.Christian Sigg2020-12-147-102/+113
* [flang][driver] Fix a small bug (auto vs auto&)Andrzej Warzynski2020-12-141-1/+1
* [Flang][OpenMP-5.0] Semantic checks for flush construct.sameeran joshi2020-12-148-5/+142
* [Flang][OpenMP] Semantic checks for Atomic construct.sameeran joshi2020-12-148-34/+475