1. 0852c76 [flang] Extension: forward refs to dummy args under IMPLICIT NONE by peter klausler · 3 years, 3 months ago
  2. 2582b64 [flang][driver] Add missing dependency (nfc) by Andrzej Warzynski · 3 years, 3 months ago
  3. 24087eb [flang][driver] Add debug dump options by Faris Rehman · 3 years, 3 months ago
  4. b37f51e [Flang] Fix compilation on MinGW-w64 by Mehdi Chinoune · 3 years, 3 months ago
  5. c539c1e [flang][fir][NFC] clang-tidy change. Add include. by Eric Schweitz · 3 years, 3 months ago
  6. 556ea2a [flang][fir][NFC] Merge tablegen files. by Eric Schweitz · 3 years, 3 months ago
  7. f121bc4 [flang][fir][NFC] clang-tidy change by Eric Schweitz · 3 years, 3 months ago
  8. b779a5e [flang] Warn about useless explicit typing of intrinsics by peter klausler · 3 years, 3 months ago
  9. 57cd349 [flang] Ensure that intrinsic procedures are PURE &/or ELEMENTAL by peter klausler · 3 years, 3 months ago
  10. 6365cd4 [flang][fir][NFC] Move ComplexType to TableGen type definition by Valentin Clement · 3 years, 3 months ago
  11. b980320 [flang][fir][NFC] Move BoxProcType to TableGen type definition by Valentin Clement · 3 years, 3 months ago
  12. b9c6ff3 [flang][fir][NFC] Move CharacterType and BoxCharType to TableGen type definition by Valentin Clement · 3 years, 3 months ago
  13. c62ff91 [flang] Detect circularly defined procedures by Peter Steinfeld · 3 years, 3 months ago
  14. d9e86b3 Fix flang after D76342 by Valentin Clement · 3 years, 3 months ago
  15. 0dc5c71 [flang][fir] Add fir-opt tool by clementval · 3 years, 3 months ago
  16. 7436016 [flang][driver] Add extension options and -finput-charset by Faris Rehman · 3 years, 3 months ago
  17. 85cf9e2 [flang][driver] Remove unused code (nfc) by Andrzej Warzynski · 3 years, 3 months ago
  18. 5c1b3c9 [flang][driver] Add options for unparsing by Andrzej Warzynski · 3 years, 3 months ago
  19. 2813bef [flang][f18] Make -fdebug-dump-{symbols|parse-tree} imply -fsyntax-only by Andrzej Warzynski · 3 years, 3 months ago
  20. 7b59256 Add Semantic check for Flang OpenMP 4.5 - 2.7.1 Do Loop restrictions. by Yashaswini · 3 years, 3 months ago
  21. b45dcb4 Revert "[flang][fir] Add fir-opt tool" by clementval · 3 years, 3 months ago
  22. ed7243e [flang][fir][NFC] Move FieldType to TableGen type definition by Valentin Clement · 3 years, 3 months ago
  23. 26a1e56 [flang][fir] Add fir-opt tool by Valentin Clement · 3 years, 3 months ago
  24. 22926c1 [flang][fir][NFC] Minor format changes to FIROps.td. by Eric Schweitz · 3 years, 3 months ago
  25. 8efdd98 [flang][fir][NFC] Move code from FIRDialect.h into a new header. by Eric Schweitz · 3 years, 3 months ago
  26. eeba0fa [flang][fir][NFC] Move BoxType to TableGen type definition by Valentin Clement · 3 years, 3 months ago
  27. ac56bcf [flang][fir][NFC] Rename WhereOp to IfOp. by Eric Schweitz · 3 years, 3 months ago
  28. 8ffb9b4 [flang] Don't perform macro replacement unless *.F, *.F90, &c. by peter klausler · 3 years, 3 months ago
  29. 74a2d6f [flang][fir] Update the kind mapping class. by Eric Schweitz · 3 years, 3 months ago
  30. dc5828f [flang] Improve "Error reading module file" error message by peter klausler · 3 years, 3 months ago
  31. 2b83ef0 [flang] Fix typo in FlangConfig.cmake.in. by Leandro Vaz · 3 years, 3 months ago
  32. 6bb6f81 [flang] Remove `LINK_WITH_FIR` cmake switch by Sourabh Singh Tomar · 3 years, 3 months ago
  33. 78dc8fd Revert "[flang][fir][NFC] Move BoxType to TableGen type definition" by clementval · 3 years, 3 months ago
  34. e2d324f [flang][fir][NFC] Move BoxType to TableGen type definition by Valentin Clement · 3 years, 3 months ago
  35. 2dad10c [flang][driver] Move standard macro predefs to a dedicated method (nfc) by Andrzej Warzynski · 3 years, 3 months ago
  36. baefb35 [flang][fir] Fix Werror build failure after D96422 by Valentin Clement · 3 years, 3 months ago
  37. df0a6fa [flang][fir][NFC] Move ShapeShiftType to TableGen type definition by Valentin Clement · 3 years, 3 months ago
  38. b804546 [flang] Cope with specific procedures with same name as generic by peter klausler · 3 years, 3 months ago
  39. fca466a [flang] Manage per-specification-part state better by peter klausler · 3 years, 3 months ago
  40. decd372 [flang][fir][NFC] Move ShapeType to TableGen type definition by Valentin Clement · 3 years, 3 months ago
  41. d82c5ca [flang][driver] Add missing dependency in unit tests (nfc) by Andrzej Warzynski · 3 years, 3 months ago
  42. 7c638b3 [mlir] avoid exposing mutable DialectRegistry from MLIRContext by Alex Zinenko · 3 years, 3 months ago
  43. e152f08 [flang][driver] Add support for -fopenmp and -fopenacc by Faris Rehman · 3 years, 3 months ago
  44. fd392d3 [flang][fir] Updates to internal name uniquer. by Eric Schweitz · 3 years, 3 months ago
  45. 783cc0a [flang][fir] Add shape, shape_shift, and slice types. by Eric Schweitz · 3 years, 3 months ago
  46. d2ff583 [flang][fir] Add OpaqueAttr. by Eric Schweitz · 3 years, 3 months ago
  47. 5b7a5de [flang][NFC] Add comment. by Eric Schweitz · 3 years, 3 months ago
  48. 71e527f [flang][NFC] Update comments. by Eric Schweitz · 3 years, 3 months ago
  49. e792943 [flang][fir] Update FIR's character type. by Eric Schweitz · 3 years, 3 months ago
  50. 6ab9c7f Revert "Revert "Reorder MLIRContext location in BuiltinAttributes.h"" by Tres Popp · 3 years, 3 months ago
  51. f6098ce Revert "Reorder MLIRContext location in BuiltinAttributes.h" by Tres Popp · 3 years, 3 months ago
  52. 047a255 Reorder MLIRContext location in BuiltinAttributes.h by Tres Popp · 3 years, 3 months ago
  53. 4ccfc2e [flang][fir] Add FIR's vector type. by Eric Schweitz · 3 years, 3 months ago
  54. 6a30f22 [flang][NFC] Make KindTy consistent and consistently used. by Eric Schweitz · 3 years, 3 months ago
  55. 1c44368 [flang][NFC] Update comments. by Eric Schweitz · 3 years, 3 months ago
  56. bd0f4d9 [flang] Adapt mlir based error status handling in `tco` tool by Sourabh Singh Tomar · 3 years, 3 months ago
  57. 31b6f82 fix -Werror build issue. by Eric Schweitz · 3 years, 3 months ago
  58. 0a00b01 [flang] Remove dims type and gendims op. by Eric Schweitz · 3 years, 3 months ago
  59. 71c1733 [flang][msvc] Reapply "Explicitly reference "this" inside closure" by Mehdi Chinoune · 3 years, 3 months ago
  60. 2cd43a8 [flang][NFC] Rename IntType to IntegerType. by Eric Schweitz · 3 years, 3 months ago
  61. a19f78e [flang][driver] Fix reading from stdin when using `-test-io` by Andrzej Warzynski · 3 years, 3 months ago
  62. 0852fa8 [flang][driver] Add support for `-J/-module-dir` by Arnamoy Bhattacharyya · 3 years, 3 months ago
  63. 9c19518 [flang][driver] Add PrescanAction frontend action (nfc) by Andrzej Warzynski · 3 years, 3 months ago
  64. 9131b62 [flang][driver] Add forced form flags and -ffixed-line-length by Faris Rehman · 3 years, 3 months ago
  65. 067766f [flang] Fix calls to LBOUND() intrinsic for arrays with lower bounds not 1 by Peter Steinfeld · 3 years, 3 months ago
  66. c4fb7fe [flang] Enable FIR types and Dialect round trip tests by Sourabh Singh Tomar · 3 years, 3 months ago
  67. 8edcc6a [flang][NFCI] Relpace `LoopOp` Op with `DoLoopOp` Op in FIR Dialect by Sourabh Singh Tomar · 3 years, 3 months ago
  68. ac049cb [flang] Add -fsyntax-only to f18; retain -fparse-only synonym by peter klausler · 3 years, 3 months ago
  69. 38f204a [Flang][OpenMP] Add semantic checks for invalid branches into or out of OpenMP constructs by Praveen · 3 years, 3 months ago
  70. 5a36993 [flang] Add TypeAndShape::MeasureElementSizeInBytes() by peter klausler · 3 years, 3 months ago
  71. ba85948 [flang][NFC] Update the CG rewrite pass. Add description and dependencies. by Eric Schweitz · 3 years, 3 months ago
  72. 7525aad [flang][NFC] Update #include. by Eric Schweitz · 3 years, 3 months ago
  73. d7f46c4 [flang] Implement IEEE_SUPPORT_xxx inquiry functions by peter klausler · 3 years, 3 months ago
  74. 7680c99 [flang] Detect UBOUND() error on assumed-size array by peter klausler · 3 years, 3 months ago
  75. dcbfe01 [flang][NFC] Update #include and comment. by Eric Schweitz · 3 years, 3 months ago
  76. c818207 [flang][driver] Disallow non-existent input files in the frontend driver by Andrzej Warzynski · 3 years, 3 months ago
  77. db8ab78 [flang][NFC] Rename complex type. by Eric Schweitz · 3 years, 3 months ago
  78. 7b2755a [flang][directive] Enforce basic semantic check for all clauses by Valentin Clement · 3 years, 3 months ago
  79. a157413 [flang] Fix parsing of WRITE(I+J) with more accurate look-ahead by peter klausler · 3 years, 3 months ago
  80. ab5e664 [Branch-Rename] Fix some links by xgupta · 3 years, 3 months ago
  81. 9a3bc26 [flang] Improve shape & length characterization by peter klausler · 3 years, 3 months ago
  82. 7a6d7a6 [flang] Support disabled alternative PARAMETER statement by peter klausler · 3 years, 3 months ago
  83. dccc082 [flang][docs] Add New Flang Driver Biweekly call by Andrzej Warzynski · 3 years, 3 months ago
  84. 8f760d1 [flang] Fix problems with constant arrays with lower bounds that are not 1 by Peter Steinfeld · 3 years, 3 months ago
  85. 3f9b9c4 [flang] Search for #include "file" in right directory (take 2) by peter klausler · 3 years, 3 months ago
  86. 8b29e90 [flang][openacc] Allow multiple wait clauses by Valentin Clement · 3 years, 3 months ago
  87. 4da0ce0 [flang][openacc] Fix clause restriction for exit data directive by Valentin Clement · 3 years, 3 months ago
  88. 2a32177 [flang][openacc] Fix clause restriction for host_data directive by Valentin Clement · 3 years, 3 months ago
  89. 6722ae2 [flang][driver] Report prescanning diags during syntax-only parsing by Faris Rehman · 3 years, 3 months ago
  90. a3a2fb8 [flang][openacc][NFC] Organize clause validity tests by directive by Valentin Clement · 3 years, 3 months ago
  91. baaab80 Revert "[flang] Search for #include "file" in right directory" by Andrzej Warzynski · 3 years, 3 months ago
  92. 81d8a3f [flang] Fix errors in ISO_FORTRAN_ENV module for REAL128 by peter klausler · 3 years, 3 months ago
  93. efda643 [flang] Search for #include "file" in right directory by peter klausler · 3 years, 3 months ago
  94. 8c05f7e [flang][driver] Update PP tests to use the new driver by Faris Rehman · 3 years, 3 months ago
  95. 910f9c0 [flang][driver] Remove newline in CompilerInvocation by Faris Rehman · 3 years, 3 months ago
  96. e85c767 [flang][nfc] Fix comments, remove needless API, tweak script by peter klausler · 3 years, 3 months ago
  97. a8782cc [flang] Correct shape analysis for transformational intrinsic functions by peter klausler · 3 years, 4 months ago
  98. bd2af3d [flang] Remove some needless operations in expr rewriting by peter klausler · 3 years, 3 months ago
  99. 14360fd [flang] Fix typo in error message by Peter Steinfeld · 3 years, 3 months ago
  100. b272cc2 [flang] Fix bogus error message with binding by peter klausler · 3 years, 3 months ago