llvm-project/flang/lib/Evaluate
Katherine Rasmussen 1eb5cd020c [flang] Add atomic_cas to the list of intrinsics
Add the atomic subroutine, atomic_cas, to the list of intrinsic
subroutines and check one of its arguments for a coindexed object.
Create a new function, CheckAtomicKind, that will be used for the
atomic subroutines that have arguments that can be either of type
int and of kind atomic_int_kind or of type logical and of kind
atomic_logical_kind.

Reviewed By: jeanPerier

Differential Revision: https://reviews.llvm.org/D135835
2022-10-18 11:20:12 -06:00
..
CMakeLists.txt [flang] Establish a single source of target information for semantics 2022-07-06 10:25:34 -07:00
call.cpp [flang] Allow pure function references in expandable scalar 2022-08-07 09:12:46 -07:00
character.h [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
characteristics.cpp Use llvm::count_if (NFC) 2022-09-03 11:17:35 -07:00
check-expression.cpp [flang] Correct epistemological edge cases for IS_CONTIGUOUS folding 2022-10-06 15:22:30 -07:00
common.cpp [flang] Fix wording of warning message 2022-06-23 11:15:35 -07:00
complex.cpp [flang] Use naive algorithm for folding complex division when it doesn't over/underflow 2022-08-18 15:11:34 -07:00
constant.cpp [flang] Fix UBOUND() folding for constant arrays 2022-04-28 01:17:47 +09:00
expression.cpp [flang] Add & use a better visit() (take 2) 2022-04-16 16:00:48 -07:00
fold-character.cpp [flang] Fold TRANSFER() 2022-07-13 15:34:48 -07:00
fold-complex.cpp [flang] Fold DOT_PRODUCT() 2022-08-25 16:52:21 -07:00
fold-designator.cpp [flang] Add & use a better visit() (take 2) 2022-04-16 16:00:48 -07:00
fold-implementation.h [flang] Allow "non-expandable" scalars in single-element contexts 2022-09-23 15:26:33 -07:00
fold-integer.cpp [flang] Fold DOT_PRODUCT() 2022-08-25 16:52:21 -07:00
fold-logical.cpp [flang] Fold IS_CONTIGUOUS() to .FALSE. when it is known to be 2022-09-23 14:16:26 -07:00
fold-real.cpp [flang] Don't force SET_EXPONENT(I=...) argument to integer(4) 2022-10-06 11:20:27 -07:00
fold-reduction.cpp [flang] Clarify CheckReductionDIM() 2022-08-09 05:51:45 -07:00
fold-reduction.h [flang] Fold DOT_PRODUCT() 2022-08-25 16:52:21 -07:00
fold.cpp [flang] Preserve component array lower bounds in folding 2022-09-23 17:13:05 -07:00
formatting.cpp [flang] Add & use a better visit() (take 2) 2022-04-16 16:00:48 -07:00
host.cpp [flang] Establish a single source of target information for semantics 2022-07-06 10:25:34 -07:00
host.h [flang] Fix/work around warnings from GCC 11 2022-02-01 11:54:04 -08:00
initial-image.cpp [flang] Correct folding of TRANSFER(integer, character array) 2022-07-22 17:28:08 -07:00
int-power.h [flang] Establish a single source of target information for semantics 2022-07-06 10:25:34 -07:00
integer.cpp [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
intrinsics-library.cpp [flang] Establish a single source of target information for semantics 2022-07-06 10:25:34 -07:00
intrinsics.cpp [flang] Add atomic_cas to the list of intrinsics 2022-10-18 11:20:12 -06:00
logical.cpp [flang] Reformat with latest clang-format and .clang-format 2020-03-28 21:00:16 -07:00
real.cpp [flang] Don't force SET_EXPONENT(I=...) argument to integer(4) 2022-10-06 11:20:27 -07:00
shape.cpp [flang] Allow "non-expandable" scalars in single-element contexts 2022-09-23 15:26:33 -07:00
static-data.cpp [flang] Establish a single source of target information for semantics 2022-07-06 10:25:34 -07:00
target.cpp [flang] Make real type of kind 10 target dependent 2022-10-03 15:24:39 +08:00
tools.cpp [flang] Selectors whose expressions are pointers returned from functions are valid targets 2022-10-06 11:30:19 -07:00
type.cpp [flang] Replace negative known CHARACTER length with zero in type analysis 2022-09-23 12:22:19 -07:00
variable.cpp [flang] Correct epistemological edge cases for IS_CONTIGUOUS folding 2022-10-06 15:22:30 -07:00