llvm-capstone/flang/runtime
peter klausler b1afbceb92 [flang] Minor fix to list-directed REAL output editing
Always emit the letter 'E' in list-directed REAL output;
the library was omitting it for exponents greater than 99,
as should be done for E and D formatting of large exponents
without an Ed exponent digit count.

Differential Revision: https://reviews.llvm.org/D93319
2020-12-15 13:04:44 -08:00
..
allocatable.cpp [flang] Implement derived type description table encoding 2020-12-08 10:26:58 -08:00
allocatable.h [flang] Implement derived type description table encoding 2020-12-08 10:26:58 -08:00
buffer.cpp [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
buffer.h [flang] Fix buffering read->write transition 2020-10-01 16:57:38 -07:00
c-or-cpp.h [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
character.cpp [flang] Fix build problems on osx 2020-06-18 11:14:25 -07:00
character.h [flang] More Fortran runtime support for CHARACTER operations 2020-06-17 15:51:48 -07:00
CMakeLists.txt [flang] Implement derived type description table encoding 2020-12-08 10:26:58 -08:00
config.h.cmake [flang] Support platforms without strerror_r 2020-03-28 16:46:43 -05:00
connection.cpp [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
connection.h [flang] External I/O runtime work, repackaged (part 1) 2020-07-02 15:17:26 -07:00
derived.cpp [flang] Implement derived type description table encoding 2020-12-08 10:26:58 -08:00
derived.h [flang] Implement derived type description table encoding 2020-12-08 10:26:58 -08:00
descriptor-io.h [flang][msvc] Avoid dependence on long double 2020-10-07 15:12:08 -07:00
descriptor.cpp [flang] Implement derived type description table encoding 2020-12-08 10:26:58 -08:00
descriptor.h [flang] Implement derived type description table encoding 2020-12-08 10:26:58 -08:00
edit-input.cpp [flang][msvc] Avoid dependence on long double 2020-10-07 15:12:08 -07:00
edit-input.h [flang][msvc] Avoid dependence on long double 2020-10-07 15:12:08 -07:00
edit-output.cpp [flang] Minor fix to list-directed REAL output editing 2020-12-15 13:04:44 -08:00
edit-output.h [flang][msvc] Avoid dependence on long double 2020-10-07 15:12:08 -07:00
entry-names.h [flang] Drill down to a working implementation of the APIs for an 2020-01-24 12:33:47 -08:00
environment.cpp [flang] Implement byte-swapped external unformatted I/O in runtime 2020-07-21 18:14:46 -07:00
environment.h [flang] Implement byte-swapped external unformatted I/O in runtime 2020-07-21 18:14:46 -07:00
file.cpp [flang][msvc] Define access flags under Windows. NFC. 2020-09-29 17:01:36 -05:00
file.h [flang] Acquire file accessibility, size, positioning 2020-08-03 16:42:48 -07:00
format-implementation.h [flang] Fix Gw.d format output 2020-09-30 18:02:25 -07:00
format.cpp [flang] Implement byte-swapped external unformatted I/O in runtime 2020-07-21 18:14:46 -07:00
format.h [flang] Correct the default value for PAD= to PAD='YES'. 2020-08-13 08:57:53 -07:00
internal-unit.cpp [flang] External I/O runtime work, repackaged (part 1) 2020-07-02 15:17:26 -07:00
internal-unit.h [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
io-api.cpp [flang] Fix buffering read->write transition 2020-10-01 16:57:38 -07:00
io-api.h [flang] Add checks for misuse of formatted I/O APIs in unformatted I/O statement 2020-10-01 09:58:04 -07:00
io-error.cpp [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
io-error.h [flang] Implement runtime support for INQUIRE statements 2020-08-03 17:15:08 -07:00
io-stmt.cpp [flang] Fix actions at end of output record 2020-10-01 17:18:20 -07:00
io-stmt.h [flang][NFC] Fix mis-matched struct/class declarations 2020-10-02 13:08:51 -07:00
iostat.cpp [flang] Define new runtime error IOSTAT values (I/O runtime work part 4) 2020-07-03 12:41:33 -07:00
iostat.h [flang] Define new runtime error IOSTAT values (I/O runtime work part 4) 2020-07-03 12:41:33 -07:00
ISO_Fortran_binding.cpp [flang] Implement runtime support for basic ALLOCATE/DEALLOCATE 2020-11-12 10:21:40 -08:00
lock.h [flang] More Fortran runtime support for CHARACTER operations 2020-06-17 15:51:48 -07:00
magic-numbers.h [flang] Implement runtime support for basic ALLOCATE/DEALLOCATE 2020-11-12 10:21:40 -08:00
main.cpp [flang] Implement byte-swapped external unformatted I/O in runtime 2020-07-21 18:14:46 -07:00
main.h [flang] Implement byte-swapped external unformatted I/O in runtime 2020-07-21 18:14:46 -07:00
memory.cpp [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
memory.h [flang] Implement runtime support for INQUIRE statements 2020-08-03 17:15:08 -07:00
pgmath.h.inc [flang] Rework host runtime folding and enable REAL(2) folding with it. 2020-10-14 16:40:44 +02:00
stat.cpp [flang] Implement runtime support for basic ALLOCATE/DEALLOCATE 2020-11-12 10:21:40 -08:00
stat.h [flang] Implement runtime support for basic ALLOCATE/DEALLOCATE 2020-11-12 10:21:40 -08:00
stop.cpp [flang] Extend runtime API for PAUSE to allow a stop code 2020-10-01 17:20:11 -07:00
stop.h [flang] Extend runtime API for PAUSE to allow a stop code 2020-10-01 17:20:11 -07:00
terminator.cpp [flang] Implement runtime support for basic ALLOCATE/DEALLOCATE 2020-11-12 10:21:40 -08:00
terminator.h [flang] Implement runtime support for basic ALLOCATE/DEALLOCATE 2020-11-12 10:21:40 -08:00
tools.cpp [flang] Implement runtime support for INQUIRE statements 2020-08-03 17:15:08 -07:00
tools.h [flang] Implement runtime support for INQUIRE statements 2020-08-03 17:15:08 -07:00
transformational.cpp [flang] Implement derived type description table encoding 2020-12-08 10:26:58 -08:00
transformational.h [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
type-code.cpp [flang] Add checks for misuse of formatted I/O APIs in unformatted I/O statement 2020-10-01 09:58:04 -07:00
type-code.h [flang] Implement runtime support for basic ALLOCATE/DEALLOCATE 2020-11-12 10:21:40 -08:00
type-info.h [flang] Implement derived type description table encoding 2020-12-08 10:26:58 -08:00
unit-map.cpp [flang] Implement runtime support for INQUIRE statements 2020-08-03 17:15:08 -07:00
unit-map.h [flang] Implement runtime support for INQUIRE statements 2020-08-03 17:15:08 -07:00
unit.cpp [flang] Fix actions at end of output record 2020-10-01 17:18:20 -07:00
unit.h [flang] Allow record advancement in external formatted sequential READ 2020-09-30 17:16:55 -07:00