forked from OSchip/llvm-project
[flang] Minor format change to LLVM license lines
Replace comment lines containing all dashes with the proper ===-----....----=== markers. Original-commit: flang-compiler/f18@a8936b0d41 Reviewed-on: https://github.com/flang-compiler/f18/pull/922
This commit is contained in:
parent
fd2896e20a
commit
cea1040d51
|
@ -4,7 +4,7 @@
|
|||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
#
|
||||
#------------------------------------------------------------------------------#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
cmake_minimum_required(VERSION 3.9.0)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
#
|
||||
#------------------------------------------------------------------------------#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
# OpenMP 4.5 Specifications
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
#
|
||||
#------------------------------------------------------------------------------#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
R0001 digit -> 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
|
||||
R0002 letter ->
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
;; See https://llvm.org/LICENSE.txt for license information.
|
||||
;; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
;;
|
||||
;;----------------------------------------------------------------------------;;
|
||||
;;===----------------------------------------------------------------------===;;
|
||||
|
||||
;; Define a cc-mode style for editing C++ codes in Flang.
|
||||
;;
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
#
|
||||
#------------------------------------------------------------------------------#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
#
|
||||
#------------------------------------------------------------------------------#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
/* This generated file is for internal use. Do not include it from headers. */
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* See https://llvm.org/LICENSE.txt for license information.
|
||||
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
*
|
||||
* -----------------------------------------------------------------------------
|
||||
* ===-----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
#ifndef CFI_ISO_FORTRAN_BINDING_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
#
|
||||
#------------------------------------------------------------------------------#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
add_subdirectory(common)
|
||||
add_subdirectory(evaluate)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
#
|
||||
#------------------------------------------------------------------------------#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
add_library(FortranCommon
|
||||
Fortran.cc
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "Fortran-features.h"
|
||||
#include "Fortran.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_FORTRAN_FEATURES_H_
|
||||
#define FORTRAN_COMMON_FORTRAN_FEATURES_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "Fortran.h"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_FORTRAN_H_
|
||||
#define FORTRAN_COMMON_FORTRAN_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_BIT_POPULATION_COUNT_H_
|
||||
#define FORTRAN_COMMON_BIT_POPULATION_COUNT_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_CONSTEXPR_BITSET_H_
|
||||
#define FORTRAN_COMMON_CONSTEXPR_BITSET_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "default-kinds.h"
|
||||
#include "idioms.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_DEFAULT_KINDS_H_
|
||||
#define FORTRAN_COMMON_DEFAULT_KINDS_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_ENUM_SET_H_
|
||||
#define FORTRAN_COMMON_ENUM_SET_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_FORMAT_H_
|
||||
#define FORTRAN_COMMON_FORMAT_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "idioms.h"
|
||||
#include <cstdarg>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_IDIOMS_H_
|
||||
#define FORTRAN_COMMON_IDIOMS_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_INDIRECTION_H_
|
||||
#define FORTRAN_COMMON_INDIRECTION_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_INTERVAL_H_
|
||||
#define FORTRAN_COMMON_INTERVAL_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_LEADING_ZERO_BIT_COUNT_H_
|
||||
#define FORTRAN_COMMON_LEADING_ZERO_BIT_COUNT_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_REFERENCE_COUNTED_H_
|
||||
#define FORTRAN_COMMON_REFERENCE_COUNTED_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Implements a better std::reference_wrapper<> template class with
|
||||
// move semantics, equality testing, and member access.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Utility: before overwriting a variable, capture its value and
|
||||
// ensure that it will be restored when the Restorer goes out of scope.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_TEMPLATE_H_
|
||||
#define FORTRAN_COMMON_TEMPLATE_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Portable 128-bit unsigned integer arithmetic for use in impoverished
|
||||
// C++ implementations lacking __uint128_t.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_UNSIGNED_CONST_DIVISION_H_
|
||||
#define FORTRAN_COMMON_UNSIGNED_CONST_DIVISION_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_COMMON_UNWRAP_H_
|
||||
#define FORTRAN_COMMON_UNWRAP_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
#
|
||||
#------------------------------------------------------------------------------#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
add_library(FortranDecimal
|
||||
binary-to-decimal.cc
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_DECIMAL_BIG_RADIX_FLOATING_POINT_H_
|
||||
#define FORTRAN_DECIMAL_BIG_RADIX_FLOATING_POINT_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_DECIMAL_BINARY_FLOATING_POINT_H_
|
||||
#define FORTRAN_DECIMAL_BINARY_FLOATING_POINT_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "big-radix-floating-point.h"
|
||||
#include "../decimal/decimal.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "big-radix-floating-point.h"
|
||||
#include "binary-floating-point.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* See https://llvm.org/LICENSE.txt for license information.
|
||||
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
*
|
||||
* -----------------------------------------------------------------------------
|
||||
* ===-----------------------------------------------------------------------===
|
||||
*/
|
||||
|
||||
/* C and C++ API for binary-to/from-decimal conversion package. */
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
#
|
||||
#------------------------------------------------------------------------------#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
add_library(FortranEvaluate
|
||||
call.cc
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "call.h"
|
||||
#include "characteristics.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_CALL_H_
|
||||
#define FORTRAN_EVALUATE_CALL_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_CHARACTER_H_
|
||||
#define FORTRAN_EVALUATE_CHARACTER_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "characteristics.h"
|
||||
#include "check-expression.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Defines data structures to represent "characteristics" of Fortran
|
||||
// procedures and other entities as they are specified in section 15.3
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "check-expression.h"
|
||||
#include "traverse.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Static expression checking
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "common.h"
|
||||
#include "../common/idioms.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_COMMON_H_
|
||||
#define FORTRAN_EVALUATE_COMMON_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "complex.h"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_COMPLEX_H_
|
||||
#define FORTRAN_EVALUATE_COMPLEX_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "constant.h"
|
||||
#include "expression.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_CONSTANT_H_
|
||||
#define FORTRAN_EVALUATE_CONSTANT_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "expression.h"
|
||||
#include "common.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_EXPRESSION_H_
|
||||
#define FORTRAN_EVALUATE_EXPRESSION_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "fold-implementation.h"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "fold-implementation.h"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_FOLD_IMPLEMENTATION_H_
|
||||
#define FORTRAN_EVALUATE_FOLD_IMPLEMENTATION_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "fold-implementation.h"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "check-expression.h"
|
||||
#include "fold-implementation.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "fold-implementation.h"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "fold.h"
|
||||
#include "fold-implementation.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_FOLD_H_
|
||||
#define FORTRAN_EVALUATE_FOLD_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "formatting.h"
|
||||
#include "call.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_FORMATTING_H_
|
||||
#define FORTRAN_EVALUATE_FORMATTING_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "host.h"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_HOST_H_
|
||||
#define FORTRAN_EVALUATE_HOST_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_INT_POWER_H_
|
||||
#define FORTRAN_EVALUATE_INT_POWER_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "integer.h"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_INTEGER_H_
|
||||
#define FORTRAN_EVALUATE_INTEGER_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_INTRINSICS_LIBRARY_TEMPLATES_H_
|
||||
#define FORTRAN_EVALUATE_INTRINSICS_LIBRARY_TEMPLATES_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// This file defines host runtime functions that can be used for folding
|
||||
// intrinsic functions.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_INTRINSICS_LIBRARY_H_
|
||||
#define FORTRAN_EVALUATE_INTRINSICS_LIBRARY_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "intrinsics.h"
|
||||
#include "common.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_INTRINSICS_H_
|
||||
#define FORTRAN_EVALUATE_INTRINSICS_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "logical.h"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_LOGICAL_H_
|
||||
#define FORTRAN_EVALUATE_LOGICAL_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "real.h"
|
||||
#include "int-power.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_REAL_H_
|
||||
#define FORTRAN_EVALUATE_REAL_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_ROUNDING_BITS_H_
|
||||
#define FORTRAN_EVALUATE_ROUNDING_BITS_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "shape.h"
|
||||
#include "characteristics.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// GetShape() analyzes an expression and determines its shape, if possible,
|
||||
// representing the result as a vector of scalar integer expressions.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "static-data.h"
|
||||
#include "../parser/characters.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_STATIC_DATA_H_
|
||||
#define FORTRAN_EVALUATE_STATIC_DATA_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "tools.h"
|
||||
#include "characteristics.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_TOOLS_H_
|
||||
#define FORTRAN_EVALUATE_TOOLS_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_TRAVERSE_H_
|
||||
#define FORTRAN_EVALUATE_TRAVERSE_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "type.h"
|
||||
#include "expression.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_TYPE_H_
|
||||
#define FORTRAN_EVALUATE_TYPE_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "variable.h"
|
||||
#include "fold.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_EVALUATE_VARIABLE_H_
|
||||
#define FORTRAN_EVALUATE_VARIABLE_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# See https://llvm.org/LICENSE.txt for license information.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
#
|
||||
#------------------------------------------------------------------------------#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
add_library(FortranParser
|
||||
Fortran-parsers.cc
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Top-level grammar specification for Fortran. These parsers drive
|
||||
// the tokenization parsers in cooked-tokens.h to consume characters,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_PARSER_BASIC_PARSERS_H_
|
||||
#define FORTRAN_PARSER_BASIC_PARSERS_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_PARSER_CHAR_BLOCK_H_
|
||||
#define FORTRAN_PARSER_CHAR_BLOCK_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "char-buffer.h"
|
||||
#include "../common/idioms.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_PARSER_CHAR_BUFFER_H_
|
||||
#define FORTRAN_PARSER_CHAR_BUFFER_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "char-set.h"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_PARSER_CHAR_SET_H_
|
||||
#define FORTRAN_PARSER_CHAR_SET_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "characters.h"
|
||||
#include "../common/idioms.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_PARSER_CHARACTERS_H_
|
||||
#define FORTRAN_PARSER_CHARACTERS_H_
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//----------------------------------------------------------------------------//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "debug-parser.h"
|
||||
#include "user-state.h"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue