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