- 31cfbea [flang] Another SUBMODULE unparsing tweak, and restore buildability with gcc < 8.1 by peter klausler · 7 years ago
- 1732d04 [flang] Fix clang build warning in mod-file.cc by peter klausler · 7 years ago
- 5b25aad [flang] Address issue#125, flang-compiler/f18#115, and improve error recovery on previous issues. by peter klausler · 7 years ago
- a85fc58 [flang] correct typo in unparse.cc found in test by peter klausler · 7 years ago
- f147abd [flang] Use braces in auto initializers. by peter klausler · 7 years ago
- e6fc51c [flang] Use Indirection. Get variables to work in int expressions. by peter klausler · 7 years ago
- 89840b5 [flang] Support unparse with symbol annotations. by Tim Keith · 7 years ago
- b23701f [flang] Rearrange some facilities into a new lib/common. by peter klausler · 7 years ago
- 90aca33 [flang] Fix comment in openmp-grammar.h. Fix unparse of reduction operator. by Hongyon Suauthai · 7 years ago
- e2c8c21 [flang] Fix space in issue unparse.cc between directive and its first clause. by Hongyon Suauthai · 7 years ago
- 9914f22 [flang] update unparsing openmp directives and clauses. by Hongyon Suauthai · 7 years ago
- 1bfb843 [flang] Update unparse.cc and move declarative directives for now. by Hongyon Suauthai · 7 years ago
- db9bfab [flang] add more clauses, declarative directives, standalone directives, and directives enclosing do loop. by Hongyon Suauthai · 7 years ago
- afac6ff [flang] Modified directive names and clauses to reflect in OpenMP Spec. by Hongyon Suauthai · 7 years ago
- 6f7b4fa [flang] Add OpenMP parallel directives and private/firstprivate clauses to parser. by Hongyon Suauthai · 7 years ago
- a726229 [flang] Observe line length limit when unparsing BOZ literals. by peter klausler · 7 years ago
- 7f66c0a [flang] Normalize namespace definitions. by Tim Keith · 7 years ago
- 18cee3e [flang] Add copyright notices. by Tim Keith · 7 years ago
- 022a91b [flang] Patches to permit building with Clang without notes or warnings. by peter klausler · 7 years ago
- 66c98ee [flang] Resolve an old TODO by flattening a std::optional<std::optional<>>. by peter klausler · 7 years ago
- 2884b2e [flang] Use DataRef as a better name for the data-ref production. Use DataRef instead of Variable for LHS of pointer assignment. by peter klausler · 7 years ago
- 0f418c7 [flang] Simplify proc-component-ref and variable parsing, do not try to support function calls via components of function results. by peter klausler · 7 years ago
- 8e7c008 [flang] Fix unparsing of renamed operators in USE statements. by peter klausler · 7 years ago
- bdd93dd [flang] Always put parens on unparsed ENTRY statement in case there is a suffix. by peter klausler · 7 years ago
- 26b5f57 [flang] Fix unparsing of pointer-decls with deferred shape. by peter klausler · 7 years ago
- 8ea4a0a [flang] Avoid most uses of Boolean-valued Pre() callbacks in unparse.cc. by peter klausler · 7 years ago
- 41d9cfd [flang] Address review comments (thanks!). by peter klausler · 7 years ago
- af22e07f [flang] Revamp messaging. Add ""_err_en_US to denote fatal error messages. by peter klausler · 7 years ago
- 0fb7dca [flang] Fix indentation bug in unparsed output that I introduced in last merge. by peter klausler · 7 years ago
- 4e354d8 [flang] Debugging, and resolve another TODO in unparse.cc. by peter klausler · 7 years ago
- 75b2933 [flang] Clean out obsolete parsing code. Handle !cdir$ fixed and free in parser. by peter klausler · 7 years ago
- 9f75566 [flang] Add ENUM_CLASS to define enum class with ToString function. by Tim Keith · 7 years ago
- 938d1eb [flang] Disable code in development before merging into master. by peter klausler · 7 years ago
- 424ec7b [flang] Handle empty files gracefully. by peter klausler · 7 years ago
- 92bcb7ce [flang] Make unreadable code less so, per review comments. by peter klausler · 7 years ago
- 0983fbc [flang] More f90_correct work. by peter klausler · 7 years ago
- ad4adc2 [flang] More f90_correct work. by peter klausler · 7 years ago
- 4e02b9e [flang] Make previous commit more precise. by peter klausler · 7 years ago
- 2e5300c [flang] Never emit :: when /-bracketed initializers appear on a type declaration stmt. by peter klausler · 7 years ago
- dcd0942 [flang] Unparsing fixes, PGF90 bug work-arounds. by peter klausler · 7 years ago
- 42b72c4 [flang] Get clean parse-unparse-reparse-unparse on f90_correct too. by peter klausler · 7 years ago
- ed5a6c9 [flang] Fix regression from last commit on STAT=/ERRMSG=. by peter klausler · 7 years ago
- 62d9cdd [flang] More f90 unparsing. by peter klausler · 7 years ago
- d71f3cf [flang] More unparsing. by peter klausler · 7 years ago
- b7cf512 [flang] Incorporate more code review comments, fix more f90. by peter klausler · 7 years ago
- 46c3538 [flang] Fix some F90 unparsings; address review comments. by peter klausler · 7 years ago
- d39a33f [flang] Start on f90_correct. Incorporate review comments. by peter klausler · 7 years ago
- 47dbbda [flang] Bugfixing and review comments. by peter klausler · 7 years ago
- 79d044e [flang] Take flang-compiler/f18#2 on unparsing, now using the new parse tree walker. by peter klausler · 7 years ago
- 20364f0 [flang] Ensure that the parse tree visitation Walk template works on FORMAT. by peter klausler · 7 years ago
- 03aecfc [flang] Preserve some minor changes that accumulated as I was implementing by peter klausler · 7 years ago
- 2af29bc [flang] Add Unparse function. by Tim Keith · 7 years ago