1. 3da955e [flang] Allow NULL() actual argument for pointer dummy by peter klausler · 3 years, 3 months ago
  2. a39a49e [flang] Address name resolution problems by peter klausler · 3 years, 3 months ago
  3. 735309e [flang] Better C_LOC and C_ASSOCIATED in flang/module by peter klausler · 3 years, 3 months ago
  4. c840a0f [flang][driver] Move fixed/free from detection out of FrontendAction API by Andrzej Warzynski · 3 years, 3 months ago
  5. edd1fef [flang][driver] Make the driver report diagnostics from the prescanner by Andrzej Warzynski · 3 years, 3 months ago
  6. e57b789 [flang] Fix creation of deferred shape arrays by POINTER statement by Peter Steinfeld · 3 years, 3 months ago
  7. 2eca649 [flang] Infrastructure improvements in utility routines by peter klausler · 3 years, 3 months ago
  8. 79a6190 [flang][driver] Refactor one unit-test case to use fixtures (nfc) by Andrzej Warzynski · 3 years, 3 months ago
  9. 32b52c5 [flang] Fix ASSOCIATE statement name resolution by peter klausler · 3 years, 3 months ago
  10. 426d341 [flang] Refine WhyNotModifiable() by peter klausler · 3 years, 3 months ago
  11. 395aadf [flang][driver] Move isFixedFormSuffix and isFreeFormSuffix to flangFrontend by Andrzej Warzynski · 3 years, 3 months ago
  12. ca4edc3 [flang][directive] Get rid of flangClassValue in TableGen by Valentin Clement · 3 years, 3 months ago
  13. be9ff24 [CMake] Remove dead code setting policies to NEW by Raul Tambre · 3 years, 4 months ago
  14. d0e84ab [Flang][OpenMP] Add semantic checks for OpenMP Workshare Construct by Praveen · 3 years, 3 months ago
  15. ea8d60b [flang][driver] Add standard macro predefinitions for compiler version by Faris Rehman · 3 years, 3 months ago
  16. 5437c75 [flang][driver] Add support for fixed form detection by Faris Rehman · 3 years, 4 months ago
  17. fc9dbe5 [flang][driver] Add support for `-I` in the new driver by Faris Rehman · 3 years, 3 months ago
  18. 4eefcd6 [flang] Create names to allow access to inaccessible specifics by peter klausler · 3 years, 3 months ago
  19. f3fee50 [flang][driver] Copy test file into a temp dir when testing (nfc) by Andrzej Warzynski · 3 years, 3 months ago
  20. 9f9b532 [flang] Disallow INTENT attribute on procedure dummy arguments by Peter Steinfeld · 3 years, 3 months ago
  21. 607162b Add Semantic check for Flang OpenMP 4.5 - 2.7.1 Do Loop restrictions on single directive and firstprivate clause. by Yashaswini · 3 years, 3 months ago
  22. b369597 [flang] Fix use-associated procedure in generic by Tim Keith · 3 years, 3 months ago
  23. ec3da32 [openacc] Rename generated file from ACC.cpp.inc to ACC.inc to match D92955 by Valentin Clement · 3 years, 3 months ago
  24. d4df3fc [flang] Fix some module file issues exposed by Whizard by peter klausler · 3 years, 3 months ago
  25. af15485 [flang][driver] Use __FLANG_VERISION__ in f18.cpp (nfc) by Andrzej Warzynski · 3 years, 3 months ago
  26. 34bebc0 [flang] Fix dangling pointer in LabelEnforce by Tim Keith · 3 years, 3 months ago
  27. c74bcd8 [flang][driver] Unify f18_version.h.in and Version.inc.in by Andrzej Warzynski · 3 years, 3 months ago
  28. cca9549 [flang] Add tests for procedure arguments with implicit interfaces by Peter Steinfeld · 3 years, 3 months ago
  29. 95319f2 [flang] Fix accessibility of USEd name in .mod file by Tim Keith · 3 years, 3 months ago
  30. cd4ebca [flang] Do not create HostAssoc symbols in derived type scopes by peter klausler · 3 years, 3 months ago
  31. 367c3e8 [flang] Fix classification of shape inquiries in specification exprs by peter klausler · 3 years, 3 months ago
  32. cf2e432 [Flang][openmp][openacc] Extend CheckNoBranching to handle branching provided by LabelEnforce. by sameeran joshi · 3 years, 4 months ago
  33. 58ae993 [flang][openxx][NFC] Remove duplicated function to check required clauses by Valentin Clement · 3 years, 3 months ago
  34. a76ff63 [flang][driver] Copy input files into a temp dir when testing by Andrzej Warzynski · 3 years, 4 months ago
  35. b2a85dd [flang] Fix bogus message on internal subprogram with alternate return by Peter Steinfeld · 3 years, 4 months ago
  36. ed1d52c [flang][openacc] Enforce delcare directive restriction by Valentin Clement · 3 years, 4 months ago
  37. dc231e8 [flang][driver] Rename driver tests (nfc) by Andrzej Warzynski · 3 years, 4 months ago
  38. 547f98e [flang][driver] Add support for `-c` and `-emit-obj` by Andrzej Warzynski · 3 years, 4 months ago
  39. f4d13ce [flang][openacc] Add more parsing/sema tests for init and shutdown directives by Valentin Clement · 3 years, 4 months ago
  40. ba770a5 [flang][driver] Add support for `-D`, `-U` by Faris Rehman · 3 years, 4 months ago
  41. c0dd0a9 [flang][driver] Update error messages (nfc) by Andrzej Warzynski · 3 years, 4 months ago
  42. d4ceeb4 [flang][driver] Add checks for errors from `Prescan` and `Parse` by Andrzej Warzynski · 3 years, 4 months ago
  43. aeffec2 [flang][openmp] Make Reduction clause part of OmpClause by Valentin Clement · 3 years, 4 months ago
  44. 04ccc50 [Flang][openmp][5.0] Add task_reduction clause. by sameeran joshi · 3 years, 4 months ago
  45. a9f0099 [flang] Detect call to abstract interface by Tim Keith · 3 years, 4 months ago
  46. aec74c5 [flang] Fix bugs in .mod file for abstract interface by Tim Keith · 3 years, 4 months ago
  47. 6c79577 [Flang][OpenMP] Add semantic check for OpenMP Private, Firstprivate and Lastprivate clauses. by Praveen · 3 years, 4 months ago
  48. 2f05a42 Updated GettingInvolved.md to reflect Flang Biweekly Call changes by AlexisPerry · 3 years, 4 months ago
  49. c832763 Revert "[Flang][openmp][5.0] Add task_reduction clause." by sameeran joshi · 3 years, 4 months ago
  50. 340aa43 [Flang][openmp][5.0] Add task_reduction clause. by sameeran joshi · 3 years, 4 months ago
  51. 718e100 [flang][driver] Fix formatting in a test (nfc) by Andrzej Warzynski · 3 years, 4 months ago
  52. 322d761 [flang][driver] Refactor unit tests for frontend actions (nfc) by Andrzej Warzynski · 3 years, 4 months ago
  53. 98f0bb4 [Flang][openmp][5/5] Make dist_schedule clause part of OmpClause by sameeran joshi · 3 years, 4 months ago
  54. c94ab65 [Flang][openmp][4/5] Make nowait clause part of OmpClause by sameeran joshi · 3 years, 4 months ago
  55. f19acd0 [Flang][openmp][3/5] Make ProcBind clause part of OmpClause by sameeran joshi · 3 years, 4 months ago
  56. f87d718 [Flang][openmp][2/5] Make Default clause part of OmpClause by sameeran joshi · 3 years, 4 months ago
  57. b4617d3 [Flang][openmp][1/5] Make Allocate clause part of OmpClause by sameeran joshi · 3 years, 4 months ago
  58. c1fa188 [openacc] Use TableGen enum for default clause value by Valentin Clement · 3 years, 4 months ago
  59. e18969d [flang][driver] Make the names of files created in unit tests unique (nfc) by Andrzej Warzynski · 3 years, 4 months ago
  60. 25bc8e4 [flang] Fix bug in IMPLICIT NONE(EXTERNAL) by Tim Keith · 3 years, 4 months ago
  61. 48b0370 [flang][driver] Rename unittest file (nfc) by Andrzej Warzynski · 3 years, 4 months ago
  62. 0b6887f [flang][driver] Add support for `-fsyntax-only` by Andrzej Warzynski · 3 years, 5 months ago
  63. a60680c [flang] Fix -intrinsic-module-directory in flang script by Tim Keith · 3 years, 4 months ago
  64. 878b8dd [mlir] Remove the MutableDictionaryAttr class by River Riddle · 3 years, 4 months ago
  65. 45a05e2 [mlir][IR][NFC] Move context/location parameters of builtin Type::get methods to the start of the parameter list by River Riddle · 3 years, 4 months ago
  66. 9aedb69 [openmp] Remove clause from OMPKinds.def and use OMP.td info by Valentin Clement · 3 years, 4 months ago
  67. 27f997e [flang][openacc] Enforce restriction on routine directive and clauses by Valentin Clement · 3 years, 4 months ago
  68. 6e37372 [flang][openacc] Update serial construct clauses for OpenACC 3.1 by Valentin Clement · 3 years, 4 months ago
  69. de28c8e [Flang][openmp]Fix crash in OpenMP semantic check( bug 48308) by sameeran joshi · 3 years, 5 months ago
  70. 2382f7d [flang] Handle undeclared names in EQUIVALENCE statements by Peter Steinfeld · 3 years, 4 months ago
  71. b341d75 [flang] Fix crash in folding (#48437) by peter klausler · 3 years, 4 months ago
  72. 3e96540 [flang] Handle multiple names for same operator by Tim Keith · 3 years, 4 months ago
  73. d3bc904 [flang] Implement STORAGE_SIZE(), SIZEOF(), C_SIZEOF() by peter klausler · 3 years, 4 months ago
  74. e78af14 [flang] Fix false error message for "ptr => func()" array conformance by peter klausler · 3 years, 4 months ago
  75. 26a34d8 [flang] Fix bug with USE of USE of generic by Tim Keith · 3 years, 4 months ago
  76. 3f48b9f [flang] Clean up TODO comments and fix one (DATA constant ambiguity) by peter klausler · 3 years, 4 months ago
  77. 009000f [flang] Minor fix to list-directed REAL output editing by peter klausler · 3 years, 4 months ago
  78. 026e25c [flang] Fix copy elision assumption. by Michael Kruse · 3 years, 4 months ago
  79. 5d35d86 [flang] Use mlir::OpState::operator->() to get to methods of mlir::Operation. by Christian Sigg · 3 years, 4 months ago
  80. 2efcff0 [flang][driver] Fix a small bug (auto vs auto&) by Andrzej Warzynski · 3 years, 4 months ago
  81. 8a2726d [Flang][OpenMP-5.0] Semantic checks for flush construct. by sameeran joshi · 3 years, 4 months ago
  82. 9fec4be [Flang][OpenMP] Semantic checks for Atomic construct. by sameeran joshi · 3 years, 4 months ago
  83. cf14f2e [mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. by Christian Sigg · 3 years, 4 months ago
  84. 404c8cb [flang] Removed an absolute path from the "flang" script by Peter Steinfeld · 3 years, 5 months ago
  85. 4eba8ca [flang]Add Parser Support for Allocate Directive by Irina Dobrescu · 3 years, 6 months ago
  86. 4b89221 [flang] Fix bogus message on index-names in the presence of associated entities by Peter Steinfeld · 3 years, 5 months ago
  87. 88bc4ba [mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. This is a preparation step to remove the corresponding methods from OpState. by Christian Sigg · 3 years, 5 months ago
  88. 36016cd [flang][openacc] Avoid use of init, shutdown and set in compute construct by Valentin Clement · 3 years, 5 months ago
  89. 9b97f6d [flang][openacc] Update reference to OpenACC 3.1 specification by Valentin Clement · 3 years, 5 months ago
  90. 2ba654f [flang][openacc] Add missing loop construct restriction and validity tests by Valentin Clement · 3 years, 5 months ago
  91. 6a625f1 [flang] Implement derived type description table encoding by peter klausler · 3 years, 5 months ago
  92. 242bc06 [flang][openacc] Add clause validity tests for the update directive by Valentin Clement · 3 years, 5 months ago
  93. 8277a65 [flang] Improve initializer semantics, esp. for component default values by peter klausler · 3 years, 5 months ago
  94. cee1a4e [flang][openacc] Add clause validity tests for the kernels directive by Valentin Clement · 3 years, 5 months ago
  95. edad650 [flang][openacc] Add clause validaty tests for data construct + fix default restriction by Valentin Clement · 3 years, 5 months ago
  96. cb3a641 Revert "[flang][openacc] Add clause validity tests for the update directive" by clementval · 3 years, 5 months ago
  97. 9674b83 [flang][openacc] Add clause validity tests for the update directive by Valentin Clement · 3 years, 5 months ago
  98. 52b067e [MLIR] Fix parseFunctionLikeOp() to fail parsing empty regions by Rahul Joshi · 3 years, 5 months ago
  99. 6c18679 [mlir][Attributes][NFC] Move all builtin Attribute classes to BuiltinAttributes.h by River Riddle · 3 years, 5 months ago
  100. 67bb7e7 [mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h by River Riddle · 3 years, 5 months ago