summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [flang] Progress on Fortran I/O runtimepeter klausler2020-02-1354-1177/+2928
* [flang] Merge pull request flang-compiler/f18#978 from flang-compiler/ps-typespsteinfeld2020-02-110-0/+0
* [flang] Semantic checks for constraints on typesPete Steinfeld2020-02-118-7/+103
* [flang] Merge pull request flang-compiler/f18#979 from flang-compiler/ps-dev-...psteinfeld2020-02-110-0/+0
* [flang] Updated the description of `evaluate::Expr` typesPete Steinfeld2020-02-111-12/+11
* [flang] Merge pull request flang-compiler/f18#977 from flang-compiler/tsk-osx...Tim Keith2020-02-100-0/+0
* [flang] Fix compilation error on macOSTim Keith2020-02-101-2/+1
* [flang] Merge pull request flang-compiler/f18#972 from flang-compiler/jpr-cla...jeanPerier2020-02-100-0/+0
* [flang] Fix issues comming from clang-10 warningsJean Perier2020-02-106-10/+5
* [flang] Merge pull request flang-compiler/f18#973 from flang-compiler/ps-c702psteinfeld2020-02-070-0/+0
* [flang] Semantic checks for C702Pete Steinfeld2020-02-078-13/+84
* [flang] [OpenMP] Predetermined rules for loop index variables (flang-compiler...Jinxin (Brian) Yang2020-02-0510-55/+414
* [flang] Merge pull request flang-compiler/f18#968 from flang-compiler/jpr-fix...jeanPerier2020-02-050-0/+0
* [flang] Fix template step limit issue with clangJean Perier2020-02-041-7/+4
* [flang] Merge pull request flang-compiler/f18#950 from flang-compiler/pmk-framePeter Klausler2020-02-040-0/+0
* [flang] Initial buffer framing codepeter klausler2020-02-0427-204/+1797
* [flang] Merge pull request flang-compiler/f18#939 from flang-compiler/ps-dev-...psteinfeld2020-02-030-0/+0
* [flang] Explanation of how to implement a semantic checkPete Steinfeld2020-02-031-0/+833
* [flang] Merge pull request flang-compiler/f18#961 from flang-compiler/tsk-con...Tim Keith2020-01-290-0/+0
* [flang] Fix another bug checking simple contiguityTim Keith2020-01-292-8/+54
* [flang] Merge pull request flang-compiler/f18#954 from flang-compiler/ps-impu...psteinfeld2020-01-290-0/+0
* [flang] Semantic checks for deallocating entities with IMPURE FINAL proceduresPete Steinfeld2020-01-294-22/+128
* [flang] Merge pull request flang-compiler/f18#960 from flang-compiler/by-remo...Jinxin (Brian) Yang2020-01-280-0/+0
* [flang] Remove `default` case for OmpSectionsDirective (only two enum values)Jinxin Yang2020-01-281-1/+0
* [flang] [OpenMP] Name Resolution for OpenMP constructs (flang-compiler/f18#940)Jinxin (Brian) Yang2020-01-289-211/+569
* [flang] Merge pull request flang-compiler/f18#956 from flang-compiler/ps-chec...psteinfeld2020-01-270-0/+0
* [flang] More checklist itemsPete Steinfeld2020-01-241-3/+6
* [flang] Changed *.cc file extension to *.cpp (updated scripts) (flang-compile...Alexis Perry2020-01-27137-247/+247
* [flang] Moved public headers to include/flang (flang-compiler/f18#943)David Truby2020-01-27203-709/+713
* [flang] Merge pull request flang-compiler/f18#951 from flang-compiler/tsk-impureTim Keith2020-01-270-0/+0
* [flang] Fix bugs detecting impure callsTim Keith2020-01-253-3/+36
* [flang] Merge pull request flang-compiler/f18#952 from flang-compiler/tsk-contigTim Keith2020-01-270-0/+0
* [flang] Fix bug detecting simply contiguous componentTim Keith2020-01-272-1/+28
* [flang] Merge pull request flang-compiler/f18#949 from flang-compiler/pmk-filePeter Klausler2020-01-270-0/+0
* [flang] Basic file operation wrapperpeter klausler2020-01-2710-28/+550
* [flang] Merge pull request flang-compiler/f18#946 from flang-compiler/pmk-helloPeter Klausler2020-01-240-0/+0
* [flang] Drill down to a working implementation of the APIs for anpeter klausler2020-01-2422-203/+686
* [flang] Merge pull request flang-compiler/f18#944 from flang-compiler/tsk-poi...Tim Keith2020-01-220-0/+0
* [flang] Check bounds on pointer assignmentTim Keith2020-01-225-70/+172
* [flang] Refactor Analyze(PointerAssignmentStmt)Tim Keith2020-01-222-72/+62
* [flang] Make GenericAssignmentWrapper more like GenericExprWrapperTim Keith2020-01-225-49/+78
* [flang] Add `std::string ExpressionBase::AsFortran()`Tim Keith2020-01-228-63/+50
* [flang] Merge pull request flang-compiler/f18#936 from flang-compiler/ps-chec...psteinfeld2020-01-220-0/+0
* [flang] Checklist to precede pull requestsPete Steinfeld2020-01-221-0/+44
* [flang] Merge pull request flang-compiler/f18#938 from flang-compiler/pmk-fix...Peter Klausler2020-01-150-0/+0
* [flang] Fix shape analysis of RHS designators of pointer assignmentspeter klausler2020-01-153-2/+27
* [flang] Merge pull request flang-compiler/f18#937 from flang-compiler/tsk-poi...Tim Keith2020-01-150-0/+0
* [flang] Fix checking of pointer target with associationTim Keith2020-01-153-2/+48
* [flang] Merge pull request flang-compiler/f18#927 from flang-compiler/pmk-formatPeter Klausler2020-01-150-0/+0
* [flang] begin processing format stringspeter klausler2020-01-1517-39/+689