.. |
CMakeLists.txt
|
[flang] Save binding labels as strings
|
2021-03-24 11:25:23 -07:00 |
assignment.cpp
|
[flang] Allow assignment to host association in BLOCK in PURE subprogram
|
2022-08-07 14:48:53 -07:00 |
assignment.h
|
…
|
|
attr.cpp
|
…
|
|
canonicalize-acc.cpp
|
[flang] Add clang-tidy check for braces around if
|
2021-06-16 09:13:53 +00:00 |
canonicalize-acc.h
|
…
|
|
canonicalize-do.cpp
|
[flang] Add & use a better visit() (take 2)
|
2022-04-16 16:00:48 -07:00 |
canonicalize-do.h
|
…
|
|
canonicalize-omp.cpp
|
…
|
|
canonicalize-omp.h
|
…
|
|
check-acc-structure.cpp
|
[flang][openacc][NFC] Make self clause value optional in ACC.td and extract the parser
|
2022-07-08 15:45:12 +02:00 |
check-acc-structure.h
|
[flang][directive] Enforce basic semantic check for all clauses
|
2021-02-01 13:33:30 -05:00 |
check-allocate.cpp
|
[flang] Add & use a better visit() (take 2)
|
2022-04-16 16:00:48 -07:00 |
check-allocate.h
|
…
|
|
check-arithmeticif.cpp
|
[flang] Finer control over error recovery with GetExpr()
|
2022-04-15 14:25:41 -07:00 |
check-arithmeticif.h
|
…
|
|
check-call.cpp
|
[flang] Allow restricted specific intrinsic functions as implicitly-interfaced procedure pointer targets
|
2022-07-25 12:19:49 -07:00 |
check-call.h
|
[flang] Extension: Accept Hollerith actual arguments as if they were BOZ
|
2022-05-24 09:04:31 -07:00 |
check-case.cpp
|
[flang] Downgrade a fatal error to a warning
|
2022-04-27 12:31:58 -07:00 |
check-case.h
|
…
|
|
check-coarray.cpp
|
[flang] Finer control over error recovery with GetExpr()
|
2022-04-15 14:25:41 -07:00 |
check-coarray.h
|
…
|
|
check-data.cpp
|
[flang] Add & use a better visit() (take 2)
|
2022-04-16 16:00:48 -07:00 |
check-data.h
|
[flang] Implement semantics for DEC STRUCTURE/RECORD
|
2022-01-13 13:17:13 -08:00 |
check-deallocate.cpp
|
[flang] Add & use a better visit() (take 2)
|
2022-04-16 16:00:48 -07:00 |
check-deallocate.h
|
…
|
|
check-declarations.cpp
|
[flang] Extend characterization & checking for procedure bindings
|
2022-08-09 12:01:45 -07:00 |
check-declarations.h
|
[flang] Improve initializer semantics, esp. for component default values
|
2020-12-07 14:40:41 -08:00 |
check-directive-structure.h
|
Remove redundant return statements (NFC)
|
2022-07-17 15:37:46 -07:00 |
check-do-forall.cpp
|
[flang] Add & use a better visit() (take 2)
|
2022-04-16 16:00:48 -07:00 |
check-do-forall.h
|
…
|
|
check-if-stmt.cpp
|
…
|
|
check-if-stmt.h
|
…
|
|
check-io.cpp
|
[flang][runtime] Support internal I/O to CHARACTER(KIND/=1)
|
2022-08-09 08:46:21 -07:00 |
check-io.h
|
[flang] Finer control over error recovery with GetExpr()
|
2022-04-15 14:25:41 -07:00 |
check-namelist.cpp
|
…
|
|
check-namelist.h
|
…
|
|
check-nullify.cpp
|
[flang] Accept POINTER followed by INTERFACE
|
2022-05-09 18:37:09 -07:00 |
check-nullify.h
|
…
|
|
check-omp-structure.cpp
|
[flang][OpenMP] Added semantic checks for hint clause
|
2022-07-14 18:24:57 +05:30 |
check-omp-structure.h
|
[flang][OpenMP] Added semantic checks for hint clause
|
2022-07-14 18:24:57 +05:30 |
check-purity.cpp
|
…
|
|
check-purity.h
|
…
|
|
check-return.cpp
|
[flang] Fix semantics check for RETURN statement
|
2022-05-02 22:04:58 +02:00 |
check-return.h
|
…
|
|
check-select-rank.cpp
|
[flang] Add & use a better visit() (take 2)
|
2022-04-16 16:00:48 -07:00 |
check-select-rank.h
|
…
|
|
check-select-type.cpp
|
[flang] Add & use a better visit() (take 2)
|
2022-04-16 16:00:48 -07:00 |
check-select-type.h
|
…
|
|
check-stop.cpp
|
[flang] Finer control over error recovery with GetExpr()
|
2022-04-15 14:25:41 -07:00 |
check-stop.h
|
…
|
|
compute-offsets.cpp
|
[flang] Establish a single source of target information for semantics
|
2022-07-06 10:25:34 -07:00 |
compute-offsets.h
|
[flang] Implement STORAGE_SIZE(), SIZEOF(), C_SIZEOF()
|
2020-12-15 17:26:20 -08:00 |
data-to-inits.cpp
|
[flang] Correct IsHostAssociated() to be true for BLOCK constructs
|
2022-07-23 10:46:54 -07:00 |
data-to-inits.h
|
[flang] Implement semantics for DEC STRUCTURE/RECORD
|
2022-01-13 13:17:13 -08:00 |
expression.cpp
|
[flang] Ignore inaccessible components when extending types or constructing structures
|
2022-08-09 07:44:02 -07:00 |
mod-file.cpp
|
[flang] Don't lose homonymous specific when copying generic
|
2022-08-09 07:44:52 -07:00 |
mod-file.h
|
[flang] Distinguish intrinsic from non-intrinsic modules
|
2022-01-31 13:31:27 -08:00 |
pointer-assignment.cpp
|
[flang] Don't compute pointer component procedure characteristics when not needed
|
2022-08-08 15:59:12 -07:00 |
pointer-assignment.h
|
…
|
|
program-tree.cpp
|
[flang] Avoid global name conflict when BIND(C,NAME=) is used
|
2022-04-25 09:25:44 -07:00 |
program-tree.h
|
[flang] Avoid global name conflict when BIND(C,NAME=) is used
|
2022-04-25 09:25:44 -07:00 |
resolve-directives.cpp
|
[flang][OpenMP] Lowering support for default clause
|
2022-08-12 16:46:26 +05:30 |
resolve-directives.h
|
…
|
|
resolve-labels.cpp
|
[flang] Fix bogus branch target error on END SELECT
|
2022-06-13 11:42:55 -07:00 |
resolve-labels.h
|
…
|
|
resolve-names-utils.cpp
|
[flang] Add & use a better visit() (take 2)
|
2022-04-16 16:00:48 -07:00 |
resolve-names-utils.h
|
[flang] Add nonfatal message classes
|
2022-03-08 11:40:45 -08:00 |
resolve-names.cpp
|
[flang] Extend characterization & checking for procedure bindings
|
2022-08-09 12:01:45 -07:00 |
resolve-names.h
|
[flang] Distinguish intrinsic from non-intrinsic modules
|
2022-01-31 13:31:27 -08:00 |
rewrite-parse-tree.cpp
|
[flang] Handle USE association in parse tree rewriting
|
2022-06-13 16:20:51 -07:00 |
rewrite-parse-tree.h
|
…
|
|
runtime-type-info.cpp
|
[flang] Replace crash and improve a semantics TODO message
|
2022-05-24 14:01:22 -07:00 |
scope.cpp
|
[flang] Do not pass derived type by descriptor when not needed
|
2022-04-20 10:00:34 +02:00 |
semantics.cpp
|
[flang] Establish a single source of target information for semantics
|
2022-07-06 10:25:34 -07:00 |
symbol.cpp
|
[flang] Add IsElementalProcedure() predicate
|
2022-07-06 18:08:45 -07:00 |
tools.cpp
|
[flang] Remove redundant string initialization (NFC)
|
2022-08-14 12:52:01 -07:00 |
type.cpp
|
[flang] Establish a single source of target information for semantics
|
2022-07-06 10:25:34 -07:00 |
unparse-with-symbols.cpp
|
…
|
|