[Chapel Merge] Update copyright year to extend to 2021.

Branch: refs/heads/master
Revision: 5f5ceef
Author: jhoole
Log Message:

Merge pull request #16886 from jhoole/update-copyright-2021

Update copyright year to extend to 2021.

Modified Files:
M COPYRIGHT
M Makefile
M Makefile.devel
M compiler/AST/AggregateType.cpp
M compiler/AST/AstCount.cpp
M compiler/AST/AstDump.cpp
M compiler/AST/AstDumpToHtml.cpp
M compiler/AST/AstDumpToNode.cpp
M compiler/AST/AstLogger.cpp
M compiler/AST/AstPrintDocs.cpp
M compiler/AST/AstToText.cpp
M compiler/AST/AstVisitor.cpp
M compiler/AST/AstVisitorTraverse.cpp
M compiler/AST/CForLoop.cpp
M compiler/AST/CallExpr.cpp
M compiler/AST/CatchStmt.cpp
M compiler/AST/CollapseBlocks.cpp
M compiler/AST/DecoratedClassType.cpp
M compiler/AST/DeferStmt.cpp
M compiler/AST/DoWhileStmt.cpp
M compiler/AST/FnSymbol.cpp
M compiler/AST/ForLoop.cpp
M compiler/AST/ForallStmt.cpp
M compiler/AST/IfExpr.cpp
M compiler/AST/ImportStmt.cpp
M compiler/AST/LoopExpr.cpp
M compiler/AST/LoopStmt.cpp
M compiler/AST/Makefile
M compiler/AST/Makefile.include
M compiler/AST/Makefile.share
M compiler/AST/ModuleSymbol.cpp
M compiler/AST/ParamForLoop.cpp
M compiler/AST/PartialCopyData.cpp
M compiler/AST/TransformLogicalShortCircuit.cpp
M compiler/AST/TryStmt.cpp
M compiler/AST/UseStmt.cpp
M compiler/AST/WhileDoStmt.cpp
M compiler/AST/WhileStmt.cpp
M compiler/AST/alist.cpp
M compiler/AST/astutil.cpp
M compiler/AST/baseAST.cpp
M compiler/AST/bb.cpp
M compiler/AST/build.cpp
M compiler/AST/checkAST.cpp
M compiler/AST/dominator.cpp
M compiler/AST/expr.cpp
M compiler/AST/flags.cpp
M compiler/AST/foralls.cpp
M compiler/AST/iterator.cpp
M compiler/AST/primitive.cpp
M compiler/AST/stmt.cpp
M compiler/AST/symbol.cpp
M compiler/AST/type.cpp
M compiler/AST/view.cpp
M compiler/AST/wellknown.cpp
M compiler/Makefile
M compiler/adt/Makefile
M compiler/adt/Makefile.include
M compiler/adt/Makefile.share
M compiler/adt/bitVec.cpp
M compiler/adt/map.cpp
M compiler/adt/vec.cpp
M compiler/backend/Makefile
M compiler/backend/Makefile.include
M compiler/backend/Makefile.share
M compiler/backend/beautify.cpp
M compiler/codegen/CForLoop.cpp
M compiler/codegen/DoWhileStmt.cpp
M compiler/codegen/LoopStmt.cpp
M compiler/codegen/Makefile
M compiler/codegen/Makefile.include
M compiler/codegen/Makefile.share
M compiler/codegen/WhileDoStmt.cpp
M compiler/codegen/alist.cpp
M compiler/codegen/codegen.cpp
M compiler/codegen/expr.cpp
M compiler/codegen/library.cpp
M compiler/codegen/mli.cpp
M compiler/codegen/stmt.cpp
M compiler/codegen/symbol.cpp
M compiler/codegen/type.cpp
M compiler/ifa/Makefile
M compiler/ifa/Makefile.include
M compiler/ifa/Makefile.share
M compiler/ifa/cast_code.cpp
M compiler/ifa/ifa_vars.cpp
M compiler/ifa/make_prims/Makefile
M compiler/ifa/make_prims/make_prims.cpp
M compiler/ifa/num.cpp
M compiler/ifa/num.h
M compiler/ifa/prim_data.h
M compiler/include/AggregateType.h
M compiler/include/AstCount.h
M compiler/include/AstDump.h
M compiler/include/AstDumpToHtml.h
M compiler/include/AstDumpToNode.h
M compiler/include/AstLogger.h
M compiler/include/AstPrintDocs.h
M compiler/include/AstToText.h
M compiler/include/AstVisitor.h
M compiler/include/AstVisitorTraverse.h
M compiler/include/CForLoop.h
M compiler/include/CallExpr.h
M compiler/include/CatchStmt.h
M compiler/include/CollapseBlocks.h
M compiler/include/DecoratedClassType.h
M compiler/include/DecoratedClasses.h
M compiler/include/DeferStmt.h
M compiler/include/DoWhileStmt.h
M compiler/include/FnSymbol.h
M compiler/include/ForLoop.h
M compiler/include/ForallStmt.h
M compiler/include/IfExpr.h
M compiler/include/ImportStmt.h
M compiler/include/InitNormalize.h
M compiler/include/LayeredValueTable.h
M compiler/include/LoopExpr.h
M compiler/include/LoopStmt.h
M compiler/include/ModuleSymbol.h
M compiler/include/ParamForLoop.h
M compiler/include/PartialCopyData.h
M compiler/include/ResolutionCandidate.h
M compiler/include/ResolveScope.h
M compiler/include/TransformLogicalShortCircuit.h
M compiler/include/TryStmt.h
M compiler/include/UseStmt.h
M compiler/include/WhileDoStmt.h
M compiler/include/WhileStmt.h
M compiler/include/alist.h
M compiler/include/arg.h
M compiler/include/astlocs.h
M compiler/include/astutil.h
M compiler/include/baseAST.h
M compiler/include/bb.h
M compiler/include/beautify.h
M compiler/include/bitVec.h
M compiler/include/build.h
M compiler/include/buildDefaultFunctions.h
M compiler/include/checks.h
M compiler/include/chpl.h
M compiler/include/chplmath.h
M compiler/include/chpltypes.h
M compiler/include/clangBuiltinsWrappedSet.h
M compiler/include/clangUtil.h
M compiler/include/codegen.h
M compiler/include/config.h
M compiler/include/countTokens.h
M compiler/include/docsDriver.h
M compiler/include/dominator.h
M compiler/include/driver.h
M compiler/include/errorHandling.h
M compiler/include/expandVarArgs.h
M compiler/include/expr.h
M compiler/include/exprAnalysis.h
M compiler/include/extern.h
M compiler/include/externCResolve.h
M compiler/include/files.h
M compiler/include/fixupExports.h
M compiler/include/flags.h
M compiler/include/flags_list.h
M compiler/include/freebsd/stdint.h
M compiler/include/genret.h
M compiler/include/initializerResolution.h
M compiler/include/initializerRules.h
M compiler/include/insertLineNumbers.h
M compiler/include/intlimits.h
M compiler/include/iterator.h
M compiler/include/library.h
M compiler/include/list.h
M compiler/include/llvmAggregateGlobalOps.h
M compiler/include/llvmDebug.h
M compiler/include/llvmDumpIR.h
M compiler/include/llvmExtractIR.h
M compiler/include/llvmGlobalToWide.h
M compiler/include/llvmUtil.h
M compiler/include/llvmVer.h
M compiler/include/log.h
M compiler/include/map.h
M compiler/include/misc.h
M compiler/include/mli.h
M compiler/include/mysystem.h
M compiler/include/oldCollectors.h
M compiler/include/optimizations.h
M compiler/include/parser.h
M compiler/include/passes.h
M compiler/include/postFold.h
M compiler/include/preFold.h
M compiler/include/preNormalizeOptimizations.h
M compiler/include/primitive.h
M compiler/include/primitive_list.h
M compiler/include/resolution.h
M compiler/include/resolveFunction.h
M compiler/include/resolveIntents.h
M compiler/include/runpasses.h
M compiler/include/scopeResolve.h
M compiler/include/splitInit.h
M compiler/include/stlUtil.h
M compiler/include/stmt.h
M compiler/include/stringutil.h
M compiler/include/sunos_old/stdint.h
M compiler/include/symbol.h
M compiler/include/timer.h
M compiler/include/type.h
M compiler/include/typeSpecifier.h
M compiler/include/vec.h
M compiler/include/version.h
M compiler/include/view.h
M compiler/include/virtualDispatch.h
M compiler/include/visibleFunctions.h
M compiler/include/wellknown.h
M compiler/include/wrappers.h
M compiler/llvm/Makefile
M compiler/llvm/Makefile.include
M compiler/llvm/Makefile.share
M compiler/llvm/clangUtil.cpp
M compiler/llvm/llvm-global-to-wide/Makefile
M compiler/llvm/llvm-global-to-wide/Makefile.common
M compiler/llvm/llvmAggregateGlobalOps.cpp
M compiler/llvm/llvmDebug.cpp
M compiler/llvm/llvmDumpIR.cpp
M compiler/llvm/llvmExtractIR.cpp
M compiler/llvm/llvmGlobalToWide.cpp
M compiler/llvm/llvmUtil.cpp
M compiler/main/Makefile
M compiler/main/Makefile.include
M compiler/main/Makefile.share
M compiler/main/PhaseTracker.cpp
M compiler/main/PhaseTracker.h
M compiler/main/arg.cpp
M compiler/main/checks.cpp
M compiler/main/clang_settings.h
M compiler/main/commonFlags.cpp
M compiler/main/commonFlags.h
M compiler/main/config.cpp
M compiler/main/configured_prefix.h
M compiler/main/docsDriver.cpp
M compiler/main/driver.cpp
M compiler/main/log.cpp
M compiler/main/runpasses.cpp
M compiler/main/version.cpp
M compiler/main/version_num.h
M compiler/make/Makefile.compiler.commonrules
M compiler/make/Makefile.compiler.foot
M compiler/make/Makefile.compiler.head
M compiler/make/Makefile.compiler.rules
M compiler/make/Makefile.compiler.subdirrules
M compiler/optimizations/Makefile
M compiler/optimizations/Makefile.include
M compiler/optimizations/Makefile.share
M compiler/optimizations/bulkCopyRecords.cpp
M compiler/optimizations/copyPropagation.cpp
M compiler/optimizations/deadCodeElimination.cpp
M compiler/optimizations/inferConstRefs.cpp
M compiler/optimizations/inlineFunctions.cpp
M compiler/optimizations/liveVariableAnalysis.cpp
M compiler/optimizations/localizeGlobals.cpp
M compiler/optimizations/loopInvariantCodeMotion.cpp
M compiler/optimizations/noAliasSets.cpp
M compiler/optimizations/optimizeForallUnorderedOps.cpp
M compiler/optimizations/optimizeOnClauses.cpp
M compiler/optimizations/preNormalizeOptimizations.cpp
M compiler/optimizations/propagateDomainConstness.cpp
M compiler/optimizations/refPropagation.cpp
M compiler/optimizations/remoteValueForwarding.cpp
M compiler/optimizations/removeEmptyRecords.cpp
M compiler/optimizations/removeUnnecessaryAutoCopyCalls.cpp
M compiler/optimizations/removeUnnecessaryGotos.cpp
M compiler/optimizations/replaceArrayAccessesWithRefTemps.cpp
M compiler/optimizations/scalarReplace.cpp
M compiler/parser/Makefile
M compiler/parser/Makefile.include
M compiler/parser/Makefile.share
M compiler/parser/chapel.lex
M compiler/parser/chapel.ypp
M compiler/parser/countTokens.cpp
M compiler/parser/flex-chapel.cpp
M compiler/parser/parser.cpp
M compiler/passes/InitNormalize.cpp
M compiler/passes/Makefile
M compiler/passes/Makefile.include
M compiler/passes/Makefile.share
M compiler/passes/ResolveScope.cpp
M compiler/passes/addInitGuards.cpp
M compiler/passes/buildDefaultFunctions.cpp
M compiler/passes/checkNormalized.cpp
M compiler/passes/checkParsed.cpp
M compiler/passes/checkResolved.cpp
M compiler/passes/cleanup.cpp
M compiler/passes/createTaskFunctions.cpp
M compiler/passes/denormalize.cpp
M compiler/passes/docs.cpp
M compiler/passes/docs.h
M compiler/passes/errorHandling.cpp
M compiler/passes/expandExternArrayCalls.cpp
M compiler/passes/externCResolve.cpp
M compiler/passes/flattenClasses.cpp
M compiler/passes/flattenFunctions.cpp
M compiler/passes/initializerRules.cpp
M compiler/passes/insertLineNumbers.cpp
M compiler/passes/insertWideReferences.cpp
M compiler/passes/normalize.cpp
M compiler/passes/normalizeErrors.cpp
M compiler/passes/parallel.cpp
M compiler/passes/resolveIntents.cpp
M compiler/passes/returnStarTuplesByRefArgs.cpp
M compiler/passes/scopeResolve.cpp
M compiler/passes/splitInit.cpp
M compiler/resolution/AutoDestroyScope.cpp
M compiler/resolution/AutoDestroyScope.h
M compiler/resolution/Makefile
M compiler/resolution/Makefile.include
M compiler/resolution/Makefile.share
M compiler/resolution/ResolutionCandidate.cpp
M compiler/resolution/addAutoDestroyCalls.cpp
M compiler/resolution/addAutoDestroyCalls.h
M compiler/resolution/caches.cpp
M compiler/resolution/caches.h
M compiler/resolution/callDestructors.cpp
M compiler/resolution/callInfo.cpp
M compiler/resolution/callInfo.h
M compiler/resolution/cleanups.cpp
M compiler/resolution/cullOverReferences.cpp
M compiler/resolution/expandVarArgs.cpp
M compiler/resolution/fixupExports.cpp
M compiler/resolution/functionResolution.cpp
M compiler/resolution/generics.cpp
M compiler/resolution/implementForallIntents.cpp
M compiler/resolution/initializerResolution.cpp
M compiler/resolution/lateConstCheck.cpp
M compiler/resolution/lateConstCheck.h
M compiler/resolution/lifetime.cpp
M compiler/resolution/lifetime.h
M compiler/resolution/loopDetails.cpp
M compiler/resolution/loopDetails.h
M compiler/resolution/lowerForalls.cpp
M compiler/resolution/lowerIterators.cpp
M compiler/resolution/nilChecking.cpp
M compiler/resolution/postFold.cpp
M compiler/resolution/preFold.cpp
M compiler/resolution/resolveFunction.cpp
M compiler/resolution/tuples.cpp
M compiler/resolution/typeSpecifier.cpp
M compiler/resolution/virtualDispatch.cpp
M compiler/resolution/visibleFunctions.cpp
M compiler/resolution/wrappers.cpp
M compiler/util/Makefile
M compiler/util/Makefile.include
M compiler/util/Makefile.share
M compiler/util/astlocs.cpp
M compiler/util/exprAnalysis.cpp
M compiler/util/files.cpp
M compiler/util/misc.cpp
M compiler/util/mysystem.cpp
M compiler/util/stringutil.cpp
M compiler/util/timer.cpp
M compiler/util/tmpdirname.cpp
M compiler/util/tmpdirname.h
M make/Makefile
M make/Makefile.base
M make/compiler/Makefile.allinea
M make/compiler/Makefile.clang
M make/compiler/Makefile.clang-included
M make/compiler/Makefile.cray-prgenv
M make/compiler/Makefile.cray-prgenv-allinea
M make/compiler/Makefile.cray-prgenv-cray
M make/compiler/Makefile.cray-prgenv-gnu
M make/compiler/Makefile.cray-prgenv-intel
M make/compiler/Makefile.cray-prgenv-pgi
M make/compiler/Makefile.gnu
M make/compiler/Makefile.ibm
M make/compiler/Makefile.intel
M make/compiler/Makefile.llvm-gcc
M make/compiler/Makefile.mpi-gnu
M make/compiler/Makefile.nvidia
M make/compiler/Makefile.pgi
M make/compiler/Makefile.sanitizers
M make/compiler/Makefile.tau
M make/platform/Makefile.aix
M make/platform/Makefile.cray-x-series
M make/platform/Makefile.cray-xc
M make/platform/Makefile.cygwin
M make/platform/Makefile.cygwin32
M make/platform/Makefile.cygwin64
M make/platform/Makefile.darwin
M make/platform/Makefile.freebsd
M make/platform/Makefile.linux32
M make/platform/Makefile.linux64
M make/platform/Makefile.linux64_32
M make/platform/Makefile.netbsd
M make/platform/Makefile.sunos
M make/platform/Makefile.sunos_old
M make/tasks/Makefile.fifo
M make/tasks/Makefile.qthreads
M man/chpl.rst
M man/chpldoc.rst
M modules/Makefile
M modules/dists/BlockCycDist.chpl
M modules/dists/BlockDist.chpl
M modules/dists/CyclicDist.chpl
M modules/dists/DSIUtil.chpl
M modules/dists/DimensionalDist2D.chpl
M modules/dists/HashedDist.chpl
M modules/dists/PrivateDist.chpl
M modules/dists/ReplicatedDist.chpl
M modules/dists/SparseBlockDist.chpl
M modules/dists/StencilDist.chpl
M modules/dists/dims/BlockCycDim.chpl
M modules/dists/dims/BlockDim.chpl
M modules/dists/dims/ReplicatedDim.chpl
M modules/internal/ArrayViewRankChange.chpl
M modules/internal/ArrayViewReindex.chpl
M modules/internal/ArrayViewSlice.chpl
M modules/internal/Atomics.chpl
M modules/internal/AtomicsCommon.chpl
M modules/internal/ByteBufferHelpers.chpl
M modules/internal/Bytes.chpl
M modules/internal/BytesCasts.chpl
M modules/internal/BytesStringCommon.chpl
M modules/internal/CString.chpl
M modules/internal/ChapelArray.chpl
M modules/internal/ChapelAutoLocalAccess.chpl
M modules/internal/ChapelBase.chpl
M modules/internal/ChapelComplex_forDocs.chpl
M modules/internal/ChapelDebugPrint.chpl
M modules/internal/ChapelDistribution.chpl
M modules/internal/ChapelError.chpl
M modules/internal/ChapelHashing.chpl
M modules/internal/ChapelHashtable.chpl
M modules/internal/ChapelIOStringifyHelper.chpl
M modules/internal/ChapelIteratorSupport.chpl
M modules/internal/ChapelLocale.chpl
M modules/internal/ChapelLocks.chpl
M modules/internal/ChapelNumLocales.chpl
M modules/internal/ChapelPrivatization.chpl
M modules/internal/ChapelRange.chpl
M modules/internal/ChapelReduce.chpl
M modules/internal/ChapelSerializedBroadcast.chpl
M modules/internal/ChapelStandard.chpl
M modules/internal/ChapelSyncvar.chpl
M modules/internal/ChapelTaskData.chpl
M modules/internal/ChapelTaskDataHelp.chpl
M modules/internal/ChapelTaskID.chpl
M modules/internal/ChapelThreads.chpl
M modules/internal/ChapelTuple.chpl
M modules/internal/ChapelUtil.chpl
M modules/internal/DefaultAssociative.chpl
M modules/internal/DefaultRectangular.chpl
M modules/internal/DefaultSparse.chpl
M modules/internal/ExportWrappers.chpl
M modules/internal/ExternalArray.chpl
M modules/internal/ISO_Fortran_binding.chpl
M modules/internal/LocaleModelHelpAPU.chpl
M modules/internal/LocaleModelHelpFlat.chpl
M modules/internal/LocaleModelHelpGPU.chpl
M modules/internal/LocaleModelHelpMem.chpl
M modules/internal/LocaleModelHelpNUMA.chpl
M modules/internal/LocaleModelHelpRuntime.chpl
M modules/internal/LocaleModelHelpSetup.chpl
M modules/internal/LocaleTree.chpl
M modules/internal/LocalesArray.chpl
M modules/internal/MemConsistency.chpl
M modules/internal/MemTracking.chpl
M modules/internal/NetworkAtomicTypes.chpl
M modules/internal/NetworkAtomics.chpl
M modules/internal/OwnedObject.chpl
M modules/internal/PrintModuleInitOrder.chpl
M modules/internal/SharedObject.chpl
M modules/internal/String.chpl
M modules/internal/StringCasts.chpl
M modules/internal/comm/ofi/NetworkAtomicTypes.chpl
M modules/internal/comm/ugni/NetworkAtomicTypes.chpl
M modules/internal/localeModels/apu/LocaleModel.chpl
M modules/internal/localeModels/flat/LocaleModel.chpl
M modules/internal/localeModels/gpu/LocaleModel.chpl
M modules/internal/localeModels/numa/LocaleModel.chpl
M modules/internal/startInitCommDiags.chpl
M modules/internal/stopInitCommDiags.chpl
M modules/internal/tasktable/off/ChapelTaskTable.chpl
M modules/internal/tasktable/on/ChapelTaskTable.chpl
M modules/layouts/LayoutCS.chpl
M modules/minimal/internal/ChapelBase.chpl
M modules/minimal/internal/ChapelLocale.chpl
M modules/minimal/internal/ChapelStandard.chpl
M modules/minimal/internal/ChapelTaskTable.chpl
M modules/minimal/internal/ChapelUtil.chpl
M modules/minimal/internal/IO.chpl
M modules/minimal/internal/MemTracking.chpl
M modules/minimal/internal/PrintModuleInitOrder.chpl
M modules/packages/AllLocalesBarriers.chpl
M modules/packages/AtomicObjects.chpl
M modules/packages/BLAS.chpl
M modules/packages/Buffers.chpl
M modules/packages/Collection.chpl
M modules/packages/Crypto.chpl
M modules/packages/CryptoHandlers/openssl_c_support.h
M modules/packages/Curl.chpl
M modules/packages/DistributedBag.chpl
M modules/packages/DistributedDeque.chpl
M modules/packages/DistributedIters.chpl
M modules/packages/EpochManager.chpl
M modules/packages/ExplicitRefCount.chpl
M modules/packages/FFTW.chpl
M modules/packages/FunctionalOperations.chpl
M modules/packages/Futures.chpl
M modules/packages/HDF5.chpl
M modules/packages/HDF5Helper/hdf5_helper.h
M modules/packages/HDFS.chpl
M modules/packages/LAPACK.chpl
M modules/packages/LinearAlgebra.chpl
M modules/packages/LinearAlgebraJama.chpl
M modules/packages/LinkedLists.chpl
M modules/packages/LockFreeQueue.chpl
M modules/packages/LockFreeStack.chpl
M modules/packages/MPI.chpl
M modules/packages/MatrixMarket.chpl
M modules/packages/NetCDF.chpl
M modules/packages/Norm.chpl
M modules/packages/PeekPoke.chpl
M modules/packages/Prefetch.chpl
M modules/packages/ProtobufProtocolSupport.chpl
M modules/packages/RangeChunk.chpl
M modules/packages/RecordParser.chpl
M modules/packages/ReplicatedVar.chpl
M modules/packages/Search.chpl
M modules/packages/Sort.chpl
M modules/packages/TOML.chpl
M modules/packages/URL.chpl
M modules/packages/UgniPerfStats.chpl
M modules/packages/UnitTest.chpl
M modules/packages/UnorderedAtomics.chpl
M modules/packages/UnorderedCopy.chpl
M modules/packages/VisualDebug.chpl
M modules/packages/ZMQ.chpl
M modules/packages/ZMQHelper/zmq_helper.c
M modules/packages/ZMQHelper/zmq_helper.h
M modules/standard/Assert.chpl
M modules/standard/Barriers.chpl
M modules/standard/BigInteger.chpl
M modules/standard/BitOps.chpl
M modules/standard/Builtins.chpl
M modules/standard/CPtr.chpl
M modules/standard/ChapelEnv.chpl
M modules/standard/ChapelIO.chpl
M modules/standard/CommDiagnostics.chpl
M modules/standard/DateTime.chpl
M modules/standard/DynamicIters.chpl
M modules/standard/FileSystem.chpl
M modules/standard/GMP.chpl
M modules/standard/GMPHelper/chplgmp.h
M modules/standard/HaltWrappers.chpl
M modules/standard/Help.chpl
M modules/standard/IO.chpl
M modules/standard/List.chpl
M modules/standard/Map.chpl
M modules/standard/Math.chpl
M modules/standard/Memory.chpl
M modules/standard/Path.chpl
M modules/standard/Random.chpl
M modules/standard/Reflection.chpl
M modules/standard/Regexp.chpl
M modules/standard/Set.chpl
M modules/standard/Spawn.chpl
M modules/standard/Sys.chpl
M modules/standard/SysBasic.chpl
M modules/standard/SysError.chpl
M modules/standard/Time.chpl
M modules/standard/Types.chpl
M modules/standard/VectorizingIterator.chpl
M modules/standard/Version.chpl
M runtime/Makefile
M runtime/Makefile.config
M runtime/Makefile.help
M runtime/etc/Makefile.auxFilesys
M runtime/etc/Makefile.comm-gasnet
M runtime/etc/Makefile.comm-none
M runtime/etc/Makefile.comm-ofi
M runtime/etc/Makefile.comm-ugni
M runtime/etc/Makefile.exe
M runtime/etc/Makefile.gmp-bundled
M runtime/etc/Makefile.gmp-none
M runtime/etc/Makefile.gmp-system
M runtime/etc/Makefile.hwloc-bundled
M runtime/etc/Makefile.include
M runtime/etc/Makefile.jemalloc-bundled
M runtime/etc/Makefile.launcher
M runtime/etc/Makefile.mem-cstdlib
M runtime/etc/Makefile.mem-jemalloc
M runtime/etc/Makefile.mli-common
M runtime/etc/Makefile.mli-shared
M runtime/etc/Makefile.mli-static
M runtime/etc/Makefile.regexp-none
M runtime/etc/Makefile.regexp-re2
M runtime/etc/Makefile.shared
M runtime/etc/Makefile.static
M runtime/etc/Makefile.tasks-qthreads
M runtime/etc/Makefile.threads-none
M runtime/etc/Makefile.threads-pthreads
M runtime/etc/Makefile.unwind-bundled
M runtime/etc/chpl-env-gen-template.h
M runtime/etc/rtmain.c
M runtime/etc/src/mli/client_runtime.c
M runtime/etc/src/mli/common_code.c
M runtime/etc/src/mli/server_runtime.c
M runtime/include/arg.h
M runtime/include/atomics/cstdlib/chpl-atomics.h
M runtime/include/atomics/intrinsics/chpl-atomics.h
M runtime/include/atomics/locks/chpl-atomics.h
M runtime/include/chpl-ISO_Fortran_binding.h
M runtime/include/chpl-align.h
M runtime/include/chpl-arg-bundle.h
M runtime/include/chpl-bitops.h
M runtime/include/chpl-cache-task-decls.h
M runtime/include/chpl-cache.h
M runtime/include/chpl-comm-callbacks-internal.h
M runtime/include/chpl-comm-callbacks.h
M runtime/include/chpl-comm-compiler-llvm-support.h
M runtime/include/chpl-comm-compiler-macros.h
M runtime/include/chpl-comm-diags.h
M runtime/include/chpl-comm-internal.h
M runtime/include/chpl-comm-launch.h
M runtime/include/chpl-comm-locales.h
M runtime/include/chpl-comm-native-atomics.h
M runtime/include/chpl-comm-no-warning-macros.h
M runtime/include/chpl-comm-strd-xfer.h
M runtime/include/chpl-comm-warning-macros.h
M runtime/include/chpl-comm.h
M runtime/include/chpl-comp-detect-macros.h
M runtime/include/chpl-env.h
M runtime/include/chpl-export-wrappers.h
M runtime/include/chpl-external-array.h
M runtime/include/chpl-file-utils.h
M runtime/include/chpl-format.h
M runtime/include/chpl-gen-includes.h
M runtime/include/chpl-init.h
M runtime/include/chpl-linefile-support.h
M runtime/include/chpl-mem-array.h
M runtime/include/chpl-mem-consistency.h
M runtime/include/chpl-mem-desc.h
M runtime/include/chpl-mem-hook.h
M runtime/include/chpl-mem-sys.h
M runtime/include/chpl-mem.h
M runtime/include/chpl-prefetch.h
M runtime/include/chpl-privatization.h
M runtime/include/chpl-string-support.h
M runtime/include/chpl-string.h
M runtime/include/chpl-tasks-callbacks-internal.h
M runtime/include/chpl-tasks-callbacks.h
M runtime/include/chpl-tasks.h
M runtime/include/chpl-thread-local-storage.h
M runtime/include/chpl-threads.h
M runtime/include/chpl-topo.h
M runtime/include/chpl-visual-debug.h
M runtime/include/chpl-wide-ptr-fns.h
M runtime/include/chpl_md.h
M runtime/include/chpl_rt_utils_static.h
M runtime/include/chplcast.h
M runtime/include/chplcgfns.h
M runtime/include/chpldirent.h
M runtime/include/chplexit.h
M runtime/include/chplfp.h
M runtime/include/chplglob.h
M runtime/include/chplio.h
M runtime/include/chpllaunch.h
M runtime/include/chplmath.h
M runtime/include/chplmemtrack.h
M runtime/include/chplrt.h
M runtime/include/chplsys.h
M runtime/include/chpltimers.h
M runtime/include/chpltypes.h
M runtime/include/comm/chpl-comm-impl.h
M runtime/include/comm/chpl-comm-task-decls.h
M runtime/include/comm/gasnet/chpl-comm-impl.h
M runtime/include/comm/gasnet/chpl-comm-launch.h
M runtime/include/comm/gasnet/chpl-comm-task-decls.h
M runtime/include/comm/ofi/chpl-comm-impl.h
M runtime/include/comm/ofi/chpl-comm-launch.h
M runtime/include/comm/ofi/chpl-comm-task-decls.h
M runtime/include/comm/ugni/chpl-comm-impl.h
M runtime/include/comm/ugni/chpl-comm-launch.h
M runtime/include/comm/ugni/chpl-comm-task-decls.h
M runtime/include/comm/ugni/comm-ugni-heap-pages.h
M runtime/include/config.h
M runtime/include/cygwin/chplfp.h
M runtime/include/cygwin/chplsys.h
M runtime/include/encoding/encoding-support.h
M runtime/include/error.h
M runtime/include/freebsd/stdint.h
M runtime/include/gdb.h
M runtime/include/llvm/chapel_libc_wrapper.h
M runtime/include/llvm/clang_builtins_wrapper.h
M runtime/include/localeModels/apu/chpl-locale-model.h
M runtime/include/localeModels/chpl-locale-model.h
M runtime/include/localeModels/flat/chpl-locale-model.h
M runtime/include/localeModels/gpu/chpl-locale-model.h
M runtime/include/localeModels/numa/chpl-locale-model.h
M runtime/include/mem/cstdlib/chpl-mem-impl.h
M runtime/include/mem/jemalloc/chpl-mem-impl.h
M runtime/include/mem/jemalloc/chpl-mem-jemalloc-prefix.h
M runtime/include/qio/bswap.h
M runtime/include/qio/bulkget.h
M runtime/include/qio/deque.h
M runtime/include/qio/qbuffer.h
M runtime/include/qio/qio-all.h
M runtime/include/qio/qio.h
M runtime/include/qio/qio_error.h
M runtime/include/qio/qio_formatted.h
M runtime/include/qio/qio_plugin_api.h
M runtime/include/qio/qio_popen.h
M runtime/include/qio/qio_regexp.h
M runtime/include/qio/qio_style.h
M runtime/include/qio/sys.h
M runtime/include/stdchpl.h
M runtime/include/stdchplrt.h
M runtime/include/sunos_old/chpl_md.h
M runtime/include/sunos_old/chplfp.h
M runtime/include/sunos_old/stdint.h
M runtime/include/sys_basic.h
M runtime/include/tasks/fifo/chpl-tasks-impl-fns.h
M runtime/include/tasks/fifo/chpl-tasks-impl.h
M runtime/include/tasks/qthreads/chpl-tasks-impl-fns.h
M runtime/include/tasks/qthreads/chpl-tasks-impl.h
M runtime/include/threads/pthreads/chpl-threads-impl.h
M runtime/make/Makefile.runtime.commonrules
M runtime/make/Makefile.runtime.emptydirrules
M runtime/make/Makefile.runtime.foot
M runtime/make/Makefile.runtime.gmp-bundled
M runtime/make/Makefile.runtime.gmp-none
M runtime/make/Makefile.runtime.gmp-system
M runtime/make/Makefile.runtime.head
M runtime/make/Makefile.runtime.hwloc-bundled
M runtime/make/Makefile.runtime.include
M runtime/make/Makefile.runtime.jemalloc-bundled
M runtime/make/Makefile.runtime.mem-jemalloc
M runtime/make/Makefile.runtime.rules
M runtime/make/Makefile.runtime.subdirrules
M runtime/make/Makefile.runtime.unwind-bundled
M runtime/make/Makefile.runtime.unwind-system
M runtime/src/Makefile
M runtime/src/Makefile.include
M runtime/src/Makefile.share
M runtime/src/arg.c
M runtime/src/chpl-bitops.c
M runtime/src/chpl-cache-support.c
M runtime/src/chpl-cache.c
M runtime/src/chpl-comm-callbacks.c
M runtime/src/chpl-comm-diags.c
M runtime/src/chpl-comm.c
M runtime/src/chpl-env.c
M runtime/src/chpl-export-wrappers.c
M runtime/src/chpl-external-array.c
M runtime/src/chpl-file-utils.c
M runtime/src/chpl-format.c
M runtime/src/chpl-init.c
M runtime/src/chpl-launcher-common.c
M runtime/src/chpl-linefile-support.c
M runtime/src/chpl-mem-desc.c
M runtime/src/chpl-mem-hook.c
M runtime/src/chpl-mem-replace-malloc.c
M runtime/src/chpl-mem.c
M runtime/src/chpl-privatization.c
M runtime/src/chpl-string-support.c
M runtime/src/chpl-string.c
M runtime/src/chpl-tasks-callbacks.c
M runtime/src/chpl-tasks.c
M runtime/src/chpl-timers.c
M runtime/src/chpl-visual-debug.c
M runtime/src/chplcast.c
M runtime/src/chplexit.c
M runtime/src/chplio.c
M runtime/src/chplmemtrack.c
M runtime/src/chplsys.c
M runtime/src/comm/Makefile
M runtime/src/comm/gasnet/Makefile
M runtime/src/comm/gasnet/Makefile.include
M runtime/src/comm/gasnet/Makefile.share
M runtime/src/comm/gasnet/comm-gasnet-launch.c
M runtime/src/comm/gasnet/comm-gasnet-locales.c
M runtime/src/comm/gasnet/comm-gasnet.c
M runtime/src/comm/none/Makefile
M runtime/src/comm/none/Makefile.include
M runtime/src/comm/none/Makefile.share
M runtime/src/comm/none/comm-none-locales.c
M runtime/src/comm/none/comm-none.c
M runtime/src/comm/ofi/Makefile
M runtime/src/comm/ofi/Makefile.include
M runtime/src/comm/ofi/Makefile.share
M runtime/src/comm/ofi/comm-ofi-hugepages.c
M runtime/src/comm/ofi/comm-ofi-internal.h
M runtime/src/comm/ofi/comm-ofi-launch.c
M runtime/src/comm/ofi/comm-ofi-locales.c
M runtime/src/comm/ofi/comm-ofi-no-hugepages.c
M runtime/src/comm/ofi/comm-ofi-oob-mpi.c
M runtime/src/comm/ofi/comm-ofi-oob-pmi.c
M runtime/src/comm/ofi/comm-ofi-oob-slurm-pmi2.c
M runtime/src/comm/ofi/comm-ofi-oob-sockets.c
M runtime/src/comm/ofi/comm-ofi.c
M runtime/src/comm/ugni/Makefile
M runtime/src/comm/ugni/Makefile.include
M runtime/src/comm/ugni/Makefile.share
M runtime/src/comm/ugni/comm-ugni-heap-pages.c
M runtime/src/comm/ugni/comm-ugni-launch.c
M runtime/src/comm/ugni/comm-ugni-locales.c
M runtime/src/comm/ugni/comm-ugni-mem.c
M runtime/src/comm/ugni/comm-ugni-mem.h
M runtime/src/comm/ugni/comm-ugni.c
M runtime/src/config.c
M runtime/src/error.c
M runtime/src/gdb.c
M runtime/src/launch/Makefile
M runtime/src/launch/amudprun/Makefile
M runtime/src/launch/amudprun/Makefile.include
M runtime/src/launch/amudprun/Makefile.share
M runtime/src/launch/amudprun/launch-amudprun.c
M runtime/src/launch/aprun/Makefile
M runtime/src/launch/aprun/Makefile.include
M runtime/src/launch/aprun/Makefile.share
M runtime/src/launch/aprun/aprun-utils.c
M runtime/src/launch/aprun/aprun-utils.h
M runtime/src/launch/aprun/launch-aprun.c
M runtime/src/launch/dummy/Makefile
M runtime/src/launch/dummy/Makefile.include
M runtime/src/launch/dummy/Makefile.share
M runtime/src/launch/dummy/launch-dummy.c
M runtime/src/launch/gasnetrun_common/gasnetrun_common.h
M runtime/src/launch/gasnetrun_ibv/Makefile
M runtime/src/launch/gasnetrun_ibv/Makefile.include
M runtime/src/launch/gasnetrun_ibv/Makefile.share
M runtime/src/launch/gasnetrun_ibv/launch-gasnetrun_ibv.c
M runtime/src/launch/gasnetrun_mpi/Makefile
M runtime/src/launch/gasnetrun_mpi/Makefile.include
M runtime/src/launch/gasnetrun_mpi/Makefile.share
M runtime/src/launch/gasnetrun_mpi/launch-gasnetrun_mpi.c
M runtime/src/launch/gasnetrun_ofi/Makefile
M runtime/src/launch/gasnetrun_ofi/Makefile.include
M runtime/src/launch/gasnetrun_ofi/Makefile.share
M runtime/src/launch/gasnetrun_ofi/launch-gasnetrun_ofi.c
M runtime/src/launch/gasnetrun_psm/Makefile
M runtime/src/launch/gasnetrun_psm/Makefile.include
M runtime/src/launch/gasnetrun_psm/Makefile.share
M runtime/src/launch/gasnetrun_psm/launch-gasnetrun_psm.c
M runtime/src/launch/mpirun/Makefile
M runtime/src/launch/mpirun/Makefile.include
M runtime/src/launch/mpirun/Makefile.share
M runtime/src/launch/mpirun/launch-mpirun.c
M runtime/src/launch/mpirun4ofi/Makefile
M runtime/src/launch/mpirun4ofi/Makefile.include
M runtime/src/launch/mpirun4ofi/Makefile.share
M runtime/src/launch/mpirun4ofi/launch-mpirun4ofi.c
M runtime/src/launch/none/Makefile
M runtime/src/launch/none/Makefile.include
M runtime/src/launch/pals/Makefile
M runtime/src/launch/pals/Makefile.include
M runtime/src/launch/pals/Makefile.share
M runtime/src/launch/pals/launch-pals.c
M runtime/src/launch/pals/pals-utils.c
M runtime/src/launch/pals/pals-utils.h
M runtime/src/launch/pbs-aprun/Makefile
M runtime/src/launch/pbs-aprun/Makefile.include
M runtime/src/launch/pbs-aprun/Makefile.share
M runtime/src/launch/pbs-aprun/aprun-utils.c
M runtime/src/launch/pbs-aprun/launch-pbs-aprun.c
M runtime/src/launch/pbs-gasnetrun_ibv/Makefile
M runtime/src/launch/pbs-gasnetrun_ibv/Makefile.include
M runtime/src/launch/pbs-gasnetrun_ibv/Makefile.share
M runtime/src/launch/pbs-gasnetrun_ibv/launch-pbs-gasnetrun_ibv.c
M runtime/src/launch/slurm-gasnetrun_common/slurm-gasnetrun_common.h
M runtime/src/launch/slurm-gasnetrun_ibv/Makefile
M runtime/src/launch/slurm-gasnetrun_ibv/Makefile.include
M runtime/src/launch/slurm-gasnetrun_ibv/Makefile.share
M runtime/src/launch/slurm-gasnetrun_ibv/launch-slurm-gasnetrun_ibv.c
M runtime/src/launch/slurm-gasnetrun_mpi/Makefile
M runtime/src/launch/slurm-gasnetrun_mpi/Makefile.include
M runtime/src/launch/slurm-gasnetrun_mpi/Makefile.share
M runtime/src/launch/slurm-gasnetrun_mpi/launch-slurm-gasnetrun_mpi.c
M runtime/src/launch/slurm-srun/Makefile
M runtime/src/launch/slurm-srun/Makefile.include
M runtime/src/launch/slurm-srun/Makefile.share
M runtime/src/launch/slurm-srun/launch-slurm-srun.c
M runtime/src/launch/smp/Makefile
M runtime/src/launch/smp/Makefile.include
M runtime/src/launch/smp/Makefile.share
M runtime/src/launch/smp/launch-smp.c
M runtime/src/main.c
M runtime/src/main_launcher.c
M runtime/src/mem/Makefile
M runtime/src/mem/cstdlib/Makefile
M runtime/src/mem/cstdlib/Makefile.include
M runtime/src/mem/cstdlib/Makefile.share
M runtime/src/mem/cstdlib/mem-cstdlib.c
M runtime/src/mem/jemalloc/Makefile
M runtime/src/mem/jemalloc/Makefile.include
M runtime/src/mem/jemalloc/Makefile.share
M runtime/src/mem/jemalloc/mem-jemalloc.c
M runtime/src/qio/Makefile
M runtime/src/qio/Makefile.include
M runtime/src/qio/Makefile.share
M runtime/src/qio/bulkget.c
M runtime/src/qio/deque.c
M runtime/src/qio/qbuffer.c
M runtime/src/qio/qio.c
M runtime/src/qio/qio_error.c
M runtime/src/qio/qio_formatted.c
M runtime/src/qio/qio_plugin_api_dummy.c
M runtime/src/qio/qio_popen.c
M runtime/src/qio/regexp/Makefile-unused
M runtime/src/qio/regexp/none/Makefile
M runtime/src/qio/regexp/none/Makefile.include
M runtime/src/qio/regexp/none/Makefile.share
M runtime/src/qio/regexp/none/fail-regexp.c
M runtime/src/qio/regexp/re2/Makefile
M runtime/src/qio/regexp/re2/Makefile.include
M runtime/src/qio/regexp/re2/Makefile.share
M runtime/src/qio/regexp/re2/re2-interface.cc
M runtime/src/qio/sys.c
M runtime/src/qio/sys_xsi_strerror_r.c
M runtime/src/tasks/Makefile
M runtime/src/tasks/fifo/Makefile
M runtime/src/tasks/fifo/Makefile.include
M runtime/src/tasks/fifo/Makefile.share
M runtime/src/tasks/fifo/tasks-fifo.c
M runtime/src/tasks/qthreads/Makefile
M runtime/src/tasks/qthreads/Makefile.include
M runtime/src/tasks/qthreads/Makefile.share
M runtime/src/tasks/qthreads/tasks-qthreads.c
M runtime/src/threads/Makefile
M runtime/src/threads/none/Makefile
M runtime/src/threads/none/Makefile.include
M runtime/src/threads/none/Makefile.share
M runtime/src/threads/pthreads/Makefile
M runtime/src/threads/pthreads/Makefile.include
M runtime/src/threads/pthreads/Makefile.share
M runtime/src/threads/pthreads/threads-pthreads.c
M runtime/src/timers/Makefile
M runtime/src/timers/generic/Makefile
M runtime/src/timers/generic/Makefile.include
M runtime/src/timers/generic/Makefile.share
M runtime/src/timers/generic/timers-generic.c
M runtime/src/topo/Makefile
M runtime/src/topo/hwloc/Makefile
M runtime/src/topo/hwloc/Makefile.include
M runtime/src/topo/hwloc/Makefile.share
M runtime/src/topo/hwloc/topo-hwloc.c
M runtime/src/topo/none/Makefile
M runtime/src/topo/none/Makefile.include
M runtime/src/topo/none/Makefile.share
M runtime/src/topo/none/topo-none.c
M tools/c2chapel/Makefile
M tools/c2chapel/c2chapel
M tools/c2chapel/c2chapel.py
M tools/chplvis/ConcurrencyView.cxx
M tools/chplvis/ConcurrencyView.h
M tools/chplvis/ConcurrencyWin.cxx
M tools/chplvis/ConcurrencyWin.h
M tools/chplvis/DataModel.cxx
M tools/chplvis/DataModel.h
M tools/chplvis/DataView.h
M tools/chplvis/Event.cxx
M tools/chplvis/Event.h
M tools/chplvis/Fl_MultiGroup.H
M tools/chplvis/Fl_MultiGroup.cxx
M tools/chplvis/GraphView.cxx
M tools/chplvis/GraphView.h
M tools/chplvis/GridView.cxx
M tools/chplvis/GridView.h
M tools/chplvis/InfoBar.cxx
M tools/chplvis/InfoBar.h
M tools/chplvis/LocCommBox.cxx
M tools/chplvis/LocCommBox.h
M tools/chplvis/LocCommWin.cxx
M tools/chplvis/LocCommWin.h
M tools/chplvis/Makefile
M tools/chplvis/MenuManager.cxx
M tools/chplvis/MenuManager.h
M tools/chplvis/ProfileBrowser.cxx
M tools/chplvis/ProfileBrowser.h
M tools/chplvis/SelectBrowser.cxx
M tools/chplvis/SelectBrowser.h
M tools/chplvis/Settings.cxx
M tools/chplvis/Settings.h
M tools/chplvis/StringCache.h
M tools/chplvis/SubView.cxx
M tools/chplvis/SubView.h
M tools/chplvis/ZoomScroll.cxx
M tools/chplvis/ZoomScroll.h
M tools/chplvis/chplvis.fl
M tools/mason/Makefile
M tools/mason/MasonBuild.chpl
M tools/mason/MasonDoc.chpl
M tools/mason/MasonEnv.chpl
M tools/mason/MasonExample.chpl
M tools/mason/MasonExternal.chpl
M tools/mason/MasonHelp.chpl
M tools/mason/MasonInit.chpl
M tools/mason/MasonModify.chpl
M tools/mason/MasonNew.chpl
M tools/mason/MasonPublish.chpl
M tools/mason/MasonRun.chpl
M tools/mason/MasonSearch.chpl
M tools/mason/MasonSystem.chpl
M tools/mason/MasonTest.chpl
M tools/mason/MasonUpdate.chpl
M tools/mason/MasonUtils.chpl
M tools/mason/SpecParser.chpl
M tools/mason/TestResult.chpl
M tools/mason/mason.chpl
M tools/protoc-gen-chpl/Makefile
M tools/protoc-gen-chpl/enum.cpp
M tools/protoc-gen-chpl/enum.h
M tools/protoc-gen-chpl/enum_field.cpp
M tools/protoc-gen-chpl/enum_field.h
M tools/protoc-gen-chpl/field_base.cpp
M tools/protoc-gen-chpl/field_base.h
M tools/protoc-gen-chpl/generator.cpp
M tools/protoc-gen-chpl/generator.h
M tools/protoc-gen-chpl/helpers.cpp
M tools/protoc-gen-chpl/helpers.h
M tools/protoc-gen-chpl/map_field.cpp
M tools/protoc-gen-chpl/map_field.h
M tools/protoc-gen-chpl/message.cpp
M tools/protoc-gen-chpl/message.h
M tools/protoc-gen-chpl/message_field.cpp
M tools/protoc-gen-chpl/message_field.h
M tools/protoc-gen-chpl/primitive_field.cpp
M tools/protoc-gen-chpl/primitive_field.h
M tools/protoc-gen-chpl/protoc-gen-chpl.cpp
M tools/protoc-gen-chpl/reflection_class.cpp
M tools/protoc-gen-chpl/reflection_class.h
M tools/protoc-gen-chpl/repeated_enum_field.cpp
M tools/protoc-gen-chpl/repeated_enum_field.h
M tools/protoc-gen-chpl/repeated_message_field.cpp
M tools/protoc-gen-chpl/repeated_message_field.h
M tools/protoc-gen-chpl/repeated_primitive_field.cpp
M tools/protoc-gen-chpl/repeated_primitive_field.h
M util/buildRelease/license_text_for_comment.txt
M util/build_configs/cray-internal/generate-rpmspec.bash
M util/devel/check_paths
M util/devel/chplspell
M util/devel/test/findUnusedTestFiles
M util/misc/gen-LAPACK/extern-tool/input.xml

Compare: https://github.com/chapel-lang/chapel/compare/e441433a1b7c...5f5ceef815b4