llvm/flang/lib/evaluate
Jean Perier be5cfaa5c7 [flang] fix clang errors and warnings
Original-commit: flang-compiler/f18@410f96384f
Tree-same-pre-rewrite: false
2019-03-27 10:16:07 -07: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] Remove OwningPointer, use unique_ptr better instead. 2019-03-20 11:38:45 -07:00
characteristics.cc [flang] get clean compile 2019-03-20 13:44:00 -07:00
characteristics.h [flang] get clean compile 2019-03-20 13:44:00 -07:00
CMakeLists.txt [flang] add the possibility to use libpgmath for constant folding 2019-03-27 10:16:07 -07: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] renaming to focus scope on intrinsic runtime 2019-03-27 10:16:07 -07: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] Remove OwningPointer, use unique_ptr better instead. 2019-03-20 11:38:45 -07: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
descender.h [flang] Remove OwningPointer, use unique_ptr better instead. 2019-03-20 11:38:45 -07:00
expression.cc [flang] Remove OwningPointer, use unique_ptr better instead. 2019-03-20 11:38:45 -07:00
expression.h [flang] Remove OwningPointer, use unique_ptr better instead. 2019-03-20 11:38:45 -07:00
fold.cc [flang] Prepare to be merged with master branch 2019-03-27 10:16:07 -07:00
fold.h [flang] More value semantics in Constant<> and GetScalarConstantValue 2019-02-01 13:37:49 -08:00
host.cc [flang] Move host floating point environment handling in host.h/host.cc 2019-03-27 10:16:07 -07:00
host.h [flang] Move host floating point environment handling in host.h/host.cc 2019-03-27 10:16:07 -07: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-library-templates.h [flang] make HostIntrinsicProceduresLibrary a class 2019-03-27 10:16:07 -07:00
intrinsics-library.cc [flang] fix clang errors and warnings 2019-03-27 10:16:07 -07:00
intrinsics-library.h [flang] make HostIntrinsicProceduresLibrary a class 2019-03-27 10:16:07 -07: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
traversal.h [flang] add rewriting as well as const visitation 2019-03-06 16:15:54 -08:00
type.cc [flang] Character length conversion on structure constructor component assignments 2019-03-04 16:30:24 -08:00
type.h [flang] Remove OwningPointer, use unique_ptr better instead. 2019-03-20 11:38:45 -07:00
variable.cc [flang] Remove OwningPointer, use unique_ptr better instead. 2019-03-20 11:38:45 -07:00
variable.h [flang] Remove OwningPointer, use unique_ptr better instead. 2019-03-20 11:38:45 -07:00