llvm/flang/lib/evaluate
peter klausler 972e4b59d5 [flang] address review comments
Original-commit: flang-compiler/f18@2f4b7ac97c
Reviewed-on: https://github.com/flang-compiler/f18/pull/234
Tree-same-pre-rewrite: false
2018-12-03 16:44:25 -08:00
..
call.cc [flang] Rename Dump() as AsFortran(), tweak output for use in .mod files 2018-11-08 09:38:03 -08:00
call.h [flang] Rename Dump() as AsFortran(), tweak output for use in .mod files 2018-11-08 09:38:03 -08:00
CMakeLists.txt [flang] initial exact decimal conversion code 2018-11-28 10:33:08 -08:00
common.cc [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
common.h [flang] multi-byte character TODOs 2018-11-08 09:38:02 -08:00
complex.cc [flang] checkpoint during refactor 2018-11-30 14:03:05 -08:00
complex.h [flang] checkpoint during refactor 2018-11-30 14:03:05 -08:00
decimal.cc [flang] checkpoint during refactor 2018-11-30 14:03:05 -08:00
decimal.h [flang] checkpoint during refactor 2018-11-30 14:03:05 -08:00
expression.cc [flang] address TODO: replace Type flag member with IsSpecificIntrinsicType<T> predicate 2018-11-29 10:25:46 -08:00
expression.h [flang] address review comments 2018-12-03 16:44:25 -08:00
fold.cc [flang] address TODO: replace Type flag member with IsSpecificIntrinsicType<T> predicate 2018-11-29 10:25:46 -08:00
fold.h [flang] Make all Expr<> instances derived from ExpressionBase 2018-11-08 09:33:57 -08:00
int-power.h [flang] revamp Real::Read(), use it for mutual testing of ScaledDecimals 2018-11-13 16:02:52 -08:00
integer.cc [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
integer.h [flang] save work in progress 2018-11-08 09:38:04 -08:00
intrinsics.cc [flang] Rename Dump() as AsFortran(), tweak output for use in .mod files 2018-11-08 09:38:03 -08:00
intrinsics.h [flang] Refactor some lib/evaluate headers for sanity 2018-10-26 15:17:52 -07:00
leading-zero-bit-count.h [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
logical.cc [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
logical.h [flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files 2018-10-25 05:55:23 -07:00
real.cc [flang] checkpoint during refactor 2018-11-30 14:03:05 -08:00
real.h [flang] checkpoint during refactor 2018-11-30 14:03:05 -08:00
rounding-bits.h [flang] initial exact decimal conversion code 2018-11-28 10:33:08 -08:00
static-data.cc [flang] Rename Dump() as AsFortran(), tweak output for use in .mod files 2018-11-08 09:38:03 -08:00
static-data.h [flang] Rename Dump() as AsFortran(), tweak output for use in .mod files 2018-11-08 09:38:03 -08:00
tools.cc [flang] address TODO: replace Type flag member with IsSpecificIntrinsicType<T> predicate 2018-11-29 10:25:46 -08:00
tools.h [flang] address TODO: replace Type flag member with IsSpecificIntrinsicType<T> predicate 2018-11-29 10:25:46 -08:00
type.cc [flang] Rename Dump() as AsFortran(), tweak output for use in .mod files 2018-11-08 09:38:03 -08:00
type.h [flang] checkpoint during refactor 2018-11-30 14:03:05 -08:00
variable.cc [flang] Change formatting of common::visitors{} 2018-11-29 09:27:34 -08:00
variable.h [flang] address TODO: replace Type flag member with IsSpecificIntrinsicType<T> predicate 2018-11-29 10:25:46 -08:00