| Commit message (Expand) | Author | Age | Files | Lines |
* | [flang] Use fundamental types in overloadings of Unparse. | Tim Keith | 2018-10-10 | 1 | -2/+5 |
* | [flang] Correct the spelling of LOCAL_INIT clauses on DO CONCURRENT statements. | peter klausler | 2018-10-02 | 1 | -1/+1 |
* | [flang] Address review comments | Tim Keith | 2018-09-05 | 1 | -2/+2 |
* | [flang] Move KindOrLen enum to common/fortran.h | Tim Keith | 2018-09-04 | 1 | -2/+2 |
* | [flang] Add common::ImportKind | Tim Keith | 2018-08-23 | 1 | -4/+5 |
* | [flang] More expression analysis of literal constants. | peter klausler | 2018-08-09 | 1 | -10/+1 |
* | [flang] Clean up end-of-statement error recovery. And fix issue#157. | peter klausler | 2018-07-31 | 1 | -2/+2 |
* | [flang] Merge pull request flang-compiler/f18#137 from flang-compiler/omppar | hsuauthai | 2018-07-20 | 1 | -166/+420 |
* | [flang] Really fix backslash escapes. | peter klausler | 2018-07-19 | 1 | -6/+12 |
* | [flang] Another SUBMODULE unparsing tweak, and restore buildability with gcc ... | peter klausler | 2018-07-19 | 1 | -1/+1 |
* | [flang] Fix clang build warning in mod-file.cc | peter klausler | 2018-07-19 | 1 | -1/+1 |
* | [flang] Address issue#125, flang-compiler/f18#115, and improve error recovery... | peter klausler | 2018-07-19 | 1 | -1/+1 |
* | [flang] correct typo in unparse.cc found in test | peter klausler | 2018-07-11 | 1 | -1/+1 |
* | [flang] Use braces in auto initializers. | peter klausler | 2018-07-11 | 1 | -29/+29 |
* | [flang] Use Indirection. Get variables to work in int expressions. | peter klausler | 2018-07-09 | 1 | -12/+4 |
* | [flang] Support unparse with symbol annotations. | Tim Keith | 2018-06-26 | 1 | -4/+8 |
* | [flang] Rearrange some facilities into a new lib/common. | peter klausler | 2018-06-18 | 1 | -116/+133 |
* | [flang] Fix comment in openmp-grammar.h. Fix unparse of reduction operator. | Hongyon Suauthai | 2018-06-01 | 1 | -3/+13 |
* | [flang] Fix space in issue unparse.cc between directive and its first clause. | Hongyon Suauthai | 2018-06-01 | 1 | -94/+99 |
* | [flang] update unparsing openmp directives and clauses. | Hongyon Suauthai | 2018-06-01 | 1 | -210/+249 |
* | [flang] Update unparse.cc and move declarative directives for now. | Hongyon Suauthai | 2018-06-01 | 1 | -0/+333 |
* | [flang] add more clauses, declarative directives, standalone directives, and ... | Hongyon Suauthai | 2018-05-31 | 1 | -40/+0 |
* | [flang] Modified directive names and clauses to reflect in OpenMP Spec. | Hongyon Suauthai | 2018-05-16 | 1 | -6/+6 |
* | [flang] Add OpenMP parallel directives and private/firstprivate clauses to pa... | Hongyon Suauthai | 2018-05-16 | 1 | -0/+40 |
* | [flang] Observe line length limit when unparsing BOZ literals. | peter klausler | 2018-05-09 | 1 | -1/+9 |
* | [flang] Normalize namespace definitions. | Tim Keith | 2018-05-02 | 1 | -4/+3 |
* | [flang] Add copyright notices. | Tim Keith | 2018-05-01 | 1 | -0/+14 |
* | [flang] Patches to permit building with Clang without notes or warnings. | peter klausler | 2018-04-26 | 1 | -17/+12 |
* | [flang] Resolve an old TODO by flattening a std::optional<std::optional<>>. | peter klausler | 2018-04-25 | 1 | -1/+1 |
* | [flang] Use DataRef as a better name for the data-ref production. Use DataRe... | peter klausler | 2018-04-16 | 1 | -2/+2 |
* | [flang] Simplify proc-component-ref and variable parsing, do not try to suppo... | peter klausler | 2018-04-16 | 1 | -3/+0 |
* | [flang] Fix unparsing of renamed operators in USE statements. | peter klausler | 2018-04-09 | 1 | -2/+1 |
* | [flang] Always put parens on unparsed ENTRY statement in case there is a suffix. | peter klausler | 2018-04-09 | 1 | -2/+2 |
* | [flang] Fix unparsing of pointer-decls with deferred shape. | peter klausler | 2018-04-09 | 1 | -1/+5 |
* | [flang] Avoid most uses of Boolean-valued Pre() callbacks in unparse.cc. | peter klausler | 2018-04-09 | 1 | -680/+328 |
* | [flang] Address review comments (thanks!). | peter klausler | 2018-04-03 | 1 | -12/+11 |
* | [flang] Revamp messaging. Add ""_err_en_US to denote fatal error messages. | peter klausler | 2018-04-02 | 1 | -3/+1 |
* | [flang] Fix indentation bug in unparsed output that I introduced in last merge. | peter klausler | 2018-04-02 | 1 | -5/+4 |
* | [flang] Debugging, and resolve another TODO in unparse.cc. | peter klausler | 2018-03-30 | 1 | -9/+32 |
* | [flang] Clean out obsolete parsing code. Handle !cdir$ fixed and free in par... | peter klausler | 2018-03-28 | 1 | -4/+25 |
* | [flang] Add ENUM_CLASS to define enum class with ToString function. | Tim Keith | 2018-03-23 | 1 | -31/+20 |
* | [flang] Disable code in development before merging into master. | peter klausler | 2018-03-23 | 1 | -1/+1 |
* | [flang] Handle empty files gracefully. | peter klausler | 2018-03-23 | 1 | -9/+19 |
* | [flang] Make unreadable code less so, per review comments. | peter klausler | 2018-03-19 | 1 | -13/+46 |
* | [flang] More f90_correct work. | peter klausler | 2018-03-16 | 1 | -0/+4 |
* | [flang] More f90_correct work. | peter klausler | 2018-03-15 | 1 | -2/+18 |
* | [flang] Make previous commit more precise. | peter klausler | 2018-03-15 | 1 | -1/+4 |
* | [flang] Never emit :: when /-bracketed initializers appear on a type declarat... | peter klausler | 2018-03-15 | 1 | -8/+9 |
* | [flang] Unparsing fixes, PGF90 bug work-arounds. | peter klausler | 2018-03-15 | 1 | -18/+16 |
* | [flang] Get clean parse-unparse-reparse-unparse on f90_correct too. | peter klausler | 2018-03-15 | 1 | -5/+2 |