# # ChangeLog for / # # Generated by Trac 1.2.1 # Apr 30, 2024, 12:52:04 PM Wed, 10 Jun 2015 19:37:34 GMT Rob Schluntz [b5c5684] * src/ResolvExpr/Resolver.cc (modified) removes casts from char[] initialized with strings, correctly casts ... Wed, 10 Jun 2015 18:26:44 GMT Peter A. Buhr [8a95629] * src/Parser/parser.cc (modified) * src/Parser/parser.h (modified) * src/Parser/parser.yy (modified) * src/Tests/ResolvExpr/Attributes.c (deleted) * src/Tests/ResolvExpr/Forall.c (deleted) * src/Tests/SynTree/Forall.c (modified) * src/Tests/Syntax/Attributes.c (modified) fix parsing error for syntax error message, work on regression testing Tue, 09 Jun 2015 19:19:04 GMT Peter A. Buhr [0b2961f] * src/Tests/Parser/Array.c (deleted) * src/Tests/Parser/Constant0-1.c (deleted) * src/Tests/Parser/DeclarationSpecifier.c (deleted) * src/Tests/Parser/Forall.c (deleted) * src/Tests/Parser/Functions.c (deleted) * src/Tests/Parser/IdentFuncDeclarator.c (deleted) * src/Tests/Parser/IdentFuncParamDeclarator.c (deleted) * src/Tests/Parser/Initialization.c (deleted) * src/Tests/Parser/Scope.c (deleted) * src/Tests/Parser/StructMember.c (deleted) * src/Tests/Parser/Tuple.c (deleted) * src/Tests/Parser/TypeGenerator.c (deleted) * src/Tests/Parser/Typedef.c (deleted) * src/Tests/Parser/TypedefDeclarator.c (deleted) * src/Tests/Parser/TypedefParamDeclarator.c (deleted) * src/Tests/Parser/VariableDeclarator.c (deleted) * src/Tests/SynTree/Constant0-1.c (modified) * src/Tests/SynTree/DeclarationSpecifier.c (modified) * src/Tests/SynTree/Forall.c (modified) * src/Tests/SynTree/Functions.c (modified) * src/Tests/SynTree/Initialization.c (modified) * src/Tests/SynTree/Scope.c (modified) * src/Tests/SynTree/Tuple.c (modified) * src/Tests/SynTree/TypeGenerator.c (modified) * src/Tests/SynTree/Typedef.c (modified) * src/Tests/SynTree/VariableDeclarator.c (modified) * src/Tests/Syntax/Array.c (deleted) * src/Tests/Syntax/Constant0-1.c (deleted) * src/Tests/Syntax/DeclarationSpecifier.c (deleted) * src/Tests/Syntax/Forall.c (deleted) * src/Tests/Syntax/Functions.c (deleted) * src/Tests/Syntax/IdentFuncDeclarator.c (deleted) * src/Tests/Syntax/IdentFuncParamDeclarator.c (deleted) * src/Tests/Syntax/Initialization.c (deleted) * src/Tests/Syntax/Scope.c (deleted) * src/Tests/Syntax/StructMember.c (deleted) * src/Tests/Syntax/Tuple.c (deleted) * src/Tests/Syntax/TypeGenerator.c (deleted) * src/Tests/Syntax/Typedef.c (deleted) * src/Tests/Syntax/TypedefDeclarator.c (deleted) * src/Tests/Syntax/TypedefParamDeclarator.c (deleted) * src/Tests/Syntax/VariableDeclarator.c (deleted) * src/libcfa/prelude.cf (modified) fix warnings from prelude.cf, work on regression testing Tue, 09 Jun 2015 19:13:42 GMT Rob Schluntz [81419b5] * src/main.cc (modified) refactored main Tue, 09 Jun 2015 00:56:35 GMT Peter A. Buhr [5f2f2d7] * src/CodeGen/CodeGenerator.h (modified) * src/CodeGen/GenType.cc (modified) * src/Common/SemanticError.h (modified) * src/Common/UniqueName.cc (modified) * src/Common/utility.h (modified) * src/ControlStruct/LabelGenerator.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/lex.cc (modified) * src/Parser/lex.h (modified) * src/Parser/lex.ll (modified) * src/Parser/module.mk (modified) * src/Parser/parser.cc (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/RenameVars.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Mangler.h (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/BasicType.cc (modified) * src/SynTree/Constant.cc (modified) * src/SynTree/DeclStmt.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/NamedTypeDecl.cc (modified) * src/SynTree/ReferenceToType.cc (modified) * src/SynTree/Type.h (modified) * src/Tests/ResolvExpr/Abstype.c (modified) * src/Tests/ResolvExpr/make-rules (modified) * src/Tests/ResolvExpr/run-tests.sh (modified) * src/Tests/SynTree/Expected-SymTab/Array.tst (modified) * src/Tests/SynTree/Expected-SymTab/Context.tst (modified) * src/Tests/SynTree/Expected-SymTab/Enum.tst (modified) * src/Tests/SynTree/Expected-SymTab/Forall.tst (modified) * src/Tests/SynTree/Expected-SymTab/Scope.tst (modified) * src/Tests/SynTree/Expected-SymTab/ScopeErrors.tst (modified) * src/Tests/SynTree/Expected-SymTab/Tuple.tst (modified) * src/Tests/SynTree/Expected/Array.tst (modified) * src/Tests/SynTree/Expected/Constant0-1.tst (modified) * src/Tests/SynTree/Expected/Context.tst (modified) * src/Tests/SynTree/Expected/DeclarationSpecifier.tst (modified) * src/Tests/SynTree/Expected/Enum.tst (modified) * src/Tests/SynTree/Expected/Forall.tst (modified) * src/Tests/SynTree/Expected/Functions.tst (modified) * src/Tests/SynTree/Expected/IdentFuncDeclarator.tst (modified) * src/Tests/SynTree/Expected/Initialization.tst (modified) * src/Tests/SynTree/Expected/Scope.tst (modified) * src/Tests/SynTree/Expected/StructMember.tst (modified) * src/Tests/SynTree/Expected/Tuple.tst (modified) * src/Tests/SynTree/Expected/TypeGenerator.tst (modified) * src/Tests/SynTree/Expected/Typedef.tst (modified) * src/Tests/SynTree/Expected/TypedefDeclarator.tst (modified) * src/Tests/SynTree/Expected/TypedefParamDeclarator.tst (modified) * src/Tests/SynTree/Expected/VariableDeclarator.tst (modified) * src/Tests/SynTree/make-rules (modified) * src/Tests/SynTree/run-tests.sh (modified) * src/Tuples/MultRet.cc (modified) * src/examples/constants.c (modified) * src/examples/includes.c (modified) * src/main.cc (modified) fix constant types, remove unnecessary string copying, work on ... Sun, 07 Jun 2015 11:59:43 GMT Peter A. Buhr [cd623a4] * src/Parser/ExpressionNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/lex.cc (modified) * src/Parser/lex.ll (modified) * src/SynTree/Expression.cc (modified) constant types, second attempt Sun, 07 Jun 2015 03:38:58 GMT Peter A. Buhr [59db689] * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/InitializerNode.cc (modified) * src/Parser/ParseNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/TypeData.cc (modified) * src/Parser/lex.cc (modified) * src/Parser/lex.h (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.cc (modified) * src/Parser/parser.yy (modified) * src/SynTree/ArrayType.cc (modified) * src/SynTree/BasicType.cc (modified) * src/SynTree/Constant.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Type.h (modified) * src/examples/constants.c (modified) constant types, first attempt Fri, 05 Jun 2015 13:34:43 GMT Peter A. Buhr [a65d92e] * src/Tests/ResolvExpr/Abstype.c (modified) * src/Tests/ResolvExpr/Attributes.c (modified) * src/Tests/ResolvExpr/Cast.c (modified) * src/Tests/ResolvExpr/CastError.c (modified) * src/Tests/ResolvExpr/Forall.c (modified) * src/Tests/ResolvExpr/Function.c (modified) * src/Tests/ResolvExpr/InferParam.c (modified) * src/Tests/ResolvExpr/Members.c (modified) * src/Tests/ResolvExpr/Misc.c (modified) * src/Tests/ResolvExpr/MiscError.c (modified) * src/Tests/ResolvExpr/OccursError.c (modified) * src/Tests/ResolvExpr/Operators.c (modified) * src/Tests/ResolvExpr/Quad.c (modified) * src/Tests/ResolvExpr/Rank2.c (modified) * src/Tests/ResolvExpr/ShortCircuit.c (modified) * src/Tests/ResolvExpr/Statement.c (modified) * src/Tests/SynTree/Array.c (modified) * src/Tests/SynTree/Context.c (modified) * src/Tests/SynTree/DeclarationErrors.c (modified) * src/Tests/SynTree/DeclarationSpecifier.c (modified) * src/Tests/SynTree/Enum.c (modified) * src/Tests/SynTree/Forall.c (modified) * src/Tests/SynTree/Functions.c (modified) * src/Tests/SynTree/IdentFuncDeclarator.c (modified) * src/Tests/SynTree/IdentFuncParamDeclarator.c (modified) * src/Tests/SynTree/Initialization.c (modified) * src/Tests/SynTree/Scope.c (modified) * src/Tests/SynTree/ScopeErrors.c (modified) * src/Tests/SynTree/StructMember.c (modified) * src/Tests/SynTree/Tuple.c (modified) * src/Tests/SynTree/TypeGenerator.c (modified) * src/Tests/SynTree/Typedef.c (modified) * src/Tests/SynTree/TypedefDeclarator.c (modified) * src/Tests/SynTree/TypedefParamDeclarator.c (modified) * src/Tests/SynTree/VariableDeclarator.c (modified) * src/Tests/gcc/900407-1.c (modified) * src/Tests/gcc/900516-1.c (modified) * src/Tests/gcc/920301-1.c (modified) * src/Tests/gcc/920409-1.c (modified) * src/Tests/gcc/920409-2.c (modified) * src/Tests/gcc/920410-2.c (modified) * src/Tests/gcc/920501-1.c (modified) * src/Tests/gcc/920501-11.c (modified) * src/Tests/gcc/920501-19.c (modified) regression testing, second attempt Fri, 05 Jun 2015 12:12:32 GMT Peter A. Buhr [44b5ca0] * src/Parser/ExpressionNode.cc (modified) * src/Parser/StatementNode.cc (modified) * src/SymTab/Indexer.cc (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Statement.cc (modified) * src/Tests/SynTree/make-rules (modified) * src/examples/Makefile.am (modified) * src/examples/Makefile.in (modified) remove all carriage returns from printing, work on regression testing Fri, 05 Jun 2015 03:08:06 GMT Peter A. Buhr [cf0941d] * src/Common/utility.h (modified) * src/Parser/parser.yy (modified) * src/SynTree/ArrayType.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/ObjectDecl.cc (modified) * src/Tests/SynTree/Array.c (modified) adjust printing for AST dump, formatting Fri, 05 Jun 2015 03:05:59 GMT Peter A. Buhr [c7ed6d0] * src/Parser/ExpressionNode.cc (modified) make float constants type double Fri, 05 Jun 2015 03:03:46 GMT Peter A. Buhr [a3b5cac] * src/Makefile.am (modified) * src/Makefile.in (modified) remove default -O2 to allow better debugging Fri, 05 Jun 2015 03:02:07 GMT Peter A. Buhr [472a8dd] * configure (modified) enable AM_MAINTAINER_MODE, forgotten file Fri, 05 Jun 2015 02:59:11 GMT Peter A. Buhr [aa30dc0] * src/libcfa/Makefile.am (modified) * src/libcfa/Makefile.in (modified) * src/libcfa/prelude.cf (modified) eliminate prelude build on each make Fri, 05 Jun 2015 02:55:52 GMT Peter A. Buhr [bb86117] * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) Merge branch 'master' of plg2:software/cfa/cfa-cc Fri, 05 Jun 2015 02:55:19 GMT Peter A. Buhr [0423f25] * src/comments.txt (deleted) * src/preludesrc.c (deleted) * src/spectest (deleted) remove extraneous files Thu, 04 Jun 2015 19:13:53 GMT Rob Schluntz [eb3261f] * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) removed carriage returns from code generation and some duplicate ... Thu, 04 Jun 2015 18:07:40 GMT Peter A. Buhr [9a8930f] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/CodeGen/GenType.cc (modified) * src/CodeGen/Generate.cc (modified) * src/Common/utility.h (modified) * src/ControlStruct/ChooseMutator.cc (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/LabelGenerator.cc (modified) * src/ControlStruct/LabelGenerator.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/ControlStruct/Mutate.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/ObjectDecl.cc (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/examples/control_structures.c (modified) enable AM_MAINTAINER_MODE, add operator ?{}, formatting Thu, 04 Jun 2015 15:35:13 GMT Peter A. Buhr [a61fea9a] * configure (modified) * configure.ac (modified) * src/CodeGen/CodeGenerator.cc (moved) * src/CodeGen/CodeGenerator.h (moved) * src/CodeGen/GenType.cc (modified) * src/CodeGen/Generate.cc (modified) * src/CodeGen/module.mk (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/ParseNode.cc (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/lex.cc (modified) * src/Parser/lex.h (modified) * src/Parser/lex.ll (modified) * src/Parser/module.mk (modified) * src/Parser/parser.cc (modified) * src/Parser/parser.yy (modified) * src/SynTree/Statement.h (modified) * src/Tests/SynTree/make-rules (modified) * src/Tests/SynTree/run-tests.sh (modified) * src/examples/control_structures.c (modified) * src/examples/includes.c (modified) enable AM_MAINTAINER_MODE, add operator ?{}, formatting Thu, 04 Jun 2015 03:21:01 GMT Rob Schluntz [1136d96] * src/ResolvExpr/Resolver.cc (modified) Merge branch 'master' into labels Thu, 04 Jun 2015 03:20:17 GMT Rob Schluntz [30651b0] * src/ResolvExpr/Resolver.cc (modified) added necessary null check to array dimension resolver code Thu, 04 Jun 2015 03:09:48 GMT Rob Schluntz [4162aea9] * src/ControlStruct/ChooseMutator.cc (modified) * src/ControlStruct/Mutate.cc (modified) * src/examples/control_structures.c (modified) documentation and update control_structures.c example Wed, 03 Jun 2015 19:19:29 GMT Rob Schluntz [27de955] * src/ControlStruct/LabelGenerator.cc (modified) * src/ControlStruct/LabelGenerator.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) fix multi-level exit code (labeled break and continue) Tue, 02 Jun 2015 19:31:41 GMT Rob Schluntz [954463b8] * src/ControlStruct/LabelFixer.cc (modified) fix label forward referencesC Tue, 02 Jun 2015 18:28:24 GMT Rob Schluntz [4eb1db6] * .gitignore (modified) * Makefile.am (modified) * Makefile.in (modified) * configure (modified) * configure.ac (modified) * src/ArgTweak/module.mk (modified) * src/CodeGen/module.mk (modified) * src/Common/module.mk (modified) * src/ControlStruct/module.mk (modified) * src/Designators/module.mk (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/module.mk (modified) * src/Makefile.in (modified) * src/ResolvExpr/module.mk (modified) * src/SymTab/module.mk (modified) * src/SynTree/module.mk (modified) * src/Tuples/module.mk (modified) * src/driver/Makefile.am (moved) * src/driver/Makefile.in (moved) * src/driver/cc1.cc (moved) * src/driver/cfa.cc (moved) * src/examples/sum.c (modified) * src/libcfa/Makefile.am (moved) * src/libcfa/Makefile.in (moved) * src/libcfa/builtins.cf (moved) * src/libcfa/prelude.cf (moved) * src/libcfa/ptrdiff_t.c (moved) Merge branch 'master' into labels Tue, 02 Jun 2015 17:59:11 GMT Rob Schluntz [d939274] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/Common/utility.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/ObjectDecl.cc (modified) documentation, reformatting, operator+ for iterators Tue, 02 Jun 2015 17:42:10 GMT Rob Schluntz [b2152e7a] * src/ControlStruct/MLEMutator.cc (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) fix MLE hack that puts a dangling break statement outside of a case ... Tue, 02 Jun 2015 17:26:42 GMT Rob Schluntz [2b6c1e0] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) more output code formatting Tue, 02 Jun 2015 15:51:22 GMT Rob Schluntz [6c4ff37] * src/CodeGen/CodeGenerator.cc (moved) * src/CodeGen/CodeGenerator.h (moved) * src/CodeGen/GenType.cc (modified) * src/CodeGen/Generate.cc (modified) * src/CodeGen/module.mk (modified) * src/Makefile.in (modified) rename CodeGenerator2 -> CodeGenerator, CodeGenerator refactoring and ... Tue, 02 Jun 2015 12:12:44 GMT Peter A. Buhr [c3a4385] * .gitignore (modified) * configure (modified) * configure.ac (modified) redo automake eighth attempt Tue, 02 Jun 2015 00:52:19 GMT Peter A. Buhr [6e7e2b36] * .gitignore (modified) * Makefile.am (modified) * Makefile.in (modified) * configure (modified) * configure.ac (modified) * src/ArgTweak/module.mk (modified) * src/CodeGen/module.mk (modified) * src/Common/module.mk (modified) * src/ControlStruct/module.mk (modified) * src/Designators/module.mk (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/module.mk (modified) * src/Makefile.in (modified) * src/ResolvExpr/module.mk (modified) * src/SymTab/module.mk (modified) * src/SynTree/module.mk (modified) * src/Tuples/module.mk (modified) * src/driver/Makefile.am (moved) * src/driver/Makefile.in (moved) * src/driver/cc1.cc (moved) * src/driver/cfa.cc (moved) * src/examples/sum.c (modified) * src/libcfa/Makefile.am (moved) * src/libcfa/Makefile.in (moved) * src/libcfa/builtins.cf (moved) * src/libcfa/prelude.cf (moved) * src/libcfa/ptrdiff_t.c (moved) redo automake seventh attempt Mon, 01 Jun 2015 18:00:59 GMT Rob Schluntz [6db50d5] * src/ResolvExpr/Resolver.cc (modified) Merge branch 'master' into labels Mon, 01 Jun 2015 17:58:19 GMT Rob Schluntz [d1d17f5] * src/ResolvExpr/Resolver.cc (modified) prefer unsigned long int expressions for variable length array ... Mon, 01 Jun 2015 16:55:33 GMT Rob Schluntz [76934fb] * .gitignore (modified) * INSTALL (modified) * Makefile.am (modified) * Makefile.in (modified) * README (modified) * aclocal.m4 (modified) * automake/compile (added) * automake/depcomp (added) * automake/install-sh (moved) * automake/missing (moved) * automake/ylwrap (added) * config.h.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.am (added) * driver/Makefile.in (modified) * driver/cc1.cc (modified) * driver/cfa.cc (modified) * libcfa/Makefile.am (added) * libcfa/Makefile.in (modified) * libcfa/prototypes.awk (deleted) * libcfa/prototypes.c (deleted) * src/ArgTweak/module.mk (modified) * src/CodeGen/module.mk (modified) * src/ControlStruct/module.mk (modified) * src/Designators/module.mk (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/module.mk (modified) * src/Makefile.am (added) * src/Makefile.in (modified) * src/Parser/Parser.cc (modified) * src/Parser/lex.cc (added) * src/Parser/lex.ll (moved) * src/Parser/module.mk (modified) * src/Parser/parser.cc (added) * src/Parser/parser.h (added) * src/Parser/parser.yy (moved) * src/ResolvExpr/module.mk (modified) * src/SynTree/module.mk (modified) * src/Tests/Parser/Functions.c (modified) * src/Tuples/module.mk (modified) * src/examples/Makefile.am (added) * src/examples/Makefile.in (modified) * src/examples/abstype.c (modified) * src/examples/array.c (modified) * src/examples/array.h (modified) * src/examples/assert.c (modified) * src/examples/constants.c (modified) * src/examples/control_structures.c (modified) * src/examples/ctxts.c (modified) * src/examples/esskaykay.c (modified) * src/examples/forward.c (modified) * src/examples/fstream.c (modified) * src/examples/fstream.h (modified) * src/examples/fstream_test.c (modified) * src/examples/fwrite.c (modified) * src/examples/hello.c (modified) * src/examples/huge.c (modified) * src/examples/identity.c (modified) * src/examples/includes.c (modified) * src/examples/index.h (modified) * src/examples/iostream.c (modified) * src/examples/iostream.h (modified) * src/examples/it_out.c (modified) * src/examples/iterator.c (modified) * src/examples/iterator.h (modified) * src/examples/min.c (modified) * src/examples/new.c (modified) * src/examples/prolog.c (modified) * src/examples/quad.c (modified) * src/examples/quoted_keyword.c (modified) * src/examples/s.c (modified) * src/examples/simple.c (modified) * src/examples/simplePoly.c (modified) * src/examples/simpler.c (modified) * src/examples/specialize.c (modified) * src/examples/square.c (modified) * src/examples/sum.c (modified) * src/examples/swap.c (modified) * src/examples/twice.c (modified) * src/examples/vector_int.c (modified) * src/examples/vector_int.h (modified) * src/examples/vector_test.c (modified) Merge branch 'master' into labels Mon, 01 Jun 2015 12:59:06 GMT Peter A. Buhr [db82596] * libcfa/Makefile.am (modified) * libcfa/Makefile.in (modified) * libcfa/ptrdiff_t.c (added) redo automake sixth attempt Mon, 01 Jun 2015 12:26:00 GMT Peter A. Buhr [334163c] * libcfa/prototypes.awk (deleted) * libcfa/prototypes.c (deleted) * libcfa/ptrdiff_t.c (deleted) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/module.mk (modified) redo automake fifth attempt Mon, 01 Jun 2015 04:02:34 GMT Peter A. Buhr [6081e74e] * src/Parser/parser.h (added) redo automake fourth attempt Mon, 01 Jun 2015 04:00:51 GMT Peter A. Buhr [56c3935] * .gitignore (modified) * Makefile.am (modified) * Makefile.in (modified) * config.h.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * libcfa/Makefile.in (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/Parser.cc (modified) * src/Parser/lex.cc (added) * src/Parser/lex.ll (moved) * src/Parser/module.mk (modified) * src/Parser/parser.cc (added) * src/Parser/parser.yy (moved) * src/Tests/Parser/Functions.c (modified) * src/examples/Makefile.in (modified) redo automake third attempt Sun, 31 May 2015 18:19:43 GMT Peter A. Buhr [5cb5f842] * src/examples/Makefile.am (modified) * src/examples/Makefile.in (modified) redo automake second attempt Sun, 31 May 2015 17:54:23 GMT Peter A. Buhr [00cc023] * .gitignore (modified) * Makefile.am (modified) * Makefile.in (modified) * aclocal.m4 (modified) * automake/compile (added) * automake/depcomp (added) * automake/install-sh (moved) * automake/missing (moved) * automake/ylwrap (added) * config.h.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.am (added) * driver/Makefile.in (modified) * driver/cc1.cc (modified) * driver/cfa.cc (modified) * libcfa/Makefile.am (added) * libcfa/Makefile.in (modified) * src/ArgTweak/module.mk (modified) * src/CodeGen/module.mk (modified) * src/ControlStruct/module.mk (modified) * src/Designators/module.mk (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/module.mk (modified) * src/Makefile.am (added) * src/Makefile.in (modified) * src/Parser/module.mk (modified) * src/ResolvExpr/module.mk (modified) * src/SynTree/module.mk (modified) * src/Tuples/module.mk (modified) * src/examples/Makefile.am (added) * src/examples/Makefile.in (modified) redo automake first attempt Fri, 29 May 2015 20:02:20 GMT Rob Schluntz [46cbfe1] * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) reorganization and refactoring of most of LabelFixer Thu, 28 May 2015 00:33:19 GMT Peter A. Buhr [86bd7c1f] * src/examples/abstype.c (modified) * src/examples/array.c (modified) * src/examples/array.h (modified) * src/examples/assert.c (modified) * src/examples/constants.c (modified) * src/examples/control_structures.c (modified) * src/examples/ctxts.c (modified) * src/examples/esskaykay.c (modified) * src/examples/forward.c (modified) * src/examples/fstream.c (modified) * src/examples/fstream.h (modified) * src/examples/fstream_test.c (modified) * src/examples/fwrite.c (modified) * src/examples/hello.c (modified) * src/examples/huge.c (modified) * src/examples/identity.c (modified) * src/examples/includes.c (modified) * src/examples/index.h (modified) * src/examples/iostream.c (modified) * src/examples/iostream.h (modified) * src/examples/it_out.c (modified) * src/examples/iterator.c (modified) * src/examples/iterator.h (modified) * src/examples/min.c (modified) * src/examples/new.c (modified) * src/examples/prolog.c (modified) * src/examples/quad.c (modified) * src/examples/quoted_keyword.c (modified) * src/examples/s.c (modified) * src/examples/simple.c (modified) * src/examples/simplePoly.c (modified) * src/examples/simpler.c (modified) * src/examples/specialize.c (modified) * src/examples/square.c (modified) * src/examples/sum.c (modified) * src/examples/swap.c (modified) * src/examples/twice.c (modified) * src/examples/vector_int.c (modified) * src/examples/vector_int.h (modified) * src/examples/vector_test.c (modified) licencing: eighth groups of files Wed, 27 May 2015 21:10:09 GMT Peter A. Buhr [52ac3b4] * Makefile.in (modified) * configure (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/examples/control_structures.c (modified) Merge branch 'master' of plg2:software/cfa/cfa-cc Wed, 27 May 2015 21:03:58 GMT Peter A. Buhr [6244dfb] * INSTALL (modified) * README (modified) update INSTALL README documentation Wed, 27 May 2015 20:40:05 GMT Rob Schluntz [be5aa1b] * Makefile.in (modified) * configure (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/examples/control_structures.c (modified) error if continue statement targets a location that is not an ... Wed, 27 May 2015 19:05:16 GMT Peter A. Buhr [6aa5ec0f] * Makefile.in (modified) * aclocal.m4 (modified) * configure (modified) * configure.ac (modified) * missing (modified) fix automake eighth attempt Wed, 27 May 2015 18:15:41 GMT Peter A. Buhr [8a0a7309] * aclocal.m4 (modified) * missing (modified) fix automake seventh attempt Wed, 27 May 2015 18:11:44 GMT Peter A. Buhr [f7d59bf] * aclocal.m4 (modified) fix automake sixth attempt Wed, 27 May 2015 17:51:38 GMT Peter A. Buhr [42336618] * Makefile.am (modified) * Makefile.in (modified) * config.h.in (modified) * configure (modified) * configure.ac (modified) fix automake fifth attempt Wed, 27 May 2015 15:09:08 GMT Peter A. Buhr [4d51835] * src/Parser/cfa.y (modified) parsing support for nested functions Wed, 27 May 2015 02:41:24 GMT Peter A. Buhr [e15b0a0a] * src/Parser/cfa.y (modified) allow arbitrary ordering of storage/type qualifiers for new function ... Tue, 26 May 2015 20:48:09 GMT Peter A. Buhr [a77e7b5] * .gitignore (modified) * Makefile.in (modified) * aclocal.m4 (added) * configure (modified) * configure.ac (modified) fix configure.ac fourth attempt Tue, 26 May 2015 16:47:33 GMT Peter A. Buhr [8f1b0e1] * .gitignore (added) * Makefile.in (modified) * driver/Makefile.in (modified) * missing (modified) * mkinstalldirs (deleted) add generic .gitignore, delete mkinstalldirs, fix configure.ac third ... Tue, 26 May 2015 02:12:57 GMT Peter A. Buhr [7e91d4f] * configure (modified) * configure.ac (modified) * configure.in (deleted) delete configure.in, fix configure.ac second attempt Tue, 26 May 2015 01:43:53 GMT Peter A. Buhr [5d6ce1f] * Makefile.in (modified) * config.h.in (modified) * configure (modified) * configure.ac (added) * libcfa/prelude.cf (modified) fix configure.ac Mon, 25 May 2015 20:54:30 GMT Rob Schluntz [49205cf] * libcfa/Makefile.in (modified) Merge branch 'master' into assignment-const-field Mon, 25 May 2015 20:24:51 GMT Peter A. Buhr [448f9b2] * libcfa/Makefile.in (modified) fix libcfa/Makefile.in, third attempt Mon, 25 May 2015 20:17:14 GMT Peter A. Buhr [0c7a885] * libcfa/Makefile.in (modified) fix libcfa/Makefile.in, second attempt Mon, 25 May 2015 19:17:01 GMT Peter A. Buhr [2bae7307] * libcfa/Makefile.in (modified) fix libcfa/Makefile.in Mon, 25 May 2015 19:15:21 GMT Rob Schluntz [367e082] * src/SymTab/Validate.cc (modified) * src/SynTree/Declaration.h (modified) generated assignment routine will not attempt to assign to a const ... Mon, 25 May 2015 17:58:45 GMT Rob Schluntz [53a2e97] * src/SymTab/Validate.cc (modified) generated assignment routine no longer tries to assign to const fields Mon, 25 May 2015 17:57:22 GMT Rob Schluntz [7c64920] * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SynTree/Declaration.h (modified) formatting Mon, 25 May 2015 13:36:02 GMT Peter A. Buhr [5887db27] * libcfa/Makefile.in (modified) libcfa/Makefile.in does not require builtins.c Mon, 25 May 2015 12:57:28 GMT Peter A. Buhr [1f2061de] * libcfa/builtins.cf (added) * src/examples/assert.c (moved) * src/examples/rodolfo1.c (deleted) * src/examples/square.cf (deleted) clean up example files, add builtins.cf Mon, 25 May 2015 00:49:30 GMT Peter A. Buhr [f38c8d9] * libcfa/builtins.def (deleted) * src/CodeGen/CodeGenerator2.cc (modified) * src/SynTree/Declaration.h (modified) print storage-class inline, remove builtins.def Fri, 22 May 2015 21:55:42 GMT Peter A. Buhr [79551331] * Makefile.in (added) re-add configure file Fri, 22 May 2015 21:50:42 GMT Peter A. Buhr [ecb1534] * Makefile.in (deleted) * aclocal.m4 (deleted) remove unnecessary configure files Fri, 22 May 2015 21:35:05 GMT Peter A. Buhr [09a9a8b] * Makefile.am (modified) * Makefile.in (modified) configure fix for the file name change of translator to src Fri, 22 May 2015 02:14:24 GMT Peter A. Buhr [451665cc] * AUTHORS (deleted) remove AUTHORS file Fri, 22 May 2015 02:05:22 GMT Peter A. Buhr [76f2e97f] * Makefile.am (modified) * Makefile.in (modified) * configure (modified) * configure.in (modified) * libcfa/Makefile.in (modified) change directory name translator to src Fri, 22 May 2015 01:44:51 GMT Peter A. Buhr [843054c2] * src/ArgTweak/FunctionFixer.cc (moved) * src/ArgTweak/FunctionFixer.h (moved) * src/ArgTweak/Mutate.cc (moved) * src/ArgTweak/Mutate.h (moved) * src/ArgTweak/module.mk (moved) * src/CodeGen/CodeGenerator2.cc (moved) * src/CodeGen/CodeGenerator2.h (moved) * src/CodeGen/FixNames.cc (moved) * src/CodeGen/FixNames.h (moved) * src/CodeGen/GenType.cc (moved) * src/CodeGen/GenType.h (moved) * src/CodeGen/Generate.cc (moved) * src/CodeGen/Generate.h (moved) * src/CodeGen/OperatorTable.cc (moved) * src/CodeGen/OperatorTable.h (moved) * src/CodeGen/module.mk (moved) * src/Common/CompilerError.h (moved) * src/Common/SemanticError.cc (moved) * src/Common/SemanticError.h (moved) * src/Common/UnimplementedError.h (moved) * src/Common/UniqueName.cc (moved) * src/Common/UniqueName.h (moved) * src/Common/module.mk (moved) * src/Common/utility.h (moved) * src/ControlStruct/CaseRangeMutator.cc (moved) * src/ControlStruct/CaseRangeMutator.h (moved) * src/ControlStruct/ChooseMutator.cc (moved) * src/ControlStruct/ChooseMutator.h (moved) * src/ControlStruct/ForExprMutator.cc (moved) * src/ControlStruct/ForExprMutator.h (moved) * src/ControlStruct/LabelFixer.cc (moved) * src/ControlStruct/LabelFixer.h (moved) * src/ControlStruct/LabelGenerator.cc (moved) * src/ControlStruct/LabelGenerator.h (moved) * src/ControlStruct/LabelTypeChecker.cc (moved) * src/ControlStruct/LabelTypeChecker.h (moved) * src/ControlStruct/MLEMutator.cc (moved) * src/ControlStruct/MLEMutator.h (moved) * src/ControlStruct/Mutate.cc (moved) * src/ControlStruct/Mutate.h (moved) * src/ControlStruct/module.mk (moved) * src/Designators/Processor.cc (moved) * src/Designators/Processor.h (moved) * src/Designators/module.mk (moved) * src/Docs/Makefile (moved) * src/Docs/cfa-cpp.1 (moved) * src/Docs/design.tex (moved) * src/Docs/uml.dia (moved) * src/GenPoly/Box.cc (moved) * src/GenPoly/Box.h (moved) * src/GenPoly/CopyParams.cc (moved) * src/GenPoly/CopyParams.h (moved) * src/GenPoly/FindFunction.cc (moved) * src/GenPoly/FindFunction.h (moved) * src/GenPoly/GenPoly.cc (moved) * src/GenPoly/GenPoly.h (moved) * src/GenPoly/Lvalue.cc (moved) * src/GenPoly/Lvalue.h (moved) * src/GenPoly/PolyMutator.cc (moved) * src/GenPoly/PolyMutator.h (moved) * src/GenPoly/ScrubTyVars.cc (moved) * src/GenPoly/ScrubTyVars.h (moved) * src/GenPoly/Specialize.cc (moved) * src/GenPoly/Specialize.h (moved) * src/GenPoly/module.mk (moved) * src/InitTweak/Association.cc (moved) * src/InitTweak/Association.h (moved) * src/InitTweak/BasicInit.cc (moved) * src/InitTweak/BasicInit.h (moved) * src/InitTweak/DeclarationHoister.cc (moved) * src/InitTweak/DeclarationHoister.h (moved) * src/InitTweak/InitExpander.cc (moved) * src/InitTweak/InitExpander.h (moved) * src/InitTweak/InitModel.cc (moved) * src/InitTweak/InitModel.h (moved) * src/InitTweak/Mutate.cc (moved) * src/InitTweak/Mutate.h (moved) * src/InitTweak/RemoveInit.cc (moved) * src/InitTweak/RemoveInit.h (moved) * src/InitTweak/diet_map.h (moved) * src/InitTweak/module.mk (moved) * src/MakeLibCfa.cc (moved) * src/MakeLibCfa.h (moved) * src/Makefile.in (moved) * src/Parser/DeclarationNode.cc (moved) * src/Parser/ExpressionNode.cc (moved) * src/Parser/InitializerNode.cc (moved) * src/Parser/LinkageSpec.cc (moved) * src/Parser/LinkageSpec.h (moved) * src/Parser/ParseNode.cc (moved) * src/Parser/ParseNode.h (moved) * src/Parser/Parser.cc (moved) * src/Parser/Parser.h (moved) * src/Parser/StatementNode.cc (moved) * src/Parser/TypeData.cc (moved) * src/Parser/TypeData.h (moved) * src/Parser/TypedefTable.cc (moved) * src/Parser/TypedefTable.h (moved) * src/Parser/cfa.y (moved) * src/Parser/lex.h (moved) * src/Parser/lex.l (moved) * src/Parser/module.mk (moved) * src/Parser/parseutility.cc (moved) * src/Parser/parseutility.h (moved) * src/ResolvExpr/AdjustExprType.cc (moved) * src/ResolvExpr/Alternative.cc (moved) * src/ResolvExpr/Alternative.h (moved) * src/ResolvExpr/AlternativeFinder.cc (moved) * src/ResolvExpr/AlternativeFinder.h (moved) * src/ResolvExpr/AlternativePrinter.cc (moved) * src/ResolvExpr/AlternativePrinter.h (moved) * src/ResolvExpr/CastCost.cc (moved) * src/ResolvExpr/CommonType.cc (moved) * src/ResolvExpr/ConversionCost.cc (moved) * src/ResolvExpr/ConversionCost.h (moved) * src/ResolvExpr/Cost.h (moved) * src/ResolvExpr/FindOpenVars.cc (moved) * src/ResolvExpr/FindOpenVars.h (moved) * src/ResolvExpr/Occurs.cc (moved) * src/ResolvExpr/PolyCost.cc (moved) * src/ResolvExpr/PtrsAssignable.cc (moved) * src/ResolvExpr/PtrsCastable.cc (moved) * src/ResolvExpr/RenameVars.cc (moved) * src/ResolvExpr/RenameVars.h (moved) * src/ResolvExpr/ResolveTypeof.cc (moved) * src/ResolvExpr/ResolveTypeof.h (moved) * src/ResolvExpr/Resolver.cc (moved) * src/ResolvExpr/Resolver.h (moved) * src/ResolvExpr/TypeEnvironment.cc (moved) * src/ResolvExpr/TypeEnvironment.h (moved) * src/ResolvExpr/Unify.cc (moved) * src/ResolvExpr/Unify.h (moved) * src/ResolvExpr/module.mk (moved) * src/ResolvExpr/typeops.h (moved) * src/SymTab/AddVisit.h (moved) * src/SymTab/AggregateTable.h (moved) * src/SymTab/FixFunction.cc (moved) * src/SymTab/FixFunction.h (moved) * src/SymTab/IdTable.cc (moved) * src/SymTab/IdTable.h (moved) * src/SymTab/ImplementationType.cc (moved) * src/SymTab/ImplementationType.h (moved) * src/SymTab/Indexer.cc (moved) * src/SymTab/Indexer.h (moved) * src/SymTab/Mangler.cc (moved) * src/SymTab/Mangler.h (moved) * src/SymTab/StackTable.cc (moved) * src/SymTab/StackTable.h (moved) * src/SymTab/TypeTable.h (moved) * src/SymTab/Validate.cc (moved) * src/SymTab/Validate.h (moved) * src/SymTab/module.mk (moved) * src/SynTree/AddressExpr.cc (moved) * src/SynTree/AggregateDecl.cc (moved) * src/SynTree/ApplicationExpr.cc (moved) * src/SynTree/ArrayType.cc (moved) * src/SynTree/AttrType.cc (moved) * src/SynTree/BasicType.cc (moved) * src/SynTree/CodeGenVisitor.cc (moved) * src/SynTree/CodeGenVisitor.h (moved) * src/SynTree/CommaExpr.cc (moved) * src/SynTree/CompoundStmt.cc (moved) * src/SynTree/Constant.cc (moved) * src/SynTree/Constant.h (moved) * src/SynTree/DeclStmt.cc (moved) * src/SynTree/Declaration.cc (moved) * src/SynTree/Declaration.h (moved) * src/SynTree/DeclarationWithType.cc (moved) * src/SynTree/Expression.cc (moved) * src/SynTree/Expression.h (moved) * src/SynTree/FunctionDecl.cc (moved) * src/SynTree/FunctionType.cc (moved) * src/SynTree/Initializer.cc (moved) * src/SynTree/Initializer.h (moved) * src/SynTree/Makefile (moved) * src/SynTree/Mutator.cc (moved) * src/SynTree/Mutator.h (moved) * src/SynTree/NamedTypeDecl.cc (moved) * src/SynTree/ObjectDecl.cc (moved) * src/SynTree/PointerType.cc (moved) * src/SynTree/ReferenceToType.cc (moved) * src/SynTree/Statement.cc (moved) * src/SynTree/Statement.h (moved) * src/SynTree/SynTree.h (moved) * src/SynTree/TupleExpr.cc (moved) * src/SynTree/TupleType.cc (moved) * src/SynTree/Type.cc (moved) * src/SynTree/Type.h (moved) * src/SynTree/TypeDecl.cc (moved) * src/SynTree/TypeExpr.cc (moved) * src/SynTree/TypeSubstitution.cc (moved) * src/SynTree/TypeSubstitution.h (moved) * src/SynTree/TypeofType.cc (moved) * src/SynTree/Visitor.cc (moved) * src/SynTree/Visitor.h (moved) * src/SynTree/VoidType.cc (moved) * src/SynTree/module.mk (moved) * src/Tests/Parser/Array.c (moved) * src/Tests/Parser/Constant0-1.c (moved) * src/Tests/Parser/DeclarationSpecifier.c (moved) * src/Tests/Parser/Expected/Array.tst (moved) * src/Tests/Parser/Expected/Constant0-1.tst (moved) * src/Tests/Parser/Expected/DeclarationSpecifier.tst (moved) * src/Tests/Parser/Expected/Forall.tst (moved) * src/Tests/Parser/Expected/Functions.tst (moved) * src/Tests/Parser/Expected/IdentFuncDeclarator.tst (moved) * src/Tests/Parser/Expected/IdentFuncParamDeclarator.tst (moved) * src/Tests/Parser/Expected/Initialization.tst (moved) * src/Tests/Parser/Expected/Scope.tst (moved) * src/Tests/Parser/Expected/StructMember.tst (moved) * src/Tests/Parser/Expected/Tuple.tst (moved) * src/Tests/Parser/Expected/TypeGenerator.tst (moved) * src/Tests/Parser/Expected/Typedef.tst (moved) * src/Tests/Parser/Expected/TypedefDeclarator.tst (moved) * src/Tests/Parser/Expected/TypedefParamDeclarator.tst (moved) * src/Tests/Parser/Expected/VariableDeclarator.tst (moved) * src/Tests/Parser/Forall.c (moved) * src/Tests/Parser/Functions.c (moved) * src/Tests/Parser/IdentFuncDeclarator.c (moved) * src/Tests/Parser/IdentFuncParamDeclarator.c (moved) * src/Tests/Parser/Initialization.c (moved) * src/Tests/Parser/Makefile (moved) * src/Tests/Parser/Scope.c (moved) * src/Tests/Parser/StructMember.c (moved) * src/Tests/Parser/Tuple.c (moved) * src/Tests/Parser/TypeGenerator.c (moved) * src/Tests/Parser/Typedef.c (moved) * src/Tests/Parser/TypedefDeclarator.c (moved) * src/Tests/Parser/TypedefParamDeclarator.c (moved) * src/Tests/Parser/VariableDeclarator.c (moved) * src/Tests/ResolvExpr/Abstype.c (moved) * src/Tests/ResolvExpr/Attributes.c (moved) * src/Tests/ResolvExpr/Cast.c (moved) * src/Tests/ResolvExpr/CastError.c (moved) * src/Tests/ResolvExpr/Expected/Abstype.tst (moved) * src/Tests/ResolvExpr/Expected/Attributes.tst (moved) * src/Tests/ResolvExpr/Expected/Cast.tst (moved) * src/Tests/ResolvExpr/Expected/CastError.tst (moved) * src/Tests/ResolvExpr/Expected/Forall.tst (moved) * src/Tests/ResolvExpr/Expected/Function.tst (moved) * src/Tests/ResolvExpr/Expected/InferParam.tst (moved) * src/Tests/ResolvExpr/Expected/Members.tst (moved) * src/Tests/ResolvExpr/Expected/Misc.tst (moved) * src/Tests/ResolvExpr/Expected/MiscError.tst (moved) * src/Tests/ResolvExpr/Expected/OccursError.tst (moved) * src/Tests/ResolvExpr/Expected/Operators.tst (moved) * src/Tests/ResolvExpr/Expected/Quad.tst (moved) * src/Tests/ResolvExpr/Expected/Rank2.tst (moved) * src/Tests/ResolvExpr/Expected/ShortCircuit.tst (moved) * src/Tests/ResolvExpr/Expected/Statement.tst (moved) * src/Tests/ResolvExpr/Forall.c (moved) * src/Tests/ResolvExpr/Function.c (moved) * src/Tests/ResolvExpr/InferParam.c (moved) * src/Tests/ResolvExpr/Makefile (moved) * src/Tests/ResolvExpr/Members.c (moved) * src/Tests/ResolvExpr/Misc.c (moved) * src/Tests/ResolvExpr/MiscError.c (moved) * src/Tests/ResolvExpr/OccursError.c (moved) * src/Tests/ResolvExpr/Operators.c (moved) * src/Tests/ResolvExpr/Quad.c (moved) * src/Tests/ResolvExpr/Rank2.c (moved) * src/Tests/ResolvExpr/ShortCircuit.c (moved) * src/Tests/ResolvExpr/Statement.c (moved) * src/Tests/ResolvExpr/make-rules (moved) * src/Tests/ResolvExpr/run-tests.sh (moved) * src/Tests/SynTree/Array.c (moved) * src/Tests/SynTree/Constant0-1.c (moved) * src/Tests/SynTree/Context.c (moved) * src/Tests/SynTree/DeclarationErrors.c (moved) * src/Tests/SynTree/DeclarationSpecifier.c (moved) * src/Tests/SynTree/Enum.c (moved) * src/Tests/SynTree/Expected-SymTab/Array.tst (moved) * src/Tests/SynTree/Expected-SymTab/Context.tst (moved) * src/Tests/SynTree/Expected-SymTab/Enum.tst (moved) * src/Tests/SynTree/Expected-SymTab/Forall.tst (moved) * src/Tests/SynTree/Expected-SymTab/Scope.tst (moved) * src/Tests/SynTree/Expected-SymTab/ScopeErrors.tst (moved) * src/Tests/SynTree/Expected-SymTab/Tuple.tst (moved) * src/Tests/SynTree/Expected/Array.tst (moved) * src/Tests/SynTree/Expected/Constant0-1.tst (moved) * src/Tests/SynTree/Expected/Context.tst (moved) * src/Tests/SynTree/Expected/DeclarationSpecifier.tst (moved) * src/Tests/SynTree/Expected/Enum.tst (moved) * src/Tests/SynTree/Expected/Forall.tst (moved) * src/Tests/SynTree/Expected/Functions.tst (moved) * src/Tests/SynTree/Expected/IdentFuncDeclarator.tst (moved) * src/Tests/SynTree/Expected/Initialization.tst (moved) * src/Tests/SynTree/Expected/Scope.tst (moved) * src/Tests/SynTree/Expected/StructMember.tst (moved) * src/Tests/SynTree/Expected/Tuple.tst (moved) * src/Tests/SynTree/Expected/TypeGenerator.tst (moved) * src/Tests/SynTree/Expected/Typedef.tst (moved) * src/Tests/SynTree/Expected/TypedefDeclarator.tst (moved) * src/Tests/SynTree/Expected/TypedefParamDeclarator.tst (moved) * src/Tests/SynTree/Expected/VariableDeclarator.tst (moved) * src/Tests/SynTree/Forall.c (moved) * src/Tests/SynTree/Functions.c (moved) * src/Tests/SynTree/IdentFuncDeclarator.c (moved) * src/Tests/SynTree/IdentFuncParamDeclarator.c (moved) * src/Tests/SynTree/Initialization.c (moved) * src/Tests/SynTree/Makefile (moved) * src/Tests/SynTree/Scope.c (moved) * src/Tests/SynTree/ScopeErrors.c (moved) * src/Tests/SynTree/StructMember.c (moved) * src/Tests/SynTree/Tuple.c (moved) * src/Tests/SynTree/TypeGenerator.c (moved) * src/Tests/SynTree/Typedef.c (moved) * src/Tests/SynTree/TypedefDeclarator.c (moved) * src/Tests/SynTree/TypedefParamDeclarator.c (moved) * src/Tests/SynTree/VariableDeclarator.c (moved) * src/Tests/SynTree/make-rules (moved) * src/Tests/SynTree/run-tests.sh (moved) * src/Tests/Syntax/Array.c (moved) * src/Tests/Syntax/AsmName.c (moved) * src/Tests/Syntax/Attributes.c (moved) * src/Tests/Syntax/CharStringConstants.c (moved) * src/Tests/Syntax/CommentMisc.c (moved) * src/Tests/Syntax/Constant0-1.c (moved) * src/Tests/Syntax/DeclarationSpecifier.c (moved) * src/Tests/Syntax/Exception.c (moved) * src/Tests/Syntax/Expression.c (moved) * src/Tests/Syntax/Forall.c (moved) * src/Tests/Syntax/Functions.c (moved) * src/Tests/Syntax/GccExtensions.c (moved) * src/Tests/Syntax/IdentFuncDeclarator.c (moved) * src/Tests/Syntax/IdentFuncParamDeclarator.c (moved) * src/Tests/Syntax/Initialization.c (moved) * src/Tests/Syntax/LabelledExit.c (moved) * src/Tests/Syntax/Makefile (moved) * src/Tests/Syntax/NamedParmArg.c (moved) * src/Tests/Syntax/NumericConstants.c (moved) * src/Tests/Syntax/Scope.c (moved) * src/Tests/Syntax/StructMember.c (moved) * src/Tests/Syntax/Subrange.c (moved) * src/Tests/Syntax/Switch.c (moved) * src/Tests/Syntax/Tuple.c (moved) * src/Tests/Syntax/TypeGenerator.c (moved) * src/Tests/Syntax/Typedef.c (moved) * src/Tests/Syntax/TypedefDeclarator.c (moved) * src/Tests/Syntax/TypedefParamDeclarator.c (moved) * src/Tests/Syntax/Typeof.c (moved) * src/Tests/Syntax/VariableDeclarator.c (moved) * src/Tests/TupleAssign/Initialization2.c (moved) * src/Tests/gcc/900407-1.c (moved) * src/Tests/gcc/900516-1.c (moved) * src/Tests/gcc/920301-1.c (moved) * src/Tests/gcc/920409-1.c (moved) * src/Tests/gcc/920409-2.c (moved) * src/Tests/gcc/920410-2.c (moved) * src/Tests/gcc/920501-1.c (moved) * src/Tests/gcc/920501-11.c (moved) * src/Tests/gcc/920501-19.c (moved) * src/Tuples/AssignExpand.cc (moved) * src/Tuples/AssignExpand.h (moved) * src/Tuples/FlattenTuple.cc (moved) * src/Tuples/FlattenTuple.h (moved) * src/Tuples/FunctionChecker.cc (moved) * src/Tuples/FunctionChecker.h (moved) * src/Tuples/FunctionFixer.cc (moved) * src/Tuples/FunctionFixer.h (moved) * src/Tuples/MultRet.cc (moved) * src/Tuples/MultRet.h (moved) * src/Tuples/Mutate.cc (moved) * src/Tuples/Mutate.h (moved) * src/Tuples/NameMatcher.cc (moved) * src/Tuples/NameMatcher.h (moved) * src/Tuples/TupleAssignment.cc (moved) * src/Tuples/TupleAssignment.h (moved) * src/Tuples/module.mk (moved) * src/attr-ex (moved) * src/comments.txt (moved) * src/examples/Makefile.in (moved) * src/examples/abstype.c (moved) * src/examples/array.c (moved) * src/examples/array.h (moved) * src/examples/constants.c (moved) * src/examples/control_structures.c (moved) * src/examples/ctxts.c (moved) * src/examples/esskaykay.c (moved) * src/examples/forward.c (moved) * src/examples/fstream.c (moved) * src/examples/fstream.h (moved) * src/examples/fstream_test.c (moved) * src/examples/fwrite.c (moved) * src/examples/hello.c (moved) * src/examples/huge.c (moved) * src/examples/identity.c (moved) * src/examples/includes.c (moved) * src/examples/index.h (moved) * src/examples/iostream.c (moved) * src/examples/iostream.h (moved) * src/examples/it_out.c (moved) * src/examples/iterator.c (moved) * src/examples/iterator.h (moved) * src/examples/min.c (moved) * src/examples/new.c (moved) * src/examples/prolog.c (moved) * src/examples/quad.c (moved) * src/examples/quoted_keyword.c (moved) * src/examples/rodolfo1.c (moved) * src/examples/rodolfo2.c (moved) * src/examples/s.c (moved) * src/examples/simple.c (moved) * src/examples/simplePoly.c (moved) * src/examples/simpler.c (moved) * src/examples/specialize.c (moved) * src/examples/square.c (moved) * src/examples/square.cf (moved) * src/examples/sum.c (moved) * src/examples/swap.c (moved) * src/examples/twice.c (moved) * src/examples/vector_int.c (moved) * src/examples/vector_int.h (moved) * src/examples/vector_test.c (moved) * src/initialization.txt (moved) * src/main.cc (moved) * src/preludesrc.c (moved) * src/spectest (moved) licencing: seventh groups of files Tue, 19 May 2015 20:58:14 GMT Peter A. Buhr [a08ba92] * translator/CodeGen/GenType.cc (modified) * translator/Common/utility.h (modified) * translator/ControlStruct/CaseRangeMutator.cc (modified) * translator/ControlStruct/CaseRangeMutator.h (modified) * translator/ControlStruct/ChooseMutator.cc (modified) * translator/ControlStruct/ChooseMutator.h (modified) * translator/ControlStruct/ForExprMutator.cc (modified) * translator/ControlStruct/ForExprMutator.h (modified) * translator/ControlStruct/LabelFixer.cc (modified) * translator/ControlStruct/LabelFixer.h (modified) * translator/ControlStruct/LabelGenerator.cc (modified) * translator/ControlStruct/LabelGenerator.h (modified) * translator/ControlStruct/LabelTypeChecker.cc (modified) * translator/ControlStruct/LabelTypeChecker.h (modified) * translator/ControlStruct/MLEMutator.cc (modified) * translator/ControlStruct/MLEMutator.h (modified) * translator/ControlStruct/Mutate.cc (modified) * translator/ControlStruct/Mutate.h (modified) * translator/Designators/Processor.cc (modified) * translator/Designators/Processor.h (modified) * translator/GenPoly/ScrubTyVars.cc (modified) * translator/InitTweak/Association.cc (modified) * translator/InitTweak/Association.h (modified) * translator/InitTweak/BasicInit.cc (modified) * translator/InitTweak/BasicInit.h (modified) * translator/InitTweak/DeclarationHoister.cc (modified) * translator/InitTweak/DeclarationHoister.h (modified) * translator/InitTweak/InitExpander.cc (modified) * translator/InitTweak/InitExpander.h (modified) * translator/InitTweak/InitModel.cc (modified) * translator/InitTweak/InitModel.h (modified) * translator/InitTweak/Mutate.cc (modified) * translator/InitTweak/Mutate.h (modified) * translator/InitTweak/RemoveInit.cc (modified) * translator/InitTweak/RemoveInit.h (modified) * translator/InitTweak/diet_map.h (modified) * translator/Parser/ExpressionNode.cc (modified) * translator/Parser/ParseNode.cc (modified) * translator/Parser/StatementNode.cc (modified) * translator/Parser/TypedefTable.cc (modified) * translator/Parser/lex.l (modified) * translator/ResolvExpr/ResolveTypeof.cc (modified) * translator/SymTab/IdTable.cc (modified) * translator/SymTab/IdTable.h (modified) * translator/SymTab/Indexer.cc (modified) * translator/SymTab/Indexer.h (modified) * translator/SymTab/Mangler.cc (modified) * translator/SymTab/Mangler.h (modified) * translator/SymTab/StackTable.cc (modified) * translator/SymTab/StackTable.h (modified) * translator/SymTab/TypeTable.h (modified) * translator/SymTab/Validate.cc (modified) * translator/SymTab/Validate.h (modified) * translator/SynTree/AddressExpr.cc (modified) * translator/SynTree/AggregateDecl.cc (modified) * translator/SynTree/AttrType.cc (modified) * translator/SynTree/CodeGenVisitor.cc (modified) * translator/SynTree/Expression.cc (modified) * translator/SynTree/ReferenceToType.cc (modified) * translator/SynTree/Statement.cc (modified) * translator/SynTree/Type.cc (modified) * translator/SynTree/Visitor.cc (modified) * translator/Tests/Syntax/Expression.c (modified) * translator/Tests/Syntax/Forall.c (modified) * translator/Tests/Syntax/Initialization.c (modified) * translator/Tests/gcc/900516-1.c (modified) * translator/Tests/gcc/920301-1.c (modified) * translator/Tests/gcc/920409-1.c (modified) * translator/Tests/gcc/920409-2.c (modified) * translator/Tests/gcc/920501-1.c (modified) * translator/Tests/gcc/920501-11.c (modified) * translator/Tests/gcc/920501-19.c (modified) * translator/Tuples/AssignExpand.cc (modified) * translator/Tuples/MultRet.h (modified) * translator/Tuples/TupleAssignment.cc (modified) licencing: sixth groups of files Tue, 19 May 2015 11:57:09 GMT Peter A. Buhr [01aeade] * translator/Common/CompilerError.h (modified) * translator/Common/SemanticError.cc (modified) * translator/Common/SemanticError.h (modified) * translator/Common/UnimplementedError.h (modified) * translator/Common/UniqueName.cc (modified) * translator/Common/UniqueName.h (modified) * translator/Common/utility.h (modified) * translator/GenPoly/Box.cc (modified) * translator/GenPoly/Box.h (modified) * translator/GenPoly/CopyParams.cc (modified) * translator/GenPoly/CopyParams.h (modified) * translator/GenPoly/FindFunction.cc (modified) * translator/GenPoly/FindFunction.h (modified) * translator/GenPoly/GenPoly.cc (modified) * translator/GenPoly/GenPoly.h (modified) * translator/GenPoly/Lvalue.cc (modified) * translator/GenPoly/Lvalue.h (modified) * translator/GenPoly/PolyMutator.cc (modified) * translator/GenPoly/PolyMutator.h (modified) * translator/GenPoly/ScrubTyVars.cc (modified) * translator/GenPoly/ScrubTyVars.h (modified) * translator/GenPoly/Specialize.cc (modified) * translator/GenPoly/Specialize.h (modified) licencing: fifth groups of files Tue, 19 May 2015 03:45:33 GMT Peter A. Buhr [51587aa] * translator/ArgTweak/FunctionFixer.cc (modified) * translator/ArgTweak/FunctionFixer.h (modified) * translator/ArgTweak/Mutate.cc (modified) * translator/ArgTweak/Mutate.h (modified) * translator/CodeGen/CodeGenerator2.cc (modified) * translator/CodeGen/CodeGenerator2.h (modified) * translator/CodeGen/FixNames.cc (modified) * translator/CodeGen/FixNames.h (modified) * translator/CodeGen/GenType.cc (modified) * translator/CodeGen/GenType.h (modified) * translator/CodeGen/Generate.cc (modified) * translator/CodeGen/Generate.h (modified) * translator/CodeGen/OperatorTable.cc (modified) * translator/CodeGen/OperatorTable.h (modified) * translator/Common/CompilerError.h (modified) * translator/Common/SemanticError.cc (modified) * translator/Common/SemanticError.h (modified) * translator/Common/UnimplementedError.h (modified) * translator/Common/UniqueName.cc (modified) * translator/Common/UniqueName.h (modified) * translator/Common/utility.h (modified) * translator/ControlStruct/CaseRangeMutator.cc (modified) * translator/ControlStruct/CaseRangeMutator.h (modified) * translator/ControlStruct/ChooseMutator.cc (modified) * translator/ControlStruct/ChooseMutator.h (modified) * translator/ControlStruct/ForExprMutator.cc (modified) * translator/ControlStruct/ForExprMutator.h (modified) * translator/ControlStruct/LabelFixer.cc (modified) * translator/ControlStruct/LabelFixer.h (modified) * translator/ControlStruct/LabelGenerator.cc (modified) * translator/ControlStruct/LabelGenerator.h (modified) * translator/ControlStruct/LabelTypeChecker.cc (modified) * translator/ControlStruct/LabelTypeChecker.h (modified) * translator/ControlStruct/MLEMutator.cc (modified) * translator/ControlStruct/MLEMutator.h (modified) * translator/ControlStruct/Mutate.cc (modified) * translator/ControlStruct/Mutate.h (modified) * translator/Designators/Processor.cc (modified) * translator/Designators/Processor.h (modified) * translator/GenPoly/Box.cc (modified) * translator/GenPoly/Box.h (modified) * translator/GenPoly/CopyParams.cc (modified) * translator/GenPoly/CopyParams.h (modified) * translator/GenPoly/FindFunction.cc (modified) * translator/GenPoly/FindFunction.h (modified) * translator/GenPoly/GenPoly.cc (modified) * translator/GenPoly/GenPoly.h (modified) * translator/GenPoly/Lvalue.cc (modified) * translator/GenPoly/Lvalue.h (modified) * translator/GenPoly/PolyMutator.cc (modified) * translator/GenPoly/PolyMutator.h (modified) * translator/GenPoly/ScrubTyVars.cc (modified) * translator/GenPoly/ScrubTyVars.h (modified) * translator/GenPoly/Specialize.cc (modified) * translator/GenPoly/Specialize.h (modified) * translator/InitTweak/Association.cc (modified) * translator/InitTweak/Association.h (modified) * translator/InitTweak/BasicInit.cc (modified) * translator/InitTweak/BasicInit.h (modified) * translator/InitTweak/DeclarationHoister.cc (modified) * translator/InitTweak/DeclarationHoister.h (modified) * translator/InitTweak/InitExpander.cc (modified) * translator/InitTweak/InitExpander.h (modified) * translator/InitTweak/InitModel.cc (modified) * translator/InitTweak/InitModel.h (modified) * translator/InitTweak/Mutate.cc (modified) * translator/InitTweak/Mutate.h (modified) * translator/InitTweak/RemoveInit.cc (modified) * translator/InitTweak/RemoveInit.h (modified) * translator/InitTweak/diet_map.h (modified) * translator/Tuples/AssignExpand.cc (modified) * translator/Tuples/AssignExpand.h (modified) * translator/Tuples/FlattenTuple.cc (modified) * translator/Tuples/FlattenTuple.h (modified) * translator/Tuples/FunctionChecker.cc (modified) * translator/Tuples/FunctionChecker.h (modified) * translator/Tuples/FunctionFixer.cc (modified) * translator/Tuples/FunctionFixer.h (modified) * translator/Tuples/MultRet.cc (modified) * translator/Tuples/MultRet.h (modified) * translator/Tuples/Mutate.cc (modified) * translator/Tuples/Mutate.h (modified) * translator/Tuples/NameMatcher.cc (modified) * translator/Tuples/NameMatcher.h (modified) * translator/Tuples/TupleAssignment.cc (modified) * translator/Tuples/TupleAssignment.h (modified) licencing: fourth groups of files Mon, 18 May 2015 15:20:23 GMT Peter A. Buhr [0dd3a2f] * translator/SymTab/AddVisit.h (modified) * translator/SymTab/AggregateTable.h (modified) * translator/SymTab/FixFunction.cc (modified) * translator/SymTab/FixFunction.h (modified) * translator/SymTab/IdTable.cc (modified) * translator/SymTab/IdTable.h (modified) * translator/SymTab/ImplementationType.cc (modified) * translator/SymTab/ImplementationType.h (modified) * translator/SymTab/Indexer.cc (modified) * translator/SymTab/Indexer.h (modified) * translator/SymTab/Mangler.cc (modified) * translator/SymTab/Mangler.h (modified) * translator/SymTab/StackTable.cc (modified) * translator/SymTab/StackTable.h (modified) * translator/SymTab/TypeTable.h (modified) * translator/SymTab/Validate.cc (modified) * translator/SymTab/Validate.h (modified) * translator/SynTree/AddressExpr.cc (modified) * translator/SynTree/AggregateDecl.cc (modified) * translator/SynTree/ApplicationExpr.cc (modified) * translator/SynTree/ArrayType.cc (modified) * translator/SynTree/AttrType.cc (modified) * translator/SynTree/BasicType.cc (modified) * translator/SynTree/CodeGenVisitor.cc (modified) * translator/SynTree/CodeGenVisitor.h (modified) * translator/SynTree/CommaExpr.cc (modified) * translator/SynTree/CompoundStmt.cc (modified) * translator/SynTree/Constant.cc (modified) * translator/SynTree/Constant.h (modified) * translator/SynTree/DeclStmt.cc (modified) * translator/SynTree/Declaration.cc (modified) * translator/SynTree/Declaration.h (modified) * translator/SynTree/DeclarationWithType.cc (modified) * translator/SynTree/Expression.cc (modified) * translator/SynTree/Expression.h (modified) * translator/SynTree/FunctionDecl.cc (modified) * translator/SynTree/FunctionType.cc (modified) * translator/SynTree/Initializer.cc (modified) * translator/SynTree/Initializer.h (modified) * translator/SynTree/Mutator.cc (modified) * translator/SynTree/Mutator.h (modified) * translator/SynTree/NamedTypeDecl.cc (modified) * translator/SynTree/ObjectDecl.cc (modified) * translator/SynTree/PointerType.cc (modified) * translator/SynTree/ReferenceToType.cc (modified) * translator/SynTree/Statement.cc (modified) * translator/SynTree/Statement.h (modified) * translator/SynTree/SynTree.h (modified) * translator/SynTree/TupleExpr.cc (modified) * translator/SynTree/TupleType.cc (modified) * translator/SynTree/Type.cc (modified) * translator/SynTree/Type.h (modified) * translator/SynTree/TypeDecl.cc (modified) * translator/SynTree/TypeExpr.cc (modified) * translator/SynTree/TypeSubstitution.cc (modified) * translator/SynTree/TypeSubstitution.h (modified) * translator/SynTree/TypeofType.cc (modified) * translator/SynTree/Visitor.cc (modified) * translator/SynTree/Visitor.h (modified) * translator/SynTree/VoidType.cc (modified) licencing: third groups of files Sun, 17 May 2015 17:19:35 GMT Peter A. Buhr [a32b204] * translator/ArgTweak/FunctionFixer.cc (modified) * translator/CodeGen/CodeGenerator2.cc (modified) * translator/CodeGen/CodeGenerator2.h (modified) * translator/CodeGen/FixNames.cc (modified) * translator/CodeGen/OperatorTable.cc (modified) * translator/Common/utility.h (modified) * translator/ControlStruct/CaseRangeMutator.cc (modified) * translator/ControlStruct/MLEMutator.cc (modified) * translator/GenPoly/Box.cc (modified) * translator/GenPoly/CopyParams.cc (modified) * translator/GenPoly/FindFunction.cc (modified) * translator/GenPoly/GenPoly.cc (modified) * translator/GenPoly/Lvalue.cc (modified) * translator/GenPoly/PolyMutator.cc (modified) * translator/GenPoly/ScrubTyVars.cc (modified) * translator/GenPoly/Specialize.cc (modified) * translator/InitTweak/Association.h (modified) * translator/InitTweak/BasicInit.cc (modified) * translator/InitTweak/BasicInit.h (modified) * translator/InitTweak/DeclarationHoister.cc (modified) * translator/InitTweak/InitExpander.cc (modified) * translator/InitTweak/InitModel.cc (modified) * translator/InitTweak/InitModel.h (modified) * translator/InitTweak/RemoveInit.cc (modified) * translator/InitTweak/diet_map.h (modified) * translator/MakeLibCfa.cc (modified) * translator/Parser/DeclarationNode.cc (modified) * translator/Parser/ExpressionNode.cc (modified) * translator/Parser/InitializerNode.cc (modified) * translator/Parser/ParseNode.cc (modified) * translator/Parser/ParseNode.h (modified) * translator/Parser/StatementNode.cc (modified) * translator/Parser/TypeData.cc (modified) * translator/Parser/TypedefTable.cc (modified) * translator/ResolvExpr/AdjustExprType.cc (modified) * translator/ResolvExpr/Alternative.cc (modified) * translator/ResolvExpr/Alternative.h (modified) * translator/ResolvExpr/AlternativeFinder.cc (modified) * translator/ResolvExpr/AlternativeFinder.h (modified) * translator/ResolvExpr/AlternativePrinter.cc (modified) * translator/ResolvExpr/AlternativePrinter.h (modified) * translator/ResolvExpr/CastCost.cc (modified) * translator/ResolvExpr/CommonType.cc (modified) * translator/ResolvExpr/ConversionCost.cc (modified) * translator/ResolvExpr/ConversionCost.h (modified) * translator/ResolvExpr/Cost.h (modified) * translator/ResolvExpr/FindOpenVars.cc (modified) * translator/ResolvExpr/FindOpenVars.h (modified) * translator/ResolvExpr/Occurs.cc (modified) * translator/ResolvExpr/PolyCost.cc (modified) * translator/ResolvExpr/PtrsAssignable.cc (modified) * translator/ResolvExpr/PtrsCastable.cc (modified) * translator/ResolvExpr/RenameVars.cc (modified) * translator/ResolvExpr/RenameVars.h (modified) * translator/ResolvExpr/ResolveTypeof.cc (modified) * translator/ResolvExpr/ResolveTypeof.h (modified) * translator/ResolvExpr/Resolver.cc (modified) * translator/ResolvExpr/Resolver.h (modified) * translator/ResolvExpr/TypeEnvironment.cc (modified) * translator/ResolvExpr/TypeEnvironment.h (modified) * translator/ResolvExpr/Unify.cc (modified) * translator/ResolvExpr/Unify.h (modified) * translator/ResolvExpr/typeops.h (modified) * translator/SymTab/AddVisit.h (modified) * translator/SymTab/AggregateTable.h (modified) * translator/SymTab/IdTable.cc (modified) * translator/SymTab/ImplementationType.cc (modified) * translator/SymTab/ImplementationType.h (modified) * translator/SymTab/Mangler.cc (modified) * translator/SymTab/StackTable.cc (modified) * translator/SymTab/TypeTable.h (modified) * translator/SynTree/AddressExpr.cc (modified) * translator/SynTree/AggregateDecl.cc (modified) * translator/SynTree/ApplicationExpr.cc (modified) * translator/SynTree/ArrayType.cc (modified) * translator/SynTree/AttrType.cc (modified) * translator/SynTree/BasicType.cc (modified) * translator/SynTree/CodeGenVisitor.cc (modified) * translator/SynTree/Constant.cc (modified) * translator/SynTree/DeclStmt.cc (modified) * translator/SynTree/Declaration.cc (modified) * translator/SynTree/Expression.cc (modified) * translator/SynTree/FunctionDecl.cc (modified) * translator/SynTree/Initializer.cc (modified) * translator/SynTree/Mutator.h (modified) * translator/SynTree/NamedTypeDecl.cc (modified) * translator/SynTree/PointerType.cc (modified) * translator/SynTree/ReferenceToType.cc (modified) * translator/SynTree/Statement.cc (modified) * translator/SynTree/Type.cc (modified) * translator/SynTree/TypeExpr.cc (modified) * translator/SynTree/TypeSubstitution.cc (modified) * translator/SynTree/TypeSubstitution.h (modified) * translator/SynTree/TypeofType.cc (modified) * translator/SynTree/Visitor.h (modified) * translator/Tests/ResolvExpr/Statement.c (modified) * translator/Tests/Syntax/Expression.c (modified) * translator/Tests/gcc/920409-2.c (modified) * translator/Tests/gcc/920410-2.c (modified) * translator/Tuples/AssignExpand.cc (modified) * translator/Tuples/FunctionChecker.cc (modified) * translator/Tuples/FunctionFixer.cc (modified) * translator/Tuples/MultRet.cc (modified) * translator/Tuples/NameMatcher.cc (modified) * translator/Tuples/TupleAssignment.cc (modified) * translator/Tuples/TupleAssignment.h (modified) * translator/examples/iostream.c (modified) * translator/examples/iterator.c (modified) * translator/examples/iterator.h (modified) * translator/examples/simplePoly.c (modified) * translator/examples/test.c (deleted) licencing: second groups of files Sat, 16 May 2015 19:36:19 GMT Peter A. Buhr [b87a5ed] * INSTALL (modified) * Makefile.in (modified) * NEWS (deleted) * configure (modified) * configure.in (modified) * driver/Makefile.in (modified) * driver/cc1.cc (modified) * driver/cfa.cc (modified) * driver/cpp.cc (deleted) * include/bfd.h (modified) * include/math.h (modified) * libcfa/Makefile.in (modified) * libcfa/prototypes.awk (modified) * translator/ArgTweak/FunctionFixer.cc (modified) * translator/MakeLibCfa.cc (modified) * translator/MakeLibCfa.h (modified) * translator/Makefile.in (modified) * translator/Parser/DeclarationNode.cc (modified) * translator/Parser/ExpressionNode.cc (modified) * translator/Parser/InitializerNode.cc (modified) * translator/Parser/LinkageSpec.cc (modified) * translator/Parser/LinkageSpec.h (modified) * translator/Parser/ParseNode.cc (modified) * translator/Parser/ParseNode.h (modified) * translator/Parser/Parser.cc (modified) * translator/Parser/Parser.h (modified) * translator/Parser/StatementNode.cc (modified) * translator/Parser/TypeData.cc (modified) * translator/Parser/TypeData.h (modified) * translator/Parser/TypedefTable.cc (modified) * translator/Parser/TypedefTable.h (modified) * translator/Parser/cfa.y (modified) * translator/Parser/lex.h (modified) * translator/Parser/lex.l (modified) * translator/Parser/module.mk (modified) * translator/Parser/parseutility.cc (modified) * translator/Parser/parseutility.h (modified) * translator/ResolvExpr/AlternativeFinder.cc (modified) * translator/examples/Makefile.in (modified) * translator/main.cc (modified) licencing: first groups of files Fri, 15 May 2015 19:18:13 GMT Peter A. Buhr [b8508a2] * driver/cfa.cc (modified) * translator/GenPoly/Box.cc (modified) fix -std flag in cfa.cc, and rename alloca to __builtin_alloca Thu, 14 May 2015 18:05:33 GMT Peter A. Buhr [5c7fb6c] * translator/SymTab/Validate.h (modified) remove default parameter from validate Thu, 14 May 2015 17:54:02 GMT Peter A. Buhr [4bf5298] * driver/cfa.cc (modified) * translator/ControlStruct/Mutate.cc (modified) * translator/GenPoly/Box.cc (modified) * translator/GenPoly/GenPoly.cc (modified) * translator/GenPoly/GenPoly.h (modified) * translator/GenPoly/PolyMutator.cc (modified) * translator/GenPoly/PolyMutator.h (modified) * translator/ResolvExpr/Resolver.cc (modified) * translator/SymTab/Validate.cc (modified) * translator/SynTree/CompoundStmt.cc (modified) * translator/main.cc (modified) update merged files from master Thu, 14 May 2015 17:44:55 GMT Peter A. Buhr [c11e31c] * ChangeLog (deleted) * LICENSE (modified) * driver/cc1.cc (modified) * libcfa/prelude.cf (modified) * translator/CodeGen/CodeGenerator2.cc (modified) * translator/ControlStruct/ForExprMutator.cc (modified) * translator/Parser/DeclarationNode.cc (modified) * translator/Parser/ParseNode.h (modified) * translator/Parser/TypeData.cc (modified) * translator/Parser/cfa.y (modified) * translator/ResolvExpr/CastCost.cc (modified) * translator/ResolvExpr/PtrsAssignable.cc (modified) * translator/ResolvExpr/Resolver.cc (modified) * translator/SymTab/Validate.cc (modified) * translator/SynTree/CompoundStmt.cc (modified) * translator/SynTree/Declaration.h (modified) * translator/SynTree/FunctionDecl.cc (modified) * translator/SynTree/Statement.cc (modified) * translator/SynTree/Statement.h (modified) * translator/SynTree/Type.h (modified) * translator/examples/identity.c (modified) * translator/examples/min.c (modified) * translator/examples/s.c (modified) * translator/examples/square.c (modified) * translator/examples/swap.c (modified) add inline and __attribute__ qualifiers, cfa.y comment formatting, ... Thu, 14 May 2015 16:19:46 GMT Rob Schluntz [b1a6d6b] * driver/cfa.cc (modified) * translator/ControlStruct/Mutate.cc (modified) * translator/GenPoly/Box.cc (modified) * translator/GenPoly/GenPoly.cc (modified) * translator/GenPoly/GenPoly.h (modified) * translator/GenPoly/PolyMutator.cc (modified) * translator/GenPoly/PolyMutator.h (modified) * translator/ResolvExpr/Resolver.cc (modified) * translator/SymTab/Validate.cc (modified) * translator/SynTree/CompoundStmt.cc (modified) * translator/main.cc (modified) removed duplicate adapters, switch to c99 for initializer declarations Mon, 11 May 2015 19:11:49 GMT Rob Schluntz [d4778a6] * translator/ControlStruct/ForExprMutator.cc (modified) * translator/SymTab/Indexer.cc (modified) * translator/SymTab/Indexer.h (modified) for loop initializers are hoisted properly and for loops a level of scope Wed, 29 Apr 2015 16:09:32 GMT Rob Schluntz [48e99f2] * translator/InitTweak/RemoveInit.h (added) fixed initialization of stack-allocated polymorphic variables; ... Wed, 29 Apr 2015 15:40:37 GMT Rob Schluntz [42e2ad7] * translator/InitTweak/RemoveInit.cc (added) * translator/InitTweak/module.mk (modified) * translator/main.cc (modified) fixed initialization of stack-allocated polymorphic variables Tue, 28 Apr 2015 20:21:36 GMT Peter A. Buhr [bdd516a] * COPYING (deleted) * LICENSE (added) * driver/cc1.cc (modified) * driver/cpp.cc (modified) * libcfa/prelude.cf (modified) * libcfa/prototypes.awk (modified) * translator/CodeGen/GenType.cc (modified) * translator/GenPoly/Box.cc (modified) * translator/GenPoly/ScrubTyVars.cc (modified) * translator/GenPoly/ScrubTyVars.h (modified) * translator/InitTweak/InitModel.h (modified) * translator/Parser/DeclarationNode.cc (modified) * translator/Parser/ExpressionNode.cc (modified) * translator/Parser/InitializerNode.cc (modified) * translator/Parser/ParseNode.cc (modified) * translator/Parser/ParseNode.h (modified) * translator/Parser/TypeData.cc (modified) * translator/Parser/TypeData.h (modified) * translator/Parser/cfa.y (modified) * translator/Parser/parseutility.cc (modified) * translator/Parser/parseutility.h (modified) * translator/ResolvExpr/AlternativeFinder.cc (modified) * translator/ResolvExpr/Resolver.cc (modified) * translator/SymTab/IdTable.cc (modified) * translator/SymTab/IdTable.h (modified) * translator/SymTab/Indexer.cc (modified) * translator/SymTab/Indexer.h (modified) * translator/SymTab/Mangler.cc (modified) * translator/SymTab/Validate.cc (modified) * translator/SynTree/Initializer.cc (modified) * translator/SynTree/Initializer.h (modified) * translator/SynTree/Mutator.cc (modified) * translator/SynTree/Mutator.h (modified) * translator/SynTree/SynTree.h (modified) * translator/SynTree/Type.cc (modified) * translator/SynTree/Type.h (modified) * translator/SynTree/Visitor.cc (modified) * translator/SynTree/Visitor.h (modified) * translator/Tests/Parser/Constant0-1.c (modified) * translator/examples/constants.c (added) * translator/examples/control_structures.c (added) * translator/examples/includes.c (modified) * translator/examples/min.c (modified) * translator/examples/square.c (modified) * translator/examples/sum.c (modified) * translator/main.cc (modified) fixed sizeof type variable, find lowest cost alternative for sizeof ... Mon, 26 Jan 2015 17:08:14 GMT Peter A. Buhr [ad17ba6a] * Makefile.in (modified) * autom4te.cache/output.0 (deleted) * autom4te.cache/output.1 (deleted) * autom4te.cache/requests (deleted) * autom4te.cache/traces.0 (deleted) * autom4te.cache/traces.1 (deleted) * configure (modified) * configure.in (modified) * translator/SymTab/Validate.cc (modified) * translator/examples/Makefile.in (moved) generalize example Makefile Mon, 26 Jan 2015 03:43:12 GMT Peter A. Buhr [643a2e1] * libcfa/Makefile.in (modified) * libcfa/prototypes.awk (modified) deal with newer built Sun, 25 Jan 2015 16:41:35 GMT Peter A. Buhr [ad8e062] * libcfa/prototypes.awk (modified) deal with newer built Sun, 25 Jan 2015 15:02:36 GMT Peter A. Buhr [9df2dd5] * libcfa/Makefile.in (modified) deal with newer built Sun, 25 Jan 2015 14:38:33 GMT Peter A. Buhr [1e8bf345] * libcfa/Makefile.in (modified) * libcfa/builtins.c (deleted) deal with newer built Sun, 25 Jan 2015 05:25:56 GMT Peter A. Buhr [6e952ec] * libcfa/Makefile.in (modified) deal with newer built Sun, 25 Jan 2015 05:23:42 GMT Peter A. Buhr [df23c8f] * libcfa/Makefile.in (modified) deal with newer built Sun, 25 Jan 2015 05:20:37 GMT Peter A. Buhr [26a07a22] * libcfa/Makefile.in (modified) deal with newer built Sat, 24 Jan 2015 22:34:52 GMT Peter A. Buhr [2c2242c] * libcfa/prototypes.awk (added) * libcfa/prototypes.c (added) * translator/Parser/lex.l (modified) * translator/ResolvExpr/Resolver.cc (modified) deal with newer built Sat, 24 Jan 2015 22:30:54 GMT Peter A. Buhr [fe3b61b] * libcfa/Makefile.in (modified) deal with newer built Sat, 24 Jan 2015 22:21:02 GMT Peter A. Buhr [02e9ae2] * libcfa/builtins.c (modified) * libcfa/builtins.def (modified) deal with newer built Tue, 20 Jan 2015 14:13:41 GMT Peter A. Buhr [991bd31] * include/bfd.h (added) * include/math.h (added) add patching include files Tue, 20 Jan 2015 03:28:37 GMT Peter A. Buhr [f7f6785] * libcfa/prelude.cf (modified) add _Bool, _Complex, and consistent type naming to prelude Mon, 19 Jan 2015 23:29:10 GMT Peter A. Buhr [6c3744e] * driver/cc1.cc (modified) * translator/CodeGen/CodeGenerator2.cc (modified) * translator/ControlStruct/LabelFixer.cc (modified) * translator/ControlStruct/MLEMutator.cc (modified) * translator/ControlStruct/MLEMutator.h (modified) * translator/GenPoly/Box.cc (modified) * translator/Parser/TypeData.cc (modified) * translator/Parser/cfa.y (modified) * translator/Parser/lex.l (modified) * translator/ResolvExpr/Resolver.cc (modified) * translator/SymTab/Validate.cc (modified) * translator/SynTree/Makefile (modified) * translator/SynTree/translate.cc (deleted) * translator/SynTree/translate.h (deleted) * translator/examples/includes.c (modified) add list initializer, formatting changes