1. 7e8771f [flang][OpenMP] Remove `OmpEndLoopDirective` handles from code. by Sourabh Singh Tomar · 3 years, 1 month ago
  2. 60b56eb [flang] Add list input test to GTest suite by Asher Mancinelli · 3 years, 1 month ago
  3. eda5f3e [flang] Update the regression tests to use the new driver when enabled by Andrzej Warzynski · 3 years, 1 month ago
  4. c3eed09 [flang] Fix typo caught by clang build by peter klausler · 3 years, 1 month ago
  5. 995d258 [flang] Correct the interpretation of BIND(C,NAME='') by peter klausler · 3 years, 1 month ago
  6. d1841e4 [flang] Fix Boolean flag arguments by peter klausler · 3 years, 1 month ago
  7. b041d0a [flang] Handle END= situations better in runtime input by peter klausler · 3 years, 1 month ago
  8. 4bc138e [flang] More precise enforcement of runtime constraint by peter klausler · 3 years, 1 month ago
  9. c5f0241 [flang][OpenMP] Modify semantic check for nesting of `ordered` regions to include `close` nesting check. by Arnamoy Bhattacharyya · 3 years, 1 month ago
  10. 11b578e [flang] Handle instantiation of procedure pointer components by Peter Steinfeld · 3 years, 1 month ago
  11. 4f3611b [flang][driver] Remove `%flang-new` from the LIT configuration by Andrzej Warzynski · 3 years, 1 month ago
  12. 6cf3235 [flang] Fix a test (use %s instead of $s) by Andrzej Warzynski · 3 years, 1 month ago
  13. 607d6e7 [flang] Correct TypeCode::IsLogical() by peter klausler · 3 years, 1 month ago
  14. d701a37 [flang] Fix narrowing warning on macos by Tim Keith · 3 years, 1 month ago
  15. a9e9afa [flang] Accept & fold IEEE_SELECTED_REAL_KIND by peter klausler · 3 years, 1 month ago
  16. 5c4f884 [flang] RANDOM_NUMBER, RANDOM_SEED, RANDOM_INIT in runtime by peter klausler · 3 years, 1 month ago
  17. 6b3b4a1 [flang] Enforce a limit on recursive PDT instantiations by peter klausler · 3 years, 1 month ago
  18. 90bbe10 [flang] Check for conflicting BIND(C) names by peter klausler · 3 years, 1 month ago
  19. 66b35fa [OpenMP51] Initial support for masked directive and filter clause by cchen · 3 years, 1 month ago
  20. 5918814 [Flang] Changes to mangling code by Eric Schweitz · 3 years, 1 month ago
  21. 40f8a09 [flang][OpenMP] Add functionality to check "close nesting" of regions, which can be used for Semantic checks. Also adding more test cases. by Arnamoy Bhattacharyya · 3 years, 1 month ago
  22. 9d785cf [flang][nfc] Rename some test files by Andrzej Warzynski · 3 years, 1 month ago
  23. d745ef0 [flang][driver] Add debug options not requiring semantic checks by Andrzej Warzynski · 3 years, 1 month ago
  24. 64f0425 [flang][driver] Fix `-fdebug-dump-provenance` by Andrzej Warzynski · 3 years, 1 month ago
  25. 8f75d8c [flang][driver] Add support for `-cpp/-nocpp` by Andrzej Warzynski · 3 years, 1 month ago
  26. f7a64c6 [flang] Improve constant folding for type parameter inquiries by Peter Steinfeld · 3 years, 1 month ago
  27. e52c75b [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag instead of OF_Text by Abhina Sreeskantharajan · 3 years, 1 month ago
  28. f46b3a5 Revert "[flang] Improve constant folding for type parameter inquiries" by Kiran Chandramohan · 3 years, 1 month ago
  29. 1511684 [flang] Improve constant folding for type parameter inquiries by Peter Steinfeld · 3 years, 1 month ago
  30. 44f5bf7 [OPENMP51]Initial support for nocontext clause. by Jennifer Yu · 3 years, 1 month ago
  31. 8a87131 [flang][driver] Modify the existing test cases that use -Mstandard in f18, to use -pedantic and %flang_fc1 to share with the new driver by Arnamoy Bhattacharyya · 3 years, 1 month ago
  32. 547a8a0 [flang][driver] Add options for -Werror by Arnamoy Bhattacharyya · 3 years, 1 month ago
  33. 1790437 [flang] Address more MSVC build issues with reductions by peter klausler · 3 years, 1 month ago
  34. 4ae76aa [OPENMP5.1]Initial support for novariants clause. by Jennifer Yu · 3 years, 1 month ago
  35. 4d5de08 [flang] TRANSFER() intrinsic function by peter klausler · 3 years, 1 month ago
  36. 31e090d [flang] Fix MSVC build breakage by peter klausler · 3 years, 1 month ago
  37. be10760 [flang] Disable some new unit tests (non-portable results) by peter klausler · 3 years, 1 month ago
  38. 52094fd [flang] Fix unit test failure on POWER by peter klausler · 3 years, 1 month ago
  39. ca251ae [flang] Implement numeric intrinsic functions in runtime by peter klausler · 3 years, 1 month ago
  40. b0cc5bb [flang] Fix arm clang build by peter klausler · 3 years, 1 month ago
  41. 70a94db [flang] Implement reductions in the runtime by peter klausler · 3 years, 1 month ago
  42. 6cc777a [flang] Move .f77 to the list of fixed-form file extensions by Andrzej Warzynski · 3 years, 1 month ago
  43. 32bf9ff [flang] Refine checks for pointer initialization targets by peter klausler · 3 years, 1 month ago
  44. b441b18 [flang] Fix CHECK() calls on erroneous procedure declarations by Peter Steinfeld · 3 years, 1 month ago
  45. 45f96de [flang] Update output format test to use GTest by Asher Mancinelli · 3 years, 1 month ago
  46. 79e84be [flang][driver] Add default intrinsic module path in f18 to make f18 behave like flang-new (with respect to the module paths), make it possible to share more tests between the drivers and make using f18 easier (the default path means that users are no longer required to specify it) by Arnamoy Bhattacharyya · 3 years, 1 month ago
  47. 6f8e484 [flang] fix spurious runtime crash on TRIM('') by peter klausler · 3 years, 1 month ago
  48. 91d7fc0 [flang][driver] Fix typos and inconsistent comments (nfc) by Andrzej Warzynski · 3 years, 1 month ago
  49. 10a903b [flang] Fix error compiling std::min on macos by Tim Keith · 3 years, 1 month ago
  50. c26f8cf [flang] fold LOGICAL intrinsic calls by Jean Perier · 3 years, 1 month ago
  51. 03b26bd [flang][driver] Add options for -std=f2018 by Arnamoy Bhattacharyya · 3 years, 1 month ago
  52. 68537d3 Trivial change to fix builds by Kiran Chandramohan · 3 years, 1 month ago
  53. d589f42 [flang][fir] Add the pre-code gen rewrite pass and codegen ops. by Eric Schweitz · 3 years, 2 months ago
  54. 7ae3725 [flang] Fix output buffering bug (positionability assumption) by peter klausler · 3 years, 1 month ago
  55. d4011d9 [flang] Save binding labels as strings by Tim Keith · 3 years, 1 month ago
  56. 61edf2f Revert "[flang] Save binding labels as strings" by Tim Keith · 3 years, 1 month ago
  57. 3479dd1 [flang] Save binding labels as strings by Tim Keith · 3 years, 1 month ago
  58. 8d483ff [mlir][Pattern] Add better support for using interfaces/traits to match root operations in rewrite patterns by River Riddle · 3 years, 1 month ago
  59. f70eb66 [flang][driver] Add -fintrinsic-modules-path option by Arnamoy Bhattacharyya · 3 years, 1 month ago
  60. 00cabff [flang][cmake] Fix variable reference (${var} instead of var) by Andrzej Warzynski · 3 years, 1 month ago
  61. 7f145ce [flang][cmake] Improve how CLANG_DIR is handled by Andrzej Warzynski · 3 years, 1 month ago
  62. 4e2e07b [flang] Disallow erroneous procedure declarations by Peter Steinfeld · 3 years, 1 month ago
  63. 47c47d3 [flang] Specific procedures named the same as the generic and a derived type by Peter Steinfeld · 3 years, 1 month ago
  64. b08ce5a [Flang][OpenMP] Add more sema checks for ordered construct by Arnamoy Bhattacharyya · 3 years, 2 months ago
  65. 36c10fe [flang] Refine symbol sorting by peter klausler · 3 years, 2 months ago
  66. f5e9477 [flang] Unittests for runtime terminator by Asher Mancinelli · 3 years, 2 months ago
  67. d4714d0 [flang][driver] Add support for `-fget-symbols-sources` by Andrzej Warzynski · 3 years, 2 months ago
  68. 4f3bed1 [OPENMP51]Initial support for the use clause. by Mike Rice · 3 years, 2 months ago
  69. a308704 [OPENMP51]Initial support for the interop directive. by Mike Rice · 3 years, 2 months ago
  70. 9b78c7a [Flang][OpenMP][OpenACC] Add function for mapping parser clause classes with the corresponding clause kind. by Praveen · 3 years, 2 months ago
  71. 6c8274d [flang] Replace Arithmetic Ops with their builtin conunterpart by Sourabh Singh Tomar · 3 years, 2 months ago
  72. 1ea264e [flang] Fix build error (unused data member warning) by peter klausler · 3 years, 2 months ago
  73. e721f6e [flang] Order Symbols by source provenance by peter klausler · 3 years, 2 months ago
  74. 02e434a [flang] Save AllocateObject and PointerObject analyzed expression by Jean Perier · 3 years, 2 months ago
  75. 1c86a7e [flang] Create intrinsics modules directory (contd.) by Tim Keith · 3 years, 2 months ago
  76. 44a21ef [flang] Create intrinsics modules directory by Tim Keith · 3 years, 2 months ago
  77. e52407c [flang] Runtime: implement INDEX intrinsic function by peter klausler · 3 years, 2 months ago
  78. 643c3b7 [flang][docs] Fix the time for the new Flang driver call by Andrzej Warzynski · 3 years, 2 months ago
  79. 5739f4b [flang] Build intrinsic .mod files in include/flang by Tim Keith · 3 years, 2 months ago
  80. a12a621 [flang][OpenMP] Add support for getting parent context and clauses and modify the relevant sema checks to use the new functions. by Arnamoy Bhattacharyya · 3 years, 2 months ago
  81. dceb85c [flang] Fix static build of flang by peter klausler · 3 years, 2 months ago
  82. 7379993 [flang] Ensure pointer function results are acceptable variables by peter klausler · 3 years, 2 months ago
  83. eec3b8b [flang] Update DE/ALLOCATE statement runtime message processing by peter klausler · 3 years, 2 months ago
  84. a1c8e70 [flang][OpenMP][FIX] Fix function to check nesting level of current directive. by Arnamoy Bhattacharyya · 3 years, 2 months ago
  85. 06b8fa4 [flang] Make the symbol count used for collating symbols static by Peter Steinfeld · 3 years, 2 months ago
  86. cccd1eb Add Semantic check for Flang OpenMP 4.5 - 2.15.3.6 Reduction clause by Yashaswini · 3 years, 2 months ago
  87. 24434ed [mlir][StorageUniquer] Properly call the destructor on non-trivially destructible storage instances by River Riddle · 3 years, 2 months ago
  88. 4115bc3 [flang] Handle type-bound procedures with alternate returns by Peter Steinfeld · 3 years, 2 months ago
  89. f454dcb [flang][OpenMP] Add semantic check for occurrence of multiple list items in aligned clause for simd directive by Arnamoy Bhattacharyya · 3 years, 2 months ago
  90. e6769ba [flang][driver] Add -fdebug-module-writer option by Arnamoy Bhattacharyya · 3 years, 2 months ago
  91. 3a146c7 Rename top-level LICENSE.txt files to LICENSE.TXT by Leonard Chan · 3 years, 2 months ago
  92. 81622c9 [flang][driver] Formatting OpenMP sema check as per clang-format by Arnamoy Bhattacharyya · 3 years, 2 months ago
  93. eb2d3c0 [flang] Fix call to CHECK() on overriding an erroneous type-bound procedure by Peter Steinfeld · 3 years, 2 months ago
  94. 351c0de [flang][driver] Revert RUN-line change by Andrzej Warzynski · 3 years, 2 months ago
  95. 0d3e81c [flang][fir] Upstream the pre-FIR tree changes. by Eric Schweitz · 3 years, 2 months ago
  96. 4974f59 [flang][driver] Add `-fdebug-dump-parsing-log` by Andrzej Warzynski · 3 years, 2 months ago
  97. 2afbe5d [flang][driver] Merge test/Driver and test/Flang-Driver directories by Andrzej Warzynski · 3 years, 2 months ago
  98. bbce11f Fix Flang build after MLIR API changes around `generatedTypeParser` by Mehdi Amini · 3 years, 2 months ago
  99. 5bc10ad [flang] Sort symbols by creation order by Peter Steinfeld · 3 years, 2 months ago
  100. 4922e10 [flang][driver] Refine tests for module search directories by Andrzej Warzynski · 3 years, 2 months ago