Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-14[flang] Add runtime support for GET_COMMANDDiana Picus
2022-03-09[flang][NFC] Remove old RTBuilder.hValentin Clement
2022-03-09[flang][driver] Add support for -S and implement -c/-emit-objAndrzej Warzynski
2022-03-09[flang] Remove 'using namespace mlir;` from header filesAndrzej Warzynski
2022-03-08[flang] Lower sum intrinsicValentin Clement
2022-03-01[flang] Allow more concurrently open NEWUNIT= values, with recyclingPeter Klausler
2022-02-17[flang][driver] Add support for `-emit-llvm`Andrzej Warzynski
2022-02-15[mlir][ods] Allow type attribute/operand for 0 result ops prefixedJacques Pienaar
2022-02-15[flang][mlir][NFC] Replace uses of raw accessors with prefixed accessorsShraiysh Vaishay
2022-02-09[flang] Upstream runtime changes for inquiry intrinsicsPeter Steinfeld
2022-02-08[flang] Upstream partial lowering of GET_ENVIRONMENT_VARIABLE intrinsicJosh Mottley
2022-02-05[flang] Debugging of ACCESS='STREAM' I/O (take 2)Peter Klausler
2022-02-04[flang] Upstream partial lowering of GET_COMMAND_ARGUMENT intrinsicJosh Mottley
2022-02-03[flang] add ExtendedValue type helpers and factory::genZeroValueJean Perier
2022-02-03[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle
2022-02-01[flang] Lower basic STOP statementValentin Clement
2022-02-01[flang] Upstream partial lowering of EXIT intrinsicJosh Mottley
2022-02-01[flang] Rename the runtime routine that reports a fatal user errorPeter Steinfeld
2022-01-31[flang] Upstream partial lowering of COMMAND_ARGUMENT_COUNT intrinsicJosh Mottley
2022-01-29[flang] Implement a runtime routine to report fatal errors with source positionPeter Steinfeld
2022-01-22[flang] Support DECIMAL='COMMA' mode in namelist I/OPeter Klausler
2022-01-21[flang] Extension: skip over NAMELIST groupsPeter Klausler
2022-01-21[flang] Allow explicit '+' in NAMELIST input subscriptsPeter Klausler
2022-01-18[flang] Support substring references in NAMELIST inputPeter Klausler
2022-01-15[flang] Don't blank-fill remaining lines in internal outputPeter Klausler
2022-01-15[flang] Signal runtime error on WRITE after ENDFILEPeter Klausler
2022-01-12[mlir] Finish removing Identifier from the C++ APIRiver Riddle
2021-12-13[Flang][Unit Test] Move the declaration of kindMap to the classKiran Chandramohan
2021-12-12[mlir] Flip dialects to _PrefixedJacques Pienaar
2021-12-10[flang] Updated FIR dialect to _BothJacques Pienaar
2021-12-10[flang] Simplify RaggedArrayHeader and make it plain C structValentin Clement
2021-12-08[fir] Add fir ragged array builderValentin Clement
2021-12-07[flang][runtime] Add ragged array runtime functionsValentin Clement
2021-12-03[fir] Add fir character builderValentin Clement
2021-12-03[fir] Add fir derived type runtime builderValentin Clement
2021-12-03[flang] Return arrays in Transfer runtime with SIZE argumentJean Perier
2021-12-02[fir] Declare test function inlineValentin Clement
2021-12-02[fir] Add fir numeric intrinsic runtime call builderValentin Clement
2021-12-01[fir] Add fir reduction builderValentin Clement
2021-11-30Revert "[fir] Add fir reduction builder"Valentin Clement
2021-11-30[fir] Add fir reduction builderValentin Clement
2021-11-30[fir] Add array value copy passValentin Clement
2021-11-29[fir] Add assignment runtime API builderValentin Clement
2021-11-29[fir] Add fir transformational intrinsic builderValentin Clement
2021-11-29[fir] Add base for runtime builder unittestsValentin Clement
2021-11-23[flang] Remove typo that affected complex namelist inputPeter Klausler
2021-11-18[flang] Skip `Fortran STOP:` before message when NO_STOP_MESSAGE is setJean Perier
2021-11-18[Flang] Add a factory class for creating Complex OpsKiran Chandramohan
2021-11-16[flang] Fix a bug in INQUIRE(IOLENGTH=) outputV Donaldson
2021-11-16[flang] Allow write after non advancing read in IO runtimeJean Perier