1. 5199dca [flang][docs] Minor update to Fortran LLVM Tests-suite docs. by naromero77 · 3 years ago
  2. 05a7dca [flang] Fix generic/specific procedure confusion by peter klausler · 3 years ago
  3. 0c11081 [flang][unittest] Add a missing dependency by Andrzej Warzynski · 3 years ago
  4. e061c1a [flang][driver] Add `-fno-analyzed-objects-for-unparse` by Andrzej Warzynski · 3 years, 1 month ago
  5. fbf8af2 Change the flang reshape runtime routine interface to use a result by Mark Leair · 3 years ago
  6. 3f223fe [OptTable] Rename PrintHelp to printHelp by Fangrui Song · 3 years ago
  7. 0de82a6 [flang] Tweak the conditions for the GCC 7/libstdc++ workaround by Martin Storsjö · 3 years ago
  8. 396b7bc Fix flang build after D104167 by River Riddle · 3 years ago
  9. 5afe91c [flang] [NFC] Repair build with GCC 7.3 by peter klausler · 3 years ago
  10. 72961ec [flang] Fold more reduction intrinsic function calls by peter klausler · 3 years ago
  11. 0eb82e4 [flang] Implement constant folding for the NOT intrinsic by Peter Steinfeld · 3 years ago
  12. c609923 [Flang][test] Fix Windows buildbot. by Michael Kruse · 3 years ago
  13. 5093519 [flang] Recode a switch() to dodge a sketchy warning by peter klausler · 3 years ago
  14. 34e2af9 [flang] Fix clang build (struct/class mismatch warning) by peter klausler · 3 years ago
  15. 66d43fa [flang][OpenMP] Add semantic checks for occurrence of nested Barrier regions by Arnamoy Bhattacharyya · 3 years ago
  16. c226d21 [flang] Runtime implementation for default derived type formatted I/O by peter klausler · 3 years ago
  17. 72e8040 [flang] Rewrite test for CPU_TIME by Diana Picus · 3 years ago
  18. ca2bc79 [flang] preserve symbol in DescriptorInquiry by Jean Perier · 3 years ago
  19. 29c3e8a [flang] Complain about more cases of calls to insufficiently defined procedures by peter klausler · 3 years ago
  20. 3e5ec6a [flang] Fix ARM/POWER test failure (folding20.f90) by peter klausler · 3 years ago
  21. 8f73695 [flang] Implement runtime for IALL & IANY by peter klausler · 3 years ago
  22. f1add8b [flang] Use a "double-double" accumulator in SUM by peter klausler · 3 years ago
  23. 5cab9bb [flang] Fold MAXVAL & MINVAL by peter klausler · 3 years ago
  24. 9935379 [flang][driver] Add missing `! REQUIRES` LIT directive by Andrzej Warzynski · 3 years ago
  25. fe6f714 [flang] Cope with errors with array constructors by peter klausler · 3 years ago
  26. 217e4ec [flang] Fix crashes on calls to non-procedures by peter klausler · 3 years ago
  27. eb2cd60 [flang] Don't crash on some bogus expressions by peter klausler · 3 years ago
  28. 8981a4d [flang] Correct the subscripts used for arguments to character intrinsics by peter klausler · 3 years ago
  29. a8c8bbb [flang] Check there's no dependency on C++ libs. NFC by Diana Picus · 3 years ago
  30. 7929a90 Revert "[flang] Check there's no dependency on C++ libs" by Diana Picus · 3 years ago
  31. 79544e5 [flang] Fixup 7ddbf2633911a5c378ad6af01e250f6f252b9032 by Diana Picus · 3 years ago
  32. e02fa49 [flang] Add clang-tidy check for braces around if by Diana Picus · 3 years ago
  33. ad64f92 [flang] Check there's no dependency on C++ libs by Diana Picus · 3 years ago
  34. e5c143f [flang][nfc] Move `external-hello-world` to flang/examples by Andrzej Warzynski · 3 years ago
  35. dbd71a0 [flang][driver] Add `-fdebug-dump-all` by Andrzej Warzynski · 3 years ago
  36. 65df334 [flang] Add semantic check for the RANDOM_SEED intrinsic by Peter Steinfeld · 3 years ago
  37. e9bd826 [flang] [openmp] Add Fortran specific semantic check 4 for OpenMP Allocate directive. by Isaac Perry · 3 years, 1 month ago
  38. 9407245 [flang] Move buffer runtime test to GTest by Asher Mancinelli · 3 years ago
  39. de2d156 [flang] Fix compilation problem with rename of "MemRefDataFlow" by Peter Steinfeld · 3 years ago
  40. 33768a8 [flang] Add POSIX implementation for CPU_TIME by Diana Picus · 3 years ago
  41. 496281c [flang] Add initial implementation for CPU_TIME by Diana Picus · 3 years ago
  42. b549fa7 [Flang][test] Fix Windows buildbot. by Michael Kruse · 3 years ago
  43. a871fb9 [flang] Handle multiple USE statements for the same module by Peter Steinfeld · 3 years ago
  44. 1091936 [Flang] Compile fix after D99459. by Michael Kruse · 3 years ago
  45. f56df63 [flang] Fixed simple typo in runtime code by Zachary Selk · 3 years ago
  46. c580234 [Flang][Runtime][tests] Escape regex special character. by Michael Kruse · 3 years ago
  47. d077552 [flang][windows] Run regression tests under Windows. NFCI. by Michael Kruse · 3 years ago
  48. 71a46f5 [flang] Define the API for CPU_TIME by Diana Picus · 3 years ago
  49. cfbd0b3 .clang-tidy: Disable misc-no-recursion in general/across the monorepo by David Blaikie · 3 years ago
  50. c283ba8 NFC: .clang-tidy: Inherit configs from parents to improve maintainability by David Blaikie · 3 years ago
  51. f6c9e60 [flang][driver] Add support for the "-init-only" option by Stuart Ellis · 3 years ago
  52. 9f58bc5 [flang] Check for undefined derived types by Peter Steinfeld · 3 years, 1 month ago
  53. ddca50b [flang][OpenMP] Add semantic check to allow only loop iteration variables in a `linear` clause within `distribute` construct. by Arnamoy Bhattacharyya · 3 years, 1 month ago
  54. 5bed5c1 [flang] CheckConformance: tristate-ify result by peter klausler · 3 years, 1 month ago
  55. 696bcfe [flang][driver] Add checks for missing option arguments by Andrzej Warzynski · 3 years, 1 month ago
  56. 31f5ade [flang][driver] Add support for `-module-suffix` by Andrzej Warzynski · 3 years, 1 month ago
  57. 9fc0e42 [flang] Generate type info symbols outside of derived type scopes by Jean Perier · 3 years, 1 month ago
  58. 699319b [flang] Change capitalization for Adjustl/r by Diana Picus · 3 years, 1 month ago
  59. 87abb9e [flang] Fix spurious "already declared" errors for interfaces by peter klausler · 3 years, 1 month ago
  60. 5b5f19b [flang] Catch errors in function calls instead of crashing by peter klausler · 3 years, 1 month ago
  61. b56b9fe [flang] Emit error about missing interface when needed by peter klausler · 3 years, 1 month ago
  62. fbff16b [flang] Fix crash on structure constructor as selector by peter klausler · 3 years, 1 month ago
  63. 0cb7c36 [flang] Support known constant lengths in DynamicType by peter klausler · 3 years, 1 month ago
  64. 2cf80ca [flang] Catch procedure pointer interface error by peter klausler · 3 years, 1 month ago
  65. 322e814 [flang] Accept BOZ in array constructors w/o types by peter klausler · 3 years, 1 month ago
  66. 18f9544 [flang] Fix folding of CMPLX by peter klausler · 3 years, 1 month ago
  67. 354bac3 [flang] Fix crashes due to failure to find a subprogram by peter klausler · 3 years, 1 month ago
  68. 919d029 [flang] Check for duplicate definitions of defined input/output procedures by Peter Steinfeld · 3 years, 1 month ago
  69. d7c06fe [flang] Add tests for REPEAT. NFC by Diana Picus · 3 years, 1 month ago
  70. 3388191 [flang][openacc] Enforce restriction on attach and detach variables by Valentin Clement · 3 years, 1 month ago
  71. 45386e2 [Flang][Openmp] Fortran specific semantic checks for Allocate directive by Isaac Perry · 3 years, 1 month ago
  72. 41e0661 [flang][docs] Initial documentation for the Fortran LLVM Test Suite. by naromero77 · 3 years, 1 month ago
  73. bd0a921 [flang] Implement checks for defined input/output procedures by Peter Steinfeld · 3 years, 1 month ago
  74. f539c03 [flang] Fix recent regression (proc. dummy arg on ENTRY) by peter klausler · 3 years, 1 month ago
  75. 073cc88 [flang][cmake] Set the default for FLANG_BUILD_NEW_DRIVER for oot builds by Andrzej Warzynski · 3 years, 1 month ago
  76. f76beee flang: include limits by Thorsten Schütt · 3 years, 1 month ago
  77. e487a14 [flang] Fix symbol table bugs with ENTRY statements by peter klausler · 3 years, 1 month ago
  78. d840523 [mlir][Standard] NFC - Drop remaining EDSC usage by Nicolas Vasilache · 3 years, 1 month ago
  79. 373187e [flang] Remove unused variable by peter klausler · 3 years, 1 month ago
  80. 1ffc96f [flang] Fix broken build of flang with clang by peter klausler · 3 years, 1 month ago
  81. a8a426d [flang] Implement more transformational intrinsic functions in runtime by peter klausler · 3 years, 1 month ago
  82. 72d2425 [flang] simplify derived type info table format by Jean Perier · 3 years, 1 month ago
  83. e30d3a7 [flang][docs] Update driver sync-up call link by Andrzej Warzynski · 3 years, 1 month ago
  84. 4018998 [flang] Accept OPEN(ACCESS='APPEND') legacy extension even without warnings enabled by peter klausler · 3 years, 1 month ago
  85. 623ce2d [flang] Implement MATMUL in the runtime by peter klausler · 3 years, 1 month ago
  86. 64783b4 Put back the trailing commas on TYPED_TEST_SUITE by Benjamin Kramer · 3 years, 1 month ago
  87. 52585f3 [flang] s/TYPED_TEST_CASE/TYPED_TEST_SUITE/ as the former is deprecated by Benjamin Kramer · 3 years, 1 month ago
  88. 8157170 Bump googletest to 1.10.0 by Benjamin Kramer · 3 years, 1 month ago
  89. 4dc80e6 [flang][OpenMP] Add semantic check for close nesting of `master` regions by Arnamoy Bhattacharyya · 3 years, 1 month ago
  90. 7b3f58c [flang] Support legacy extension OPEN(ACCESS='APPEND') by peter klausler · 3 years, 1 month ago
  91. 5466293 [flang] (NFC) Expose internal idiom as utility API by peter klausler · 3 years, 1 month ago
  92. e3e87f1 [flang] Implement DOT_PRODUCT in the runtime by peter klausler · 3 years, 1 month ago
  93. f3c6f45 [flang] Fix standalone builds by Shoaib Meenai · 3 years, 1 month ago
  94. 4da55c8 [cmake] Add support for multiple distributions by Shoaib Meenai · 3 years, 9 months ago
  95. 288eafc [flang] Allow large and erroneous ac-implied-do's by Peter Steinfeld · 3 years, 1 month ago
  96. 901095f [flang][cmake] Enable the new driver by default by Andrzej Warzynski · 3 years, 2 months ago
  97. 08b7f48 Enable export of FIR includes into the install tree by Renaud-K · 3 years, 1 month ago
  98. b188976 [flang] Implement NORM2 in the runtime by peter klausler · 3 years, 2 months ago
  99. 0269370 [flang] Remove redundant reallocation by Diana Picus · 3 years, 2 months ago
  100. ef0a88b [flang] Add tests for MIN for character arrays. NFC by Diana Picus · 3 years, 2 months ago