llvm/flang/lib/evaluate
2019-03-05 12:28:08 -08:00
..
call.cc [flang] Use value()/has_value() on Indirection class templates instead of operator*/operator-> 2019-03-05 12:28:08 -08:00
call.h [flang] Use value()/has_value() on Indirection class templates instead of operator*/operator-> 2019-03-05 12:28:08 -08:00
characteristics.cc [flang] Use value()/has_value() on Indirection class templates instead of operator*/operator-> 2019-03-05 12:28:08 -08:00
characteristics.h [flang] check out with all versions 2019-03-04 11:55:10 -08:00
CMakeLists.txt [flang] checkpoint 2019-02-26 16:21:26 -08:00
common.cc [flang] Convert structs to classes, move some defs from variable.h to call.h 2019-01-31 16:04:17 -08:00
common.h [flang] Rename to Fortran.h, update style guide, run clang-format 2019-02-28 11:48:15 -08:00
complex.cc [flang] checkpoint during refactor 2018-11-30 14:03:05 -08:00
complex.h [flang] Use IEEE-754 terminology better: subnormal, not denormal(ized) 2019-01-29 16:47:41 -08:00
constant.cc [flang] Length conversions in array constructors, and fix their formatting 2019-03-04 16:30:24 -08:00
constant.h [flang] Clean up DynamicType, link it to symbol table character length 2019-02-26 16:21:28 -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] Use value()/has_value() on Indirection class templates instead of operator*/operator-> 2019-03-05 12:28:08 -08:00
expression.h [flang] Use value()/has_value() on Indirection class templates instead of operator*/operator-> 2019-03-05 12:28:08 -08:00
fold.cc [flang] Use value()/has_value() on Indirection class templates instead of operator*/operator-> 2019-03-05 12:28:08 -08:00
fold.h [flang] More value semantics in Constant<> and GetScalarConstantValue 2019-02-01 13:37:49 -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] Support operator== for expressions. 2019-01-04 14:05:53 -08:00
intrinsics.cc [flang] Use value()/has_value() on Indirection class templates instead of operator*/operator-> 2019-03-05 12:28:08 -08:00
intrinsics.h [flang] checkpoint 2019-02-26 16:21:26 -08: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] Support operator== for expressions. 2019-01-04 14:05:53 -08:00
real.cc [flang] Use IEEE-754 terminology better: subnormal, not denormal(ized) 2019-01-29 16:47:41 -08:00
real.h [flang] Update fix based on comment 2019-01-30 10:31:26 -08:00
rounding-bits.h [flang] Make x86 fp behavior emulation conditional. 2019-01-22 11:13:44 -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] Add SetLength operator to make character length changes explicit 2019-03-04 16:30:23 -08:00
tools.h [flang] Represent NULL() 2019-03-04 16:30:23 -08:00
type.cc [flang] Character length conversion on structure constructor component assignments 2019-03-04 16:30:24 -08:00
type.h [flang] Type checking on values in structure components 2019-03-04 16:30:22 -08:00
variable.cc [flang] Use value()/has_value() on Indirection class templates instead of operator*/operator-> 2019-03-05 12:28:08 -08:00
variable.h [flang] Use value()/has_value() on Indirection class templates instead of operator*/operator-> 2019-03-05 12:28:08 -08:00