1. 26a359a [flang] update character tests to use gtest by Asher Mancinelli · 3 years, 2 months ago
  2. d5be362 [flang] Fix bad dereference of NULLIFY pointer object by Peter Steinfeld · 3 years, 2 months ago
  3. 4a60e2b Add Semantic check for Flang OpenMP 4.5 - 2.7.1 Do Loop restrictions for Threadprivate. by Yashaswini · 3 years, 2 months ago
  4. 689d766 [flang][fir] Add FIR Types parser diagnostic tests + cleanup by Valentin Clement · 3 years, 2 months ago
  5. 6eed5c2 [flang][fir] Add diagnostic tests for FIR ops verifier by Valentin Clement · 3 years, 2 months ago
  6. 5f48858 [flang][fir][NFC] Update comments. by Eric Schweitz · 3 years, 2 months ago
  7. 6b61710 [flang][driver] Add options for -fdefault* and -flarge-sizes by Arnamoy Bhattacharyya · 3 years, 2 months ago
  8. 1e2f943 [mlir] ODS: change OpBuilderDAG to OpBuilder by Alex Zinenko · 3 years, 2 months ago
  9. e5c25ee [mlir] make implementations of translation to LLVM IR interfaces private by Alex Zinenko · 3 years, 2 months ago
  10. 2b7fdb8 Fix flang build after D97804 by River Riddle · 3 years, 2 months ago
  11. e543963 [flang] Prohibit MODULE procedures in the global scope by Peter Steinfeld · 3 years, 2 months ago
  12. 01cd095 [flang] Detect circularly defined interfaces of procedures by Peter Steinfeld · 3 years, 2 months ago
  13. 20fd809 [flang] Detect circularly defined interfaces of procedures by Peter Steinfeld · 3 years, 2 months ago
  14. 4c5edef [flang][f18] Add missing line in help text (nfc) by Andrzej Warzynski · 3 years, 2 months ago
  15. 08516c4 [flang][driver] Fix -fdefault* family bug by Arnamoy Bhattacharyya · 3 years, 2 months ago
  16. fdc0dbd Revert "[flang] Detect circularly defined interfaces of procedures" by Andrzej Warzynski · 3 years, 2 months ago
  17. 210e3b6 [flang] Detect circularly defined interfaces of procedures by Peter Steinfeld · 3 years, 2 months ago
  18. 8eed14e [flang] Runtime: SCAN and VERIFY by peter klausler · 3 years, 2 months ago
  19. f8a49fc [Flang][OpenMP] Add semantic checks for OpenMP clauses. by Praveen · 3 years, 3 months ago
  20. a046ac2 Revert "[flang] Detect circularly defined interfaces of procedures" by Andrzej Warzynski · 3 years, 2 months ago
  21. 13c7341 [flang][fir] Upstream utility function valueHasFirAttribute() by Eric Schweitz · 3 years, 2 months ago
  22. 5bf75c2 [flang][fir] Add remaining Ops. Updates to pre-existing Ops. by Eric Schweitz · 3 years, 2 months ago
  23. 9949054 [flang][fir][NFC] Removes deprecated messages in builds. by Eric Schweitz · 3 years, 2 months ago
  24. bf9bb16 [flang] Detect circularly defined interfaces of procedures by Peter Steinfeld · 3 years, 2 months ago
  25. 6d99dcc [flang][fir] Add array value operations. by Eric Schweitz · 3 years, 2 months ago
  26. 489c5bf [mlir] Mark OpState::getAttrs() deprecated. by Christian Sigg · 3 years, 2 months ago
  27. c9b9dda [clang][flang] Improve the consistency of the code-base by Shao-Ce Sun · 3 years, 2 months ago
  28. c9c5f1b [clang][driver] Set the input type to Fortran when reading from stdin by Andrzej Warzynski · 3 years, 2 months ago
  29. 372ba0a [flang][fir][NFC] Remove dead code. by Eric Schweitz · 3 years, 2 months ago
  30. f028173 [flang][fir][NFC] Move remaining types to TableGen type definition by Valentin Clement · 3 years, 2 months ago
  31. 285174e [flang] add attribute to trim runtime implementation establish call by Jean Perier · 3 years, 2 months ago
  32. 66d9ab3 [flang][fir] Add zero_bits operation. by Eric Schweitz · 3 years, 2 months ago
  33. d549231 [flang][fir][NFC] remove dead code by Eric Schweitz · 3 years, 2 months ago
  34. aa68af1 [flang][test] Share all driver test dirs between `f18` and `flang-new` by Andrzej Warzynski · 3 years, 2 months ago
  35. 5e5cccb [flang][NFC] Add source line to lowering TODO messages by Jean Perier · 3 years, 2 months ago
  36. 446d060 [mlir][IR] Refactor the `getChecked` and `verifyConstructionInvariants` methods on Attributes/Types by River Riddle · 3 years, 2 months ago
  37. a5ec205 Making FindCommonBlock a const member https://reviews.llvm.org/D97093 by Renaud-K · 3 years, 2 months ago
  38. 25a1b97 [flang] Add -J and -module-dir to f18 driver by Tim Keith · 3 years, 2 months ago
  39. 41a2974 [flang][driver] Add -Xflang and make -test-io a frontend-only flang by Andrzej Warzynski · 3 years, 2 months ago
  40. edb7de5 [flang][fir] Update flang test tool support classes. by Eric Schweitz · 3 years, 2 months ago
  41. 465a182 [flang][fir][NFC] run clang-format by Eric Schweitz · 3 years, 2 months ago
  42. 8548259 [flang][driver] Add debug measure-parse-tree and pre-fir-tree options by Faris Rehman · 3 years, 2 months ago
  43. 0852c76 [flang] Extension: forward refs to dummy args under IMPLICIT NONE by peter klausler · 3 years, 2 months ago
  44. 2582b64 [flang][driver] Add missing dependency (nfc) by Andrzej Warzynski · 3 years, 2 months ago
  45. 24087eb [flang][driver] Add debug dump options by Faris Rehman · 3 years, 2 months ago
  46. b37f51e [Flang] Fix compilation on MinGW-w64 by Mehdi Chinoune · 3 years, 2 months ago
  47. c539c1e [flang][fir][NFC] clang-tidy change. Add include. by Eric Schweitz · 3 years, 2 months ago
  48. 556ea2a [flang][fir][NFC] Merge tablegen files. by Eric Schweitz · 3 years, 2 months ago
  49. f121bc4 [flang][fir][NFC] clang-tidy change by Eric Schweitz · 3 years, 2 months ago
  50. b779a5e [flang] Warn about useless explicit typing of intrinsics by peter klausler · 3 years, 2 months ago
  51. 57cd349 [flang] Ensure that intrinsic procedures are PURE &/or ELEMENTAL by peter klausler · 3 years, 2 months ago
  52. 6365cd4 [flang][fir][NFC] Move ComplexType to TableGen type definition by Valentin Clement · 3 years, 2 months ago
  53. b980320 [flang][fir][NFC] Move BoxProcType to TableGen type definition by Valentin Clement · 3 years, 2 months ago
  54. b9c6ff3 [flang][fir][NFC] Move CharacterType and BoxCharType to TableGen type definition by Valentin Clement · 3 years, 2 months ago
  55. c62ff91 [flang] Detect circularly defined procedures by Peter Steinfeld · 3 years, 2 months ago
  56. d9e86b3 Fix flang after D76342 by Valentin Clement · 3 years, 2 months ago
  57. 0dc5c71 [flang][fir] Add fir-opt tool by clementval · 3 years, 2 months ago
  58. 7436016 [flang][driver] Add extension options and -finput-charset by Faris Rehman · 3 years, 3 months ago
  59. 85cf9e2 [flang][driver] Remove unused code (nfc) by Andrzej Warzynski · 3 years, 2 months ago
  60. 5c1b3c9 [flang][driver] Add options for unparsing by Andrzej Warzynski · 3 years, 3 months ago
  61. 2813bef [flang][f18] Make -fdebug-dump-{symbols|parse-tree} imply -fsyntax-only by Andrzej Warzynski · 3 years, 2 months ago
  62. 7b59256 Add Semantic check for Flang OpenMP 4.5 - 2.7.1 Do Loop restrictions. by Yashaswini · 3 years, 2 months ago
  63. b45dcb4 Revert "[flang][fir] Add fir-opt tool" by clementval · 3 years, 2 months ago
  64. ed7243e [flang][fir][NFC] Move FieldType to TableGen type definition by Valentin Clement · 3 years, 2 months ago
  65. 26a1e56 [flang][fir] Add fir-opt tool by Valentin Clement · 3 years, 2 months ago
  66. 22926c1 [flang][fir][NFC] Minor format changes to FIROps.td. by Eric Schweitz · 3 years, 2 months ago
  67. 8efdd98 [flang][fir][NFC] Move code from FIRDialect.h into a new header. by Eric Schweitz · 3 years, 2 months ago
  68. eeba0fa [flang][fir][NFC] Move BoxType to TableGen type definition by Valentin Clement · 3 years, 2 months ago
  69. ac56bcf [flang][fir][NFC] Rename WhereOp to IfOp. by Eric Schweitz · 3 years, 2 months ago
  70. 8ffb9b4 [flang] Don't perform macro replacement unless *.F, *.F90, &c. by peter klausler · 3 years, 2 months ago
  71. 74a2d6f [flang][fir] Update the kind mapping class. by Eric Schweitz · 3 years, 3 months ago
  72. dc5828f [flang] Improve "Error reading module file" error message by peter klausler · 3 years, 2 months ago
  73. 2b83ef0 [flang] Fix typo in FlangConfig.cmake.in. by Leandro Vaz · 3 years, 2 months ago
  74. 6bb6f81 [flang] Remove `LINK_WITH_FIR` cmake switch by Sourabh Singh Tomar · 3 years, 2 months ago
  75. 78dc8fd Revert "[flang][fir][NFC] Move BoxType to TableGen type definition" by clementval · 3 years, 2 months ago
  76. e2d324f [flang][fir][NFC] Move BoxType to TableGen type definition by Valentin Clement · 3 years, 2 months ago
  77. 2dad10c [flang][driver] Move standard macro predefs to a dedicated method (nfc) by Andrzej Warzynski · 3 years, 2 months ago
  78. baefb35 [flang][fir] Fix Werror build failure after D96422 by Valentin Clement · 3 years, 2 months ago
  79. df0a6fa [flang][fir][NFC] Move ShapeShiftType to TableGen type definition by Valentin Clement · 3 years, 2 months ago
  80. b804546 [flang] Cope with specific procedures with same name as generic by peter klausler · 3 years, 2 months ago
  81. fca466a [flang] Manage per-specification-part state better by peter klausler · 3 years, 2 months ago
  82. decd372 [flang][fir][NFC] Move ShapeType to TableGen type definition by Valentin Clement · 3 years, 2 months ago
  83. d82c5ca [flang][driver] Add missing dependency in unit tests (nfc) by Andrzej Warzynski · 3 years, 2 months ago
  84. 7c638b3 [mlir] avoid exposing mutable DialectRegistry from MLIRContext by Alex Zinenko · 3 years, 2 months ago
  85. e152f08 [flang][driver] Add support for -fopenmp and -fopenacc by Faris Rehman · 3 years, 2 months ago
  86. fd392d3 [flang][fir] Updates to internal name uniquer. by Eric Schweitz · 3 years, 3 months ago
  87. 783cc0a [flang][fir] Add shape, shape_shift, and slice types. by Eric Schweitz · 3 years, 3 months ago
  88. d2ff583 [flang][fir] Add OpaqueAttr. by Eric Schweitz · 3 years, 3 months ago
  89. 5b7a5de [flang][NFC] Add comment. by Eric Schweitz · 3 years, 3 months ago
  90. 71e527f [flang][NFC] Update comments. by Eric Schweitz · 3 years, 3 months ago
  91. e792943 [flang][fir] Update FIR's character type. by Eric Schweitz · 3 years, 3 months ago
  92. 6ab9c7f Revert "Revert "Reorder MLIRContext location in BuiltinAttributes.h"" by Tres Popp · 3 years, 3 months ago
  93. f6098ce Revert "Reorder MLIRContext location in BuiltinAttributes.h" by Tres Popp · 3 years, 3 months ago
  94. 047a255 Reorder MLIRContext location in BuiltinAttributes.h by Tres Popp · 3 years, 3 months ago
  95. 4ccfc2e [flang][fir] Add FIR's vector type. by Eric Schweitz · 3 years, 3 months ago
  96. 6a30f22 [flang][NFC] Make KindTy consistent and consistently used. by Eric Schweitz · 3 years, 3 months ago
  97. 1c44368 [flang][NFC] Update comments. by Eric Schweitz · 3 years, 3 months ago
  98. bd0f4d9 [flang] Adapt mlir based error status handling in `tco` tool by Sourabh Singh Tomar · 3 years, 3 months ago
  99. 31b6f82 fix -Werror build issue. by Eric Schweitz · 3 years, 3 months ago
  100. 0a00b01 [flang] Remove dims type and gendims op. by Eric Schweitz · 3 years, 3 months ago