#
# ChangeLog for src/CodeGen/CodeGenerator.cc
#
# Generated by Trac 1.2.1
# Mar 9, 2025, 4:17:29 AM

Fri, 01 Dec 2017 19:52:21 GMT Rob Schluntz <rschlunt@…> [55d6e8de]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)

	Add CodeGen for WithStmt


Wed, 01 Nov 2017 21:40:05 GMT Rob Schluntz <rschlunt@…> [f0ecf9b]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/GenPoly/ScrubTyVars.cc (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/TypeDecl.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)

	Remove TypeDecl::Any, as it is subsumed by Dtype+sized


Thu, 19 Oct 2017 15:15:35 GMT Rob Schluntz <rschlunt@…> [ab4bff5]
	* src/CodeGen/CodeGenerator.cc (modified)

	Update CodeGen to correctly print type assertions for debug


Mon, 02 Oct 2017 20:39:42 GMT Rob Schluntz <rschlunt@…> [50377a4]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Common/Indenter.h (modified)
	* src/Common/utility.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/ResolvExpr/Alternative.cc (modified)
	* src/ResolvExpr/Alternative.h (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/ResolvExpr/TypeEnvironment.h (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/Attribute.cc (modified)
	* src/SynTree/Attribute.h (modified)
	* src/SynTree/BaseSyntaxNode.h (modified)
	* src/SynTree/BasicType.cc (modified)
	* src/SynTree/CommaExpr.cc (modified)
	* src/SynTree/CompoundStmt.cc (modified)
	* src/SynTree/DeclStmt.cc (modified)
	* src/SynTree/Declaration.cc (modified)
	* src/SynTree/Declaration.h (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/NamedTypeDecl.cc (modified)
	* src/SynTree/ObjectDecl.cc (modified)
	* src/SynTree/PointerType.cc (modified)
	* src/SynTree/ReferenceToType.cc (modified)
	* src/SynTree/ReferenceType.cc (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/TupleExpr.cc (modified)
	* src/SynTree/TupleType.cc (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeDecl.cc (modified)
	* src/SynTree/TypeExpr.cc (modified)
	* src/SynTree/TypeSubstitution.cc (modified)
	* src/SynTree/TypeSubstitution.h (modified)
	* src/SynTree/TypeofType.cc (modified)
	* src/SynTree/VarArgsType.cc (modified)
	* src/SynTree/VoidType.cc (modified)
	* src/SynTree/ZeroOneType.cc (modified)
	* src/tests/.expect/castError.txt (modified)
	* src/tests/.expect/scopeErrors.txt (modified)

	Refactor tree print code to use Indenter


Wed, 27 Sep 2017 20:24:16 GMT Rob Schluntz <rschlunt@…> [5ea7a22]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Common/PassVisitor.h (modified)
	* src/Common/PassVisitor.impl.h (modified)
	* src/SynTree/Attribute.h (modified)
	* src/SynTree/BaseSyntaxNode.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)

	Make Attribute a child of BaseSyntaxNode


Wed, 27 Sep 2017 20:11:50 GMT Thierry Delisle <tdelisle@…> [e4ea10b7]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)

	Added codegen code for waitfor and catch stmt


Mon, 25 Sep 2017 16:07:43 GMT Rob Schluntz <rschlunt@…> [f265042]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Concurrency/Waitfor.cc (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/parserutility.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Resolver.h (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SynTree/BaseSyntaxNode.h (modified)
	* src/SynTree/CompoundStmt.cc (modified)
	* src/SynTree/Constant.cc (modified)
	* src/SynTree/Constant.h (modified)
	* src/SynTree/Declaration.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Initializer.h (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/benchmark/bench.h (modified)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/concurrency/coroutine.c (modified)
	* src/libcfa/concurrency/invoke.h (modified)
	* src/libcfa/concurrency/kernel.c (modified)
	* src/libcfa/concurrency/monitor (modified)
	* src/libcfa/concurrency/monitor.c (modified)
	* src/libcfa/concurrency/preemption.c (modified)
	* src/libcfa/concurrency/thread (modified)
	* src/libcfa/concurrency/thread.c (modified)
	* src/prelude/prelude.cf (modified)
	* src/tests/.expect/sched-ext-else.txt (added)
	* src/tests/.expect/sched-ext-parse.txt (added)
	* src/tests/Makefile.am (modified)
	* src/tests/Makefile.in (modified)
	* src/tests/sched-ext-else.c (added)
	* src/tests/sched-ext-parse.c (modified)
	* src/tests/sched-ext.c (modified)

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


Thu, 21 Sep 2017 19:23:33 GMT Rob Schluntz <rschlunt@…> [22bc276]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)

	Convert HoistArrayDimension to PassVisitor, cleanup in InitTweak and ...


Wed, 20 Sep 2017 16:24:45 GMT Thierry Delisle <tdelisle@…> [f980549]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/CodeTools/TrackLoc.cc (modified)
	* src/Common/CodeLocation.h (modified)
	* src/Common/PassVisitor.h (modified)
	* src/Common/PassVisitor.impl.h (modified)
	* src/Common/SemanticError.cc (modified)
	* src/Common/SemanticError.h (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SynTree/BaseSyntaxNode.h (modified)
	* src/tests/.expect/dtor-early-exit-ERR1.txt (modified)
	* src/tests/.expect/dtor-early-exit-ERR2.txt (modified)

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


Wed, 20 Sep 2017 15:47:26 GMT Rob Schluntz <rschlunt@…> [d22e90f]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/Generate.cc (modified)

	Cleanup CodeGen and make linemarkers a bit more accurate


Tue, 19 Sep 2017 17:22:51 GMT Rob Schluntz <rschlunt@…> [d48e529]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Common/CodeLocation.h (modified)
	* src/Common/SemanticError.h (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)

	Begin to introduce support for yylloc in the parser and extend ...


Tue, 19 Sep 2017 17:18:57 GMT Rob Schluntz <rschlunt@…> [4e8949f]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeTools/TrackLoc.cc (modified)
	* src/SymTab/Autogen.cc (modified)

	Handle ConstructorExpr in CodeGenerator


Mon, 18 Sep 2017 17:25:03 GMT Rob Schluntz <rschlunt@…> [9857e8d]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/SynTree/BaseSyntaxNode.h (modified)

	Convert CodeGenerator to PassVisitor


Fri, 15 Sep 2017 14:50:13 GMT Thierry Delisle <tdelisle@…> [e149f77]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/SynTree/BaseSyntaxNode.h (modified)
	* src/SynTree/Declaration.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Initializer.h (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)

	- moved print routine to base syntax node and implementated in code ...


Thu, 14 Sep 2017 19:42:14 GMT Thierry Delisle <tdelisle@…> [1dcd9554]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Concurrency/Waitfor.cc (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/libcfa/concurrency/monitor (modified)

	First "working" implementation of waitfor


Tue, 12 Sep 2017 21:55:31 GMT Rob Schluntz <rschlunt@…> [b3c7963]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/Parser/ExpressionNode.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.ll (modified)
	* src/Parser/parser.yy (modified)
	* src/SynTree/BasicType.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/Type.cc (modified)
	* src/benchmark/Makefile.am (modified)
	* src/benchmark/Makefile.in (modified)
	* src/benchmark/stat.py (added)
	* src/libcfa/gmp (modified)
	* src/libcfa/iostream (modified)
	* src/libcfa/iostream.c (modified)
	* src/tests/.expect/32/literals.txt (added)
	* src/tests/.expect/64/KRfunctions.txt (modified)
	* src/tests/.expect/64/attributes.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/64/gmp.txt (modified)
	* src/tests/.expect/64/literals.txt (added)
	* src/tests/.expect/io.txt (modified)
	* src/tests/.expect/user_literals.txt (added)
	* src/tests/Makefile.am (modified)
	* src/tests/Makefile.in (modified)
	* src/tests/charStringConstants.c (deleted)
	* src/tests/gmp.c (modified)
	* src/tests/io.c (modified)
	* src/tests/io.data (modified)
	* src/tests/literals.c (added)
	* src/tests/user_literals.c (added)

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


Tue, 12 Sep 2017 21:14:32 GMT Rob Schluntz <rschlunt@…> [a0c7dc36]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/GenPoly/Box.cc (modified)

	Convert PolyGenericCalculator to PassVisitor and generate size/align ...


Mon, 04 Sep 2017 03:30:57 GMT Peter A. Buhr <pabuhr@…> [e612146c]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/parser.yy (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)

	third attempt at user-defined literals


Fri, 01 Sep 2017 22:59:48 GMT Rob Schluntz <rschlunt@…> [5809461]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/OperatorTable.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/AddressExpr.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/tests/dtor-early-exit.c (modified)

	Fix handling of GCC label address and computed goto


Fri, 01 Sep 2017 18:42:12 GMT Rob Schluntz <rschlunt@…> [a984e65]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/Generate.cc (modified)

	Remove TraitDecl prior to CodeGen, add debug codegen for TraitDecl


Fri, 01 Sep 2017 14:23:52 GMT Rob Schluntz <rschlunt@…> [058f549]
	* src/CodeGen/CodeGenerator.cc (modified)

	Add missing indentation for statement expr children


Thu, 24 Aug 2017 00:53:23 GMT Rob Schluntz <rschlunt@…> [87e08e24]
	* src/CodeGen/CodeGenerator.cc (modified)

	Add missing indent prints in codegen


Tue, 22 Aug 2017 23:31:52 GMT Rob Schluntz <rschlunt@…> [8135d4c]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/CodeTools/TrackLoc.cc (modified)
	* src/Common/CodeLocation.h (added)
	* src/Common/PassVisitor.h (modified)
	* src/Common/SemanticError.h (modified)
	* src/Common/utility.h (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/ControlStruct/ExceptTranslate.h (modified)
	* src/ControlStruct/ForExprMutator.cc (modified)
	* src/ControlStruct/ForExprMutator.h (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/ControlStruct/Mutate.h (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/Box.h (modified)
	* src/GenPoly/CopyParams.cc (modified)
	* src/GenPoly/DeclMutator.cc (modified)
	* src/GenPoly/DeclMutator.h (modified)
	* src/GenPoly/FindFunction.cc (modified)
	* src/GenPoly/FindFunction.h (modified)
	* src/GenPoly/GenPoly.cc (modified)
	* src/GenPoly/GenPoly.h (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/GenPoly/InstantiateGeneric.h (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/GenPoly/Lvalue.h (modified)
	* src/GenPoly/PolyMutator.cc (modified)
	* src/GenPoly/PolyMutator.h (modified)
	* src/GenPoly/ScrubTyVars.cc (modified)
	* src/GenPoly/ScrubTyVars.h (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/GenPoly/Specialize.h (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixGlobalInit.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/FixInit.h (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/GenInit.h (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/InitializerNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/TypedefTable.cc (modified)
	* src/Parser/TypedefTable.h (modified)
	* src/Parser/parser.yy (modified)
	* src/Parser/parserutility.cc (modified)
	* src/Parser/parserutility.h (modified)
	* src/ResolvExpr/AdjustExprType.cc (modified)
	* src/ResolvExpr/Alternative.cc (modified)
	* src/ResolvExpr/Alternative.h (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/ResolvExpr/AlternativePrinter.cc (modified)
	* src/ResolvExpr/AlternativePrinter.h (modified)
	* src/ResolvExpr/CastCost.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/CurrentObject.cc (modified)
	* src/ResolvExpr/CurrentObject.h (modified)
	* src/ResolvExpr/FindOpenVars.cc (modified)
	* src/ResolvExpr/FindOpenVars.h (modified)
	* src/ResolvExpr/Occurs.cc (modified)
	* src/ResolvExpr/PolyCost.cc (modified)
	* src/ResolvExpr/PtrsAssignable.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/RenameVars.cc (modified)
	* src/ResolvExpr/RenameVars.h (modified)
	* src/ResolvExpr/ResolveTypeof.cc (modified)
	* src/ResolvExpr/ResolveTypeof.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Resolver.h (modified)
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/ResolvExpr/TypeEnvironment.h (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/ResolvExpr/Unify.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/AddStmtVisitor.cc (modified)
	* src/SynTree/AddStmtVisitor.h (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/Attribute.cc (modified)
	* src/SynTree/Attribute.h (modified)
	* src/SynTree/BaseSyntaxNode.h (modified)
	* src/SynTree/BasicType.cc (modified)
	* src/SynTree/CommaExpr.cc (modified)
	* src/SynTree/CompoundStmt.cc (modified)
	* src/SynTree/Constant.cc (modified)
	* src/SynTree/Constant.h (modified)
	* src/SynTree/DeclStmt.cc (modified)
	* src/SynTree/Declaration.cc (modified)
	* src/SynTree/Declaration.h (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/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/TupleExpr.cc (modified)
	* src/SynTree/TupleType.cc (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeDecl.cc (modified)
	* src/SynTree/TypeExpr.cc (modified)
	* src/SynTree/TypeSubstitution.cc (modified)
	* src/SynTree/TypeSubstitution.h (modified)
	* src/SynTree/TypeofType.cc (modified)
	* src/SynTree/VarArgsType.cc (modified)
	* src/SynTree/VarExprReplacer.cc (modified)
	* src/SynTree/VarExprReplacer.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/SynTree/VoidType.cc (modified)
	* src/SynTree/ZeroOneType.cc (modified)
	* src/Tuples/Explode.cc (modified)
	* src/Tuples/Explode.h (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/Virtual/ExpandCasts.cc (modified)
	* src/Virtual/ExpandCasts.h (modified)
	* src/driver/cfa.cc (modified)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/exception.c (modified)
	* src/libcfa/exception.h (modified)
	* src/libcfa/libhdr.h (modified)
	* src/main.cc (modified)
	* src/tests/.expect/32/KRfunctions.txt (modified)
	* src/tests/.expect/64/KRfunctions.txt (modified)
	* src/tests/KRfunctions.c (modified)
	* src/tests/except-0.c (modified)
	* src/tests/except-1.c (modified)
	* src/tests/except-2.c (modified)
	* src/tests/except-3.c (added)
	* src/tests/except-mac.h (added)
	* tools/build/clean_hdr.awk (added)
	* tools/build/clean_hdrs (added)
	* tools/build/time_make (added)

	Merge branch 'master' into references


Tue, 22 Aug 2017 21:38:49 GMT Rob Schluntz <rschlunt@…> [d104b02]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/GenType.cc (modified)

	Add codegen for TupleAssignExpr, UniqueExpr and remove lvalue cast ...


Fri, 18 Aug 2017 20:01:06 GMT Andrew Beach <ajbeach@…> [0dd18fd]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/Generate.cc (modified)

	Removed the old LineMark system.


Fri, 18 Aug 2017 18:23:02 GMT Andrew Beach <ajbeach@…> [8bafacc]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/ControlStruct/ForExprMutator.cc (modified)

	New system for formating generated code in CodeGenerator.


Mon, 14 Aug 2017 18:03:39 GMT Rob Schluntz <rschlunt@…> [9236060]
	* .gitignore (modified)
	* Makefile.am (modified)
	* Makefile.in (modified)
	* automake/compile (modified)
	* automake/config.guess (modified)
	* automake/config.sub (modified)
	* automake/depcomp (modified)
	* automake/install-sh (modified)
	* automake/test-driver (modified)
	* automake/ylwrap (modified)
	* configure (modified)
	* configure.ac (modified)
	* doc/LaTeXmacros/common.tex (modified)
	* doc/LaTeXmacros/lstlang.sty (modified)
	* doc/generic_types/generic_types.bib (deleted)
	* doc/generic_types/generic_types.tex (modified)
	* doc/man/README (added)
	* doc/man/cfa.1 (added)
	* doc/proposals/concurrency/text/concurrency.tex (modified)
	* doc/proposals/concurrency/version (modified)
	* doc/proposals/tagged-struct.txt (deleted)
	* doc/proposals/virtual.txt (modified)
	* doc/refrat/Makefile (modified)
	* doc/refrat/keywords.tex (added)
	* doc/refrat/operidents.tex (added)
	* doc/refrat/refrat.tex (modified)
	* doc/rob_thesis/Makefile (modified)
	* doc/rob_thesis/thesis.tex (modified)
	* doc/user/EHMHierarchy.fig (modified)
	* doc/user/Makefile (modified)
	* doc/user/user.tex (modified)
	* doc/working/resolver_design.md (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/FixMain.h (modified)
	* src/CodeGen/FixNames.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/GenType.h (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/CodeGen/Generate.h (modified)
	* src/CodeGen/OperatorTable.cc (modified)
	* src/CodeGen/OperatorTable.h (modified)
	* src/CodeTools/DeclStats.h (modified)
	* src/CodeTools/TrackLoc.cc (modified)
	* src/CodeTools/TrackLoc.h (modified)
	* src/Common/CompilerError.h (modified)
	* src/Common/PassVisitor.h (modified)
	* src/Common/PassVisitor.impl.h (modified)
	* src/Common/PassVisitor.proto.h (modified)
	* src/Common/ScopedMap.h (modified)
	* src/Common/SemanticError.h (modified)
	* src/Common/UnimplementedError.h (modified)
	* src/Common/UniqueName.h (modified)
	* src/Common/VectorMap.h (modified)
	* src/Common/utility.h (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Concurrency/Keywords.h (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/ControlStruct/ExceptTranslate.h (modified)
	* src/ControlStruct/ForExprMutator.h (modified)
	* src/ControlStruct/LabelFixer.h (modified)
	* src/ControlStruct/LabelGenerator.h (modified)
	* src/ControlStruct/MLEMutator.h (modified)
	* src/ControlStruct/Mutate.h (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/Box.h (modified)
	* src/GenPoly/CopyParams.h (modified)
	* src/GenPoly/DeclMutator.h (modified)
	* src/GenPoly/ErasableScopedMap.h (modified)
	* src/GenPoly/FindFunction.h (modified)
	* src/GenPoly/GenPoly.h (modified)
	* src/GenPoly/InstantiateGeneric.h (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/GenPoly/Lvalue.h (modified)
	* src/GenPoly/PolyMutator.h (modified)
	* src/GenPoly/ScopedSet.h (modified)
	* src/GenPoly/ScrubTyVars.h (modified)
	* src/GenPoly/Specialize.h (modified)
	* src/InitTweak/FixGlobalInit.h (modified)
	* src/InitTweak/FixInit.h (modified)
	* src/InitTweak/GenInit.h (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/MakeLibCfa.h (modified)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/InitializerNode.cc (modified)
	* src/Parser/LinkageSpec.h (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/ParserTypes.h (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/TypedefTable.h (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)
	* src/Parser/parserutility.cc (modified)
	* src/Parser/parserutility.h (modified)
	* src/ResolvExpr/Alternative.h (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/ResolvExpr/AlternativePrinter.h (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/Cost.h (modified)
	* src/ResolvExpr/CurrentObject.cc (modified)
	* src/ResolvExpr/CurrentObject.h (modified)
	* src/ResolvExpr/FindOpenVars.h (modified)
	* src/ResolvExpr/RenameVars.h (modified)
	* src/ResolvExpr/ResolveTypeof.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Resolver.h (modified)
	* src/ResolvExpr/TypeEnvironment.h (modified)
	* src/ResolvExpr/TypeMap.h (modified)
	* src/ResolvExpr/Unify.h (modified)
	* src/ResolvExpr/typeops.h (modified)
	* src/SymTab/AddVisit.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/FixFunction.h (modified)
	* src/SymTab/ImplementationType.cc (modified)
	* src/SymTab/ImplementationType.h (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Mangler.h (modified)
	* src/SymTab/TypeEquality.cc (modified)
	* src/SymTab/TypeEquality.h (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SymTab/Validate.h (modified)
	* src/SymTab/module.mk (modified)
	* src/SynTree/AddStmtVisitor.h (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/Attribute.h (modified)
	* src/SynTree/BaseSyntaxNode.h (modified)
	* src/SynTree/Constant.cc (modified)
	* src/SynTree/Constant.h (modified)
	* src/SynTree/Declaration.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Initializer.h (modified)
	* src/SynTree/Label.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/NamedTypeDecl.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeDecl.cc (modified)
	* src/SynTree/TypeSubstitution.h (modified)
	* src/SynTree/VarExprReplacer.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/Tuples/Explode.h (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/Tuples/Tuples.h (modified)
	* src/Virtual/ExpandCasts.cc (added)
	* src/Virtual/ExpandCasts.h (added)
	* src/Virtual/module.mk (added)
	* src/benchmark/create_pthrd.c (modified)
	* src/include/cassert (moved)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/assert (deleted)
	* src/libcfa/assert.c (modified)
	* src/libcfa/concurrency/CtxSwitch-i386.S (modified)
	* src/libcfa/concurrency/CtxSwitch-x86_64.S (modified)
	* src/libcfa/concurrency/alarm.c (modified)
	* src/libcfa/concurrency/alarm.h (modified)
	* src/libcfa/concurrency/coroutine (modified)
	* src/libcfa/concurrency/coroutine.c (modified)
	* src/libcfa/concurrency/invoke.c (modified)
	* src/libcfa/concurrency/invoke.h (modified)
	* src/libcfa/concurrency/kernel (modified)
	* src/libcfa/concurrency/kernel.c (modified)
	* src/libcfa/concurrency/kernel_private.h (modified)
	* src/libcfa/concurrency/monitor (modified)
	* src/libcfa/concurrency/monitor.c (modified)
	* src/libcfa/concurrency/preemption.c (modified)
	* src/libcfa/concurrency/preemption.h (modified)
	* src/libcfa/concurrency/thread (modified)
	* src/libcfa/concurrency/thread.c (modified)
	* src/libcfa/containers/maybe (modified)
	* src/libcfa/containers/maybe.c (modified)
	* src/libcfa/containers/pair (modified)
	* src/libcfa/containers/result (modified)
	* src/libcfa/containers/result.c (modified)
	* src/libcfa/containers/vector (modified)
	* src/libcfa/exception.c (modified)
	* src/libcfa/exception.h (modified)
	* src/libcfa/fstream.c (modified)
	* src/libcfa/interpose.c (modified)
	* src/libcfa/interpose.h (modified)
	* src/libcfa/iostream (modified)
	* src/libcfa/iostream.c (modified)
	* src/libcfa/libhdr.h (modified)
	* src/libcfa/libhdr/libalign.h (modified)
	* src/libcfa/libhdr/libdebug.h (modified)
	* src/libcfa/libhdr/libtools.h (modified)
	* src/libcfa/math (modified)
	* src/libcfa/math.c (deleted)
	* src/libcfa/startup.h (modified)
	* src/libcfa/stdhdr/assert.h (modified)
	* src/libcfa/stdhdr/bfdlink.h (added)
	* src/libcfa/stdhdr/gmp.h (modified)
	* src/libcfa/stdhdr/hwloc.h (added)
	* src/libcfa/stdhdr/krb5.h (added)
	* src/libcfa/stdhdr/malloc.h (added)
	* src/libcfa/stdlib (modified)
	* src/libcfa/stdlib.c (modified)
	* src/libcfa/virtual.c (added)
	* src/libcfa/virtual.h (added)
	* src/main.cc (modified)
	* src/prelude/builtins.c (modified)
	* src/tests/.expect/32/math.txt (modified)
	* src/tests/.expect/64/math.txt (modified)
	* src/tests/.expect/concurrent/sched-int-barge.txt (deleted)
	* src/tests/.expect/div.txt (added)
	* src/tests/alloc.c (modified)
	* src/tests/attributes.c (modified)
	* src/tests/avltree/avl-private.h (modified)
	* src/tests/avltree/avl.h (modified)
	* src/tests/designations.c (modified)
	* src/tests/div.c (added)
	* src/tests/except-0.c (modified)
	* src/tests/except-1.c (added)
	* src/tests/except-2.c (added)
	* src/tests/gmp.c (modified)
	* src/tests/math.c (modified)
	* src/tests/maybe.c (modified)
	* src/tests/preempt_longrun/Makefile.am (modified)
	* src/tests/preempt_longrun/Makefile.in (modified)
	* src/tests/preempt_longrun/barge.c (deleted)
	* src/tests/preempt_longrun/create.c (modified)
	* src/tests/preempt_longrun/enter.c (modified)
	* src/tests/preempt_longrun/enter3.c (modified)
	* src/tests/preempt_longrun/processor.c (modified)
	* src/tests/preempt_longrun/yield.c (modified)
	* src/tests/result.c (modified)
	* src/tests/sched-int-barge.c (modified)
	* src/tests/sched-int-block.c (modified)
	* src/tests/sched-int-disjoint.c (modified)
	* src/tests/sched-int-wait.c (modified)
	* src/tests/test.py (modified)
	* src/tests/vector/array.h (modified)
	* src/tests/vector/vector_int.h (modified)
	* src/tests/virtualCast.c (added)
	* tools/cfa.nanorc (modified)
	* tools/prettyprinter/ParserTypes.h (modified)
	* tools/prettyprinter/filter.h (modified)
	* tools/prettyprinter/lex.ll (modified)
	* tools/prettyprinter/test.y (modified)
	* tools/prettyprinter/token.cc (modified)
	* tools/prettyprinter/token.h (modified)

	Merge branch 'master' into references


Fri, 11 Aug 2017 14:33:37 GMT Rob Schluntz <rschlunt@…> [0720e049]
	* .gitignore (modified)
	* Makefile.am (modified)
	* Makefile.in (modified)
	* automake/compile (modified)
	* automake/config.guess (modified)
	* automake/config.sub (modified)
	* automake/depcomp (modified)
	* automake/install-sh (modified)
	* automake/test-driver (modified)
	* automake/ylwrap (modified)
	* configure (modified)
	* configure.ac (modified)
	* doc/LaTeXmacros/common.tex (modified)
	* doc/LaTeXmacros/lstlang.sty (modified)
	* doc/generic_types/generic_types.bib (deleted)
	* doc/generic_types/generic_types.tex (modified)
	* doc/man/README (added)
	* doc/man/cfa.1 (added)
	* doc/proposals/concurrency/text/concurrency.tex (modified)
	* doc/proposals/concurrency/version (modified)
	* doc/proposals/tagged-struct.txt (deleted)
	* doc/proposals/virtual.txt (modified)
	* doc/refrat/Makefile (modified)
	* doc/refrat/keywords.tex (added)
	* doc/refrat/operidents.tex (added)
	* doc/refrat/refrat.tex (modified)
	* doc/rob_thesis/Makefile (modified)
	* doc/rob_thesis/thesis.tex (modified)
	* doc/user/EHMHierarchy.fig (modified)
	* doc/user/Makefile (modified)
	* doc/user/user.tex (modified)
	* doc/working/resolver_design.md (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/FixMain.h (modified)
	* src/CodeGen/FixNames.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/GenType.h (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/CodeGen/Generate.h (modified)
	* src/CodeGen/OperatorTable.cc (modified)
	* src/CodeGen/OperatorTable.h (modified)
	* src/CodeTools/DeclStats.h (modified)
	* src/CodeTools/TrackLoc.cc (modified)
	* src/CodeTools/TrackLoc.h (modified)
	* src/Common/CompilerError.h (modified)
	* src/Common/PassVisitor.h (modified)
	* src/Common/PassVisitor.impl.h (modified)
	* src/Common/PassVisitor.proto.h (modified)
	* src/Common/ScopedMap.h (modified)
	* src/Common/SemanticError.h (modified)
	* src/Common/UnimplementedError.h (modified)
	* src/Common/UniqueName.h (modified)
	* src/Common/VectorMap.h (modified)
	* src/Common/utility.h (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Concurrency/Keywords.h (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/ControlStruct/ExceptTranslate.h (modified)
	* src/ControlStruct/ForExprMutator.h (modified)
	* src/ControlStruct/LabelFixer.h (modified)
	* src/ControlStruct/LabelGenerator.h (modified)
	* src/ControlStruct/MLEMutator.h (modified)
	* src/ControlStruct/Mutate.h (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/Box.h (modified)
	* src/GenPoly/CopyParams.h (modified)
	* src/GenPoly/DeclMutator.h (modified)
	* src/GenPoly/ErasableScopedMap.h (modified)
	* src/GenPoly/FindFunction.h (modified)
	* src/GenPoly/GenPoly.h (modified)
	* src/GenPoly/InstantiateGeneric.h (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/GenPoly/Lvalue.h (modified)
	* src/GenPoly/PolyMutator.h (modified)
	* src/GenPoly/ScopedSet.h (modified)
	* src/GenPoly/ScrubTyVars.h (modified)
	* src/GenPoly/Specialize.h (modified)
	* src/InitTweak/FixGlobalInit.h (modified)
	* src/InitTweak/FixInit.h (modified)
	* src/InitTweak/GenInit.h (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/MakeLibCfa.h (modified)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/InitializerNode.cc (modified)
	* src/Parser/LinkageSpec.h (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/ParserTypes.h (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/TypedefTable.h (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)
	* src/Parser/parserutility.cc (modified)
	* src/Parser/parserutility.h (modified)
	* src/ResolvExpr/Alternative.h (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/ResolvExpr/AlternativePrinter.h (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/Cost.h (modified)
	* src/ResolvExpr/CurrentObject.cc (modified)
	* src/ResolvExpr/CurrentObject.h (modified)
	* src/ResolvExpr/FindOpenVars.h (modified)
	* src/ResolvExpr/RenameVars.h (modified)
	* src/ResolvExpr/ResolveTypeof.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Resolver.h (modified)
	* src/ResolvExpr/TypeEnvironment.h (modified)
	* src/ResolvExpr/TypeMap.h (modified)
	* src/ResolvExpr/Unify.h (modified)
	* src/ResolvExpr/typeops.h (modified)
	* src/SymTab/AddVisit.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/FixFunction.h (modified)
	* src/SymTab/ImplementationType.cc (modified)
	* src/SymTab/ImplementationType.h (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Mangler.h (modified)
	* src/SymTab/TypeEquality.cc (modified)
	* src/SymTab/TypeEquality.h (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SymTab/Validate.h (modified)
	* src/SymTab/module.mk (modified)
	* src/SynTree/AddStmtVisitor.h (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/ApplicationExpr.cc (modified)
	* src/SynTree/Attribute.h (modified)
	* src/SynTree/BaseSyntaxNode.h (modified)
	* src/SynTree/Constant.cc (modified)
	* src/SynTree/Constant.h (modified)
	* src/SynTree/Declaration.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Initializer.h (modified)
	* src/SynTree/Label.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/NamedTypeDecl.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeDecl.cc (modified)
	* src/SynTree/TypeExpr.cc (modified)
	* src/SynTree/TypeSubstitution.h (modified)
	* src/SynTree/VarExprReplacer.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/Tuples/Explode.h (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/Tuples/Tuples.h (modified)
	* src/Virtual/ExpandCasts.cc (added)
	* src/Virtual/ExpandCasts.h (added)
	* src/Virtual/module.mk (added)
	* src/benchmark/create_pthrd.c (modified)
	* src/include/cassert (moved)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/assert (deleted)
	* src/libcfa/assert.c (modified)
	* src/libcfa/concurrency/CtxSwitch-i386.S (modified)
	* src/libcfa/concurrency/CtxSwitch-x86_64.S (modified)
	* src/libcfa/concurrency/alarm.c (modified)
	* src/libcfa/concurrency/alarm.h (modified)
	* src/libcfa/concurrency/coroutine (modified)
	* src/libcfa/concurrency/coroutine.c (modified)
	* src/libcfa/concurrency/invoke.c (modified)
	* src/libcfa/concurrency/invoke.h (modified)
	* src/libcfa/concurrency/kernel (modified)
	* src/libcfa/concurrency/kernel.c (modified)
	* src/libcfa/concurrency/kernel_private.h (modified)
	* src/libcfa/concurrency/monitor (modified)
	* src/libcfa/concurrency/monitor.c (modified)
	* src/libcfa/concurrency/preemption.c (modified)
	* src/libcfa/concurrency/preemption.h (modified)
	* src/libcfa/concurrency/thread (modified)
	* src/libcfa/concurrency/thread.c (modified)
	* src/libcfa/containers/maybe (modified)
	* src/libcfa/containers/maybe.c (modified)
	* src/libcfa/containers/pair (modified)
	* src/libcfa/containers/result (modified)
	* src/libcfa/containers/result.c (modified)
	* src/libcfa/containers/vector (modified)
	* src/libcfa/exception.c (modified)
	* src/libcfa/exception.h (modified)
	* src/libcfa/fstream.c (modified)
	* src/libcfa/interpose.c (modified)
	* src/libcfa/interpose.h (modified)
	* src/libcfa/iostream (modified)
	* src/libcfa/iostream.c (modified)
	* src/libcfa/libhdr.h (modified)
	* src/libcfa/libhdr/libalign.h (modified)
	* src/libcfa/libhdr/libdebug.h (modified)
	* src/libcfa/libhdr/libtools.h (modified)
	* src/libcfa/math (modified)
	* src/libcfa/math.c (deleted)
	* src/libcfa/startup.h (modified)
	* src/libcfa/stdhdr/assert.h (modified)
	* src/libcfa/stdhdr/bfdlink.h (added)
	* src/libcfa/stdhdr/gmp.h (modified)
	* src/libcfa/stdhdr/hwloc.h (added)
	* src/libcfa/stdhdr/krb5.h (added)
	* src/libcfa/stdhdr/malloc.h (added)
	* src/libcfa/stdlib (modified)
	* src/libcfa/stdlib.c (modified)
	* src/libcfa/virtual.c (added)
	* src/libcfa/virtual.h (added)
	* src/main.cc (modified)
	* src/prelude/builtins.c (modified)
	* src/tests/.expect/32/math.txt (modified)
	* src/tests/.expect/64/math.txt (modified)
	* src/tests/.expect/concurrent/sched-int-barge.txt (deleted)
	* src/tests/.expect/div.txt (added)
	* src/tests/alloc.c (modified)
	* src/tests/attributes.c (modified)
	* src/tests/avltree/avl-private.h (modified)
	* src/tests/avltree/avl.h (modified)
	* src/tests/designations.c (modified)
	* src/tests/div.c (added)
	* src/tests/except-0.c (modified)
	* src/tests/except-1.c (added)
	* src/tests/except-2.c (added)
	* src/tests/gmp.c (modified)
	* src/tests/math.c (modified)
	* src/tests/maybe.c (modified)
	* src/tests/preempt_longrun/Makefile.am (modified)
	* src/tests/preempt_longrun/Makefile.in (modified)
	* src/tests/preempt_longrun/barge.c (deleted)
	* src/tests/preempt_longrun/create.c (modified)
	* src/tests/preempt_longrun/enter.c (modified)
	* src/tests/preempt_longrun/enter3.c (modified)
	* src/tests/preempt_longrun/processor.c (modified)
	* src/tests/preempt_longrun/yield.c (modified)
	* src/tests/result.c (modified)
	* src/tests/sched-int-barge.c (modified)
	* src/tests/sched-int-block.c (modified)
	* src/tests/sched-int-disjoint.c (modified)
	* src/tests/sched-int-wait.c (modified)
	* src/tests/test.py (modified)
	* src/tests/vector/array.h (modified)
	* src/tests/vector/vector_int.h (modified)
	* src/tests/virtualCast.c (added)
	* tools/cfa.nanorc (modified)
	* tools/prettyprinter/ParserTypes.h (modified)
	* tools/prettyprinter/filter.h (modified)
	* tools/prettyprinter/lex.ll (modified)
	* tools/prettyprinter/test.y (modified)
	* tools/prettyprinter/token.cc (modified)
	* tools/prettyprinter/token.h (modified)

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


Wed, 26 Jul 2017 20:26:08 GMT Rob Schluntz <rschlunt@…> [8a6cf7e]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)

	Fix various reference features.

	* Eliminate multiple address-ofs ...


Wed, 26 Jul 2017 18:44:09 GMT Andrew Beach <ajbeach@…> [a5f0529]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/Common/PassVisitor.h (modified)
	* src/Common/PassVisitor.impl.h (modified)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/SynTree/ApplicationExpr.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/Virtual/ExpandCasts.cc (added)
	* src/Virtual/ExpandCasts.h (added)
	* src/Virtual/module.mk (added)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/virtual.c (added)
	* src/libcfa/virtual.h (added)
	* src/main.cc (modified)
	* src/prelude/builtins.c (modified)
	* src/tests/virtualCast.c (added)

	Virtual casts have been added. They still require a lot of hand coded ...


Mon, 17 Jul 2017 19:25:58 GMT Rob Schluntz <rschlunt@…> [e6cee92]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/ReferenceType.cc (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeExpr.cc (modified)
	* src/Tuples/Explode.h (modified)
	* src/Tuples/TupleAssignment.cc (modified)

	Fix TupleAssignment code for references


Thu, 13 Jul 2017 19:57:23 GMT Rob Schluntz <rschlunt@…> [9a1e509]
	* doc/LaTeXmacros/common.tex (modified)
	* doc/LaTeXmacros/enumitem/README (deleted)
	* doc/LaTeXmacros/enumitem/enumitem.pdf (deleted)
	* doc/LaTeXmacros/enumitem/enumitem.sty (deleted)
	* doc/LaTeXmacros/enumitem/enumitem.tex (deleted)
	* doc/LaTeXmacros/listings/README (deleted)
	* doc/LaTeXmacros/listings/listings-acm.prf (deleted)
	* doc/LaTeXmacros/listings/listings-bash.prf (deleted)
	* doc/LaTeXmacros/listings/listings-fortran.prf (deleted)
	* doc/LaTeXmacros/listings/listings-lua.prf (deleted)
	* doc/LaTeXmacros/listings/listings-python.prf (deleted)
	* doc/LaTeXmacros/listings/listings.cfg (deleted)
	* doc/LaTeXmacros/listings/listings.dtx (deleted)
	* doc/LaTeXmacros/listings/listings.ins (deleted)
	* doc/LaTeXmacros/listings/listings.log (deleted)
	* doc/LaTeXmacros/listings/listings.pdf (deleted)
	* doc/LaTeXmacros/listings/listings.sty (deleted)
	* doc/LaTeXmacros/listings/listings.sty.new (deleted)
	* doc/LaTeXmacros/listings/lstdoc.sty (deleted)
	* doc/LaTeXmacros/listings/lstdrvrs.dtx (deleted)
	* doc/LaTeXmacros/listings/lstdrvrs.ins (deleted)
	* doc/LaTeXmacros/listings/lstdrvrs.pdf (deleted)
	* doc/LaTeXmacros/listings/lstlang1.sty (deleted)
	* doc/LaTeXmacros/listings/lstlang2.sty (deleted)
	* doc/LaTeXmacros/listings/lstlang3.sty (deleted)
	* doc/LaTeXmacros/listings/lstmisc.sty (deleted)
	* doc/LaTeXmacros/lstlang.sty (modified)
	* doc/bibliography/cfa.bib (modified)
	* doc/proposals/tagged-struct.txt (modified)
	* doc/user/Makefile (modified)
	* doc/user/user.tex (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/FixMain.cc (modified)
	* src/CodeGen/FixNames.cc (modified)
	* src/CodeGen/FixNames.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/GenType.h (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/CodeGen/Generate.h (modified)
	* src/CodeGen/OperatorTable.cc (modified)
	* src/CodeTools/DeclStats.cc (modified)
	* src/CodeTools/DeclStats.h (modified)
	* src/CodeTools/TrackLoc.cc (modified)
	* src/CodeTools/TrackLoc.h (modified)
	* src/Common/Assert.cc (modified)
	* src/Common/SemanticError.cc (modified)
	* src/Common/SemanticError.h (modified)
	* src/Common/utility.h (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Concurrency/Keywords.h (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/MakeLibCfa.cc (modified)
	* src/MakeLibCfa.h (modified)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/Parser/LinkageSpec.cc (modified)
	* src/Parser/LinkageSpec.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/CurrentObject.cc (modified)
	* src/benchmark/CorCtxSwitch.c (modified)
	* src/benchmark/Makefile.am (modified)
	* src/benchmark/Makefile.in (modified)
	* src/benchmark/bench.h (modified)
	* src/benchmark/create_pthrd.c (modified)
	* src/benchmark/csv-data.c (modified)
	* src/benchmark/interrupt_linux.c (added)
	* src/driver/Makefile.in (modified)
	* src/examples/Makefile.in (modified)
	* src/include/assert.h (modified)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/concurrency/CtxSwitch-i386.S (modified)
	* src/libcfa/concurrency/CtxSwitch-x86_64.S (modified)
	* src/libcfa/concurrency/alarm.c (modified)
	* src/libcfa/concurrency/coroutine (modified)
	* src/libcfa/concurrency/coroutine.c (modified)
	* src/libcfa/concurrency/invoke.c (modified)
	* src/libcfa/concurrency/invoke.h (modified)
	* src/libcfa/concurrency/kernel (modified)
	* src/libcfa/concurrency/kernel.c (modified)
	* src/libcfa/concurrency/kernel_private.h (modified)
	* src/libcfa/concurrency/monitor (modified)
	* src/libcfa/concurrency/monitor.c (modified)
	* src/libcfa/concurrency/preemption.c (modified)
	* src/libcfa/concurrency/thread (modified)
	* src/libcfa/concurrency/thread.c (modified)
	* src/libcfa/exception.c (modified)
	* src/libcfa/exception.h (modified)
	* src/libcfa/fstream (modified)
	* src/libcfa/fstream.c (modified)
	* src/libcfa/gmp (modified)
	* src/libcfa/iostream (modified)
	* src/libcfa/iostream.c (modified)
	* src/libcfa/iterator (modified)
	* src/libcfa/iterator.c (modified)
	* src/libcfa/libhdr/libalign.h (modified)
	* src/libcfa/libhdr/libdebug.h (modified)
	* src/libcfa/limits (modified)
	* src/libcfa/math (modified)
	* src/libcfa/rational (modified)
	* src/libcfa/rational.c (modified)
	* src/libcfa/stdlib (modified)
	* src/main.cc (modified)
	* src/prelude/Makefile.in (modified)
	* src/tests/.expect/32/math.txt (modified)
	* src/tests/.expect/concurrent/preempt.txt (added)
	* src/tests/.expect/concurrent/sched-int-disjoint.txt (modified)
	* src/tests/.expect/io.txt (modified)
	* src/tests/Makefile.am (modified)
	* src/tests/Makefile.in (modified)
	* src/tests/io.c (modified)
	* src/tests/preempt.c (added)
	* src/tests/preempt_longrun/Makefile.am (modified)
	* src/tests/preempt_longrun/Makefile.in (modified)
	* src/tests/preempt_longrun/create.c (modified)
	* src/tests/preempt_longrun/enter.c (added)
	* src/tests/preempt_longrun/enter3.c (added)
	* src/tests/preempt_longrun/processor.c (modified)
	* src/tests/preempt_longrun/stack.c (modified)
	* src/tests/preempt_longrun/yield.c (modified)
	* src/tests/sched-int-block.c (modified)
	* src/tests/sched-int-disjoint.c (modified)
	* src/tests/sched-int-wait.c (modified)
	* src/tests/test.py (modified)
	* src/tests/thread.c (modified)
	* tools/prettyprinter/Makefile.in (modified)

	Merge branch 'master' into references


Thu, 13 Jul 2017 19:57:04 GMT Rob Schluntz <rschlunt@…> [3d4b23fa]
	* doc/LaTeXmacros/common.tex (modified)
	* doc/LaTeXmacros/enumitem/README (deleted)
	* doc/LaTeXmacros/enumitem/enumitem.pdf (deleted)
	* doc/LaTeXmacros/enumitem/enumitem.sty (deleted)
	* doc/LaTeXmacros/enumitem/enumitem.tex (deleted)
	* doc/LaTeXmacros/listings/README (deleted)
	* doc/LaTeXmacros/listings/listings-acm.prf (deleted)
	* doc/LaTeXmacros/listings/listings-bash.prf (deleted)
	* doc/LaTeXmacros/listings/listings-fortran.prf (deleted)
	* doc/LaTeXmacros/listings/listings-lua.prf (deleted)
	* doc/LaTeXmacros/listings/listings-python.prf (deleted)
	* doc/LaTeXmacros/listings/listings.cfg (deleted)
	* doc/LaTeXmacros/listings/listings.dtx (deleted)
	* doc/LaTeXmacros/listings/listings.ins (deleted)
	* doc/LaTeXmacros/listings/listings.log (deleted)
	* doc/LaTeXmacros/listings/listings.pdf (deleted)
	* doc/LaTeXmacros/listings/listings.sty (deleted)
	* doc/LaTeXmacros/listings/listings.sty.new (deleted)
	* doc/LaTeXmacros/listings/lstdoc.sty (deleted)
	* doc/LaTeXmacros/listings/lstdrvrs.dtx (deleted)
	* doc/LaTeXmacros/listings/lstdrvrs.ins (deleted)
	* doc/LaTeXmacros/listings/lstdrvrs.pdf (deleted)
	* doc/LaTeXmacros/listings/lstlang1.sty (deleted)
	* doc/LaTeXmacros/listings/lstlang2.sty (deleted)
	* doc/LaTeXmacros/listings/lstlang3.sty (deleted)
	* doc/LaTeXmacros/listings/lstmisc.sty (deleted)
	* doc/LaTeXmacros/lstlang.sty (modified)
	* doc/bibliography/cfa.bib (modified)
	* doc/proposals/tagged-struct.txt (modified)
	* doc/user/Makefile (modified)
	* doc/user/user.tex (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/FixMain.cc (modified)
	* src/CodeGen/FixNames.cc (modified)
	* src/CodeGen/FixNames.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/GenType.h (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/CodeGen/Generate.h (modified)
	* src/CodeGen/OperatorTable.cc (modified)
	* src/CodeTools/DeclStats.cc (modified)
	* src/CodeTools/DeclStats.h (modified)
	* src/CodeTools/TrackLoc.cc (modified)
	* src/CodeTools/TrackLoc.h (modified)
	* src/Common/Assert.cc (modified)
	* src/Common/SemanticError.cc (modified)
	* src/Common/SemanticError.h (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Concurrency/Keywords.h (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/MakeLibCfa.cc (modified)
	* src/MakeLibCfa.h (modified)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/Parser/LinkageSpec.cc (modified)
	* src/Parser/LinkageSpec.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/CurrentObject.cc (modified)
	* src/benchmark/CorCtxSwitch.c (modified)
	* src/benchmark/Makefile.am (modified)
	* src/benchmark/Makefile.in (modified)
	* src/benchmark/bench.h (modified)
	* src/benchmark/create_pthrd.c (modified)
	* src/benchmark/csv-data.c (modified)
	* src/benchmark/interrupt_linux.c (added)
	* src/driver/Makefile.in (modified)
	* src/examples/Makefile.in (modified)
	* src/include/assert.h (modified)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/concurrency/CtxSwitch-i386.S (modified)
	* src/libcfa/concurrency/CtxSwitch-x86_64.S (modified)
	* src/libcfa/concurrency/alarm.c (modified)
	* src/libcfa/concurrency/coroutine (modified)
	* src/libcfa/concurrency/coroutine.c (modified)
	* src/libcfa/concurrency/invoke.c (modified)
	* src/libcfa/concurrency/invoke.h (modified)
	* src/libcfa/concurrency/kernel (modified)
	* src/libcfa/concurrency/kernel.c (modified)
	* src/libcfa/concurrency/kernel_private.h (modified)
	* src/libcfa/concurrency/monitor (modified)
	* src/libcfa/concurrency/monitor.c (modified)
	* src/libcfa/concurrency/preemption.c (modified)
	* src/libcfa/concurrency/thread (modified)
	* src/libcfa/concurrency/thread.c (modified)
	* src/libcfa/exception.c (modified)
	* src/libcfa/exception.h (modified)
	* src/libcfa/fstream (modified)
	* src/libcfa/fstream.c (modified)
	* src/libcfa/gmp (modified)
	* src/libcfa/iostream (modified)
	* src/libcfa/iostream.c (modified)
	* src/libcfa/iterator (modified)
	* src/libcfa/iterator.c (modified)
	* src/libcfa/libhdr/libalign.h (modified)
	* src/libcfa/libhdr/libdebug.h (modified)
	* src/libcfa/limits (modified)
	* src/libcfa/math (modified)
	* src/libcfa/rational (modified)
	* src/libcfa/rational.c (modified)
	* src/libcfa/stdlib (modified)
	* src/main.cc (modified)
	* src/prelude/Makefile.in (modified)
	* src/tests/.expect/32/math.txt (modified)
	* src/tests/.expect/concurrent/preempt.txt (added)
	* src/tests/.expect/concurrent/sched-int-disjoint.txt (modified)
	* src/tests/.expect/io.txt (modified)
	* src/tests/Makefile.am (modified)
	* src/tests/Makefile.in (modified)
	* src/tests/io.c (modified)
	* src/tests/preempt.c (added)
	* src/tests/preempt_longrun/Makefile.am (modified)
	* src/tests/preempt_longrun/Makefile.in (modified)
	* src/tests/preempt_longrun/create.c (modified)
	* src/tests/preempt_longrun/enter.c (added)
	* src/tests/preempt_longrun/enter3.c (added)
	* src/tests/preempt_longrun/processor.c (modified)
	* src/tests/preempt_longrun/stack.c (modified)
	* src/tests/preempt_longrun/yield.c (modified)
	* src/tests/sched-int-block.c (modified)
	* src/tests/sched-int-disjoint.c (modified)
	* src/tests/sched-int-wait.c (modified)
	* src/tests/test.py (modified)
	* src/tests/thread.c (modified)
	* tools/prettyprinter/Makefile.in (modified)

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


Thu, 13 Jul 2017 17:44:58 GMT Rob Schluntz <rschlunt@…> [0a81c3f]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/InitTweak/FixInit.cc (modified)

	Remove several missing-reference related hacks


Wed, 12 Jul 2017 17:27:01 GMT Thierry Delisle <tdelisle@…> [3268a58]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/CodeTools/TrackLoc.cc (modified)
	* src/Common/PassVisitor.impl.h (modified)
	* src/Common/PassVisitor.proto.h (modified)

	Some fixes after the header cleaning-tool


Tue, 11 Jul 2017 19:06:40 GMT Thierry Delisle <tdelisle@…> [bf2438c]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/FixMain.cc (modified)
	* src/CodeGen/FixNames.cc (modified)
	* src/CodeGen/FixNames.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/GenType.h (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/CodeGen/Generate.h (modified)
	* src/CodeGen/OperatorTable.cc (modified)
	* src/CodeTools/DeclStats.cc (modified)
	* src/CodeTools/DeclStats.h (modified)
	* src/CodeTools/TrackLoc.cc (modified)
	* src/CodeTools/TrackLoc.h (modified)
	* src/Common/Assert.cc (modified)
	* src/Common/SemanticError.cc (modified)
	* src/Common/SemanticError.h (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Concurrency/Keywords.h (modified)
	* src/MakeLibCfa.cc (modified)
	* src/MakeLibCfa.h (modified)
	* src/include/assert.h (modified)
	* src/main.cc (modified)
	* src/tests/preempt_longrun/Makefile.am (modified)

	Cleaned-up some headers using a tool called 'include-what-you-use'


Fri, 30 Jun 2017 20:59:54 GMT Rob Schluntz <rschlunt@…> [f7cb0bc]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/Common/Indenter.h (added)
	* src/ResolvExpr/CurrentObject.cc (modified)
	* src/ResolvExpr/CurrentObject.h (modified)

	refactor indenter from CodeGen and CurrentObject


Thu, 29 Jun 2017 21:06:24 GMT Rob Schluntz <rschlunt@…> [62423350]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Common/PassVisitor.h (modified)
	* src/Common/PassVisitor.impl.h (modified)
	* src/Common/PassVisitor.proto.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/CurrentObject.cc (modified)
	* src/ResolvExpr/CurrentObject.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/ImplementationType.cc (modified)
	* src/SynTree/Constant.cc (modified)
	* src/SynTree/Constant.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/TupleType.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/VarExprReplacer.cc (modified)
	* src/SynTree/VarExprReplacer.h (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/tests/designations.c (modified)

	Big push on designations and initialization: works with generic ...


Mon, 26 Jun 2017 20:48:35 GMT Rob Schluntz <rschlunt@…> [579263a]
	* .gitignore (modified)
	* configure (modified)
	* configure.ac (modified)
	* doc/LaTeXmacros/common.tex (modified)
	* doc/generic_types/refereeReport.txt (added)
	* doc/proposals/concurrency/Makefile (modified)
	* doc/proposals/concurrency/build/bump_ver.sh (modified)
	* doc/proposals/concurrency/build/version (deleted)
	* doc/proposals/concurrency/text/basics.tex (modified)
	* doc/proposals/concurrency/text/cforall.tex (added)
	* doc/proposals/concurrency/text/concurrency.tex (modified)
	* doc/proposals/concurrency/text/intro.tex (modified)
	* doc/proposals/concurrency/thesis.tex (modified)
	* doc/proposals/concurrency/version (added)
	* doc/proposals/tagged-struct.txt (added)
	* doc/rob_thesis/intro.tex (modified)
	* doc/rob_thesis/thesis.tex (modified)
	* doc/user/user.tex (modified)
	* doc/working/exception/design.txt (modified)
	* doc/working/exception/impl/except.c (deleted)
	* doc/working/exception/impl/except.h (deleted)
	* doc/working/exception/impl/exception.c (added)
	* doc/working/exception/impl/exception.h (added)
	* doc/working/exception/impl/main.c (deleted)
	* doc/working/exception/impl/resume-main.c (deleted)
	* doc/working/exception/impl/test-main.c (added)
	* doc/working/exception/translate.c (added)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/FixNames.cc (modified)
	* src/Common/PassVisitor.h (modified)
	* src/Common/PassVisitor.impl.h (modified)
	* src/Common/PassVisitor.proto.h (modified)
	* src/ControlStruct/ExceptTranslate.cc (added)
	* src/ControlStruct/ExceptTranslate.h (added)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/DeclMutator.cc (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/GenPoly/PolyMutator.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/Parser/parseutility.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/ResolvExpr/typeops.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SymTab/ImplementationType.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/BaseSyntaxNode.h (modified)
	* src/SynTree/Constant.cc (modified)
	* src/SynTree/Constant.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/ObjectDecl.cc (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/TupleExpr.cc (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/SynTree/ZeroOneType.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/examples/fwrite.c (deleted)
	* src/libcfa/concurrency/alarm.c (modified)
	* src/libcfa/concurrency/coroutine (modified)
	* src/libcfa/concurrency/coroutine.c (modified)
	* src/libcfa/concurrency/kernel.c (modified)
	* src/libcfa/concurrency/kernel_private.h (modified)
	* src/libcfa/concurrency/monitor (modified)
	* src/libcfa/concurrency/monitor.c (modified)
	* src/libcfa/containers/maybe (modified)
	* src/libcfa/containers/result (modified)
	* src/libcfa/containers/result.c (modified)
	* src/libcfa/libhdr/libdebug.h (modified)
	* src/tests/.expect/32/KRfunctions.txt (modified)
	* src/tests/.expect/32/attributes.txt (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/KRfunctions.txt (modified)
	* src/tests/.expect/64/attributes.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/identity.txt (added)
	* src/tests/.expect/io.txt (modified)
	* src/tests/.expect/maybe.txt (added)
	* src/tests/.expect/result.txt (added)
	* src/tests/.expect/scopeErrors.txt (modified)
	* src/tests/Makefile.am (modified)
	* src/tests/Makefile.in (modified)
	* src/tests/coroutine.c (modified)
	* src/tests/identity.c (moved)
	* src/tests/io.c (modified)
	* src/tests/maybe.c (added)
	* src/tests/preempt_longrun/Makefile.am (added)
	* src/tests/preempt_longrun/Makefile.in (added)
	* src/tests/preempt_longrun/create.c (added)
	* src/tests/preempt_longrun/processor.c (added)
	* src/tests/preempt_longrun/stack.c (added)
	* src/tests/preempt_longrun/yield.c (added)
	* src/tests/result.c (added)
	* tools/cfa.nanorc (modified)
	* tools/repeat (added)

	Merge branch 'master' into designations

	Conflicts:
	        ...


Tue, 20 Jun 2017 17:19:53 GMT Rob Schluntz <rschlunt@…> [e4d829b]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/Common/utility.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/MakeLibCfa.cc (modified)
	* src/Makefile.in (modified)
	* src/Parser/InitializerNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/ResolvExpr/CurrentObject.cc (added)
	* src/ResolvExpr/CurrentObject.h (added)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/module.mk (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Initializer.cc (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/TupleExpansion.cc (modified)

	major effort on designations, works in many cases


Thu, 08 Jun 2017 21:04:55 GMT Andrew Beach <ajbeach@…> [daf1af8]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/parser.yy (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)

	Added a new ThrowStmt node to the Syntax Tree.


Wed, 07 Jun 2017 20:53:42 GMT Thierry Delisle <tdelisle@…> [d7dc824]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Common/PassVisitor.h (modified)
	* src/Common/PassVisitor.impl.h (modified)
	* src/Common/PassVisitor.proto.h (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/ResolvExpr/typeops.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Initializer.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)

	Removed more warnings


Mon, 05 Jun 2017 17:59:11 GMT Thierry Delisle <tdelisle@…> [7e003011]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/PtrsAssignable.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/TypeMap.h (modified)
	* src/ResolvExpr/typeops.h (modified)
	* src/SymTab/ImplementationType.cc (modified)

	Some more unused argument removal, also removed some functions


Fri, 26 May 2017 22:45:37 GMT Rob Schluntz <rschlunt@…> [01b9928]
	* src/CodeGen/CodeGenerator.cc (modified)

	permit empty initializer lists [fixes #12]


Thu, 11 May 2017 18:02:22 GMT Rob Schluntz <rschlunt@…> [f975c65]
	* src/CodeGen/CodeGenerator.cc (modified)

	intermediate codegen for tuple indexing


Thu, 11 May 2017 15:07:58 GMT Andrew Beach <ajbeach@…> [c850687]
	* doc/LaTeXmacros/common.tex (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/GenType.h (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/CodeGen/Generate.h (modified)
	* src/CodeGen/LineStream.cc (deleted)
	* src/CodeGen/LineStream.h (deleted)
	* src/main.cc (modified)

	Add -L flag to turn of line marks. Updated the keyword list.


Wed, 10 May 2017 13:40:33 GMT Andrew Beach <ajbeach@…> [29cf9c8]
	* src/CodeGen/CodeGenerator.cc (modified)

	Working, but inaccurate, line directives are being added.


Tue, 09 May 2017 18:36:05 GMT Andrew Beach <ajbeach@…> [6e300d9]
	* src/CodeGen/CodeGenerator.cc (modified)

	Updated last update marker.


Tue, 09 May 2017 18:17:55 GMT ajbeach <ajbeach@…> [4810867]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/LineStream.cc (modified)
	* src/CodeGen/LineStream.h (modified)
	* src/main.cc (modified)

	Added basic line directives to code generation.


Fri, 05 May 2017 15:05:12 GMT Rob Schluntz <rschlunt@…> [262f085f]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/CodeGen/Generate.h (modified)
	* src/SynTree/BaseSyntaxNode.h (modified)
	* src/SynTree/SynTree.h (modified)

	add version of CodeGen::generate for a single node for use in gdb


Wed, 03 May 2017 21:19:01 GMT Rob Schluntz <rschlunt@…> [bdd0755]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/TypeDecl.cc (modified)

	fix prettyprint codegen for typedecl


Wed, 19 Apr 2017 16:08:40 GMT Rob Schluntz <rschlunt@…> [5f642e38]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/GenType.cc (modified)

	more work on codegen output


Mon, 17 Apr 2017 21:43:01 GMT Rob Schluntz <rschlunt@…> [e39241b]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/GenType.h (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/CodeGen/Generate.h (modified)
	* src/SynTree/Declaration.h (modified)
	* src/main.cc (modified)
	* src/tests/.expect/memberCtors-ERR1.txt (modified)

	allow codegen as an alternative to AST dump after any pass with the ...


Thu, 30 Mar 2017 21:21:07 GMT Peter A. Buhr <pabuhr@…> [fbcde64]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Visitor.cc (modified)

	remove duplication in compound literal, support aggregate-type ...


Wed, 22 Mar 2017 21:21:38 GMT Thierry Delisle <tdelisle@…> [d9c8a59]
	* src/CodeGen/CodeGenerator.cc (modified)

	Now generating names for anonymous unions properly


Fri, 17 Mar 2017 13:58:23 GMT Peter A. Buhr <pabuhr@…> [615a096]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/lex.ll (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SynTree/ArrayType.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/TupleExpr.cc (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/Tuples/TupleAssignment.cc (modified)

	fix BFCommon problem on gcc-4.9, and begin consistent renaming


Thu, 16 Mar 2017 13:22:34 GMT Peter A. Buhr <pabuhr@…> [fb04321]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Parser/DeclarationNode.cc (modified)

	more cleanup for bit-field type usage


Thu, 16 Mar 2017 11:41:45 GMT Peter A. Buhr <pabuhr@…> [6e8bd43]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/TypeData.cc (modified)
	* src/SynTree/FunctionDecl.cc (modified)
	* src/SynTree/NamedTypeDecl.cc (modified)
	* src/SynTree/ObjectDecl.cc (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)

	cleanup interface to qualifiers/specifiers


Tue, 14 Mar 2017 15:29:34 GMT Peter A. Buhr <pabuhr@…> [08d5507b]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Indexer.cc (modified)

	change type of function specifier and storage class to bit fields


Tue, 07 Mar 2017 13:33:43 GMT Peter A. Buhr <pabuhr@…> [a7c90d4]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/FixNames.cc (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/Parser/DeclarationNode.cc (modified)
	* src/Parser/ExpressionNode.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/Unify.cc (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/Declaration.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/DeclarationWithType.cc (modified)
	* src/SynTree/FunctionDecl.cc (modified)
	* src/SynTree/NamedTypeDecl.cc (modified)
	* src/SynTree/ObjectDecl.cc (modified)
	* src/SynTree/TypeDecl.cc (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)

	change StorageClass to bitset, support _Thread_local as separate ...


Sat, 04 Mar 2017 03:12:02 GMT Peter A. Buhr <pabuhr@…> [dd020c0]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/FixNames.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/Declaration.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/DeclarationWithType.cc (modified)
	* src/SynTree/FunctionDecl.cc (modified)
	* src/SynTree/NamedTypeDecl.cc (modified)
	* src/SynTree/ObjectDecl.cc (modified)
	* src/SynTree/Type.h (modified)

	first attempt to create function specifiers


Thu, 16 Feb 2017 20:36:45 GMT Peter A. Buhr <pabuhr@…> [3a5131ed]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/core (added)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/FunctionDecl.cc (modified)
	* src/SynTree/Mutator.cc (modified)
	* src/SynTree/Visitor.cc (modified)
	* src/tests/.expect/KRfunctions.txt (added)
	* src/tests/KRfunctions.c (added)
	* src/tests/Makefile.am (modified)
	* src/tests/Makefile.in (modified)

	handle KR function declarations


Thu, 09 Feb 2017 20:17:29 GMT Peter A. Buhr <pabuhr@…> [e994912]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/SynTree/Declaration.cc (modified)
	* src/SynTree/Declaration.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)

	code generation for external asm statement (declaration)


Wed, 08 Feb 2017 14:09:39 GMT Rob Schluntz <rschlunt@…> [35b1bf4]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/GenType.h (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/CodeGen/Generate.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/main.cc (modified)

	added pretty print flag, which currently just turns off name mangling ...


Mon, 06 Feb 2017 21:19:41 GMT Peter A. Buhr <pabuhr@…> [c0aa336]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.h (modified)
	* src/Parser/parser.yy (modified)
	* src/Parser/parser.yy.new (added)
	* src/SymTab/AddVisit.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/ArrayType.cc (modified)
	* src/SynTree/AttrType.cc (modified)
	* src/SynTree/BasicType.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/FunctionType.cc (modified)
	* src/SynTree/PointerType.cc (modified)
	* src/SynTree/ReferenceToType.cc (modified)
	* src/SynTree/TupleType.cc (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeofType.cc (modified)
	* src/SynTree/VarArgsType.cc (modified)
	* src/SynTree/VoidType.cc (modified)
	* src/SynTree/ZeroOneType.cc (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/tests/.expect/64/attributes.txt (added)
	* src/tests/.expect/64/declarationSpecifier.txt (modified)
	* src/tests/.expect/64/extension.txt (modified)
	* src/tests/.expect/64/gccExtensions.txt (modified)
	* src/tests/Makefile.am (modified)
	* src/tests/Makefile.in (modified)
	* src/tests/attributes.c (added)
	* src/tests/extension.c (modified)

	third attempt at gcc attributes


Wed, 18 Jan 2017 21:57:52 GMT Peter A. Buhr <pabuhr@…> [44a81853]
	* 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/TypeData.h (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.h (modified)
	* src/Parser/parser.yy (modified)
	* src/SynTree/Attribute.h (modified)

	first attempt at gcc attributes


Thu, 22 Dec 2016 20:23:49 GMT Rob Schluntz <rschlunt@…> [907eccb]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/InitTweak/InitTweak.cc (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.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/TupleExpansion.cc (modified)

	added UntypedTupleExpr to better differentiate typed and untyped ...


Thu, 15 Dec 2016 22:16:42 GMT Rob Schluntz <rschlunt@…> [66f8528]
	* .gitignore (modified)
	* Jenkinsfile (modified)
	* Makefile.am (modified)
	* Makefile.in (modified)
	* aclocal.m4 (modified)
	* automake/config.guess (added)
	* automake/config.sub (added)
	* configure (modified)
	* configure.ac (modified)
	* doc/proposals/NOTE.txt (added)
	* doc/proposals/closure.md (added)
	* doc/proposals/concurrency/Makefile (modified)
	* doc/proposals/concurrency/concurrency.tex (modified)
	* doc/proposals/concurrency/glossary.tex (modified)
	* doc/proposals/concurrency/style.tex (modified)
	* doc/proposals/concurrency/version (modified)
	* doc/proposals/references.md (added)
	* doc/proposals/references.pdf (added)
	* doc/proposals/virtual.txt (added)
	* doc/proposals/void_ptr.md (added)
	* doc/proposals/void_ptr.pdf (added)
	* doc/proposals/zero_one.md (added)
	* doc/proposals/zero_one.pdf (added)
	* doc/working/resolver_design.md (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/OperatorTable.cc (modified)
	* src/Common/Assert.cc (modified)
	* src/Common/utility.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/InitTweak.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/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/Parser/parseutility.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/ResolvExpr/Unify.h (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/DeclarationWithType.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/driver/Makefile.am (modified)
	* src/driver/Makefile.in (modified)
	* src/driver/cfa.cc (modified)
	* src/examples/ArrayN.c (added)
	* src/examples/Bench.c (added)
	* src/examples/Makefile.am (modified)
	* src/examples/Makefile.in (modified)
	* src/examples/zero_one.c (added)
	* src/libcfa/Makefile.am (modified)
	* src/libcfa/Makefile.in (modified)
	* src/libcfa/assert (added)
	* src/libcfa/assert.c (added)
	* src/libcfa/concurrency/CtxSwitch-i386.S (added)
	* src/libcfa/concurrency/CtxSwitch-i686.S (added)
	* src/libcfa/concurrency/CtxSwitch-x86_64.S (added)
	* src/libcfa/concurrency/invoke.c (added)
	* src/libcfa/concurrency/invoke.h (added)
	* src/libcfa/concurrency/threads (added)
	* src/libcfa/concurrency/threads.c (added)
	* src/libcfa/libhdr.h (added)
	* src/libcfa/libhdr/libalign.h (added)
	* src/libcfa/libhdr/libdebug.h (added)
	* src/libcfa/libhdr/libtools.h (added)
	* src/libcfa/stdhdr/assert.h (modified)
	* src/main.cc (modified)
	* src/prelude/Makefile.am (added)
	* src/prelude/Makefile.in (added)
	* src/prelude/builtins.c (moved)
	* src/prelude/builtins.def (moved)
	* src/prelude/extras.c (moved)
	* src/prelude/extras.regx (moved)
	* src/prelude/prelude.cf (moved)
	* src/prelude/prototypes.awk (moved)
	* src/prelude/prototypes.c (moved)
	* 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/castError.txt (modified)
	* src/tests/.expect/completeTypeError.txt (modified)
	* src/tests/.expect/constant0-1DP.txt (modified)
	* src/tests/.expect/constant0-1NDDP.txt (modified)
	* src/tests/.expect/coroutine.txt (added)
	* src/tests/.expect/declarationErrors.txt (modified)
	* src/tests/.expect/dtor-early-exit-ERR1.txt (modified)
	* src/tests/.expect/dtor-early-exit-ERR2.txt (modified)
	* src/tests/.expect/memberCtors-ERR1.txt (modified)
	* src/tests/.expect/scopeErrors.txt (modified)
	* src/tests/.expect/voidPtr.txt (added)
	* src/tests/Makefile.am (modified)
	* src/tests/Makefile.in (modified)
	* src/tests/coroutine.c (added)
	* src/tests/test.py (modified)
	* src/tests/voidPtr.c (added)

	Merge branch 'master' into tuples

	Conflicts:
	        ...


Thu, 15 Dec 2016 18:33:23 GMT Rob Schluntz <rschlunt@…> [9facf3b]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/SymTab/Validate.cc (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/scopeErrors.txt (modified)

	update generation of return variables and the affected test outputs


Tue, 13 Dec 2016 21:13:08 GMT Rob Schluntz <rschlunt@…> [fc638d2]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/GenPoly/CopyParams.cc (modified)
	* src/GenPoly/PolyMutator.cc (modified)
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/ResolvExpr/TypeEnvironment.h (modified)
	* src/SymTab/Indexer.h (modified)
	* src/SynTree/CompoundStmt.cc (modified)
	* src/SynTree/Initializer.cc (modified)
	* src/SynTree/Initializer.h (modified)
	* src/SynTree/VarExprReplacer.cc (modified)

	fixed StmtExpr code in PolyMutator, added missing copy constructor, ...


Tue, 13 Dec 2016 20:14:59 GMT Peter A. Buhr <pabuhr@…> [58dd019]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/OperatorTable.cc (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.h (modified)
	* src/Parser/parser.yy (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/DeclarationWithType.cc (modified)
	* src/tests/.expect/32/gccExtensions.txt (modified)
	* src/tests/.expect/64/gccExtensions.txt (modified)

	add asm_name clause to declarations


Fri, 25 Nov 2016 23:11:03 GMT Rob Schluntz <rschlunt@…> [2c57025]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/GenPoly.cc (modified)
	* src/GenPoly/GenPoly.h (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/GenPoly/PolyMutator.cc (modified)
	* src/GenPoly/ScrubTyVars.cc (modified)
	* src/ResolvExpr/AdjustExprType.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/FindOpenVars.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/ResolvExpr/TypeEnvironment.h (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/ApplicationExpr.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/ReferenceToType.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/SynTree/TypeDecl.cc (modified)
	* src/libcfa/prelude.cf (modified)
	* src/tests/.expect/completeTypeError.txt (added)
	* src/tests/Makefile.am (modified)
	* src/tests/Makefile.in (modified)
	* src/tests/completeTypeError.c (added)

	add support for built-in sized trait which decouples size/alignment ...


Tue, 08 Nov 2016 21:08:36 GMT Rob Schluntz <rschlunt@…> [066d77a]
	* src/CodeGen/CodeGenerator.cc (modified)

	documentation for an assertion


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: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 ...


Wed, 24 Aug 2016 17:55:39 GMT Rob Schluntz <rschlunt@…> [486341f]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/CodeGen/GenType.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/tests/.expect/ctorWarnings.txt (added)
	* src/tests/Makefile.am (modified)
	* src/tests/Makefile.in (modified)
	* src/tests/ctorWarnings.c (added)

	add option to CodeGen to output unmangled name, add ctorWarnings test


Mon, 22 Aug 2016 19:31:47 GMT Rob Schluntz <rschlunt@…> [03b812d2]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/SynTree/Expression.cc (modified)

	delete UntypedExpr arguments and fix missing clones


Fri, 05 Aug 2016 14:12:01 GMT Rob Schluntz <rschlunt@…> [1b0020a]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.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.h (modified)
	* src/Parser/parser.yy (modified)

	Merge branch 'master' into ctor


Thu, 04 Aug 2016 21:26:08 GMT Peter A. Buhr <pabuhr@…> [064e3ff]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.h (modified)
	* src/Parser/parser.yy (modified)

	add new type for ranges and refactor parser code


Thu, 04 Aug 2016 20:11:11 GMT Rob Schluntz <rschlunt@…> [4819cac]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/ControlStruct/CaseRangeMutator.cc (deleted)
	* src/ControlStruct/CaseRangeMutator.h (deleted)
	* src/ControlStruct/MLEMutator.cc (modified)
	* src/ControlStruct/Mutate.cc (modified)
	* src/ControlStruct/module.mk (modified)
	* src/GenPoly/DeclMutator.cc (modified)
	* src/GenPoly/PolyMutator.cc (modified)
	* src/Makefile.in (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/SymTab/AddVisit.h (modified)
	* src/SynTree/AddStmtVisitor.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/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/examples/gc_no_raii/bug-repro/return_template.c (modified)
	* src/examples/gc_no_raii/src/gc.h (modified)
	* src/examples/gc_no_raii/src/gcpointers.c (modified)
	* src/examples/gc_no_raii/src/gcpointers.h (modified)
	* src/examples/gc_no_raii/src/internal/memory_pool.h (modified)
	* src/examples/gc_no_raii/src/internal/state.h (modified)
	* src/examples/gc_no_raii/src/tools/worklist.h (modified)
	* src/examples/gc_no_raii/test/badlll.c (modified)
	* src/examples/gc_no_raii/test/gctest.c (modified)
	* src/tests/switch.c (modified)

	Merge branch 'master' into ctor

	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, ...


Thu, 04 Aug 2016 16:29:54 GMT Peter A. Buhr <pabuhr@…> [8688ce1]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/ControlStruct/CaseRangeMutator.cc (deleted)
	* src/ControlStruct/CaseRangeMutator.h (deleted)
	* src/ControlStruct/MLEMutator.cc (modified)
	* src/ControlStruct/Mutate.cc (modified)
	* src/ControlStruct/module.mk (modified)
	* src/GenPoly/DeclMutator.cc (modified)
	* src/GenPoly/PolyMutator.cc (modified)
	* src/Makefile.in (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/SymTab/AddVisit.h (modified)
	* src/SynTree/AddStmtVisitor.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/Visitor.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/tests/switch.c (modified)

	move case-list management into parser


Tue, 02 Aug 2016 22:40:27 GMT Rob Schluntz <rschlunt@…> [8a443f4]
	* INSTALL (modified)
	* Jenkins/FullBuild (modified)
	* doc/LaTeXmacros/common.tex (modified)
	* doc/aaron_comp_II/comp_II.tex (modified)
	* doc/bibliography/cfa.bib (modified)
	* doc/user/user.tex (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/ControlStruct/CaseRangeMutator.cc (modified)
	* src/ControlStruct/CaseRangeMutator.h (modified)
	* src/Parser/lex.cc (modified)
	* src/Parser/lex.ll (modified)
	* src/tests/switch.c (modified)
	* src/tests/test.py (modified)

	Merge branch 'master' into ctor


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 ...


Sun, 31 Jul 2016 23:06:22 GMT Peter A. Buhr <pabuhr@…> [08061589]
	* INSTALL (modified)
	* doc/LaTeXmacros/common.tex (modified)
	* doc/user/user.tex (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/ControlStruct/CaseRangeMutator.cc (modified)
	* src/Parser/lex.cc (modified)
	* src/Parser/lex.ll (modified)

	more case statement cleanup


Sun, 31 Jul 2016 04:41:25 GMT Peter A. Buhr <pabuhr@…> [057b34f]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/ControlStruct/CaseRangeMutator.cc (modified)
	* src/ControlStruct/CaseRangeMutator.h (modified)
	* src/tests/switch.c (modified)

	more case range clean up


Sat, 30 Jul 2016 19:28:40 GMT Peter A. Buhr <pabuhr@…> [3778cb2]
	* src/CodeGen/CodeGenerator.cc (modified)

	case range clean up


Sat, 30 Jul 2016 15:37:26 GMT Peter A. Buhr <pabuhr@…> [ac911f4]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/tests/switch.c (modified)

	case range, second attempt


Sat, 30 Jul 2016 06:31:17 GMT Peter A. Buhr <pabuhr@…> [66d12f7]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/ControlStruct/CaseRangeMutator.cc (modified)

	change case ranges to use gcc syntax, first attempt


Sat, 16 Jul 2016 02:16:47 GMT Peter A. Buhr <pabuhr@…> [5d125e4]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ParseNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/TypeData.h (modified)
	* src/Parser/parser.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/ReferenceToType.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/libcfa/fstream.c (modified)
	* src/tests/.expect/declarationErrors.txt (modified)
	* src/tests/.expect/declarationSpecifier.txt (modified)

	start code allowing structures to no fields


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 16:41:56 GMT Rob Schluntz <rschlunt@…> [4b2589a]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/ControlStruct/MLEMutator.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/SynTree/Label.h (modified)

	clean up comments, remove dead code


Tue, 28 Jun 2016 19:17:26 GMT Rob Schluntz <rschlunt@…> [888cbe4]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/ControlStruct/LabelGenerator.cc (modified)

	generated labels contain unused attribute and fixed label code gen


Thu, 16 Jun 2016 16:24:39 GMT Rob Schluntz <rschlunt@…> [0f8e4ac]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/ControlStruct/LabelFixer.cc (modified)
	* src/ControlStruct/LabelFixer.h (modified)
	* src/ControlStruct/LabelGenerator.cc (modified)
	* src/ControlStruct/MLEMutator.h (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/SynTree.h (modified)

	change Label from a string typedef to a class


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


Mon, 06 Jun 2016 21:46:09 GMT Rob Schluntz <rschlunt@…> [7baed7d]
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/Makefile.in (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/FunctionDecl.cc (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/module.mk (modified)

	generalize notion of a GCC attribute


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 ...