1. 03cbdec [mlir][IR] Remove references to BuiltinOps from IR/ by River Riddle · 3 years, 5 months ago
  2. aa1cbc0 [flang] Fix bogus message on interface procedure argument names by Peter Steinfeld · 3 years, 5 months ago
  3. 469f104 [flang] Fix bugs related to merging generics during USE by Tim Keith · 3 years, 5 months ago
  4. 733bf5f [flang][NFC] Add GetTopLevelUnitContaining functions by Tim Keith · 3 years, 5 months ago
  5. e7fec8e [Flang][OpenMP] Add semantic checks for OpenMP Private clause. by Praveen G · 3 years, 5 months ago
  6. 492c49f [Flang][Docs] Update call information and add two more calls by Johannes Doerfert · 3 years, 5 months ago
  7. b43a0d1 [flang][openacc] Semantic check for cache directive by Valentin Clement · 3 years, 5 months ago
  8. 6b4975c Add Semantic check for Flang OpenMP 4.5 - 2.7.1 ordered and collapse clause by Yashaswini · 3 years, 5 months ago
  9. ef4baf7 Add Semantic check for Flang OpenMP 4.5 - 2.15.3.2 and 2.15.3.3 shared and private clause by Yashaswini · 3 years, 5 months ago
  10. d3f8d7f [NFC] Fix typo in atomic by clementval · 3 years, 5 months ago
  11. c52c99c [flang][openmp] Separate memory-order-clause parser creating OmpClause node by Valentin Clement · 3 years, 5 months ago
  12. 894eaa0 [Flang][OpenMP][NFC][2/2] Reorder OmpStructureChecker and simplify it. by sameeran joshi · 3 years, 6 months ago
  13. 9c0bde5 [flang][openmp] Fix bug in `OmpClause::Hint` clause which was missing to generate inside in OMP.cpp.inc file. by sameeran joshi · 3 years, 6 months ago
  14. 76564d5 [flang][openacc] Add clause validity tests for the host_data directive by Valentin Clement · 3 years, 6 months ago
  15. f9dcc83 [flang][openacc] Add clause validity tests for the parallel directive by Valentin Clement · 3 years, 6 months ago
  16. 49c7082 Update OptionComparison.md by Pete Steinfeld · 3 years, 6 months ago
  17. ecfe92f [flang][driver] Remove unnecessary CMake dependencies (nfc) by Andrzej Warzynski · 3 years, 6 months ago
  18. f80f537 [mlir][BuiltinDialect] Resolve comments from D91571 by River Riddle · 3 years, 6 months ago
  19. 8cce41d [flang] Correct handling of null pointer initializers by peter klausler · 3 years, 6 months ago
  20. 9261b16 [flang] Improve error message on bad LOGICAL compare operations by Peter Steinfeld · 3 years, 6 months ago
  21. 7e70024 [flang] Fix FIR test failures by Peter Steinfeld · 3 years, 6 months ago
  22. acfccf6 [flang][nfc] Add missing dependency in CMake by Andrzej Warzynski · 3 years, 6 months ago
  23. c16be33 [mlir][NFC] Remove references to Module.h and Function.h by River Riddle · 3 years, 6 months ago
  24. 0a93cdd [flang] Duplicate names for ac-implied-do variables erroneously cause errors by Peter Steinfeld · 3 years, 6 months ago
  25. 0269d53 Fix flang MLIR unit test verification failures by Rahul Joshi · 3 years, 6 months ago
  26. 5fbbb03 [Flang][OpenMP] Add semantic checks for OpenMP Depend clause. by Praveen G · 3 years, 6 months ago
  27. c788b32 [flang] Unsplit COMPLEX operations by peter klausler · 3 years, 6 months ago
  28. be3968f [flang][f18] Remove "-fdebug-resolve-names" by Andrzej Warzynski · 3 years, 6 months ago
  29. 39529aa [flang] Fix "EQ" comparison of arrays by Peter Steinfeld · 3 years, 6 months ago
  30. 9b39a79 [flang] Document DO CONCURRENT's problems (NFC) by peter klausler · 3 years, 8 months ago
  31. b6a040d [flang] Include source information in an invalid file-unit-number message by peter klausler · 3 years, 6 months ago
  32. 4e0af35 [flang] Recognize END FILE as ENDFILE in free form source by peter klausler · 3 years, 6 months ago
  33. 2b7316b fix clang build by peter klausler · 3 years, 6 months ago
  34. 748987f [flang] Implement runtime support for basic ALLOCATE/DEALLOCATE by peter klausler · 3 years, 6 months ago
  35. c797684 [flang][MSVC] Use list<Message> rather than forward_list<> in Messages by peter klausler · 3 years, 6 months ago
  36. 2c66d32 [flang] Fix CheckSpecificationExpr handling of associated names by peter klausler · 3 years, 6 months ago
  37. f50514d [flang] Allow labels on END statements. by peter klausler · 3 years, 6 months ago
  38. 2a7a76a [flang] Use IMPLICIT from scope of external function reference by peter klausler · 3 years, 6 months ago
  39. a720509 [flang] Add isnan() extension intrinsic function, with folding by peter klausler · 3 years, 6 months ago
  40. 1201c2b [flang][driver] Make sure that `-###` is marked as supported (NFC) by Andrzej Warzynski · 3 years, 6 months ago
  41. b39f235 Revert "[flang] Fix CheckSpecificationExpr handling of associated names" by Andrzej Warzynski · 3 years, 6 months ago
  42. 41333f9 Add Semantic check for Flang OpenMP 4.5 - 2.7.1 schedule clause by Yashaswini · 3 years, 6 months ago
  43. 8e019e6 [flang] Fix CheckSpecificationExpr handling of associated names by peter klausler · 3 years, 6 months ago
  44. db136ce [Flang][OpenMP] Fix 'Internal: no symbol found' for OpenMP aligned and linear clause. by sameeran joshi · 3 years, 6 months ago
  45. 13d769f [Flang][Docs] Fix warnings when building docs. by sameeran joshi · 3 years, 6 months ago
  46. f60407c [flang] Avoid calling the linker when "-c" option is used by Peter Steinfeld · 3 years, 6 months ago
  47. 8a60206 [flang][openacc] Add parsing tests and semantic check for set directive by Valentin Clement · 3 years, 6 months ago
  48. 6091d20 [flang][f18] Remove unimplemented options (NFC) by Andrzej Warzynski · 3 years, 6 months ago
  49. 7f5ac1d [Flang][f18] Remove unimplemented options from `flang -help` (NFC) by Andrzej Warzynski · 3 years, 6 months ago
  50. 4ba8bba [flang] update ODS syntax to use OpBuidlerDAG instead of OpBuilder by Alex Zinenko · 3 years, 6 months ago
  51. b04bc50 [flang][openacc] Lower wait directive by Valentin Clement · 3 years, 6 months ago
  52. 36f6768 [flang][openacc] Lower init and shutdown directive by Valentin Clement · 3 years, 6 months ago
  53. 9f40512 [flang][openacc] Lower update directive by Valentin Clement · 3 years, 6 months ago
  54. 51e15f6 [flang][openacc] Lower enter data directive by Valentin Clement · 3 years, 6 months ago
  55. e88a9df [flang][openacc] Lower exit data directive by Valentin Clement · 3 years, 6 months ago
  56. 2ba7777 [Flang][OpenMP] Add semantic checks for OpenMP copyin clause. by Praveen G · 3 years, 6 months ago
  57. 3b5e464 [flang] Dodge gcc 8.2.0 build problem (NFC) by peter klausler · 3 years, 6 months ago
  58. ab37a25 [Flang][OpenMP][NFC][1/2] Reorder OmpStructureChecker and simplify it. by Sameeran joshi · 3 years, 6 months ago
  59. 5287047 [flang] Fix actual argument character length and length error reporting by peter klausler · 3 years, 6 months ago
  60. 11339d3 [flang] Allow array constructor implied DO loop indices as constant expressions by peter klausler · 3 years, 6 months ago
  61. 4a7d5f3 [flang] Design document for runtime derived type descriptions (NFC) by peter klausler · 3 years, 6 months ago
  62. 6388631 [Flang][Driver] Add PrintPreprocessedInput FrontendAction (`flang-new -E`) by Caroline Concatto · 3 years, 6 months ago
  63. 25d7ab7 [flang][driver] Rename the accessors/mutators (NFC) by Andrzej Warzynski · 3 years, 6 months ago
  64. 895f029 [flang][driver] Use --match-full-lines in tests for `-test-io` by Andrzej Warzynski · 3 years, 6 months ago
  65. 3000212 [flang] Plug error recovery hole for erroneous subscripts by peter klausler · 3 years, 6 months ago
  66. da8210c [flang] Better error messages & more cases caught for bad forward refs by peter klausler · 3 years, 6 months ago
  67. 830ad88 [flang] Add warning for FINAL pitfall by peter klausler · 3 years, 6 months ago
  68. cb46080 [flang] Detect and rewrite ambiguous READ(CVAR)[,item-list] by peter klausler · 3 years, 6 months ago
  69. 3e3e06b [Flang] Fix build failures (NFC) by Andrzej Warzynski · 3 years, 6 months ago
  70. 61ec7fa [Flang][OpenMP][OpenACC] Fix exit out of a region in OpenMP parallel construct. by sameeran joshi · 3 years, 6 months ago
  71. 322dd46 [flang][openacc] Enforce no modifier on enter data and exit data clauses by Valentin Clement · 3 years, 6 months ago
  72. 063de85 [flang][openacc] Fix ambiguity in the self clause parsing by Valentin Clement · 3 years, 6 months ago
  73. 677093a [Flang][OpenMP 4.5] Add semantic check for OpenMP default clause by Yashaswini Hegde · 3 years, 6 months ago
  74. 367ad5f [flang] Tighten rules to resolve procedure as intrinsic procedure by Jean Perier · 3 years, 6 months ago
  75. 7fd18c2 [flang][tests] Fix Python bug in the lit config by Andrzej Warzynski · 3 years, 6 months ago
  76. f237ffe [Flang][Driver] Add infrastructure for basic frontend actions and file I/O by Caroline Concatto · 3 years, 6 months ago
  77. 9f1b407 [flang] Fix pimpl idiom for IntrinsicProcTable. by Michael Kruse · 3 years, 6 months ago
  78. 832ad18 [flang][msvc] Fix lambda capture ambiguity. NFC. by Michael Kruse · 3 years, 6 months ago
  79. dc8936b [flang][windows] Support platform-specific path separator. by Michael Kruse · 3 years, 6 months ago
  80. 9c9ad54 [flang] An erroneous type bound procedure was causing a call to CHECK() by Peter Steinfeld · 3 years, 6 months ago
  81. 7777b83 [flang][OpenMP] Upstream lowering of OpenMP `Flush` construct by Sourabh Singh Tomar · 3 years, 6 months ago
  82. 95fbd0a [flang][OpenMP] Upstream lowering of `ParallelOp` clauses by Sourabh Singh Tomar · 3 years, 7 months ago
  83. 5035ff6 [flang][openacc] Fix semantic check for wait and atomic directives by Valentin Clement · 3 years, 6 months ago
  84. ba76652 [flang] Another validity of the TARGET= argument of ASSOCIATED() for objects by Peter Steinfeld · 3 years, 7 months ago
  85. f29f4dc [flang] Fix call to CHECK() on erroneous subroutine declaration by Peter Steinfeld · 3 years, 7 months ago
  86. 569e475 [flang] Document and use intrinsic subroutine argument intents by Jean Perier · 3 years, 7 months ago
  87. 39ab445 [flang][openacc] Switch to use TODO from D88909 by Valentin Clement · 3 years, 7 months ago
  88. 5528301 [Flang][OpenACC] Fix for branching out issue in OpenACC parallel construct. by sameeran joshi · 3 years, 7 months ago
  89. 4230d9b [flang] Add name match checks for interface procedures by Peter Steinfeld · 3 years, 7 months ago
  90. 9491b28 [flang] Disallow pointer constants by Peter Steinfeld · 3 years, 7 months ago
  91. 6bc5805 [flang] Failed call to CHECK() for call to ASSOCIATED(NULL()) by Peter Steinfeld · 3 years, 7 months ago
  92. 7255b36 [flang][msvc] Avoid a reinterpret_cast by peter klausler · 3 years, 7 months ago
  93. dc03558 [flang] Fix build with BUILD_SHARED_LIBS=ON and FLANG_BUILD_NEW_DRIVER=ON by Serge Guelton · 3 years, 7 months ago
  94. 57411b0 [flang] Fix CMake bug in the definition of flang-new by Andrzej Warzynski · 3 years, 7 months ago
  95. 6c9fe9f Add Allocate Clause to MLIR Parallel Operation Definition by Irina Dobrescu · 3 years, 8 months ago
  96. f856707 [flang] Rework host runtime folding and enable REAL(2) folding with it. by Jean Perier · 3 years, 7 months ago
  97. f986421 [flang] Make flang build compatible with LLVM dylib by Serge Guelton · 3 years, 7 months ago
  98. 8947037 [Flang][OpenMP] Fix issue in only a single nowait clause can appear on a sections directive. by sameeran joshi · 3 years, 7 months ago
  99. a8dd20b [Flang][OpenMP] Rework parser changes for OpenMP atomic construct. by sameeran joshi · 3 years, 7 months ago
  100. 7102261 [flang][openacc] Lower data construct by Valentin Clement · 3 years, 7 months ago