aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2022-10-11[flang] Use the ShapedType::kDynamicSize constant instead of hardcoding it.Alexander Belyaev1-2/+4
2022-10-11[flang] Fix buildbot failure after D135610.Slava Zakharin1-0/+4
2022-10-11[flang] Add cpowi function to runtime and use instead of pgmathDavid Truby8-8/+324
2022-10-11[flang] Support GNU extensions IARGC and GETARG in runtimePeixin-Qiao2-5/+29
2022-10-11[flang][NFC] Fix typos in FIROps.tdPeixin-Qiao2-24/+19
2022-10-11[flang][NFC] Fix fir::ConvertOp descriptionPeixin-Qiao1-2/+3
2022-10-10[flang] Add type-specific runtime entries for Minloc/Maxloc.Slava Zakharin8-42/+312
2022-10-10[flang] Allow conversion from boxed derived type to fir.classValentin Clement5-12/+86
2022-10-07[flang][nfc] Relocate a few driver testsAndrzej Warzynski6-19/+11
2022-10-07[Flang] Use the ultimate symbol in a DeallocateStmt checkKiran Chandramohan2-1/+15
2022-10-07[flang] Allow fir.class in AnyRefOrBoxValentin Clement2-2/+32
2022-10-07[flang][NFC] Update fir.dispatch format in docValentin Clement1-2/+2
2022-10-06[flang] Represent TARGET for globals with 'target' attribute.Slava Zakharin10-38/+81
2022-10-06[flang] Correct epistemological edge cases for IS_CONTIGUOUS foldingPeter Klausler4-19/+77
2022-10-06fixPeter Klausler1-1/+0
2022-10-06[flang][runtime] Handle array components in NAMELIST inputPeter Klausler1-0/+1
2022-10-06[flang][runtime] Handle array components in NAMELIST inputPeter Klausler1-1/+36
2022-10-06[flang] Supply missing source location for a messagePeter Klausler2-1/+4
2022-10-06[flang] Improve syntax error messages by fixing withMessage() parser combinatorPeter Klausler6-35/+44
2022-10-06[flang] Add missing source location to a semantic error messagePeter Klausler2-0/+16
2022-10-06[flang][NFC] Document Fortran aliasing rulesPeter Klausler1-0/+355
2022-10-06[flang] Clarify edge case of host association and generic interfacesPeter Klausler2-20/+48
2022-10-06[flang] Use assembly format for fir.dispatchValentin Clement5-57/+19
2022-10-06[flang][runtime] When NAMELIST input hits EOF, signal END, not an errorPeter Klausler1-1/+5
2022-10-06[flang] Selectors whose expressions are pointers returned from functions are ...Peter Klausler5-17/+99
2022-10-06[flang] Delay parse tree rewriting for I/O UNIT=func()Peter Klausler4-30/+92
2022-10-06[flang] Ignore errors on declarations in interfaces that "have no effect"Peter Klausler2-21/+54
2022-10-06[flang] Ensure USE associations of shadowed procedures are emitted to module ...Peter Klausler2-4/+63
2022-10-06[flang] Error message situation should be a warningPeter Klausler4-4/+35
2022-10-06[flang] Don't force SET_EXPONENT(I=...) argument to integer(4)Peter Klausler3-13/+24
2022-10-06[flang] Update fir.dispatch operationValentin Clement5-23/+74
2022-10-06[flang] Add a "not yet implemented" message for large, constant arraysPeter Steinfeld1-0/+3
2022-10-05[flang] Keep current polymorphic implementation under a flagValentin Clement5-2/+28
2022-10-05[flang] Fixed build issue after 88f07a736bbc3f0062d7d8f4032f0b54aff5c018Slava Zakharin1-1/+1
2022-10-05Revert "[flang] Add -fpass-plugin option to Flang frontend"Mats Petersson10-75/+2
2022-10-05[flang] Deallocate polymorphic and unlimited polymorphic intent(out) allocata...Valentin Clement3-3/+17
2022-10-05[flang][OpenMP] Support privatization for single constructPeixin Qiao4-52/+120
2022-10-05[flang] Update to fir::isUnlimitedPolymorphicType and fir::isPolymorphicType ...Valentin Clement4-3/+162
2022-10-04[flang] Add -fpass-plugin option to Flang frontendTarun Prabhu10-2/+75
2022-10-04[flang][tco] Engineering option for running only CodeGen passes.Slava Zakharin2-3/+26
2022-10-04[flang] Lower TYPE(*) as fir.box<none>Valentin Clement6-12/+34
2022-10-04[flang] Lower polymorphic entities types in dummy argument and function resultValentin Clement16-30/+238
2022-10-03[flang] Skip creating AggregateStores for common block associated aggregatesJonathon Penix2-0/+38
2022-10-03[flang] Write semantics tests for the FORM TEAM statement.Hussain Kadhem3-0/+105
2022-10-03[flang] Add Sparc support to Optimizer/CodeGen/Target.cppRainer Orth2-1/+193
2022-10-03[flang] Do not resolve TRIM/REPEAT length to its argument lengthJean Perier2-3/+24
2022-10-03[flang][NFC] Use prefixed accessors for fircg dialectValentin Clement3-56/+55
2022-10-03[flang] Make real type of kind 10 target dependentPeixin Qiao11-36/+210
2022-10-02[flang] Introduce fir.class typeValentin Clement6-10/+82
2022-10-02[flang] Introduce BaseBoxTypeValentin Clement3-2/+37