Peter Klausler
dfaa3880e1
[flang] Fix wording of warning message
...
"division on intrinsic call" should read "division by zero on intrinsic call".
Differential Revision: https://reviews.llvm.org/D128394
2022-06-23 11:15:35 -07:00
Peter Klausler
2815bacc91
[flang] Fix error message
...
A message has a %s string substitution in it but somebody (probably me)
forgot to pass the argument that defines it.
Differential Revision: https://reviews.llvm.org/D127794
2022-06-15 15:30:14 -07:00
Peter Klausler
a53967cd55
[flang] Distinguish usage and portability warning messages
...
Using recently established message severity codes, upgrade
non-fatal messages to usage and portability warnings as
appropriate.
Differential Revision: https://reviews.llvm.org/D121246
2022-03-08 17:24:52 -08:00
peter klausler
29fa451870
[flang] Add isnan() extension intrinsic function, with folding
...
It's nonstandard, but commonly implemented.
Differential revision: https://reviews.llvm.org/D91213
2020-11-11 11:40:57 -08:00
Tim Keith
1f8790050b
[flang] Reformat with latest clang-format and .clang-format
...
Original-commit: flang-compiler/f18@9fe84f45d7
Reviewed-on: https://github.com/flang-compiler/f18/pull/1094
2020-03-28 21:00:16 -07:00
CarolineConcatto
64ab3302d5
[flang] [LLVMify F18] Compiler module folders should have capitalised names ( flang-compiler/f18#980 )
...
This patch renames the modules in f18 to use a capital letter in the
module name
Signed-off-by: Caroline Concatto <caroline.concatto@arm.com>
Original-commit: flang-compiler/f18@d2eb7a1c44
Reviewed-on: https://github.com/flang-compiler/f18/pull/980
2020-02-25 07:11:52 -08:00