# # ChangeLog for src/CodeTools/DeclStats.cc # # Generated by Trac 1.2.1 # Mar 28, 2024, 9:40:52 AM Mon, 16 Dec 2019 19:30:41 GMT Peter A. Buhr [07de76b] * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/TypeEnvironment.cpp (modified) * src/AST/TypeEnvironment.hpp (modified) * src/AST/TypeVar.hpp (deleted) * src/AST/module.mk (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/FixMain.h (modified) * src/CodeGen/FixNames.cc (modified) * src/CodeGen/Generate.cc (modified) * src/CodeGen/module.mk (modified) * src/CodeTools/DeclStats.cc (modified) * src/Common/Debug.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/MakeLibCfa.cc (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/TypeData.h (modified) * src/Parser/module.mk (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AdjustExprType.cc (modified) * src/ResolvExpr/PtrsCastable.cc (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Autogen.h (modified) * src/SymTab/Demangle.cc (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/ManglerCommon.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AggregateDecl.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/DeclarationWithType.cc (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/LinkageSpec.cc (moved) * src/SynTree/LinkageSpec.h (moved) * src/SynTree/NamedTypeDecl.cc (modified) * src/SynTree/ObjectDecl.cc (modified) * src/SynTree/TupleType.cc (modified) * src/SynTree/TypeDecl.cc (modified) * src/SynTree/module.mk (modified) * src/Tuples/TupleAssignment.cc (modified) * src/Tuples/TupleExpansion.cc (modified) * tests/.expect/completeTypeError.txt (modified) remove file TypeVar.h* and put TypeVar::Kind into TypeDecl, move ... Wed, 28 Feb 2018 21:48:22 GMT Thierry Delisle [a16764a6] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/FixMain.cc (modified) * src/CodeGen/FixNames.cc (modified) * src/CodeTools/DeclStats.cc (modified) * src/CodeTools/TrackLoc.cc (modified) * src/Common/ErrorObjects.h (added) * src/Common/PassVisitor.impl.h (modified) * src/Common/SemanticError.cc (modified) * src/Common/SemanticError.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/ControlStruct/Mutate.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/FindFunction.cc (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/LinkageSpec.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CurrentObject.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Autogen.cc (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/TypeSubstitution.h (modified) * src/SynTree/Visitor.h (modified) * src/main.cc (modified) Changed warning system to prepare for toggling warnings Mon, 22 Jan 2018 22:03:19 GMT Rob Schluntz [e23d20b] * src/CodeTools/DeclStats.cc (modified) Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa /cfa-cc Mon, 22 Jan 2018 20:08:55 GMT Aaron Moss [326cd2b] * src/CodeTools/DeclStats.cc (modified) Update DeclStats with more stats, handle new linkage specs Mon, 22 Jan 2018 19:27:24 GMT Rob Schluntz [e5c74d1] * src/CodeTools/DeclStats.cc (modified) Convert DeclStats to PassVisitor Tue, 11 Jul 2017 19:06:40 GMT Thierry Delisle [bf2438c] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/CodeGen/FixMain.cc (modified) * src/CodeGen/FixNames.cc (modified) * src/CodeGen/FixNames.h (modified) * src/CodeGen/GenType.cc (modified) * src/CodeGen/GenType.h (modified) * src/CodeGen/Generate.cc (modified) * src/CodeGen/Generate.h (modified) * src/CodeGen/OperatorTable.cc (modified) * src/CodeTools/DeclStats.cc (modified) * src/CodeTools/DeclStats.h (modified) * src/CodeTools/TrackLoc.cc (modified) * src/CodeTools/TrackLoc.h (modified) * src/Common/Assert.cc (modified) * src/Common/SemanticError.cc (modified) * src/Common/SemanticError.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Keywords.h (modified) * src/MakeLibCfa.cc (modified) * src/MakeLibCfa.h (modified) * src/include/assert.h (modified) * src/main.cc (modified) * src/tests/preempt_longrun/Makefile.am (modified) Cleaned-up some headers using a tool called 'include-what-you-use' Wed, 08 Mar 2017 20:20:17 GMT Aaron Moss [69d8a9a] * src/CodeTools/DeclStats.cc (modified) More DeclStats work Tue, 28 Feb 2017 21:43:49 GMT Aaron Moss [1e6b350] * src/CodeTools/DeclStats.cc (modified) Added basic expression analysis to DeclStats Tue, 28 Feb 2017 18:48:56 GMT Aaron Moss [31868da] * src/CodeTools/DeclStats.cc (modified) Start work on adding expression statistics to DeclStats pass Fri, 24 Feb 2017 21:00:42 GMT Aaron Moss [131dbb3] * src/CodeTools/DeclStats.cc (modified) More decl stats Wed, 22 Feb 2017 19:30:18 GMT Aaron Moss [eed5e48] * src/CodeTools/DeclStats.cc (modified) Update to DeclStats Tue, 14 Feb 2017 18:20:11 GMT Aaron Moss [97d246d] * src/CodeTools/DeclStats.cc (modified) * src/Common/VectorMap.h (modified) Tweaks to DeclStats Wed, 08 Feb 2017 20:18:44 GMT Aaron Moss [f923b5f] * src/CodeTools/DeclStats.cc (modified) Added stats on types used to DeclStats Wed, 08 Feb 2017 19:34:45 GMT Aaron Moss [424931d] * src/CodeTools/DeclStats.cc (modified) Refactored DeclStats for extensibility and added stats on basic types Mon, 06 Feb 2017 20:03:27 GMT Aaron Moss [6a5f0e7] * src/CodeTools/DeclStats.cc (modified) Add assertion analysis to DeclStats Mon, 06 Feb 2017 16:54:48 GMT Aaron Moss [567903e] * src/CodeTools/DeclStats.cc (modified) Added percentage polymorphic parameters to stats Mon, 06 Feb 2017 16:37:38 GMT Aaron Moss [6215a5c] * src/CodeTools/DeclStats.cc (modified) Added polymorphic stats Thu, 02 Feb 2017 21:06:21 GMT Aaron Moss [fa2de95] * src/CodeTools/DeclStats.cc (modified) * src/CodeTools/DeclStats.h (modified) * src/Common/ScopedMap.h (modified) * src/Common/VectorMap.h (added) * src/main.cc (modified) Initial functional version of DeclStats Tue, 31 Jan 2017 21:55:59 GMT Aaron Moss [41a7137] * src/CodeTools/DeclStats.cc (added) * src/CodeTools/DeclStats.h (added) * src/CodeTools/module.mk (added) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/main.cc (modified) Added hooks for DeclStats pass