#
# ChangeLog for src/ResolvExpr
#
# Generated by Trac 1.2.1
# Apr 3, 2025, 8:19:53 PM

Fri, 11 Nov 2016 18:31:34 GMT Rob Schluntz <rschlunt@…> [8f9cc50]
	* doc/proposals/concurrency/concurrency.tex (modified)
	* doc/proposals/concurrency/glossary.tex (modified)
	* doc/proposals/concurrency/version (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)

	Merge branch 'master' into tuples


Fri, 11 Nov 2016 17:34:54 GMT Thierry Delisle <tdelisle@…> [668e971a]
	* src/ResolvExpr/AlternativeFinder.cc (modified)

	Fixed undefined behavior in AlternativeFinder.cc


Thu, 10 Nov 2016 21:32:41 GMT Thierry Delisle <tdelisle@…> [5f5083e]
	* src/ResolvExpr/Resolver.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)

	Fixed a few warnings in tuples


Thu, 10 Nov 2016 21:16:32 GMT Rob Schluntz <rschlunt@…> [30b65d8]
	* src/InitTweak/GenInit.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)

	always construct polymorphic types, substitute generic type ...


Wed, 09 Nov 2016 19:51:42 GMT Rob Schluntz <rschlunt@…> [b726084]
	* .gitignore (modified)
	* Makefile.in (modified)
	* configure (modified)
	* configure.ac (modified)
	* doc/bibliography/cfa.bib (modified)
	* doc/proposals/concurrency/concurrency.tex (modified)
	* doc/proposals/concurrency/glossary.tex (modified)
	* doc/proposals/concurrency/style.tex (added)
	* doc/proposals/concurrency/version (modified)
	* doc/working/.gitignore (added)
	* doc/working/declarative_resolver.tex (added)
	* src/ControlStruct/LabelFixer.h (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/Parser/ParseNode.h (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/ResolvExpr/AlternativePrinter.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/TypeMap.h (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/driver/Makefile.am (modified)
	* src/driver/Makefile.in (modified)
	* src/driver/cfa.cc (modified)
	* src/examples/Makefile.in (modified)
	* src/libcfa/Makefile.in (modified)
	* src/main.cc (modified)
	* src/tests/Makefile.in (modified)
	* version (deleted)

	Merge branch 'master' into tuples

	Conflicts:
	        ...


Wed, 09 Nov 2016 19:21:05 GMT Rob Schluntz <rschlunt@…> [141b786]
	* src/InitTweak/FixInit.cc (modified)
	* src/Makefile.in (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/Tuples/Explode.cc (added)
	* src/Tuples/Explode.h (added)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/Tuples/Tuples.h (modified)
	* src/Tuples/module.mk (modified)
	* src/main.cc (modified)

	rework UniqueExpr, handle UniqueExpr in FixInit, fix translation for ...


Thu, 27 Oct 2016 20:22:27 GMT Thierry Delisle <tdelisle@…> [62e5546]
	* src/ControlStruct/LabelFixer.h (modified)
	* src/ControlStruct/LabelTypeChecker.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/Parser/ParseNode.h (modified)
	* src/ResolvExpr/AlternativePrinter.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/TypeMap.h (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Tuples/TupleAssignment.h (modified)

	Removed warnings when compiling with clang


Thu, 27 Oct 2016 19:24:02 GMT Rob Schluntz <rschlunt@…> [77971f6]
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/Tuples/Tuples.h (modified)

	resolve ctor/dtors for UniqueExprs


Tue, 18 Oct 2016 20:23:04 GMT Rob Schluntz <rschlunt@…> [bf32bb8]
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/Tuples/Tuples.h (modified)
	* src/main.cc (modified)

	implement transformation for MemberTupleExprs


Thu, 13 Oct 2016 18:46:36 GMT Rob Schluntz <rschlunt@…> [848ce71]
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)

	resolve untyped member exprs for tuples


Thu, 13 Oct 2016 15:19:23 GMT Rob Schluntz <rschlunt@…> [ac9ca96]
	* src/InitTweak/GenInit.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/Tuples/TupleAssignment.cc (modified)

	consider tuples managed if a tuple constructor is declared, combine ...


Thu, 22 Sep 2016 12:14:56 GMT Rob Schluntz <rschlunt@…> [65660bd]
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/ResolvExpr/Alternative.h (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/TupleExpr.cc (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/Tuples/Tuples.h (modified)

	replace multiple-returning functions with tuple-returning functions, ...


Tue, 20 Sep 2016 20:47:34 GMT Rob Schluntz <rschlunt@…> [23b6643f]
	* src/CodeGen/GenType.cc (modified)
	* src/Makefile.in (modified)
	* src/ResolvExpr/AdjustExprType.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/PtrsAssignable.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/RenameVars.cc (modified)
	* src/ResolvExpr/RenameVars.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/FixFunction.h (modified)
	* src/SymTab/ImplementationType.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Mangler.h (modified)
	* src/SymTab/TypeEquality.cc (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeSubstitution.cc (modified)
	* src/SynTree/TypeSubstitution.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/SynTree/ZeroOneType.cc (added)
	* src/SynTree/module.mk (modified)
	* src/examples/gc_no_raii/src/internal/card_table.h (modified)
	* src/examples/gc_no_raii/src/internal/memory_pool.c (modified)
	* src/examples/gc_no_raii/src/internal/memory_pool.h (modified)
	* src/examples/gc_no_raii/src/internal/state.c (modified)
	* src/libcfa/containers/vector (modified)
	* src/libcfa/containers/vector.c (modified)
	* src/tests/.expect/libcfa_vector.txt (added)
	* src/tests/libcfa_vector.c (modified)

	Merge branch 'master' into tuples

	Conflicts:
	        ...


Tue, 20 Sep 2016 20:14:13 GMT Rob Schluntz <rschlunt@…> [aefcc3b]
	* src/Parser/ParseNode.h (modified)
	* src/ResolvExpr/Alternative.cc (modified)
	* src/ResolvExpr/Alternative.h (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/Tuples/Tuples.h (modified)
	* src/main.cc (modified)

	major change to instantiateFunction to match arguments against the ...


Mon, 19 Sep 2016 21:23:41 GMT Aaron Moss <a3moss@…> [89e6ffc]
	* src/CodeGen/GenType.cc (modified)
	* src/Makefile.in (modified)
	* src/ResolvExpr/AdjustExprType.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/PtrsAssignable.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/RenameVars.cc (modified)
	* src/ResolvExpr/RenameVars.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/FixFunction.h (modified)
	* src/SymTab/ImplementationType.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Mangler.h (modified)
	* src/SymTab/TypeEquality.cc (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeSubstitution.cc (modified)
	* src/SynTree/TypeSubstitution.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/SynTree/module.mk (modified)

	Added support for ZeroType and OneType to all relevant visitors


Mon, 19 Sep 2016 20:39:33 GMT Rob Schluntz <rschlunt@…> [8c49c0e]
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/CopyParams.cc (modified)
	* src/GenPoly/FindFunction.cc (modified)
	* src/GenPoly/GenPoly.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/FindOpenVars.cc (modified)
	* src/ResolvExpr/RenameVars.cc (modified)
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/ResolvExpr/TypeEnvironment.h (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeSubstitution.cc (modified)

	decouple code that uses Type's forall list from std::list in ...


Sat, 17 Sep 2016 12:27:51 GMT Rob Schluntz <rschlunt@…> [3c13c03]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/Common/utility.h (modified)
	* src/ResolvExpr/Alternative.cc (modified)
	* src/ResolvExpr/Alternative.h (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/TupleExpr.cc (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/Tuples/Tuples.h (modified)

	expand TupleExpr and TupleIndexExpr, add UniqueExpr


Thu, 15 Sep 2016 19:36:41 GMT Rob Schluntz <rschlunt@…> [4ab9536]
	* src/ResolvExpr/ConversionCost.cc (modified)

	handle conversion of tuples with different sizes


Thu, 15 Sep 2016 19:22:50 GMT Rob Schluntz <rschlunt@…> [aa8f9df]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/ControlStruct/LabelTypeChecker.cc (deleted)
	* src/ControlStruct/LabelTypeChecker.h (deleted)
	* src/ControlStruct/Mutate.cc (modified)
	* src/ControlStruct/module.mk (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/Makefile.in (modified)
	* src/ResolvExpr/Alternative.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/ResolvExpr/AlternativePrinter.cc (modified)
	* src/ResolvExpr/ResolveTypeof.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/ResolvExpr/typeops.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SynTree/AddressExpr.cc (modified)
	* src/SynTree/ApplicationExpr.cc (modified)
	* src/SynTree/CommaExpr.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/TupleExpr.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)

	Merge branch 'replace-results-list' into tuples

	Conflicts:
	        ...


Thu, 15 Sep 2016 14:17:16 GMT Rob Schluntz <rschlunt@…> [906e24d]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/ControlStruct/LabelTypeChecker.cc (deleted)
	* src/ControlStruct/LabelTypeChecker.h (deleted)
	* src/ControlStruct/Mutate.cc (modified)
	* src/ControlStruct/module.mk (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/Makefile.in (modified)
	* src/ResolvExpr/Alternative.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativePrinter.cc (modified)
	* src/ResolvExpr/ResolveTypeof.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/ResolvExpr/typeops.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SynTree/AddressExpr.cc (modified)
	* src/SynTree/ApplicationExpr.cc (modified)
	* src/SynTree/CommaExpr.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Tuples/TupleAssignment.h (modified)

	replace results list on Expressions with a single Type field


Mon, 12 Sep 2016 22:32:46 GMT Rob Schluntz <rschlunt@…> [6eb8948]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/Makefile.in (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/TupleExpr.cc (modified)
	* src/SynTree/TupleType.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Tuples/TupleExpansion.cc (added)
	* src/Tuples/Tuples.h (moved)
	* src/Tuples/module.mk (modified)
	* src/main.cc (modified)

	make TupleAssignment generate temporaries, add StmtExpr for GCC ...


Sun, 11 Sep 2016 13:58:25 GMT Rob Schluntz <rschlunt@…> [8f7cea1]
	* src/Makefile.in (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/Tuples/NameMatcher.cc (deleted)
	* src/Tuples/NameMatcher.h (deleted)
	* src/Tuples/module.mk (modified)

	remove NameMatcher code


Sat, 10 Sep 2016 17:31:37 GMT Rob Schluntz <rschlunt@…> [908cc83]
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/Tuples/TupleAssignment.cc (modified)

	make mass assignment resolve correctly


Sat, 10 Sep 2016 16:53:36 GMT Rob Schluntz <rschlunt@…> [5af62f1]
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Tuples/TupleAssignment.h (modified)

	major refactoring of Rodolfo's tuple assignment code


Sat, 10 Sep 2016 15:08:47 GMT Rob Schluntz <rschlunt@…> [add7117]
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/include/assert.h (modified)
	* src/libcfa/prelude.cf (modified)
	* src/tests/.expect/declarationErrors.txt (modified)
	* src/tests/declarationErrors.c (modified)
	* src/tests/test.py (modified)

	Merge branch 'master' into tuples

	Conflicts:
	        ...


Fri, 09 Sep 2016 17:58:07 GMT Rob Schluntz <rschlunt@…> [b6fe7e6]
	* src/InitTweak/FixInit.cc (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/libcfa/prelude.cf (modified)

	make constructor expressions work, fix bug with using the wrong ...


Thu, 08 Sep 2016 14:51:07 GMT Rob Schluntz <rschlunt@…> [3b58d91]
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/TupleExpr.cc (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)

	add AST nodes TupleIndexExpr, MemberTupleExpr, MassAssignExpr, and ...


Wed, 07 Sep 2016 15:40:52 GMT Rob Schluntz <rschlunt@…> [4e7f0f1]
	* src/Common/ScopedMap.h (added)
	* src/Common/utility.h (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/GenPoly/ScopedMap.h (deleted)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/tests/.expect/32/declarationSpecifier.txt (modified)
	* src/tests/.expect/32/extension.txt (modified)
	* src/tests/.expect/64/declarationSpecifier.txt (modified)
	* src/tests/.expect/64/extension.txt (modified)

	Merge branch 'master' into tuples


Wed, 07 Sep 2016 15:40:35 GMT Rob Schluntz <rschlunt@…> [02cea2d]
	* src/ResolvExpr/AlternativeFinder.cc (modified)

	fixed some indentation in AlternativeFinder


Wed, 07 Sep 2016 14:46:55 GMT Rob Schluntz <rschlunt@…> [e76acbe]
	* src/ResolvExpr/AlternativeFinder.cc (modified)

	modify computeConversionCost so that it allows formal parameters with ...


Tue, 06 Sep 2016 20:36:29 GMT Rob Schluntz <rschlunt@…> [1ced874]
	* src/Common/utility.h (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/PolyMutator.cc (modified)
	* src/GenPoly/PolyMutator.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SynTree/FunctionDecl.cc (modified)
	* src/main.cc (modified)
	* src/tests/.expect/32/declarationSpecifier.txt (modified)
	* src/tests/.expect/32/extension.txt (modified)
	* src/tests/.expect/32/gccExtensions.txt (modified)
	* src/tests/.expect/64/declarationSpecifier.txt (modified)
	* src/tests/.expect/64/extension.txt (modified)
	* src/tests/.expect/64/gccExtensions.txt (modified)
	* src/tests/.expect/ctorWarnings.txt (deleted)
	* src/tests/.expect/memberCtors-ERR1.txt (added)
	* src/tests/.expect/memberCtors.txt (added)
	* src/tests/Makefile.am (modified)
	* src/tests/Makefile.in (modified)
	* src/tests/ctorWarnings.c (deleted)
	* src/tests/memberCtors.c (added)
	* src/tests/typeof.c (modified)

	Merge branch 'master' into tuples


Sun, 04 Sep 2016 19:25:32 GMT Rob Schluntz <rschlunt@…> [1ba88a0]
	* src/Common/utility.h (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/PolyMutator.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/tests/.expect/64/declarationSpecifier.txt (modified)
	* src/tests/.expect/64/extension.txt (modified)
	* src/tests/.expect/64/gccExtensions.txt (modified)

	implement implicit ctor/dtor deletion, track managed types when ...


Sat, 03 Sep 2016 13:04:40 GMT Rob Schluntz <rschlunt@…> [85517ddb]
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/tests/typeof.c (modified)

	resolve typeof in cast expressions, update typeof test


Thu, 01 Sep 2016 19:27:57 GMT Rob Schluntz <rschlunt@…> [0362d42]
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/SynTree/Type.h (modified)

	modify instantiate function so that it allows formal parameters with ...


Tue, 30 Aug 2016 16:31:37 GMT Thierry Delisle <tdelisle@…> [31468a2]
	* src/Designators/Processor.cc (deleted)
	* src/Designators/Processor.h (deleted)
	* src/Designators/module.mk (deleted)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)

	Removed unused Designators folder


Wed, 24 Aug 2016 16:36:33 GMT Rob Schluntz <rschlunt@…> [79970ed]
	* src/CodeGen/GenType.h (modified)
	* src/Common/utility.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/Parser/LinkageSpec.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/TypeSubstitution.h (modified)

	implement warnings for missing struct member constructor calls, ...


Tue, 16 Aug 2016 19:07:21 GMT Rob Schluntz <rschlunt@…> [03da511]
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/ResolvExpr/TypeEnvironment.h (modified)
	* src/ResolvExpr/Unify.cc (modified)

	added comparator to more intelligently order assertions for ...


Mon, 08 Aug 2016 20:20:29 GMT Rob Schluntz <rschlunt@…> [a465caff]
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Autogen.cc (modified)

	generate a field constructor for union types and some refactoring


Fri, 05 Aug 2016 18:53:25 GMT Rob Schluntz <rschlunt@…> [242d458]
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Validate.cc (modified)

	Merge branch 'typedecl' into resolve-typedecl

	Conflicts:
	        ...


Thu, 04 Aug 2016 20:10:06 GMT Rob Schluntz <rschlunt@…> [f9cebb5]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/Parser/TypeData.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SynTree/Declaration.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/DeclarationWithType.cc (modified)
	* src/SynTree/FunctionDecl.cc (modified)
	* src/SynTree/Label.h (modified)
	* src/SynTree/ObjectDecl.cc (modified)

	add gcc attributes to ObjectDecl, hoist destructed static variables, ...


Tue, 02 Aug 2016 22:37:08 GMT Rob Schluntz <rschlunt@…> [4d2434a]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SynTree/Initializer.h (modified)

	major reorganization of constructor generation from initializer list ...


Thu, 21 Jul 2016 15:19:24 GMT Rob Schluntz <rschlunt@…> [40e636a]
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/Validate.cc (modified)

	only generate array dimension constant inside of functions, ...


Tue, 19 Jul 2016 23:09:30 GMT Rob Schluntz <rschlunt@…> [5f98ce5]
	* src/GenPoly/DeclMutator.h (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SymTab/Validate.cc (modified)

	hoist non-constexpr array dimension into const variable in case of ...


Mon, 18 Jul 2016 20:13:51 GMT Rob Schluntz <rschlunt@…> [2be1023]
	* src/InitTweak/GenInit.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)

	rework ctor/dtor generation to work properly with multidimensional
	arrays


Wed, 13 Jul 2016 18:07:35 GMT Rob Schluntz <rschlunt@…> [834d4fc]
	* src/ResolvExpr/AdjustExprType.cc (modified)

	recursively convert array expression types to pointers so that multi- ...


Tue, 12 Jul 2016 22:34:33 GMT Peter A. Buhr <pabuhr@…> [e4d3ceb]
	* Jenkins/FullBuild (added)
	* Jenkinsfile (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/tests/.expect/extension.txt (modified)

	Merge branch 'master' of plg2:software/cfa/cfa-cc


Tue, 12 Jul 2016 22:34:10 GMT Peter A. Buhr <pabuhr@…> [4e06c1e]
	* src/ControlStruct/CaseRangeMutator.cc (modified)
	* src/ControlStruct/CaseRangeMutator.h (modified)
	* src/ControlStruct/ChooseMutator.cc (deleted)
	* src/ControlStruct/ChooseMutator.h (deleted)
	* src/ControlStruct/LabelFixer.h (modified)
	* src/ControlStruct/MLEMutator.cc (modified)
	* src/ControlStruct/MLEMutator.h (modified)
	* src/ControlStruct/Mutate.cc (modified)
	* src/ControlStruct/module.mk (modified)
	* src/GenPoly/DeclMutator.cc (modified)
	* src/GenPoly/DeclMutator.h (modified)
	* src/GenPoly/PolyMutator.cc (modified)
	* src/GenPoly/PolyMutator.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/Makefile.in (modified)
	* src/Parser/ParseNode.cc (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/AddVisit.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/AddStmtVisitor.cc (modified)
	* src/SynTree/AddStmtVisitor.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/examples/includes.c (modified)
	* src/libcfa/iostream (modified)
	* src/libcfa/iostream.c (modified)
	* src/tests/switch.c (modified)

	changes for switch and choose statements


Mon, 11 Jul 2016 21:20:03 GMT Rob Schluntz <rschlunt@…> [cad355a]
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/tests/.expect/extension.txt (modified)

	generated field constructors for structs with const members no longer ...


Tue, 05 Jul 2016 01:24:11 GMT Peter A. Buhr <pabuhr@…> [8e9cbb2]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/InitializerNode.cc (modified)
	* src/Parser/ParseNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Expression.h (modified)
	* src/tests/extension.c (added)

	add more code to handle gcc __extension__ and test program, second ...


Wed, 29 Jun 2016 21:05:19 GMT Aaron Moss <a3moss@…> [a1d7679]
	* src/ResolvExpr/AlternativeFinder.cc (modified)

	Need a 4th level of recursive assertions to pass tests


Wed, 29 Jun 2016 20:47:57 GMT Aaron Moss <a3moss@…> [e64365c]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/ControlStruct/LabelFixer.cc (modified)
	* src/ControlStruct/LabelFixer.h (modified)
	* src/ControlStruct/LabelGenerator.cc (modified)
	* src/ControlStruct/MLEMutator.cc (modified)
	* src/ControlStruct/MLEMutator.h (modified)
	* src/ControlStruct/Mutate.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/Makefile.in (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SynTree/AddStmtVisitor.cc (added)
	* src/SynTree/AddStmtVisitor.h (added)
	* src/SynTree/Label.h (added)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/SynTree/module.mk (modified)
	* src/tests/.expect/dtor-early-exit-ERR1.txt (added)
	* src/tests/.expect/dtor-early-exit-ERR2.txt (added)
	* src/tests/.expect/dtor-early-exit.txt (added)
	* src/tests/.expect/init_once.txt (added)
	* src/tests/.expect/labelledExit.txt (modified)
	* src/tests/Makefile.am (modified)
	* src/tests/Makefile.in (modified)
	* src/tests/dtor-early-exit.c (added)
	* src/tests/init_once.c (added)
	* src/tests/labelledExit.c (modified)

	Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc


Wed, 29 Jun 2016 20:47:52 GMT Aaron Moss <a3moss@…> [89b686a]
	* src/ResolvExpr/AlternativeFinder.cc (modified)

	patch resolver-loop bug by bringing max-recursive-resolution depth ...


Wed, 29 Jun 2016 17:57:32 GMT Rob Schluntz <rschlunt@…> [d06010a]
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/RenameVars.cc (modified)
	* src/ResolvExpr/typeops.h (modified)
	* src/tests/test.py (modified)

	Merge branch 'master' into ctor


Tue, 28 Jun 2016 21:28:45 GMT Aaron Moss <a3moss@…> [22cad76]
	* src/ResolvExpr/AlternativeFinder.cc (modified)

	Second attempt to break resolver loop


Mon, 27 Jun 2016 20:26:34 GMT Aaron Moss <a3moss@…> [b9be079b]
	* src/ResolvExpr/AlternativeFinder.cc (modified)

	first attempt to break resolver loop


Mon, 27 Jun 2016 20:15:44 GMT Aaron Moss <a3moss@…> [ebf5689]
	* src/ResolvExpr/AlternativeFinder.cc (modified)

	Attempt to patch resolver loop


Mon, 27 Jun 2016 20:15:28 GMT Aaron Moss <a3moss@…> [2de162da]
	* src/ResolvExpr/RenameVars.cc (modified)
	* src/ResolvExpr/typeops.h (modified)

	Clean up code documentation


Thu, 23 Jun 2016 16:17:31 GMT Rob Schluntz <rschlunt@…> [71a145de]
	* src/ResolvExpr/Resolver.cc (modified)

	remove destructor from ConstructorInit in fallback case


Tue, 14 Jun 2016 16:53:26 GMT Peter A. Buhr <pabuhr@…> [c8c03683]
	* Jenkinsfile (modified)
	* doc/bibliography/cfa.bib (modified)
	* doc/papers/Baker82.pdf (added)
	* doc/papers/Bilson.pdf (added)
	* doc/papers/Bilson03.pdf (added)
	* doc/papers/Cormack81.pdf (added)
	* doc/papers/Ditchfield92.pdf (added)
	* doc/papers/Grossman06.pdf (added)
	* doc/papers/matrix.pdf (deleted)
	* doc/papers/meta.pdf (deleted)
	* doc/working/resolver_design.md (modified)
	* src/ArgTweak/FunctionFixer.cc (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/GenPoly/Box.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/InitTweak/InitTweak.h (modified)
	* src/Makefile.in (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/Attribute.cc (added)
	* src/SynTree/Attribute.h (added)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/FunctionDecl.cc (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Initializer.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/SynTree/module.mk (modified)
	* src/examples/avltree/avl-private.h (modified)

	Merge branch 'master' of plg2:software/cfa/cfa-cc


Tue, 14 Jun 2016 16:53:03 GMT Peter A. Buhr <pabuhr@…> [e04ef3a]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/Common/utility.h (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)

	add gcc __extension__, first attempt, not done yet


Tue, 07 Jun 2016 19:59:15 GMT Rob Schluntz <rschlunt@…> [a436947]
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/Attribute.h (modified)

	change type of enumerator to EnumInstType, allow casting between ...


Mon, 06 Jun 2016 18:16:00 GMT Rob Schluntz <rschlunt@…> [64071c2]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)

	greatly simplify construction of qualified objects using cast ...


Fri, 03 Jun 2016 18:02:29 GMT Rob Schluntz <rschlunt@…> [10a7775]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)

	can use intrinsic constructors on const objects


Wed, 01 Jun 2016 15:54:23 GMT Rob Schluntz <rschlunt@…> [f1b1e4c]
	* src/ArgTweak/FunctionFixer.cc (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Initializer.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)

	can construct global const objects, except with intrinsic
	constructors


Mon, 30 May 2016 16:51:22 GMT Rob Schluntz <rschlunt@…> [70f89d00]
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Initializer.h (modified)

	function scoped const objects can be constructed, add missing copy ...


Fri, 13 May 2016 17:18:35 GMT Rob Schluntz <rschlunt@…> [7b3f66b]
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/FixInit.h (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/GenInit.h (modified)
	* src/InitTweak/module.mk (modified)
	* src/Makefile.in (modified)
	* src/ResolvExpr/Resolver.cc (modified)

	Don't construct global extern variables, handle global array ...


Mon, 09 May 2016 16:41:50 GMT Rob Schluntz <rschlunt@…> [ec79847]
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/FixInit.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)

	don't include global init/destroy functions if they're empty, remove ...


Wed, 27 Apr 2016 21:17:36 GMT Rob Schluntz <rschlunt@…> [21ae786]
	* src/ResolvExpr/Resolver.cc (modified)

	remove fallback to C style initializer if overridable constructor is ...


Fri, 22 Apr 2016 17:42:36 GMT Rob Schluntz <rschlunt@…> [fbfb38e]
	* doc/user/Cdecl.fig (added)
	* doc/user/Makefile (modified)
	* doc/user/user.tex (modified)
	* src/ResolvExpr/CastCost.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SymTab/Validate.cc (modified)
	* src/driver/cfa.cc (modified)
	* src/examples/io.c (modified)
	* src/examples/swap.c (modified)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/fstream (modified)
	* src/libcfa/math (added)
	* src/libcfa/math.c (added)
	* src/libcfa/rational.c (modified)
	* src/libcfa/stdlib (modified)
	* src/libcfa/stdlib.c (modified)

	Merge branch 'master' into ctor


Fri, 22 Apr 2016 14:33:19 GMT Rob Schluntz <rschlunt@…> [dc2e7e0]
	* src/GenPoly/Box.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Visitor.cc (modified)

	add ImplicitCopyCtorExpr returnDecls to Visitor, Mutator, print


Fri, 15 Apr 2016 17:45:07 GMT Aaron Moss <a3moss@…> [9fd97126]
	* src/ResolvExpr/CastCost.cc (modified)

	Fix casts between pointer and integer types


Thu, 14 Apr 2016 20:13:10 GMT Rob Schluntz <rschlunt@…> [70a06f6]
	* doc/LaTeXmacros/common.tex (added)
	* doc/LaTeXmacros/indexstyle (moved)
	* doc/bibliography/cfa.bib (added)
	* doc/refrat/Makefile (modified)
	* doc/refrat/refrat.tex (modified)
	* doc/user/Makefile (modified)
	* doc/user/indexstyle (deleted)
	* doc/user/user.bib (deleted)
	* doc/user/user.tex (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/ErasableScopedMap.h (added)
	* src/GenPoly/FindFunction.cc (modified)
	* src/GenPoly/GenPoly.cc (modified)
	* src/GenPoly/GenPoly.h (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/GenPoly/PolyMutator.cc (modified)
	* src/GenPoly/ScopedMap.h (modified)
	* src/GenPoly/ScopedSet.h (added)
	* src/GenPoly/ScrubTyVars.cc (modified)
	* src/InitTweak/InitModel.h (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/TypedefTable.cc (modified)
	* src/Parser/TypedefTable.h (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/SymTab/AddVisit.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/Tuples/FlattenTuple.cc (modified)
	* src/Tuples/FlattenTuple.h (modified)
	* src/driver/cfa.cc (modified)
	* src/examples/io.c (added)
	* src/examples/io.data (moved)
	* src/examples/rational.c (added)
	* src/examples/rational.cc (added)
	* src/examples/read.c (deleted)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/fstream (modified)
	* src/libcfa/fstream.c (modified)
	* src/libcfa/iostream (modified)
	* src/libcfa/iostream.c (modified)
	* src/libcfa/limits (modified)
	* src/libcfa/limits.c (added)
	* src/libcfa/rational (added)
	* src/libcfa/rational.c (added)
	* src/libcfa/stdlib (modified)
	* src/libcfa/stdlib.c (modified)

	Merge branch 'master' into ctor

	Conflicts:
	        ...


Thu, 14 Apr 2016 19:22:42 GMT Rob Schluntz <rschlunt@…> [db4ecc5]
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/RemoveInit.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Resolver.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Initializer.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)

	add ImplicitCopyCtorExpr node, implicit copy constructors are ...


Wed, 06 Apr 2016 21:11:32 GMT Rob Schluntz <rschlunt@…> [a5a71d0]
	* .gitignore (modified)
	* configure (modified)
	* configure.ac (modified)
	* doc/refrat/Makefile (modified)
	* doc/refrat/refrat.tex (modified)
	* doc/user/Makefile (added)
	* doc/user/indexstyle (added)
	* doc/user/user.bib (added)
	* doc/user/user.tex (added)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/DeclMutator.cc (modified)
	* src/GenPoly/DeclMutator.h (modified)
	* src/GenPoly/InstantiateGeneric.cc (deleted)
	* src/GenPoly/InstantiateGeneric.h (deleted)
	* src/GenPoly/module.mk (modified)
	* src/InitTweak/RemoveInit.cc (modified)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/Parser.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/TypedefTable.cc (modified)
	* src/Parser/TypedefTable.h (modified)
	* src/Parser/lex.cc (modified)
	* src/Parser/lex.h (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.h (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AdjustExprType.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/PtrsAssignable.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/RenameVars.cc (modified)
	* src/ResolvExpr/RenameVars.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/AggregateTable.h (deleted)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/FixFunction.h (modified)
	* src/SymTab/IdTable.cc (deleted)
	* src/SymTab/IdTable.h (deleted)
	* src/SymTab/ImplementationType.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/StackTable.cc (deleted)
	* src/SymTab/StackTable.h (deleted)
	* src/SymTab/TypeEquality.cc (modified)
	* src/SymTab/TypeTable.h (deleted)
	* src/SymTab/Validate.cc (modified)
	* src/SymTab/module.mk (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/CodeGenVisitor.cc (deleted)
	* src/SynTree/CodeGenVisitor.h (deleted)
	* src/SynTree/CommaExpr.cc (modified)
	* src/SynTree/CompoundStmt.cc (modified)
	* src/SynTree/Constant.cc (modified)
	* src/SynTree/Constant.h (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/ReferenceToType.cc (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeSubstitution.cc (modified)
	* src/SynTree/TypeSubstitution.h (modified)
	* src/SynTree/VarArgsType.cc (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/SynTree/module.mk (modified)
	* src/driver/Makefile.in (modified)
	* src/examples/Makefile.in (modified)
	* src/examples/abs.c (modified)
	* src/examples/array.c (modified)
	* src/examples/array.h (modified)
	* src/examples/ato.c (modified)
	* src/examples/constants.c (modified)
	* src/examples/ctxts.c (modified)
	* src/examples/fstream_test.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/it_out.c (modified)
	* src/examples/limits.c (modified)
	* src/examples/minmax.c (modified)
	* src/examples/new.c (modified)
	* src/examples/prolog.c (modified)
	* src/examples/quad.c (modified)
	* src/examples/random.c (modified)
	* src/examples/read.c (added)
	* src/examples/read.data (added)
	* src/examples/searchsort.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/tests/vector_test.out.txt (modified)
	* src/examples/twice.c (modified)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/bfd.h (deleted)
	* src/libcfa/bfdlink.h (deleted)
	* src/libcfa/builtins.cf (modified)
	* src/libcfa/demangle.h (deleted)
	* src/libcfa/dialog.h (deleted)
	* src/libcfa/evdns.h (deleted)
	* src/libcfa/evhttp.h (deleted)
	* src/libcfa/evrpc.h (deleted)
	* src/libcfa/fcntl.h (deleted)
	* src/libcfa/form.h (deleted)
	* src/libcfa/fstream (modified)
	* src/libcfa/fstream.c (modified)
	* src/libcfa/gcrypt.h (deleted)
	* src/libcfa/iostream (modified)
	* src/libcfa/iostream.c (modified)
	* src/libcfa/iterator (modified)
	* src/libcfa/iterator.c (modified)
	* src/libcfa/math.h (deleted)
	* src/libcfa/prelude.cf (modified)
	* src/libcfa/stdlib (modified)
	* src/libcfa/stdlib.c (modified)

	Merge branch 'fix-memory-error' into ctor

	Conflicts:
	        ...


Tue, 05 Apr 2016 19:31:09 GMT Aaron Moss <a3moss@…> [afc1045]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/ScopedSet.h (added)
	* src/InitTweak/InitModel.h (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/Tuples/FlattenTuple.cc (modified)
	* src/Tuples/FlattenTuple.h (modified)

	Hoist OffsetPackExpr to top level expression


Wed, 30 Mar 2016 19:48:55 GMT Rob Schluntz <rschlunt@…> [5b2f5bb]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/RemoveInit.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Initializer.h (modified)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)

	choose destructor at at object declaration (CtorInit), overhaul and ...


Thu, 24 Mar 2016 20:45:23 GMT Peter A. Buhr <pabuhr@…> [3cfe27f]
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/libcfa/stdlib.c (modified)

	fix initialization of routine pointers, fix one random routine


Thu, 03 Mar 2016 19:45:51 GMT Rob Schluntz <rschlunt@…> [071a31a]
	* src/InitTweak/RemoveInit.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/libcfa/prelude.cf (modified)

	removed array ctor/dtors from prelude, generalized struct routine ...


Wed, 02 Mar 2016 23:15:02 GMT Peter A. Buhr <pabuhr@…> [4040425]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypedefTable.cc (modified)
	* src/Parser/TypedefTable.h (modified)
	* src/Parser/lex.cc (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.h (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AdjustExprType.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/PtrsAssignable.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/RenameVars.cc (modified)
	* src/ResolvExpr/RenameVars.h (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/AggregateTable.h (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/FixFunction.h (modified)
	* src/SymTab/ImplementationType.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/ReferenceToType.cc (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeSubstitution.cc (modified)
	* src/SynTree/TypeSubstitution.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/examples/array.c (modified)
	* src/examples/array.h (modified)
	* src/examples/ctxts.c (modified)
	* src/examples/index.h (modified)
	* src/examples/it_out.c (modified)
	* src/examples/prolog.c (modified)
	* src/examples/sum.c (modified)
	* src/libcfa/iostream (modified)
	* src/libcfa/iostream.c (modified)
	* src/libcfa/iterator (modified)
	* src/libcfa/iterator.c (modified)
	* src/libcfa/prelude.cf (modified)
	* src/libcfa/stdlib (modified)
	* src/libcfa/stdlib.c (modified)

	change keyword type to otype and context to trait


Wed, 02 Mar 2016 21:59:34 GMT Peter A. Buhr <pabuhr@…> [bdad1679]
	* src/CodeGen/GenType.cc (modified)
	* src/Makefile.in (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/TypeEquality.cc (modified)
	* src/SynTree/CodeGenVisitor.cc (deleted)
	* src/SynTree/CodeGenVisitor.h (deleted)
	* src/SynTree/Type.h (modified)
	* src/SynTree/VarArgsType.cc (modified)
	* src/SynTree/module.mk (modified)

	Merge branch 'master' of plg2:software/cfa/cfa-cc


Wed, 02 Mar 2016 21:59:19 GMT Peter A. Buhr <pabuhr@…> [90c3b1c]
	* configure (modified)
	* configure.ac (modified)
	* doc/refrat/Makefile (modified)
	* doc/refrat/refrat.tex (modified)
	* src/Makefile.am (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/lex.cc (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.h (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/driver/Makefile.in (modified)
	* src/examples/Makefile.in (modified)
	* src/examples/abs.c (modified)
	* src/examples/ato.c (modified)
	* src/examples/fstream_test.c (modified)
	* src/examples/hello.c (modified)
	* src/examples/identity.c (modified)
	* src/examples/minmax.c (modified)
	* src/examples/quad.c (modified)
	* src/examples/read.c (added)
	* src/examples/read.data (added)
	* src/examples/sum.c (modified)
	* src/examples/swap.c (modified)
	* src/examples/tests/vector_test.out.txt (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/builtins.cf (modified)
	* src/libcfa/fstream (modified)
	* src/libcfa/fstream.c (modified)
	* src/libcfa/iostream (modified)
	* src/libcfa/iostream.c (modified)
	* src/libcfa/stdlib (modified)
	* src/libcfa/stdlib.c (modified)

	compile CFA with C++11, further update refrat with lstlisting macros, ...


Fri, 26 Feb 2016 20:59:15 GMT Aaron Moss <a3moss@…> [33e6a2cc]
	* src/ResolvExpr/Unify.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)

	Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc


Fri, 26 Feb 2016 20:59:09 GMT Aaron Moss <a3moss@…> [931dd12]
	* src/ResolvExpr/PtrsCastable.cc (modified)

	Fix error in PtrsCastable's handling of enum types


Thu, 25 Feb 2016 22:16:15 GMT Rob Schluntz <rschlunt@…> [c14cff1]
	* src/CodeGen/GenType.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/Makefile.in (modified)
	* src/ResolvExpr/AdjustExprType.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/PtrsAssignable.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/RenameVars.cc (modified)
	* src/ResolvExpr/RenameVars.h (modified)
	* src/ResolvExpr/TypeMap.h (added)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/FixFunction.h (modified)
	* src/SymTab/ImplementationType.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Mangler.h (modified)
	* src/SymTab/TypeEquality.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeSubstitution.cc (modified)
	* src/SynTree/TypeSubstitution.h (modified)
	* src/SynTree/VarArgsType.cc (added)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/SynTree/module.mk (modified)

	Merge branch 'master' into ctor


Thu, 25 Feb 2016 22:14:15 GMT Rob Schluntz <rschlunt@…> [ac1ed49]
	* src/CodeGen/GenType.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/Makefile.in (modified)
	* src/ResolvExpr/AdjustExprType.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/PtrsAssignable.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/RenameVars.cc (modified)
	* src/ResolvExpr/RenameVars.h (modified)
	* src/ResolvExpr/TypeMap.h (added)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/FixFunction.h (modified)
	* src/SymTab/ImplementationType.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Mangler.h (modified)
	* src/SymTab/TypeEquality.cc (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeSubstitution.cc (modified)
	* src/SynTree/TypeSubstitution.h (modified)
	* src/SynTree/VarArgsType.cc (added)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/SynTree/module.mk (modified)

	Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa
	/cfa-cc


Thu, 25 Feb 2016 22:03:36 GMT Aaron Moss <a3moss@…> [44b7088]
	* src/CodeGen/GenType.cc (modified)
	* src/Makefile.in (modified)
	* src/ResolvExpr/AdjustExprType.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/PtrsAssignable.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/RenameVars.cc (modified)
	* src/ResolvExpr/RenameVars.h (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/FixFunction.h (modified)
	* src/SymTab/ImplementationType.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Mangler.h (modified)
	* src/SymTab/TypeEquality.cc (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeSubstitution.cc (modified)
	* src/SynTree/TypeSubstitution.h (modified)
	* src/SynTree/VarArgsType.cc (added)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/SynTree/module.mk (modified)

	Added VarArgsType for GCC __builtin_va_list var args pack


Thu, 25 Feb 2016 21:46:11 GMT Rob Schluntz <rschlunt@…> [41a2620]
	* src/ResolvExpr/Unify.cc (modified)

	changed unification constraints on array types to more closely match ...


Thu, 25 Feb 2016 21:34:09 GMT Rob Schluntz <rschlunt@…> [a9a259c]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Validate.cc (modified)

	autogenerate union ctor/dtors, autogenerate struct copy ctor, ...


Wed, 24 Feb 2016 22:08:21 GMT Aaron Moss <a3moss@…> [91b8a17]
	* src/ResolvExpr/AlternativeFinder.cc (modified)

	Implement SFINAE for function resolution


Tue, 23 Feb 2016 21:33:06 GMT Aaron Moss <a3moss@…> [b502055]
	* src/ResolvExpr/AlternativeFinder.cc (modified)

	Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc


Tue, 23 Feb 2016 20:52:49 GMT Aaron Moss <a3moss@…> [dc12481]
	* src/GenPoly/Box.cc (modified)
	* src/ResolvExpr/TypeMap.h (added)

	Modify box pass to support partially-polymorphic generic types; add ...


Tue, 23 Feb 2016 16:20:39 GMT Rob Schluntz <rschlunt@…> [a172972]
	* src/GenPoly/Box.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/CastCost.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/Tests/Makefile (modified)
	* src/examples/abs.c (modified)
	* src/examples/alloc.c (modified)
	* src/examples/ato.c (added)
	* src/examples/fstream_test.c (modified)
	* src/examples/hello.c (modified)
	* src/examples/identity.c (modified)
	* src/examples/minmax.c (modified)
	* src/examples/quad.c (modified)
	* src/examples/quoted_keyword.c (modified)
	* src/examples/random.c (modified)
	* src/examples/searchsort.c (added)
	* src/examples/square.c (modified)
	* src/examples/sum.c (modified)
	* src/examples/swap.c (modified)
	* src/examples/twice.c (modified)
	* src/examples/vector_test.c (modified)
	* src/libcfa/fstream (modified)
	* src/libcfa/fstream.c (modified)
	* src/libcfa/iostream (modified)
	* src/libcfa/iostream.c (modified)
	* src/libcfa/stdlib.c (modified)

	Merge branch 'master' into ctor

	Conflicts:
	        ...


Tue, 23 Feb 2016 16:05:11 GMT Rob Schluntz <rschlunt@…> [6ce67ce]
	* src/GenPoly/Box.cc (modified)
	* src/ResolvExpr/CastCost.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/Tests/Makefile (modified)
	* src/examples/abs.c (modified)
	* src/examples/alloc.c (modified)
	* src/examples/ato.c (added)
	* src/examples/fstream_test.c (modified)
	* src/examples/hello.c (modified)
	* src/examples/identity.c (modified)
	* src/examples/minmax.c (modified)
	* src/examples/quad.c (modified)
	* src/examples/quoted_keyword.c (modified)
	* src/examples/random.c (modified)
	* src/examples/searchsort.c (added)
	* src/examples/square.c (modified)
	* src/examples/sum.c (modified)
	* src/examples/swap.c (modified)
	* src/examples/twice.c (modified)
	* src/examples/vector_test.c (modified)
	* src/libcfa/fstream (modified)
	* src/libcfa/fstream.c (modified)
	* src/libcfa/iostream (modified)
	* src/libcfa/iostream.c (modified)
	* src/libcfa/stdlib.c (modified)

	Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa
	/cfa-cc


Tue, 23 Feb 2016 16:05:01 GMT Rob Schluntz <rschlunt@…> [6ed1d4b]
	* src/ResolvExpr/AlternativeFinder.cc (modified)

	changed AlternativeFinder debug output to all go to cerr


Wed, 10 Feb 2016 20:57:00 GMT Peter A. Buhr <pabuhr@…> [52f85e0]
	* src/ResolvExpr/CastCost.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/examples/sum.c (modified)
	* src/libcfa/iostream.c (modified)
	* src/libcfa/stdlib.c (modified)

	syslib updates and examples, formatting, make double 0 work


Tue, 09 Feb 2016 20:25:05 GMT Rob Schluntz <rschlunt@…> [d63eeb0]
	* .gitignore (modified)
	* Makefile.am (modified)
	* Makefile.in (modified)
	* config.h.in (modified)
	* configure (modified)
	* configure.ac (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/ControlStruct/CaseRangeMutator.cc (modified)
	* src/ControlStruct/ChooseMutator.h (modified)
	* src/ControlStruct/ForExprMutator.h (modified)
	* src/ControlStruct/LabelFixer.cc (modified)
	* src/ControlStruct/LabelFixer.h (modified)
	* src/ControlStruct/LabelTypeChecker.h (modified)
	* src/ControlStruct/MLEMutator.h (modified)
	* src/ControlStruct/Mutate.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/CopyParams.cc (modified)
	* src/GenPoly/FindFunction.cc (modified)
	* src/GenPoly/GenPoly.cc (modified)
	* src/GenPoly/GenPoly.h (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/GenPoly/PolyMutator.cc (modified)
	* src/GenPoly/PolyMutator.h (modified)
	* src/GenPoly/ScopedMap.h (added)
	* src/GenPoly/ScrubTyVars.cc (modified)
	* src/GenPoly/ScrubTyVars.h (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/InitTweak/BasicInit.cc (modified)
	* src/InitTweak/DeclarationHoister.cc (modified)
	* src/InitTweak/InitExpander.cc (modified)
	* src/InitTweak/InitExpander.h (modified)
	* src/InitTweak/InitModel.h (modified)
	* src/InitTweak/RemoveInit.cc (modified)
	* src/MakeLibCfa.cc (modified)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/LinkageSpec.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/lex.cc (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/module.mk (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.h (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/Alternative.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/ResolvExpr/AlternativePrinter.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/ResolvExpr/Unify.h (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/IdTable.cc (modified)
	* src/SymTab/ImplementationType.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/AddressExpr.cc (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/ApplicationExpr.cc (modified)
	* src/SynTree/ArrayType.cc (modified)
	* src/SynTree/AttrType.cc (modified)
	* src/SynTree/CommaExpr.cc (modified)
	* src/SynTree/CompoundStmt.cc (modified)
	* src/SynTree/DeclStmt.cc (modified)
	* src/SynTree/Declaration.cc (modified)
	* src/SynTree/DeclarationWithType.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/FunctionDecl.cc (modified)
	* src/SynTree/FunctionType.cc (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Initializer.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/NamedTypeDecl.cc (modified)
	* src/SynTree/ObjectDecl.cc (modified)
	* src/SynTree/PointerType.cc (modified)
	* src/SynTree/ReferenceToType.cc (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/TupleExpr.cc (modified)
	* src/SynTree/TupleType.cc (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/TypeDecl.cc (modified)
	* src/SynTree/TypeExpr.cc (modified)
	* src/SynTree/TypeofType.cc (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/Tuples/AssignExpand.h (modified)
	* src/Tuples/FlattenTuple.cc (modified)
	* src/Tuples/FlattenTuple.h (modified)
	* src/Tuples/FunctionChecker.cc (modified)
	* src/Tuples/FunctionChecker.h (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/driver/Makefile.am (modified)
	* src/driver/Makefile.in (modified)
	* src/driver/cc1.cc (modified)
	* src/driver/cfa.cc (modified)
	* src/examples/Makefile.am (modified)
	* src/examples/Makefile.in (modified)
	* src/examples/abs.c (added)
	* src/examples/alloc.c (modified)
	* src/examples/array.h (modified)
	* src/examples/constants.c (modified)
	* src/examples/fstream_test.c (modified)
	* src/examples/hello.c (modified)
	* src/examples/identity.c (modified)
	* src/examples/limits.c (added)
	* src/examples/minmax.c (moved)
	* src/examples/nestedfunc.c (deleted)
	* src/examples/new.c (modified)
	* src/examples/quad.c (modified)
	* src/examples/quoted_keyword.c (modified)
	* src/examples/random.c (added)
	* src/examples/simple.c (deleted)
	* src/examples/square.c (modified)
	* src/examples/sum.c (modified)
	* src/examples/swap.c (modified)
	* src/examples/twice.c (modified)
	* src/examples/vector_test.c (modified)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/bfd.h (moved)
	* src/libcfa/bfdlink.h (moved)
	* src/libcfa/demangle.h (moved)
	* src/libcfa/dialog.h (moved)
	* src/libcfa/evdns.h (moved)
	* src/libcfa/evhttp.h (moved)
	* src/libcfa/evrpc.h (moved)
	* src/libcfa/expat.h (moved)
	* src/libcfa/fcntl.h (moved)
	* src/libcfa/form.h (moved)
	* src/libcfa/fstream (moved)
	* src/libcfa/fstream.c (moved)
	* src/libcfa/gcrypt.h (moved)
	* src/libcfa/iostream (moved)
	* src/libcfa/iostream.c (moved)
	* src/libcfa/iterator (moved)
	* src/libcfa/iterator.c (moved)
	* src/libcfa/limits (added)
	* src/libcfa/math.h (moved)
	* src/libcfa/stdlib (added)
	* src/libcfa/stdlib.c (added)
	* src/main.cc (modified)

	Merge branch 'master' into ctor

	Conflicts:
	        ...


Tue, 02 Feb 2016 19:00:37 GMT Aaron Moss <a3moss@…> [2a4b088]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/GenPoly/Box.cc (modified)
	* src/InitTweak/InitModel.h (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/Tuples/FlattenTuple.cc (modified)
	* src/Tuples/FlattenTuple.h (modified)

	Make offsetof expressions work


Fri, 29 Jan 2016 21:36:46 GMT Peter A. Buhr <pabuhr@…> [ae8b942]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/GenPoly.cc (modified)
	* src/GenPoly/GenPoly.h (modified)
	* src/GenPoly/PolyMutator.cc (modified)
	* src/GenPoly/PolyMutator.h (modified)
	* src/GenPoly/ScopedMap.h (added)
	* src/GenPoly/ScrubTyVars.cc (modified)
	* src/GenPoly/ScrubTyVars.h (modified)
	* src/InitTweak/InitModel.h (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Initializer.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/Tuples/FlattenTuple.cc (modified)
	* src/Tuples/FlattenTuple.h (modified)
	* src/main.cc (modified)

	Merge branch 'master' of plg2:software/cfa/cfa-cc


Fri, 29 Jan 2016 21:36:39 GMT Peter A. Buhr <pabuhr@…> [d3b7937]
	* .gitignore (modified)
	* Makefile.am (modified)
	* Makefile.in (modified)
	* config.h.in (modified)
	* configure (modified)
	* configure.ac (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/ControlStruct/CaseRangeMutator.cc (modified)
	* src/ControlStruct/ChooseMutator.h (modified)
	* src/ControlStruct/ForExprMutator.h (modified)
	* src/ControlStruct/LabelFixer.cc (modified)
	* src/ControlStruct/LabelFixer.h (modified)
	* src/ControlStruct/LabelTypeChecker.h (modified)
	* src/ControlStruct/MLEMutator.h (modified)
	* src/ControlStruct/Mutate.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/CopyParams.cc (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/InitTweak/BasicInit.cc (modified)
	* src/InitTweak/DeclarationHoister.cc (modified)
	* src/InitTweak/InitExpander.cc (modified)
	* src/InitTweak/InitExpander.h (modified)
	* src/InitTweak/InitModel.h (modified)
	* src/MakeLibCfa.cc (modified)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/LinkageSpec.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/module.mk (modified)
	* src/ResolvExpr/Alternative.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativePrinter.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/ResolvExpr/Unify.h (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/IdTable.cc (modified)
	* src/SymTab/ImplementationType.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/AddressExpr.cc (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/ApplicationExpr.cc (modified)
	* src/SynTree/ArrayType.cc (modified)
	* src/SynTree/AttrType.cc (modified)
	* src/SynTree/CommaExpr.cc (modified)
	* src/SynTree/CompoundStmt.cc (modified)
	* src/SynTree/DeclStmt.cc (modified)
	* src/SynTree/Declaration.cc (modified)
	* src/SynTree/DeclarationWithType.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/FunctionDecl.cc (modified)
	* src/SynTree/FunctionType.cc (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/NamedTypeDecl.cc (modified)
	* src/SynTree/ObjectDecl.cc (modified)
	* src/SynTree/PointerType.cc (modified)
	* src/SynTree/ReferenceToType.cc (modified)
	* src/SynTree/TupleExpr.cc (modified)
	* src/SynTree/TupleType.cc (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/TypeDecl.cc (modified)
	* src/SynTree/TypeExpr.cc (modified)
	* src/SynTree/TypeofType.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/Tuples/AssignExpand.h (modified)
	* src/Tuples/FunctionChecker.cc (modified)
	* src/Tuples/FunctionChecker.h (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/driver/Makefile.am (modified)
	* src/driver/Makefile.in (modified)
	* src/driver/cc1.cc (modified)
	* src/driver/cfa.cc (modified)
	* src/examples/Makefile.am (modified)
	* src/examples/Makefile.in (modified)
	* src/examples/abs.c (added)
	* src/examples/alloc.c (modified)
	* src/examples/array.h (modified)
	* src/examples/constants.c (modified)
	* src/examples/fstream_test.c (modified)
	* src/examples/hello.c (modified)
	* src/examples/identity.c (modified)
	* src/examples/limits.c (added)
	* src/examples/minmax.c (moved)
	* src/examples/new.c (modified)
	* src/examples/quad.c (modified)
	* src/examples/quoted_keyword.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_test.c (modified)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/algorithm (added)
	* src/libcfa/algorithm.c (added)
	* src/libcfa/bfd.h (moved)
	* src/libcfa/bfdlink.h (moved)
	* src/libcfa/demangle.h (moved)
	* src/libcfa/dialog.h (moved)
	* src/libcfa/evdns.h (moved)
	* src/libcfa/evhttp.h (moved)
	* src/libcfa/evrpc.h (moved)
	* src/libcfa/expat.h (moved)
	* src/libcfa/fcntl.h (moved)
	* src/libcfa/form.h (moved)
	* src/libcfa/fstream (moved)
	* src/libcfa/fstream.c (moved)
	* src/libcfa/gcrypt.h (moved)
	* src/libcfa/iostream (moved)
	* src/libcfa/iostream.c (moved)
	* src/libcfa/iterator (moved)
	* src/libcfa/iterator.c (moved)
	* src/libcfa/limits (added)
	* src/libcfa/math.h (moved)
	* src/main.cc (modified)

	building runtime library (first attempt)


Tue, 19 Jan 2016 21:46:04 GMT Aaron Moss <a3moss@…> [25a054f]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/InitTweak/InitModel.h (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/Tuples/FlattenTuple.cc (modified)
	* src/Tuples/FlattenTuple.h (modified)

	Add OffsetofExpr for field offsets