Eric Schweitz
|
7e20a41348
|
[flang][fir] Update FIR's character type.
Upstream the changes made to the !fir.char type.
https://github.com/flang-compiler/f18-llvm-project/pull/269
https://github.com/flang-compiler/f18-llvm-project/pull/557
Author: Eric Schweitz, Jean Perier
Differention Revision: https://reviews.llvm.org/D96183
|
2021-02-08 08:20:04 -08:00 |
|
Sourabh Singh Tomar
|
4463e39d91
|
[flang][NFCI] Relpace LoopOp Op with DoLoopOp Op in FIR Dialect
Part of upstreaming effort,
PR: https://github.com/flang-compiler/f18-llvm-project/pull/296
Reviewed By: schweitz
Differential Revision: https://reviews.llvm.org/D95950
|
2021-02-03 22:57:49 +05:30 |
|
Eric Schweitz
|
5918690255
|
[flang][NFC] Rename complex type.
This change renames the CplxType class to ComplexType.
|
2021-02-01 15:31:48 -08:00 |
|
Christian Sigg
|
a1eb154421
|
[flang] Use mlir::OpState::operator->() to get to methods of mlir::Operation.
This is a preparation step to remove those methods from OpState.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D93194
|
2020-12-14 20:04:53 +01:00 |
|
peter klausler
|
c963757783
|
[flang] Implement nonstandard OPEN statement CARRIAGECONTROL specifier
Differential Revision: https://reviews.llvm.org/D87052
|
2020-09-02 13:07:45 -07:00 |
|
Eric Schweitz
|
216a54a04b
|
[flang] Add lowering of I/O statements.
The IO module is where I/O related statements are lowered to calls to the runtime library.
Differential revision: https://reviews.llvm.org/D83267
|
2020-07-07 07:31:50 -07:00 |
|