aboutsummaryrefslogtreecommitdiff
path: root/flang/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-01[fir] Fix FlangOptimizerTests link on SolarisRainer Orth1-0/+6
2022-02-01[flang] Upstream partial lowering of EXIT intrinsicJosh Mottley1-0/+27
2022-02-01[flang] Rename the runtime routine that reports a fatal user errorPeter Steinfeld1-1/+2
2022-01-31[flang] Distinguish intrinsic from non-intrinsic modulesPeter Klausler4-2/+19
2022-01-31Remove OpTrait, AttrTrait and TypeTraitSanjoy Das2-12/+12
2022-01-31[flang][NFC] Remove obsolete Character helperValentin Clement2-189/+0
2022-01-31[flang] Upstream partial lowering of COMMAND_ARGUMENT_COUNT intrinsicJosh Mottley2-0/+33
2022-01-31[flang][NFC] Remove out of date IO helperValentin Clement1-98/+0
2022-01-31[flang][driver][nfc] Fix capitalisationAndrzej Warzynski2-5/+5
2022-01-28[flang] Implement a runtime routine to report fatal errors with source positionPeter Steinfeld1-0/+4
2022-01-28[flang] Initial lowering for empty programValentin Clement8-13/+595
2022-01-28[flang][NFC] Remove obsolete IntrinsicCall helperValentin Clement1-67/+0
2022-01-28[flang][NFC] Remove obsolete ComplexExpr helperValentin Clement1-87/+0
2022-01-28[flang][NFC] Remove obsolete DoLoopHelperValentin Clement1-45/+0
2022-01-28[flang][NFC] Remove obsolete FIRBuilder and BoxValueValentin Clement10-456/+26
2022-01-27[flang] split character procedure arguments in target-rewrite passJean Perier2-0/+39
2022-01-26Add ieee_is_normal/ieee_is_negative to ieee_arithmetic module.Yury Gribov1-0/+3
2022-01-26[flang] Change getLoweredName to translateNameToFrontendMangledName()Valentin Clement1-1/+1
2022-01-24[flang] Add MemoryAllocation pass to the pipelineValentin Clement2-0/+10
2022-01-24[flang] Update tco tool pipline and add translation to LLVM IRValentin Clement3-3/+179
2022-01-24[flang] Update the description of `!fir.coordinate_of`Andrzej Warzynski1-1/+1
2022-01-21Revert "[flang] Update tco tool pipline and add translation to LLVM IR"Valentin Clement3-179/+3
2022-01-21[flang] Update tco tool pipline and add translation to LLVM IRValentin Clement3-3/+179
2022-01-20[flang][NFC] Move current inliner files in Dialect directoryValentin Clement2-4/+9
2022-01-20[flang][NFC] Cleanup dependent dialects and make def homogenousValentin Clement1-4/+3
2022-01-20[flang][NFC] Fix header guard and commentValentin Clement1-4/+4
2022-01-20[flang][NFC] Fix header guardValentin Clement1-3/+3
2022-01-19[flang] Intrinsic assignment of distinct but "same" derived typesPeter Klausler1-1/+0
2022-01-19[flang][NFC] Fix indentationValentin Clement1-1/+1
2022-01-18[flang] Convert uses of FunctionPass to OperationPass<FuncOp>River Riddle1-5/+5
2022-01-18[flang] Better messages for function vs. array errorsPeter Klausler1-1/+2
2022-01-18Fix flang build after MLIR API changeMehdi Amini1-0/+2
2022-01-15[flang] Fold SCALE()Peter Klausler1-0/+20
2022-01-14[flasg] Debug folding of substring referencesPeter Klausler1-0/+3
2022-01-14[flang] Accept ENTRY names in generic interfacesPeter Klausler1-1/+7
2022-01-14[flang] Signal runtime error on WRITE after ENDFILEPeter Klausler1-0/+1
2022-01-14[flang] Legacy extension: non-character formatsPeter Klausler1-1/+1
2022-01-14[flang] "CFI" types for Fortran REAL and COMPLEX kinds 2, 3, 10, 16V Donaldson2-18/+27
2022-01-14[flang] Allow pointers to non-sequence types in sequence typesPeter Klausler1-1/+1
2022-01-13[flang] Extension: initialization of LOGICAL with INTEGER & vice versaPeter Klausler3-5/+20
2022-01-13[flang] Implement semantics for DEC STRUCTURE/RECORDPeter Klausler8-7/+33
2022-01-10[flang] Do not lose call in shape inquiry on function referenceJean Perier1-0/+13
2022-01-04[flang] Modify an IO format error messageV Donaldson1-2/+2
2021-12-22[flang] Add missing include. NFCI.Diana Picus1-0/+1
2021-12-16[fir] Move Factory.h to flang/Optimizer/BuilderValentin Clement1-4/+4
2021-12-15Add a new memory allocation rewrite pass.Eric Schweitz2-0/+19
2021-12-09[flang] Updated FIR dialect to _BothJacques Pienaar5-50/+14
2021-12-09[flang] Simplify RaggedArrayHeader and make it plain C structValentin Clement1-10/+6
2021-12-09[fir] Keep runtime function name in commentValentin Clement1-23/+25
2021-12-08[flang] Add CALL FLUSH(n) legacy extensionPeter Klausler1-0/+23