#
# ChangeLog for src
#
# Generated by Trac 1.2.1
# Mar 10, 2025, 4:33:19 AM

Thu, 08 Oct 2020 01:33:22 GMT Michael Brooks <mlbrooks@…> [6fbe9a5]
	* libcfa/src/limits.cfa (modified)
	* libcfa/src/limits.hfa (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* tests/.expect/const-init.txt (added)
	* tests/.expect/limits.txt (modified)
	* tests/const-init.cfa (added)
	* tests/limits.cfa (modified)

	Fixing code-gen of constants.  [[Fixes #182]]  Removes workaround ...


Wed, 07 Oct 2020 22:08:35 GMT Andrew Beach <ajbeach@…> [69c5c00]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/Virtual/Tables.cc (modified)
	* src/Virtual/Tables.h (modified)
	* tests/exceptions/defaults.cfa (modified)

	Rework exceptions mark_exception -> get_exception_vtable and the ...


Wed, 07 Oct 2020 21:10:45 GMT Fangren Yu <f37yu@…> [41b8ea4]
	* benchmark/Makefile.am (modified)
	* benchmark/creation/JavaThread.java (modified)
	* benchmark/ctxswitch/JavaThread.java (modified)
	* benchmark/io/http/main.cfa (modified)
	* benchmark/io/http/worker.cfa (modified)
	* benchmark/io/readv.cfa (modified)
	* benchmark/mutex/JavaThread.java (modified)
	* benchmark/readyQ/yield.cfa (modified)
	* benchmark/schedint/JavaThread.java (modified)
	* doc/LaTeXmacros/common.tex (modified)
	* doc/bibliography/pl.bib (modified)
	* doc/papers/concurrency/Paper.tex (modified)
	* doc/papers/concurrency/annex/local.bib (modified)
	* doc/papers/concurrency/mail2 (modified)
	* doc/papers/concurrency/response3 (added)
	* doc/proposals/ZeroCostPreemption.md (added)
	* doc/refrat/refrat.tex (modified)
	* doc/theses/fangren_yu_COOP_S20/Makefile (modified)
	* doc/theses/fangren_yu_COOP_S20/Report.tex (modified)
	* doc/theses/thierry_delisle_PhD/code/readQ_example/Makefile (added)
	* doc/theses/thierry_delisle_PhD/code/readQ_example/proto-gui/main.cpp (modified)
	* doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/Makefile (added)
	* doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/cforall.cpp (added)
	* doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/fibre.cpp (added)
	* doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/pthread.cpp (moved)
	* doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/thread.cpp (added)
	* doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/thread.h (deleted)
	* doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/thread.hpp (added)
	* doc/user/Makefile (modified)
	* doc/user/user.tex (modified)
	* libcfa/src/bits/containers.hfa (modified)
	* libcfa/src/bits/locks.hfa (modified)
	* libcfa/src/concurrency/CtxSwitch-i386.S (modified)
	* libcfa/src/concurrency/alarm.cfa (modified)
	* libcfa/src/concurrency/clib/cfathread.cfa (modified)
	* libcfa/src/concurrency/clib/cfathread.h (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/io.cfa (modified)
	* libcfa/src/concurrency/io/setup.cfa (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/kernel/fwd.hfa (modified)
	* libcfa/src/concurrency/kernel/startup.cfa (modified)
	* libcfa/src/concurrency/kernel_private.hfa (modified)
	* libcfa/src/concurrency/locks.cfa (added)
	* libcfa/src/concurrency/locks.hfa (added)
	* libcfa/src/concurrency/monitor.cfa (modified)
	* libcfa/src/concurrency/mutex.cfa (modified)
	* libcfa/src/concurrency/preemption.cfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)
	* tests/.expect/array.txt (modified)
	* tests/.expect/expression.txt (modified)
	* tests/.expect/poly-d-cycle.txt (moved)
	* tests/.expect/poly-o-cycle.txt (added)
	* tests/array.cfa (modified)
	* tests/concurrent/park/contention.cfa (modified)
	* tests/concurrent/park/force_preempt.cfa (modified)
	* tests/concurrent/park/start_parked.cfa (modified)
	* tests/expression.cfa (modified)
	* tests/poly-d-cycle.cfa (added)
	* tests/poly-o-cycle.cfa (moved)

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


Wed, 07 Oct 2020 21:10:14 GMT Fangren Yu <f37yu@…> [2fb35df]
	* src/ResolvExpr/ResolveAssertions.cc (modified)
	* src/ResolvExpr/SatisfyAssertions.cpp (modified)

	exclude deleted declarations for assertion matching


Wed, 07 Oct 2020 21:09:26 GMT Fangren Yu <f37yu@…> [31a5caba]
	* src/SymTab/Autogen.cc (modified)

	generate deleted declaration for invalid autogens


Wed, 07 Oct 2020 01:43:42 GMT Peter A. Buhr <pabuhr@…> [25744d2]
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)

	make suspend a keyword, make @= not a syntax error, deprecated ...


Thu, 01 Oct 2020 18:15:51 GMT Fangren Yu <f37yu@…> [1c1395d]
	* src/GenPoly/InstantiateGeneric.cc (modified)

	cleanup commented code


Thu, 01 Oct 2020 18:13:41 GMT Fangren Yu <f37yu@…> [9dc3eb21]
	* src/GenPoly/InstantiateGeneric.cc (modified)

	fix #196


Thu, 24 Sep 2020 19:56:16 GMT Fangren Yu <f37yu@…> [954c954]
	* doc/proposals/function_type_change.md (added)
	* src/AST/Convert.cpp (modified)
	* src/AST/Decl.hpp (modified)
	* src/AST/ForallSubstitutor.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/SymbolTable.cpp (modified)
	* src/AST/SymbolTable.hpp (modified)
	* src/AST/Type.cpp (modified)
	* src/AST/Type.hpp (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/ResolvExpr/CandidateFinder.cpp (modified)
	* src/ResolvExpr/CurrentObject.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/SatisfyAssertions.cpp (modified)
	* src/ResolvExpr/SpecCost.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Validate.cc (modified)

	Move function argument and return variable declarations from ...


Fri, 18 Sep 2020 22:12:31 GMT Andrew Beach <ajbeach@…> [b2a11ba]
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)

	Rename WithConstTypeSubstitution from env to typeSubs to avoid name ...


Thu, 17 Sep 2020 17:43:09 GMT Thierry Delisle <tdelisle@…> [57e0289]
	* src/Common/Stats/ResolveTime.cc (added)
	* src/Common/Stats/ResolveTime.h (added)
	* src/Common/Stats/Stats.cc (modified)
	* src/Common/module.mk (modified)
	* src/ResolvExpr/Resolver.cc (modified)

	Added stats option to print stats per expression in new-ast
	resolution


Wed, 16 Sep 2020 15:47:01 GMT Andrew Beach <ajbeach@…> [a7c31e0]
	* src/SymTab/Validate.cc (modified)

	This should solve trac#217 and by its fallout the cancellation
	problem.


Tue, 15 Sep 2020 19:08:35 GMT Thierry Delisle <tdelisle@…> [77a2994]
	* libcfa/src/concurrency/monitor.cfa (modified)
	* libcfa/src/concurrency/monitor.hfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* src/Concurrency/Keywords.cc (modified)

	Implemented joining of threads.
	It behaves very similarly to monitor ...


Thu, 10 Sep 2020 15:26:58 GMT Andrew Beach <ajbeach@…> [98e8b3b]
	* src/AST/Convert.cpp (modified)
	* src/AST/Fwd.hpp (modified)
	* src/AST/GenericSubstitution.cpp (modified)
	* src/AST/Node.cpp (modified)
	* src/AST/Print.cpp (modified)
	* src/AST/SymbolTable.cpp (modified)
	* src/AST/Type.cpp (modified)
	* src/AST/Type.hpp (modified)
	* src/AST/TypeSubstitution.cpp (modified)
	* src/AST/TypeSubstitution.hpp (modified)
	* src/ResolvExpr/CandidateFinder.cpp (modified)
	* src/ResolvExpr/CurrentObject.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Validate.cc (modified)

	ast::ReferenceToType is now ast::BaseInstType.


Thu, 10 Sep 2020 14:33:51 GMT Andrew Beach <ajbeach@…> [b9fa85b]
	* src/AST/Pass.hpp (modified)
	* src/ResolvExpr/Resolver.cc (modified)

	Should fix both trac #173 by porting the catch scoping hack to the ...


Wed, 09 Sep 2020 21:03:40 GMT Andrew Beach <ajbeach@…> [1c01c58]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/exception.cfa (modified)
	* libcfa/src/concurrency/exception.hfa (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)
	* src/Common/Examine.cc (added)
	* src/Common/Examine.h (added)
	* src/Common/module.mk (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Virtual/Tables.cc (added)
	* src/Virtual/Tables.h (added)
	* src/Virtual/module.mk (modified)
	* tests/exceptions/cancel/.expect/coroutine.txt (added)
	* tests/exceptions/cancel/coroutine.cfa (added)

	Rather large commit to get coroutine cancellation working.

	This ...


Wed, 09 Sep 2020 15:33:01 GMT Andrew Beach <ajbeach@…> [e6b42e7]
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)

	Added the ast::Pass::read utility. Converted two passes to use its ...


Thu, 03 Sep 2020 15:10:35 GMT Andrew Beach <ajbeach@…> [73f1b1c]
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/TypeSubstitution.hpp (modified)
	* src/ResolvExpr/Unify.cc (modified)

	Cleaned up comments from the PureVisitor addition.


Mon, 31 Aug 2020 22:55:22 GMT Fangren Yu <f37yu@…> [d3aa64f1]
	* src/AST/Copy.hpp (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)
	* src/AST/TypeSubstitution.hpp (modified)
	* src/ResolvExpr/Unify.cc (modified)

	pure visitor interface for new ast


Mon, 31 Aug 2020 17:54:40 GMT Thierry Delisle <tdelisle@…> [4ef08f7]
	* src/AST/Convert.cpp (modified)
	* src/AST/Expr.hpp (modified)
	* src/ResolvExpr/CandidateFinder.cpp (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)

	Implemented KeywordCast in CandidateFinder of new AST.


Mon, 31 Aug 2020 15:42:30 GMT Thierry Delisle <tdelisle@…> [d5f4613]
	* libcfa/src/bits/defs.hfa (modified)
	* libcfa/src/concurrency/CtxSwitch-arm64.S (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/preemption.cfa (modified)
	* libcfa/src/exception.c (modified)
	* src/AST/Print.cpp (modified)
	* src/SynTree/Expression.cc (modified)
	* tests/.expect/abs.arm64.txt (added)
	* tests/.expect/abs.x64.txt (moved)
	* tests/.expect/ato.arm64.txt (added)
	* tests/.expect/ato.x64.txt (moved)
	* tests/.expect/manipulatorsOutput1.arm64.txt (added)
	* tests/.expect/manipulatorsOutput1.x64.txt (moved)
	* tests/.expect/math1.arm64.txt (added)
	* tests/.expect/math1.x64.txt (moved)
	* tests/.expect/math2.arm64.txt (added)
	* tests/.expect/math2.x64.txt (moved)
	* tests/.expect/math3.arm64.txt (added)
	* tests/.expect/math3.x64.txt (moved)
	* tests/.expect/random.arm64.txt (added)
	* tests/.expect/random.x64.txt (moved)
	* tests/literals.cfa (modified)

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


Fri, 28 Aug 2020 19:25:31 GMT Fangren Yu <f37yu@…> [b26144d]
	* src/AST/Print.cpp (modified)
	* src/SynTree/Expression.cc (modified)

	do not print resolved type in tests


Tue, 25 Aug 2020 20:01:33 GMT Thierry Delisle <tdelisle@…> [b7fe2e6]
	* Makefile.am (modified)
	* libcfa/Makefile.am (modified)
	* libcfa/configure.ac (modified)
	* libcfa/prelude/Makefile.am (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/concurrency/asyncio.hfa (deleted)
	* src/Makefile.am (modified)
	* tests/Makefile.am (modified)
	* tools/Makefile.am (modified)
	* tools/prettyprinter/Makefile.am (modified)

	Distribution now correctly handles libcfa but requires handcrafted ...


Tue, 25 Aug 2020 15:58:21 GMT Thierry Delisle <tdelisle@…> [5339a87]
	* src/AST/module.mk (modified)
	* src/CodeGen/module.mk (modified)
	* src/CodeTools/module.mk (modified)
	* src/Common/module.mk (modified)
	* src/Concurrency/module.mk (modified)
	* src/ControlStruct/module.mk (modified)
	* src/GenPoly/module.mk (modified)
	* src/InitTweak/module.mk (modified)
	* src/Makefile.am (modified)
	* src/Parser/module.mk (modified)
	* src/ResolvExpr/module.mk (modified)
	* src/SymTab/module.mk (modified)
	* src/SynTree/module.mk (modified)
	* src/Tuples/module.mk (modified)
	* src/Validate/module.mk (modified)
	* src/Virtual/module.mk (modified)

	Added headers to Makefile Sources (since they are supposed to be)


Thu, 20 Aug 2020 19:59:30 GMT Peter A. Buhr <pabuhr@…> [013b028]
	* src/Parser/ExpressionNode.cc (modified)

	remove unused variable warning


Thu, 20 Aug 2020 17:56:08 GMT Peter A. Buhr <pabuhr@…> [c5b55c4]
	* src/Parser/ExpressionNode.cc (modified)
	* tests/literals.cfa (modified)

	fix missing 'u' suffix for length suffix, change L128 constants to ...


Tue, 18 Aug 2020 20:31:19 GMT Thierry Delisle <tdelisle@…> [13d33a75]
	* benchmark/benchcltr.hfa (modified)
	* benchmark/io/readv-posix.c (added)
	* benchmark/io/readv.cfa (modified)
	* benchmark/readyQ/yield.cfa (modified)
	* driver/cc1.cc (modified)
	* driver/cfa.cc (modified)
	* libcfa/src/bits/locks.hfa (modified)
	* libcfa/src/common.hfa (modified)
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/invoke.c (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/io.cfa (modified)
	* libcfa/src/concurrency/io/setup.cfa (modified)
	* libcfa/src/concurrency/io/types.hfa (modified)
	* libcfa/src/concurrency/iocall.cfa (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/kernel/fwd.hfa (modified)
	* libcfa/src/concurrency/kernel/startup.cfa (modified)
	* libcfa/src/concurrency/ready_queue.cfa (modified)
	* libcfa/src/concurrency/stats.cfa (modified)
	* libcfa/src/concurrency/stats.hfa (modified)
	* libcfa/src/exception.c (modified)
	* libcfa/src/heap.cfa (modified)
	* libcfa/src/iostream.cfa (modified)
	* libcfa/src/iostream.hfa (modified)
	* libcfa/src/parseargs.cfa (modified)
	* libcfa/src/parseargs.hfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* src/AST/Pass.hpp (modified)
	* tests/.expect/minmax.txt (modified)
	* tests/Makefile.am (modified)
	* tests/alloc.cfa (modified)
	* tests/exceptions/.expect/conditional-threads.txt (added)
	* tests/exceptions/.expect/defaults-threads.txt (added)
	* tests/exceptions/.expect/finally-threads.txt (added)
	* tests/exceptions/.expect/resume-threads.txt (added)
	* tests/exceptions/.expect/terminate-threads.txt (added)
	* tests/exceptions/.expect/trash.txt (added)
	* tests/exceptions/terminate.cfa (modified)
	* tests/exceptions/trash.cfa (added)
	* tests/exceptions/with-threads.hfa (added)
	* tests/heap.cfa (modified)
	* tests/linking/.expect/exception-nothreads.txt (added)
	* tests/linking/.expect/exception-withthreads.txt (added)
	* tests/linking/exception-nothreads.cfa (added)
	* tests/linking/exception-withthreads.cfa (added)
	* tests/linking/withthreads.cfa (modified)
	* tests/minmax.cfa (modified)

	Merge branch 'master' into new-ast


Tue, 18 Aug 2020 20:26:19 GMT Fangren Yu <f37yu@…> [ef9988b]
	* src/AST/Convert.cpp (modified)
	* src/AST/Print.cpp (modified)
	* src/AST/TypeSubstitution.hpp (modified)
	* src/ResolvExpr/CandidateFinder.cpp (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SynTree/Expression.cc (modified)

	fix lost typeinst in resolved assertions


Sat, 15 Aug 2020 04:02:02 GMT Fangren Yu <f37yu@…> [74807be]
	* src/Tuples/Explode.cc (modified)

	please do not create a node and throw it away


Thu, 13 Aug 2020 15:53:46 GMT Thierry Delisle <tdelisle@…> [0240cd69]
	* src/AST/Pass.hpp (modified)

	Added overload to Pass::run with a single argument to help older ...


Wed, 12 Aug 2020 16:19:39 GMT Thierry Delisle <tdelisle@…> [f8d05ee]
	* src/AST/Copy.hpp (modified)
	* src/AST/GenericSubstitution.cpp (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)
	* src/AST/Type.cpp (modified)
	* src/AST/TypeEnvironment.cpp (modified)
	* src/AST/TypeSubstitution.cpp (modified)
	* src/AST/TypeSubstitution.hpp (modified)
	* src/Common/Eval.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/ResolvExpr/CandidateFinder.cpp (modified)
	* src/ResolvExpr/CastCost.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/PolyCost.cc (modified)
	* src/ResolvExpr/PtrsAssignable.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/SpecCost.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/Tuples/Explode.cc (modified)
	* src/Tuples/Tuples.cc (modified)

	Merge branch 'new-ast' of plg.uwaterloo.ca:software/cfa/cfa-cc into ...


Wed, 12 Aug 2020 16:18:47 GMT Thierry Delisle <tdelisle@…> [0ea0b8f]
	* configure.ac (modified)
	* src/CompilationState.cc (modified)
	* src/config.h.in (modified)

	Using new-ast now requires configuring with --enable-new-ast or ...


Wed, 12 Aug 2020 15:29:03 GMT Thierry Delisle <tdelisle@…> [a77257be]
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/main.cc (modified)

	Compiler now supports --new-ast and --old-ast to select which ...


Wed, 12 Aug 2020 14:31:58 GMT Andrew Beach <ajbeach@…> [7ff3e522]
	* src/AST/Copy.hpp (modified)
	* src/AST/GenericSubstitution.cpp (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)
	* src/AST/Type.cpp (modified)
	* src/AST/TypeEnvironment.cpp (modified)
	* src/AST/TypeSubstitution.cpp (modified)
	* src/AST/TypeSubstitution.hpp (modified)
	* src/Common/Eval.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/ResolvExpr/CandidateFinder.cpp (modified)
	* src/ResolvExpr/CastCost.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/PolyCost.cc (modified)
	* src/ResolvExpr/PtrsAssignable.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/SpecCost.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/Tuples/Explode.cc (modified)
	* src/Tuples/Tuples.cc (modified)

	{pass_t Pass::pass; => core_t Pass::core;} To avoid confusion about ...


Tue, 11 Aug 2020 21:07:56 GMT Thierry Delisle <tdelisle@…> [0d070ca]
	* src/AST/Pass.proto.hpp (modified)
	* src/AST/TypeSubstitution.cpp (modified)
	* src/ResolvExpr/CandidateFinder.cpp (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)

	disabled new heaptrace feature


Tue, 11 Aug 2020 20:40:15 GMT Thierry Delisle <tdelisle@…> [22f94a4]
	* .gitignore (modified)
	* Jenkinsfile_disabled (modified)
	* Makefile.in (deleted)
	* aclocal.m4 (deleted)
	* autogen.sh (added)
	* automake/compile (deleted)
	* automake/config.guess (deleted)
	* automake/config.sub (deleted)
	* automake/depcomp (deleted)
	* automake/install-sh (deleted)
	* automake/libtool.m4 (deleted)
	* automake/ltmain.sh (deleted)
	* automake/ltoptions.m4 (deleted)
	* automake/ltsugar.m4 (deleted)
	* automake/ltversion.m4 (deleted)
	* automake/lt~obsolete.m4 (deleted)
	* automake/missing (deleted)
	* automake/test-driver (deleted)
	* automake/ylwrap (deleted)
	* benchmark/Makefile.am (modified)
	* benchmark/Makefile.in (deleted)
	* benchmark/benchcltr.hfa (added)
	* benchmark/creation/node_cor.js (modified)
	* benchmark/creation/rust_tokio_thrd.rs (added)
	* benchmark/ctxswitch/node_cor.js (modified)
	* benchmark/ctxswitch/rust_await.rs (added)
	* benchmark/ctxswitch/rust_tokio_thrd.rs (added)
	* benchmark/exclude (modified)
	* benchmark/io/batch-readv.c (added)
	* benchmark/io/http/channel.cfa (added)
	* benchmark/io/http/channel.hfa (added)
	* benchmark/io/http/filecache.cfa (added)
	* benchmark/io/http/filecache.hfa (added)
	* benchmark/io/http/main.cfa (added)
	* benchmark/io/http/options.cfa (added)
	* benchmark/io/http/options.hfa (added)
	* benchmark/io/http/protocol.cfa (added)
	* benchmark/io/http/protocol.hfa (added)
	* benchmark/io/http/worker.cfa (added)
	* benchmark/io/http/worker.hfa (added)
	* benchmark/io/io_uring.h (added)
	* benchmark/io/readv.cfa (modified)
	* benchmark/readyQ/yield.cfa (added)
	* benchmark/readyQ/yield.cpp (added)
	* configure (deleted)
	* configure.ac (modified)
	* doc/bibliography/pl.bib (modified)
	* doc/papers/AMA/AMA-stix/ama/WileyNJD-v2.cls (modified)
	* doc/papers/concurrency/Paper.tex (modified)
	* doc/papers/concurrency/figures/RunTimeStructure.fig (modified)
	* doc/papers/concurrency/mail2 (modified)
	* doc/papers/concurrency/response2 (added)
	* doc/proposals/vtable.md (modified)
	* doc/theses/thierry_delisle_PhD/code/bitbench/select.cpp (added)
	* doc/theses/thierry_delisle_PhD/code/links.hpp (added)
	* doc/theses/thierry_delisle_PhD/code/process.sh (added)
	* doc/theses/thierry_delisle_PhD/code/relaxed_list.cpp (modified)
	* doc/theses/thierry_delisle_PhD/code/relaxed_list.hpp (modified)
	* doc/theses/thierry_delisle_PhD/code/runperf.sh (added)
	* doc/theses/thierry_delisle_PhD/code/snzi-packed.hpp (added)
	* doc/theses/thierry_delisle_PhD/code/snzi.hpp (added)
	* doc/theses/thierry_delisle_PhD/code/snzm.hpp (added)
	* doc/theses/thierry_delisle_PhD/code/utils.hpp (modified)
	* doc/theses/thierry_delisle_PhD/code/work_stealing.hpp (added)
	* driver/Makefile.in (deleted)
	* driver/cc1.cc (modified)
	* driver/cfa.cc (modified)
	* examples/hashtable.cfa (added)
	* examples/hashtable2.cfa (added)
	* examples/io/cat.c (moved)
	* examples/io/filereader.c (modified)
	* examples/io/simple/server.c (modified)
	* examples/io/simple/server_epoll.c (added)
	* libcfa/Makefile.in (deleted)
	* libcfa/aclocal.m4 (deleted)
	* libcfa/automake/compile (deleted)
	* libcfa/automake/config.guess (deleted)
	* libcfa/automake/config.sub (deleted)
	* libcfa/automake/depcomp (deleted)
	* libcfa/automake/install-sh (deleted)
	* libcfa/automake/libtool.m4 (deleted)
	* libcfa/automake/ltmain.sh (deleted)
	* libcfa/automake/ltoptions.m4 (deleted)
	* libcfa/automake/ltsugar.m4 (deleted)
	* libcfa/automake/ltversion.m4 (deleted)
	* libcfa/automake/lt~obsolete.m4 (deleted)
	* libcfa/automake/missing (deleted)
	* libcfa/configure (deleted)
	* libcfa/configure.ac (modified)
	* libcfa/prelude/Makefile.am (modified)
	* libcfa/prelude/Makefile.in (deleted)
	* libcfa/prelude/builtins.c (modified)
	* libcfa/prelude/defines.hfa.in (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/Makefile.in (deleted)
	* libcfa/src/bitmanip.hfa (modified)
	* libcfa/src/bits/containers.hfa (modified)
	* libcfa/src/bits/debug.cfa (modified)
	* libcfa/src/bits/debug.hfa (modified)
	* libcfa/src/bits/defs.hfa (modified)
	* libcfa/src/bits/locks.hfa (modified)
	* libcfa/src/bits/random.hfa (added)
	* libcfa/src/bits/signal.hfa (modified)
	* libcfa/src/concurrency/alarm.cfa (modified)
	* libcfa/src/concurrency/alarm.hfa (modified)
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/invoke.c (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/io.cfa (modified)
	* libcfa/src/concurrency/io/setup.cfa (added)
	* libcfa/src/concurrency/io/types.hfa (added)
	* libcfa/src/concurrency/iocall.cfa (added)
	* libcfa/src/concurrency/iofwd.hfa (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/kernel.hfa (modified)
	* libcfa/src/concurrency/kernel/fwd.hfa (added)
	* libcfa/src/concurrency/kernel/startup.cfa (added)
	* libcfa/src/concurrency/kernel_private.hfa (modified)
	* libcfa/src/concurrency/monitor.cfa (modified)
	* libcfa/src/concurrency/mutex.cfa (modified)
	* libcfa/src/concurrency/preemption.cfa (modified)
	* libcfa/src/concurrency/preemption.hfa (modified)
	* libcfa/src/concurrency/ready_queue.cfa (added)
	* libcfa/src/concurrency/ready_subqueue.hfa (added)
	* libcfa/src/concurrency/snzi.hfa (added)
	* libcfa/src/concurrency/stats.cfa (added)
	* libcfa/src/concurrency/stats.hfa (added)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* libcfa/src/containers/list.hfa (modified)
	* libcfa/src/containers/stackLockFree.hfa (added)
	* libcfa/src/containers/vector.hfa (modified)
	* libcfa/src/exception.c (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)
	* libcfa/src/executor.cfa (modified)
	* libcfa/src/fstream.cfa (modified)
	* libcfa/src/fstream.hfa (modified)
	* libcfa/src/heap.cfa (modified)
	* libcfa/src/heap.hfa (added)
	* libcfa/src/iostream.cfa (modified)
	* libcfa/src/iostream.hfa (modified)
	* libcfa/src/memory.cfa (added)
	* libcfa/src/memory.hfa (added)
	* libcfa/src/parseargs.cfa (added)
	* libcfa/src/parseargs.hfa (added)
	* libcfa/src/stdhdr/assert.h (modified)
	* libcfa/src/stdhdr/malloc.h (modified)
	* libcfa/src/stdhdr/sys/mman.h (added)
	* libcfa/src/stdhdr/sys/time.h (added)
	* libcfa/src/stdhdr/sys/ucontext.h (deleted)
	* libcfa/src/stdlib.cfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* libcfa/src/time.hfa (modified)
	* longrun_tests/Makefile.am (modified)
	* longrun_tests/Makefile.in (deleted)
	* src/Common/PassVisitor.proto.h (modified)
	* src/Common/ScopedMap.h (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Concurrency/Waitfor.cc (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/ControlStruct/ExceptTranslate.h (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/Makefile.in (deleted)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/module.mk (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/SynTree/Expression.h (modified)
	* src/Virtual/ExpandCasts.cc (modified)
	* src/main.cc (modified)
	* tests/.expect/alloc.txt (modified)
	* tests/.expect/bitmanip3.x64.txt (modified)
	* tests/.expect/bitmanip3.x86.txt (modified)
	* tests/.expect/castError.txt (modified)
	* tests/.expect/copyfile.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/functions.x86.txt (modified)
	* tests/.expect/global-monomorph.txt (added)
	* tests/.expect/init1.txt (added)
	* tests/.expect/manipulatorsInput.x64.txt (added)
	* tests/.expect/manipulatorsInput.x86.txt (moved)
	* tests/.expect/manipulatorsOutput3.x64.txt (added)
	* tests/.expect/poly-cycle.txt (added)
	* tests/.expect/smart-pointers.txt (added)
	* tests/.expect/time.txt (modified)
	* tests/.in/copyfile.txt (modified)
	* tests/.in/manipulatorsInput.txt (modified)
	* tests/Makefile.am (modified)
	* tests/Makefile.in (deleted)
	* tests/avltree/avl1.cfa (modified)
	* tests/bitmanip3.cfa (modified)
	* tests/bugs/10.cfa (added)
	* tests/bugs/104.cfa (added)
	* tests/bugs/140.cfa (added)
	* tests/bugs/194.cfa (added)
	* tests/bugs/20.cfa (added)
	* tests/bugs/203-2.cfa (added)
	* tests/bugs/203-7.cfa (added)
	* tests/bugs/203-9.cfa (added)
	* tests/bugs/44.cfa (added)
	* tests/bugs/46.cfa (added)
	* tests/bugs/5.cfa (added)
	* tests/bugs/66.cfa (added)
	* tests/bugs/7.cfa (added)
	* tests/bugs/91.cfa (added)
	* tests/bugs/92.cfa (added)
	* tests/bugs/95.cfa (added)
	* tests/castError.cfa (modified)
	* tests/concurrent/examples/datingService.cfa (modified)
	* tests/concurrent/park/.expect/start_parked.txt (added)
	* tests/concurrent/park/start_parked.cfa (added)
	* tests/concurrent/signal/block.cfa (modified)
	* tests/concurrent/signal/disjoint.cfa (modified)
	* tests/concurrent/waitfor/when.cfa (modified)
	* tests/copyfile.cfa (modified)
	* tests/errors/.expect/completeType.x64.txt (moved)
	* tests/errors/.expect/completeType.x86.txt (added)
	* tests/exceptions/.expect/defaults.txt (added)
	* tests/exceptions/.expect/polymorphic.txt (added)
	* tests/exceptions/.expect/resume.txt (modified)
	* tests/exceptions/.expect/terminate.txt (modified)
	* tests/exceptions/.expect/type-check.txt (added)
	* tests/exceptions/.expect/virtual-cast.txt (added)
	* tests/exceptions/.expect/virtual-poly.txt (added)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/data-except.cfa (modified)
	* tests/exceptions/defaults.cfa (added)
	* tests/exceptions/finally.cfa (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/polymorphic.cfa (added)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)
	* tests/exceptions/type-check.cfa (added)
	* tests/exceptions/virtual-cast.cfa (moved)
	* tests/exceptions/virtual-poly.cfa (added)
	* tests/global-monomorph.cfa (added)
	* tests/heap.cfa (modified)
	* tests/init1.cfa (added)
	* tests/io2.cfa (modified)
	* tests/list/.expect/dlist-insert-remove.txt (modified)
	* tests/list/dlist-insert-remove.cfa (modified)
	* tests/manipulatorsInput.cfa (modified)
	* tests/manipulatorsOutput3.cfa (modified)
	* tests/poly-cycle.cfa (added)
	* tests/pybin/test_run.py (modified)
	* tests/pybin/tools.py (modified)
	* tests/searchsort.cfa (modified)
	* tests/smart-pointers.cfa (added)
	* tests/test.py (modified)
	* tests/time.cfa (modified)
	* tools/Makefile.in (deleted)
	* tools/build/cfa.m4 (moved)
	* tools/build/cfa.make (moved)
	* tools/build/push2dist.sh (modified)
	* tools/gdb/utils-gdb.py (modified)
	* tools/perf/process_halts.sh (added)
	* tools/perf/view_halts.py (added)
	* tools/prettyprinter/Makefile.in (deleted)

	Merge branch 'master' into new-ast


Mon, 10 Aug 2020 23:45:18 GMT Fangren Yu <f37yu@…> [07d867b]
	* src/AST/Convert.cpp (modified)
	* src/AST/Expr.hpp (modified)
	* src/ResolvExpr/SatisfyAssertions.cpp (modified)
	* src/SynTree/ApplicationExpr.cc (modified)

	attempt to fix inferparams


Mon, 10 Aug 2020 19:18:24 GMT Thierry Delisle <tdelisle@…> [6bd2cfb]
	* Makefile.in (deleted)
	* aclocal.m4 (deleted)
	* automake/compile (deleted)
	* automake/config.guess (deleted)
	* automake/config.sub (deleted)
	* automake/depcomp (deleted)
	* automake/install-sh (deleted)
	* automake/libtool.m4 (deleted)
	* automake/ltmain.sh (deleted)
	* automake/ltoptions.m4 (deleted)
	* automake/ltsugar.m4 (deleted)
	* automake/ltversion.m4 (deleted)
	* automake/lt~obsolete.m4 (deleted)
	* automake/missing (deleted)
	* automake/test-driver (deleted)
	* automake/ylwrap (deleted)
	* benchmark/Makefile.in (deleted)
	* configure (deleted)
	* driver/Makefile.in (deleted)
	* libcfa/Makefile.in (deleted)
	* libcfa/aclocal.m4 (deleted)
	* libcfa/automake/compile (deleted)
	* libcfa/automake/config.guess (deleted)
	* libcfa/automake/config.sub (deleted)
	* libcfa/automake/depcomp (deleted)
	* libcfa/automake/install-sh (deleted)
	* libcfa/automake/libtool.m4 (deleted)
	* libcfa/automake/ltmain.sh (deleted)
	* libcfa/automake/ltoptions.m4 (deleted)
	* libcfa/automake/ltsugar.m4 (deleted)
	* libcfa/automake/ltversion.m4 (deleted)
	* libcfa/automake/lt~obsolete.m4 (deleted)
	* libcfa/automake/missing (deleted)
	* libcfa/configure (deleted)
	* libcfa/prelude/Makefile.in (deleted)
	* libcfa/src/Makefile.in (deleted)
	* longrun_tests/Makefile.in (deleted)
	* src/Makefile.in (deleted)
	* tests/Makefile.in (deleted)
	* tools/Makefile.in (deleted)
	* tools/prettyprinter/Makefile.in (deleted)

	Removed generated automake files.
	*** WARNING *** With this push ...


Mon, 10 Aug 2020 18:05:28 GMT Thierry Delisle <tdelisle@…> [0c30ecc]
	* Makefile.in (modified)
	* benchmark/Makefile.am (modified)
	* benchmark/Makefile.in (modified)
	* configure (modified)
	* configure.ac (modified)
	* driver/Makefile.in (modified)
	* libcfa/configure.ac (modified)
	* libcfa/src/Makefile.am (modified)
	* longrun_tests/Makefile.am (modified)
	* longrun_tests/Makefile.in (modified)
	* src/Makefile.in (modified)
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)
	* tools/Makefile.in (modified)
	* tools/build/cfa.m4 (moved)
	* tools/build/cfa.make (moved)
	* tools/prettyprinter/Makefile.in (modified)

	Move cfa.m4 and cfa.make to tools/build


Fri, 07 Aug 2020 20:26:58 GMT Fangren Yu <f37yu@…> [ba662b9]
	* src/Tuples/Tuples.cc (modified)

	actually run impurity check


Thu, 06 Aug 2020 21:08:46 GMT Fangren Yu <f37yu@…> [0019d77]
	* src/AST/Pass.hpp (modified)
	* src/ResolvExpr/Resolver.cc (modified)

	Merge branch 'new-ast' of plg.uwaterloo.ca:software/cfa/cfa-cc into ...


Thu, 06 Aug 2020 21:08:11 GMT Fangren Yu <f37yu@…> [79c907b]
	* src/AST/Print.cpp (modified)

	correctly print assertions


Wed, 05 Aug 2020 17:27:32 GMT Andrew Beach <ajbeach@…> [a86b2ca6]
	* src/AST/Pass.hpp (modified)
	* src/ResolvExpr/Resolver.cc (modified)

	Added Pass<...>::run which allows a pass to be constructed and run in ...


Mon, 03 Aug 2020 18:23:17 GMT Thierry Delisle <tdelisle@…> [95789be]
	* libcfa/src/bits/locks.hfa (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/preemption.cfa (modified)
	* libcfa/src/containers/list.hfa (modified)
	* libcfa/src/heap.cfa (modified)
	* libcfa/src/iostream.hfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* src/Common/ScopedMap.h (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Concurrency/Waitfor.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/SynTree/Expression.h (modified)
	* src/Virtual/ExpandCasts.cc (modified)
	* tests/.expect/castError.txt (modified)
	* tests/.expect/init1.txt (added)
	* tests/avltree/avl1.cfa (modified)
	* tests/bugs/140.cfa (added)
	* tests/bugs/203-2.cfa (added)
	* tests/bugs/203-7.cfa (added)
	* tests/bugs/203-9.cfa (added)
	* tests/bugs/66.cfa (modified)
	* tests/castError.cfa (modified)
	* tests/concurrent/signal/block.cfa (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/defaults.cfa (modified)
	* tests/init1.cfa (added)
	* tests/io2.cfa (modified)
	* tests/searchsort.cfa (modified)

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


Fri, 31 Jul 2020 19:43:22 GMT Thierry Delisle <tdelisle@…> [3ac8b9f]
	* libcfa/configure (modified)
	* libcfa/configure.ac (modified)
	* src/cfa.make (modified)

	Added make variable to allow timing CFA compilation.
	Usage : make ...


Fri, 31 Jul 2020 15:06:44 GMT Andrew Beach <ajbeach@…> [6dba8755]
	* src/Common/ScopedMap.h (modified)
	* src/Virtual/ExpandCasts.cc (modified)

	I was given a trick with the indexer that fixes some scoping issues ...


Thu, 30 Jul 2020 03:29:01 GMT Michael Brooks <mlbrooks@…> [b81fd95]
	* libcfa/src/bits/locks.hfa (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/preemption.cfa (modified)
	* libcfa/src/containers/list.hfa (modified)
	* libcfa/src/iostream.hfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Concurrency/Waitfor.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/SynTree/Expression.h (modified)
	* tests/.expect/init1.txt (added)
	* tests/avltree/avl1.cfa (modified)
	* tests/bugs/66.cfa (modified)
	* tests/concurrent/signal/block.cfa (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/defaults.cfa (modified)
	* tests/init1.cfa (added)
	* tests/io2.cfa (modified)
	* tests/searchsort.cfa (modified)

	Fix bug where pointer and reference types allow unsound ...


Wed, 29 Jul 2020 21:12:28 GMT Andrew Beach <ajbeach@…> [1d17939]
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* tests/.expect/castError.txt (modified)
	* tests/castError.cfa (modified)

	Implemented the recomented fix for #204, added at test that would ...


Tue, 28 Jul 2020 18:39:52 GMT Fangren Yu <f37yu@…> [3251b66]
	* src/Tuples/TupleAssignment.cc (modified)

	use different autogen prefix for new ast


Tue, 28 Jul 2020 18:38:39 GMT Fangren Yu <f37yu@…> [eb1be63]
	* src/ResolvExpr/ConversionCost.cc (modified)

	conversion cost pass should not consider structs again after types ...


Tue, 28 Jul 2020 18:37:36 GMT Fangren Yu <f37yu@…> [c408483]
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)
	* src/Common/PassVisitor.proto.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/Tuples/Explode.cc (modified)

	cleanup


Thu, 23 Jul 2020 18:43:33 GMT Andrew Beach <ajbeach@…> [d1ee9ec]
	* src/AST/porting.md (modified)

	Added some notes about the copy functions to the porting document.


Thu, 23 Jul 2020 18:42:23 GMT Andrew Beach <ajbeach@…> [923d25a]
	* src/AST/Fwd.hpp (modified)
	* src/AST/Type.cpp (modified)
	* src/AST/Type.hpp (modified)

	SueInstType is a template that replaces {Struct,Union,Enum}InstType, ...


Wed, 22 Jul 2020 15:24:33 GMT Andrew Beach <ajbeach@…> [f19fbbc]
	* src/Virtual/ExpandCasts.cc (modified)
	* tests/exceptions/.expect/virtual-cast.txt (added)
	* tests/exceptions/.expect/virtual-poly.txt (added)
	* tests/exceptions/virtual-cast.cfa (moved)
	* tests/exceptions/virtual-poly.cfa (added)

	Fixed the virtual system so it can handle in polymorphic virtual ...


Mon, 20 Jul 2020 17:06:48 GMT Andrew Beach <ajbeach@…> [a8ed717]
	* src/AST/Print.cpp (modified)

	Small fix in printing, fixing mismatched casing for casts.


Fri, 17 Jul 2020 20:58:54 GMT Andrew Beach <ajbeach@…> [aebf5b0]
	* src/AST/Expr.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)

	Made a few changes that should have no effect but will silence some ...


Fri, 17 Jul 2020 19:46:07 GMT Thierry Delisle <tdelisle@…> [680ae0e]
	* src/Common/PassVisitor.proto.h (modified)

	Changed cleanup stack in pass visitor to use std::vector


Thu, 16 Jul 2020 16:35:19 GMT Andrew Beach <ajbeach@…> [3f06c05]
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/functions.x86.txt (modified)
	* tests/.expect/poly-cycle.txt (added)
	* tests/poly-cycle.cfa (added)

	Fixed InstantiateGeneric so that it can handle cyclic type references ...


Wed, 15 Jul 2020 22:43:57 GMT Peter A. Buhr <pabuhr@…> [791028a]
	* src/Parser/ExpressionNode.cc (modified)

	formatting, fix warning for usage of uninitialized variable val


Tue, 14 Jul 2020 02:00:17 GMT Peter A. Buhr <pabuhr@…> [cf5af9c]
	* libcfa/prelude/builtins.c (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* tests/errors/.expect/completeType.x64.txt (moved)

	change from __SIZEOF_POINTER__ to __SIZEOF_INT128__ to determine if ...


Sun, 12 Jul 2020 19:14:06 GMT Peter A. Buhr <pabuhr@…> [ccb776b]
	* src/Parser/ExpressionNode.cc (modified)

	fix #if to elide int128 code for 32-bit build


Sun, 12 Jul 2020 14:43:59 GMT Peter A. Buhr <pabuhr@…> [dbe8e31c]
	* libcfa/prelude/builtins.c (modified)
	* src/Parser/ExpressionNode.cc (modified)

	use #if to elide int128 code for 32-bit build


Sat, 11 Jul 2020 22:41:48 GMT Peter A. Buhr <pabuhr@…> [d34575b]
	* benchmark/io/batch-readv.c (modified)
	* benchmark/io/io_uring.h (added)
	* benchmark/io/readv.cfa (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/Makefile.in (modified)
	* libcfa/src/concurrency/io.cfa (modified)
	* libcfa/src/concurrency/iocall.cfa (modified)
	* libcfa/src/concurrency/kernel.hfa (modified)
	* libcfa/src/concurrency/kernel_private.hfa (modified)
	* libcfa/src/concurrency/preemption.cfa (modified)
	* libcfa/src/concurrency/stats.cfa (modified)
	* libcfa/src/concurrency/stats.hfa (modified)
	* src/Makefile.in (modified)
	* src/Parser/module.mk (modified)
	* tests/bugs/.expect/10.txt (added)
	* tests/bugs/.expect/194.txt (added)
	* tests/bugs/.expect/20.txt (added)
	* tests/bugs/.expect/44.txt (added)
	* tests/bugs/.expect/46.txt (added)
	* tests/bugs/.expect/5.txt (added)
	* tests/bugs/.expect/66.txt (added)
	* tests/bugs/.expect/91.txt (added)
	* tests/bugs/.expect/92.txt (added)
	* tests/bugs/.expect/95.txt (added)
	* tests/bugs/10.cfa (added)
	* tests/bugs/104.cfa (added)
	* tests/bugs/194.cfa (added)
	* tests/bugs/20.cfa (added)
	* tests/bugs/44.cfa (added)
	* tests/bugs/46.cfa (added)
	* tests/bugs/5.cfa (added)
	* tests/bugs/66.cfa (added)
	* tests/bugs/7.cfa (added)
	* tests/bugs/91.cfa (added)
	* tests/bugs/92.cfa (added)
	* tests/bugs/95.cfa (added)
	* tests/pybin/test_run.py (modified)
	* tests/pybin/tools.py (modified)
	* tests/test.py (modified)

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


Sat, 11 Jul 2020 22:37:01 GMT Peter A. Buhr <pabuhr@…> [f6582252]
	* src/Parser/ExpressionNode.cc (modified)

	add support for int128 constants


Fri, 10 Jul 2020 16:59:42 GMT Thierry Delisle <tdelisle@…> [2fc94ced]
	* src/Makefile.in (modified)
	* src/Parser/module.mk (modified)

	Added -Wno-yacc when compiling parser.yy


Mon, 06 Jul 2020 20:46:14 GMT Peter A. Buhr <pabuhr@…> [82bbaf4]
	* src/Parser/ParseNode.h (modified)

	formatting


Fri, 03 Jul 2020 20:50:21 GMT Fangren Yu <f37yu@…> [c15085d]
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)
	* src/AST/TypeSubstitution.cpp (modified)
	* src/AST/TypeSubstitution.hpp (modified)
	* src/Common/Stats/Heap.cc (modified)
	* src/Common/Stats/Heap.h (modified)
	* src/ResolvExpr/CandidateFinder.cpp (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)

	tracing memory allocation of resolver passes


Thu, 02 Jul 2020 22:05:10 GMT Andrew Beach <ajbeach@…> [d5baf0c]
	* src/GenPoly/Specialize.cc (modified)

	Specialization now produces Declarations instead of Statements so it ...


Fri, 26 Jun 2020 18:34:09 GMT Andrew Beach <ajbeach@…> [276f105]
	* src/AST/Copy.hpp (modified)

	Changed deep copy to highlight a questionable case. Even if it is ...


Thu, 25 Jun 2020 21:00:18 GMT Fangren Yu <f37yu@…> [81da70a5]
	* src/AST/Convert.cpp (modified)
	* src/ResolvExpr/SatisfyAssertions.cpp (modified)

	actually fill inferred params and disable a check


Wed, 24 Jun 2020 16:30:42 GMT Andrew Beach <ajbeach@…> [7f9968a]
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* tests/exceptions/.expect/resume.txt (modified)
	* tests/exceptions/.expect/terminate.txt (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)

	Fixed a problem with 'throwResume;' translation and added some tests ...


Fri, 19 Jun 2020 19:35:58 GMT Fangren Yu <f37yu@…> [8ff586c]
	* src/AST/Convert.cpp (modified)

	eliminate sharing in StmtExpr for backward convert


Thu, 18 Jun 2020 20:57:23 GMT Fangren Yu <f37yu@…> [1cf2a9b]
	* src/ResolvExpr/Resolver.cc (modified)

	Merge branch 'new-ast' of plg.uwaterloo.ca:software/cfa/cfa-cc into ...


Thu, 18 Jun 2020 20:56:20 GMT Fangren Yu <f37yu@…> [c7f834e]
	* src/AST/TypeSubstitution.hpp (modified)
	* src/ResolvExpr/Unify.cc (modified)

	fix destructed return value in TypeSubstitution


Wed, 17 Jun 2020 21:32:02 GMT Andrew Beach <ajbeach@…> [e068c8a]
	* src/ResolvExpr/Resolver.cc (modified)

	Since my base solution introduced a lot of the mess, I decided to ...


Wed, 17 Jun 2020 21:02:46 GMT Fangren Yu <f37yu@…> [d2de1be9]
	* src/AST/Node.cpp (modified)
	* src/AST/Node.hpp (modified)

	Merge branch 'new-ast' of plg.uwaterloo.ca:software/cfa/cfa-cc into ...


Wed, 17 Jun 2020 21:02:14 GMT Fangren Yu <f37yu@…> [73973b6]
	* src/ResolvExpr/Resolver.cc (modified)

	manually call mutate on functiondecl


Sun, 14 Jun 2020 12:19:17 GMT Peter A. Buhr <pabuhr@…> [79aae15]
	* src/Parser/DeclarationNode.cc (modified)

	fix spelling mistake in comments


Fri, 05 Jun 2020 14:29:10 GMT Andrew Beach <ajbeach@…> [52a4d69]
	* src/AST/Node.cpp (modified)
	* src/AST/Node.hpp (modified)

	Improvements to ast::ptr_base::strict_as. Added null to null variant ...


Thu, 04 Jun 2020 19:50:57 GMT Thierry Delisle <tdelisle@…> [5c9b20c]
	* src/AST/Copy.hpp (modified)
	* src/AST/TypeSubstitution.hpp (modified)

	Fixed void ptr assignment bug


Thu, 28 May 2020 17:23:55 GMT Peter A. Buhr <pabuhr@…> [a491a3c]
	* src/Parser/parser.yy (modified)

	parser prints "List of mutex member is currently unimplemented" error


Tue, 26 May 2020 20:03:30 GMT Andrew Beach <ajbeach@…> [c19bc90]
	* src/Virtual/ExpandCasts.cc (modified)

	Better error messages in ExpandCasts.


Tue, 26 May 2020 15:24:55 GMT Andrew Beach <ajbeach@…> [b2de2e0]
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* tests/exceptions/.expect/type-check.txt (added)
	* tests/exceptions/type-check.cfa (added)

	Improved the check of the catch[Resume] exception declaration.


Sat, 23 May 2020 13:38:03 GMT Peter A. Buhr <pabuhr@…> [cbbd8fd7]
	* src/Parser/parser.yy (modified)

	rename non-terminal argument_expression_list to ...


Fri, 22 May 2020 18:49:54 GMT Andrew Beach <ajbeach@…> [7119daa]
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/ControlStruct/ExceptTranslate.h (modified)

	More clean-up in ExceptTranslate.


Thu, 21 May 2020 17:43:59 GMT Andrew Beach <ajbeach@…> [66ba544]
	* src/ControlStruct/ExceptTranslate.cc (modified)

	Dead code elimination in the try block translation.


Tue, 19 May 2020 21:31:20 GMT Andrew Beach <ajbeach@…> [046a890]
	* libcfa/src/exception.c (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/ControlStruct/ExceptTranslate.h (modified)
	* src/main.cc (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/data-except.cfa (modified)
	* tests/exceptions/finally.cfa (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)

	That should get default operations working for throws. More tests to ...


Fri, 08 May 2020 20:44:53 GMT Thierry Delisle <tdelisle@…> [bcd74f3]
	* benchmark/io/readv.cfa (added)
	* doc/bibliography/pl.bib (modified)
	* doc/theses/thierry_delisle_PhD/comp_II/Makefile (modified)
	* doc/theses/thierry_delisle_PhD/comp_II/comp_II.tex (modified)
	* doc/theses/thierry_delisle_PhD/comp_II/comp_II_PAB.tex (added)
	* doc/theses/thierry_delisle_PhD/comp_II/img/base.fig (modified)
	* doc/theses/thierry_delisle_PhD/comp_II/img/empty.fig (modified)
	* doc/theses/thierry_delisle_PhD/comp_II/img/emptybit.fig (modified)
	* doc/theses/thierry_delisle_PhD/comp_II/img/emptytls.fig (modified)
	* doc/theses/thierry_delisle_PhD/comp_II/img/emptytree.fig (modified)
	* doc/theses/thierry_delisle_PhD/comp_II/img/resize.fig (modified)
	* doc/theses/thierry_delisle_PhD/comp_II/local.bib (modified)
	* driver/cfa.cc (modified)
	* examples/io/simple/server.cfa (added)
	* libcfa/Makefile.in (modified)
	* libcfa/configure (modified)
	* libcfa/configure.ac (modified)
	* libcfa/prelude/Makefile.am (modified)
	* libcfa/prelude/Makefile.in (modified)
	* libcfa/prelude/defines.hfa.in (added)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/Makefile.in (modified)
	* libcfa/src/bitmanip.hfa (modified)
	* libcfa/src/bits/debug.hfa (modified)
	* libcfa/src/bits/locks.hfa (modified)
	* libcfa/src/bits/signal.hfa (modified)
	* libcfa/src/concurrency/alarm.cfa (modified)
	* libcfa/src/concurrency/alarm.hfa (modified)
	* libcfa/src/concurrency/asyncio.hfa (added)
	* libcfa/src/concurrency/io.cfa (added)
	* libcfa/src/concurrency/iofwd.hfa (added)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/kernel.hfa (modified)
	* libcfa/src/concurrency/kernel_private.hfa (modified)
	* libcfa/src/concurrency/preemption.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* libcfa/src/containers/list.hfa (added)
	* libcfa/src/exception.c (modified)
	* libcfa/src/exception.hfa (added)
	* libcfa/src/heap.cfa (modified)
	* libcfa/src/interpose.cfa (modified)
	* libcfa/src/iostream.cfa (modified)
	* libcfa/src/startup.cfa (modified)
	* libcfa/src/stdhdr/malloc.h (modified)
	* libcfa/src/stdlib.cfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/main.cc (modified)
	* tests/.expect/alloc.txt (modified)
	* tests/.expect/bitmanip.x64.txt (deleted)
	* tests/.expect/bitmanip.x86.txt (deleted)
	* tests/.expect/bitmanip1.x64.txt (added)
	* tests/.expect/bitmanip1.x86.txt (added)
	* tests/.expect/bitmanip2.x64.txt (added)
	* tests/.expect/bitmanip2.x86.txt (added)
	* tests/.expect/bitmanip3.x64.txt (added)
	* tests/.expect/bitmanip3.x86.txt (added)
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)
	* tests/alloc.cfa (modified)
	* tests/bitmanip.cfa (deleted)
	* tests/bitmanip1.cfa (added)
	* tests/bitmanip2.cfa (added)
	* tests/bitmanip3.cfa (added)
	* tests/concurrent/.expect/monitor.txt (modified)
	* tests/concurrent/monitor.cfa (modified)
	* tests/errors/.expect/completeType.txt (modified)
	* tests/exceptions/.expect/data-except.txt (added)
	* tests/exceptions/.expect/interact.txt (modified)
	* tests/exceptions/.expect/resume.txt (modified)
	* tests/exceptions/.expect/terminate.txt (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/data-except.cfa (added)
	* tests/exceptions/except-mac.hfa (deleted)
	* tests/exceptions/finally.cfa (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)
	* tests/list/.expect/dlist-insert-remove.txt (added)
	* tests/list/dlist-insert-remove.cfa (added)
	* tests/manipulatorsOutput1.cfa (modified)
	* tests/manipulatorsOutput3.cfa (added)
	* tests/pybin/settings.py (modified)
	* tests/pybin/test_run.py (modified)
	* tests/test.py (modified)
	* tests/vector.cfa (modified)
	* tools/build/push2dist.sh (modified)
	* tools/gdb/utils-gdb.py (modified)

	Merge branch 'master' into new-ast


Fri, 08 May 2020 20:43:49 GMT Thierry Delisle <tdelisle@…> [e3bc51c]
	* src/AST/Decl.hpp (modified)

	Fixed bad merge


Thu, 07 May 2020 00:48:41 GMT Peter A. Buhr <pabuhr@…> [0a6d8204]
	* src/Parser/parser.yy (modified)

	replace parsing empty elements in tuple list with @, unimplemented


Thu, 16 Apr 2020 17:25:53 GMT Thierry Delisle <tdelisle@…> [7215000]
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/main.cc (modified)
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)
	* tests/errors/.expect/completeType.txt (modified)

	Added flag to disable non-deteministic parts of the output when
	testing


Mon, 06 Apr 2020 20:46:28 GMT Thierry Delisle <tdelisle@…> [7030dab]
	* Jenkinsfile_disabled (modified)
	* benchmark/Makefile.am (modified)
	* benchmark/Makefile.in (modified)
	* benchmark/baselines/x64/schedint.csv (moved)
	* benchmark/baselines/x86/schedint.csv (moved)
	* benchmark/basic/fetch_add.c (added)
	* benchmark/basic/function.c (added)
	* benchmark/basic/loop.c (added)
	* benchmark/basic/tls_fetch_add.c (moved)
	* benchmark/basic/ttst_lock.c (moved)
	* benchmark/bench.h (modified)
	* benchmark/creation/JavaThread.java (modified)
	* benchmark/creation/cfa_cor.cfa (modified)
	* benchmark/creation/cfa_gen.cfa (added)
	* benchmark/creation/cfa_thrd.cfa (modified)
	* benchmark/creation/goroutine.go (modified)
	* benchmark/creation/node_cor.js (added)
	* benchmark/creation/pthreads.c (modified)
	* benchmark/creation/python_cor.py (added)
	* benchmark/creation/rust_thrd.rs (added)
	* benchmark/creation/upp_cor.cc (modified)
	* benchmark/creation/upp_thrd.cc (modified)
	* benchmark/ctxswitch/JavaThread.java (modified)
	* benchmark/ctxswitch/cfa_cor.cfa (modified)
	* benchmark/ctxswitch/cfa_cor_then.cfa (modified)
	* benchmark/ctxswitch/cfa_gen.cfa (modified)
	* benchmark/ctxswitch/cfa_thrd.cfa (modified)
	* benchmark/ctxswitch/cfa_thrd2.cfa (modified)
	* benchmark/ctxswitch/goroutine.go (modified)
	* benchmark/ctxswitch/kos_fibre.cpp (modified)
	* benchmark/ctxswitch/kos_fibre2.cpp (modified)
	* benchmark/ctxswitch/node_await.js (added)
	* benchmark/ctxswitch/node_cor.js (added)
	* benchmark/ctxswitch/pthreads.c (modified)
	* benchmark/ctxswitch/python_cor.py (added)
	* benchmark/ctxswitch/rust_thrd.rs (added)
	* benchmark/ctxswitch/upp_cor.cc (modified)
	* benchmark/ctxswitch/upp_thrd.cc (modified)
	* benchmark/exclude (added)
	* benchmark/fetch_add.c (deleted)
	* benchmark/function.c (deleted)
	* benchmark/loop.c (deleted)
	* benchmark/mutex/JavaThread.java (modified)
	* benchmark/mutex/cfa1.cfa (modified)
	* benchmark/mutex/cfa2.cfa (modified)
	* benchmark/mutex/cfa4.cfa (modified)
	* benchmark/mutex/goroutine.go (added)
	* benchmark/mutex/pthreads.c (modified)
	* benchmark/mutex/rust.rs (added)
	* benchmark/mutex/upp.cc (modified)
	* benchmark/mutexC/JavaThread.java (added)
	* benchmark/mutexC/cfa1.cfa (added)
	* benchmark/mutexC/cfa2.cfa (added)
	* benchmark/mutexC/cfa4.cfa (added)
	* benchmark/mutexC/pthreads.c (added)
	* benchmark/mutexC/rust.rs (added)
	* benchmark/mutexC/upp.cc (added)
	* benchmark/schedext/cfa1.cfa (modified)
	* benchmark/schedext/cfa2.cfa (modified)
	* benchmark/schedext/cfa4.cfa (modified)
	* benchmark/schedext/goroutine.go (added)
	* benchmark/schedext/upp.cc (modified)
	* benchmark/schedint/JavaThread.java (modified)
	* benchmark/schedint/cfa1.cfa (modified)
	* benchmark/schedint/cfa2.cfa (modified)
	* benchmark/schedint/cfa4.cfa (modified)
	* benchmark/schedint/pthreads.c (modified)
	* benchmark/schedint/rust.rs (added)
	* benchmark/schedint/upp.cc (modified)
	* benchmark/size/size.cfa (added)
	* configure (modified)
	* configure.ac (modified)
	* doc/bibliography/pl.bib (modified)
	* doc/papers/concurrency/Paper.tex (modified)
	* doc/papers/concurrency/examples/DatingServiceThread.cfa (added)
	* doc/papers/concurrency/examples/Fib.js (added)
	* doc/papers/concurrency/examples/Fib.py (modified)
	* doc/papers/concurrency/examples/Fib2.c (modified)
	* doc/papers/concurrency/examples/Fib2.py (modified)
	* doc/papers/concurrency/examples/Fib3.c (modified)
	* doc/papers/concurrency/examples/FibRefactor.py (modified)
	* doc/papers/concurrency/examples/Format.c (modified)
	* doc/papers/concurrency/examples/Format.cc (modified)
	* doc/papers/concurrency/examples/Format.cfa (modified)
	* doc/papers/concurrency/examples/Format.data (modified)
	* doc/papers/concurrency/examples/Format.js (added)
	* doc/papers/concurrency/examples/Format.py (modified)
	* doc/papers/concurrency/examples/Format1.c (modified)
	* doc/papers/concurrency/examples/PingPong.c (modified)
	* doc/papers/concurrency/examples/Pingpong.py (modified)
	* doc/papers/concurrency/examples/ProdCons.py (modified)
	* doc/papers/concurrency/examples/RWMonitorEXT.cfa (moved)
	* doc/papers/concurrency/examples/RWMonitorINT.cfa (added)
	* doc/papers/concurrency/examples/Refactor.py (modified)
	* doc/papers/concurrency/examples/channels.go (added)
	* doc/papers/concurrency/examples/channels.rs (added)
	* doc/papers/concurrency/examples/future.rs (added)
	* doc/papers/concurrency/figures/FullCoroutinePhases.fig (modified)
	* doc/papers/concurrency/figures/RunTimeStructure.fig (modified)
	* doc/papers/concurrency/mail2 (modified)
	* doc/papers/concurrency/response (added)
	* doc/papers/ibm_CASCON19/ThreadingModels.fig (added)
	* doc/papers/ibm_CASCON19/ThreadingModels.png (added)
	* doc/papers/ibm_CASCON19/ThreadingModels.svg (added)
	* doc/papers/ibm_CASCON19/abstract.txt (added)
	* doc/papers/ibm_CASCON19/client.cfa (added)
	* doc/papers/ibm_CASCON19/server.cfa (added)
	* doc/papers/ibm_CASCON19/slides.pdf (added)
	* doc/theses/andrew_beach_MMath/.gitignore (added)
	* doc/theses/andrew_beach_MMath/Makefile (added)
	* doc/theses/andrew_beach_MMath/cfalab.sty (added)
	* doc/theses/andrew_beach_MMath/thesis-frontpgs.tex (added)
	* doc/theses/andrew_beach_MMath/thesis.bib (added)
	* doc/theses/andrew_beach_MMath/thesis.tex (added)
	* doc/theses/andrew_beach_MMath/unwinding.tex (added)
	* doc/theses/andrew_beach_MMath/uw-ethesis.cls (added)
	* doc/theses/thierry_delisle_PhD/.gitignore (added)
	* doc/theses/thierry_delisle_PhD/code/Makefile (added)
	* doc/theses/thierry_delisle_PhD/code/bts.cpp (added)
	* doc/theses/thierry_delisle_PhD/code/bts_test.cpp (added)
	* doc/theses/thierry_delisle_PhD/code/randbit.cpp (added)
	* doc/theses/thierry_delisle_PhD/code/relaxed_list.cpp (modified)
	* doc/theses/thierry_delisle_PhD/code/relaxed_list.hpp (modified)
	* doc/theses/thierry_delisle_PhD/code/relaxed_list_layout.cpp (added)
	* doc/theses/thierry_delisle_PhD/code/scale.sh (added)
	* doc/theses/thierry_delisle_PhD/code/utils.hpp (modified)
	* doc/theses/thierry_delisle_PhD/comp_II/Makefile (added)
	* doc/theses/thierry_delisle_PhD/comp_II/comp_II.tex (added)
	* doc/theses/thierry_delisle_PhD/comp_II/comp_II_too_big.tex (added)
	* doc/theses/thierry_delisle_PhD/comp_II/glossary.tex (added)
	* doc/theses/thierry_delisle_PhD/comp_II/img/base.fig (added)
	* doc/theses/thierry_delisle_PhD/comp_II/img/empty.fig (added)
	* doc/theses/thierry_delisle_PhD/comp_II/img/emptybit.fig (added)
	* doc/theses/thierry_delisle_PhD/comp_II/img/emptytls.fig (added)
	* doc/theses/thierry_delisle_PhD/comp_II/img/emptytree.fig (added)
	* doc/theses/thierry_delisle_PhD/comp_II/img/resize.fig (added)
	* doc/theses/thierry_delisle_PhD/comp_II/img/system.fig (added)
	* doc/theses/thierry_delisle_PhD/comp_II/local.bib (added)
	* doc/user/user.tex (modified)
	* driver/cc1.cc (modified)
	* driver/cfa.cc (modified)
	* examples/io/filereader.c (added)
	* examples/io/simple/client.c (added)
	* examples/io/simple/server.c (added)
	* examples/io_uring.c (added)
	* examples/io_uring.txt (added)
	* libcfa/configure (modified)
	* libcfa/configure.ac (modified)
	* libcfa/prelude/Makefile.am (modified)
	* libcfa/prelude/Makefile.in (modified)
	* libcfa/prelude/builtins.c (modified)
	* libcfa/prelude/extras.regx (modified)
	* libcfa/prelude/extras.regx2 (added)
	* libcfa/prelude/prototypes.awk (modified)
	* libcfa/prelude/sync-builtins.cf (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/Makefile.in (modified)
	* libcfa/src/assert.cfa (modified)
	* libcfa/src/bitmanip.hfa (added)
	* libcfa/src/bits/align.hfa (modified)
	* libcfa/src/bits/containers.hfa (modified)
	* libcfa/src/bits/debug.cfa (modified)
	* libcfa/src/bits/debug.hfa (modified)
	* libcfa/src/bits/defs.hfa (modified)
	* libcfa/src/bits/locks.hfa (modified)
	* libcfa/src/bits/signal.hfa (modified)
	* libcfa/src/clock.hfa (modified)
	* libcfa/src/concurrency/CtxSwitch-arm.S (modified)
	* libcfa/src/concurrency/CtxSwitch-i386.S (modified)
	* libcfa/src/concurrency/CtxSwitch-x86_64.S (modified)
	* libcfa/src/concurrency/alarm.cfa (modified)
	* libcfa/src/concurrency/alarm.hfa (modified)
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/invoke.c (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/kernel.hfa (modified)
	* libcfa/src/concurrency/kernel_private.hfa (modified)
	* libcfa/src/concurrency/monitor.cfa (modified)
	* libcfa/src/concurrency/monitor.hfa (modified)
	* libcfa/src/concurrency/mutex.cfa (modified)
	* libcfa/src/concurrency/mutex.hfa (modified)
	* libcfa/src/concurrency/preemption.cfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* libcfa/src/exception.c (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/executor.cfa (modified)
	* libcfa/src/fstream.cfa (modified)
	* libcfa/src/fstream.hfa (modified)
	* libcfa/src/gmp.hfa (modified)
	* libcfa/src/heap.cfa (modified)
	* libcfa/src/interpose.cfa (modified)
	* libcfa/src/iostream.cfa (modified)
	* libcfa/src/iostream.hfa (modified)
	* libcfa/src/math.hfa (modified)
	* libcfa/src/rational.cfa (modified)
	* libcfa/src/startup.cfa (modified)
	* libcfa/src/stdhdr/assert.h (modified)
	* libcfa/src/stdhdr/bfdlink.h (modified)
	* libcfa/src/stdhdr/hwloc.h (modified)
	* libcfa/src/stdhdr/krb5.h (modified)
	* libcfa/src/stdhdr/malloc.h (modified)
	* libcfa/src/stdhdr/math.h (modified)
	* libcfa/src/stdhdr/sys/ucontext.h (modified)
	* libcfa/src/stdlib.cfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* libcfa/src/time.cfa (modified)
	* libcfa/src/time.hfa (modified)
	* libcfa/src/time_t.hfa (modified)
	* longrun_tests/Makefile.in (modified)
	* src/AST/Convert.cpp (modified)
	* src/AST/Decl.cpp (modified)
	* src/AST/Decl.hpp (modified)
	* src/AST/Expr.cpp (modified)
	* src/AST/Expr.hpp (modified)
	* src/AST/Fwd.hpp (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Print.cpp (modified)
	* src/AST/Stmt.hpp (modified)
	* src/AST/Type.cpp (modified)
	* src/AST/Type.hpp (modified)
	* src/AST/TypeEnvironment.cpp (modified)
	* src/AST/TypeEnvironment.hpp (modified)
	* src/AST/TypeVar.hpp (deleted)
	* src/AST/Visitor.hpp (modified)
	* src/AST/module.mk (modified)
	* src/BasicTypes-gen.cc (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/CodeGenerator.h (modified)
	* src/CodeGen/FixMain.h (modified)
	* src/CodeGen/FixNames.cc (modified)
	* src/CodeGen/GenType.h (modified)
	* src/CodeGen/Generate.cc (modified)
	* src/CodeGen/OperatorTable.cc (modified)
	* src/CodeGen/OperatorTable.h (modified)
	* src/CodeGen/Options.h (modified)
	* src/CodeGen/module.mk (modified)
	* src/CodeTools/DeclStats.cc (modified)
	* src/CodeTools/ResolvProtoDump.cc (modified)
	* src/Common/Debug.h (modified)
	* src/Common/PassVisitor.h (modified)
	* src/Common/PassVisitor.impl.h (modified)
	* src/Common/SemanticError.cc (modified)
	* src/Common/SemanticError.h (modified)
	* src/Common/Stats/Time.h (modified)
	* src/Common/utility.h (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Concurrency/Waitfor.cc (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/ControlStruct/LabelFixer.cc (modified)
	* src/ControlStruct/MLEMutator.cc (modified)
	* src/ControlStruct/MLEMutator.h (modified)
	* src/ControlStruct/Mutate.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/FixInit.h (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/MakeLibCfa.cc (modified)
	* src/Makefile.in (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/LinkageSpec.cc (deleted)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/ParserTypes.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/lex.ll (modified)
	* src/Parser/module.mk (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/AdjustExprType.cc (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SymTab/Demangle.cc (modified)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/ManglerCommon.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/Attribute.h (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/LinkageSpec.cc (added)
	* src/SynTree/LinkageSpec.h (moved)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/NamedTypeDecl.cc (modified)
	* src/SynTree/ObjectDecl.cc (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/TupleType.cc (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/TypeDecl.cc (modified)
	* src/SynTree/Visitor.h (modified)
	* src/SynTree/module.mk (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Tuples/TupleExpansion.cc (modified)
	* src/cfa.make (modified)
	* src/main.cc (modified)
	* tests/.expect/alloc-ERROR.txt (modified)
	* tests/.expect/alloc.txt (modified)
	* tests/.expect/bitmanip.x64.txt (added)
	* tests/.expect/bitmanip.x86.txt (added)
	* tests/.expect/declarationErrors.txt (deleted)
	* tests/.expect/loopctrl.txt (modified)
	* tests/.expect/nested-types-ERR1.txt (modified)
	* tests/.expect/nested-types-ERR2.txt (modified)
	* tests/.expect/rational.txt (modified)
	* tests/.expect/references.txt (modified)
	* tests/.expect/scopeErrors.txt (deleted)
	* tests/.expect/time.txt (modified)
	* tests/.expect/userLiterals.txt (added)
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)
	* tests/abort.cfa (deleted)
	* tests/alloc.cfa (modified)
	* tests/bitmanip.cfa (added)
	* tests/builtins/sync.cfa (modified)
	* tests/concurrent/.expect/keywordErrors.txt (added)
	* tests/concurrent/.expect/suspend_then.txt (added)
	* tests/concurrent/coroutineYield.cfa (modified)
	* tests/concurrent/examples/.expect/datingService.txt (modified)
	* tests/concurrent/examples/boundedBufferEXT.cfa (modified)
	* tests/concurrent/examples/boundedBufferTHREAD.cfa (modified)
	* tests/concurrent/examples/datingService.cfa (modified)
	* tests/concurrent/examples/gortn.cfa (modified)
	* tests/concurrent/examples/quickSort.cfa (modified)
	* tests/concurrent/keywordErrors.cfa (added)
	* tests/concurrent/multi-monitor.cfa (modified)
	* tests/concurrent/park/.expect/contention.txt (added)
	* tests/concurrent/park/.expect/force_preempt.txt (added)
	* tests/concurrent/park/contention.cfa (added)
	* tests/concurrent/park/force_preempt.cfa (added)
	* tests/concurrent/preempt.cfa (modified)
	* tests/concurrent/signal/block.cfa (modified)
	* tests/concurrent/signal/wait.cfa (modified)
	* tests/concurrent/suspend_then.cfa (moved)
	* tests/concurrent/thread.cfa (modified)
	* tests/concurrent/waitfor/barge.cfa (modified)
	* tests/concurrent/waitfor/dtor.cfa (modified)
	* tests/concurrent/waitfor/else.cfa (modified)
	* tests/concurrent/waitfor/parse.cfa (modified)
	* tests/concurrent/waitfor/parse2.cfa (modified)
	* tests/concurrent/waitfor/recurse.cfa (modified)
	* tests/concurrent/waitfor/statment.cfa (modified)
	* tests/concurrent/waitfor/when.cfa (modified)
	* tests/coroutine/.expect/fmtLines.txt (modified)
	* tests/coroutine/.in/fmtLines.txt (modified)
	* tests/coroutine/cntparens.cfa (modified)
	* tests/coroutine/devicedriver.cfa (modified)
	* tests/coroutine/fibonacci.cfa (modified)
	* tests/coroutine/fibonacci_1.cfa (modified)
	* tests/coroutine/fmtLines.cfa (modified)
	* tests/coroutine/raii.cfa (modified)
	* tests/coroutine/runningTotal.cfa (modified)
	* tests/coroutine/suspend_then.cfa (modified)
	* tests/errors/.expect/completeType.txt (moved)
	* tests/errors/.expect/declaration.txt (added)
	* tests/errors/.expect/scope.txt (added)
	* tests/errors/.expect/signature.txt (added)
	* tests/errors/completeType.cfa (moved)
	* tests/errors/declaration.cfa (moved)
	* tests/errors/scope.cfa (moved)
	* tests/errors/signature.cfa (added)
	* tests/errors/suspend.cfa (added)
	* tests/except-0.cfa (deleted)
	* tests/except-1.cfa (deleted)
	* tests/except-2.cfa (deleted)
	* tests/except-3.cfa (deleted)
	* tests/exceptions/.expect/conditional.txt (added)
	* tests/exceptions/.expect/finally-error.txt (added)
	* tests/exceptions/.expect/finally.txt (added)
	* tests/exceptions/.expect/interact.txt (added)
	* tests/exceptions/.expect/resume.txt (added)
	* tests/exceptions/.expect/terminate.txt (added)
	* tests/exceptions/conditional.cfa (added)
	* tests/exceptions/except-io.hfa (added)
	* tests/exceptions/except-mac.hfa (moved)
	* tests/exceptions/finally-error.cfa (added)
	* tests/exceptions/finally.cfa (added)
	* tests/exceptions/interact.cfa (added)
	* tests/exceptions/resume.cfa (added)
	* tests/exceptions/terminate.cfa (added)
	* tests/expression.cfa (modified)
	* tests/generator/.expect/fibonacci.txt (added)
	* tests/generator/.expect/fmtLines.txt (added)
	* tests/generator/.expect/suspend_then.txt (added)
	* tests/generator/.in/fmtLines.txt (added)
	* tests/generator/fibonacci.cfa (added)
	* tests/generator/fmtLines.cfa (added)
	* tests/generator/suspend_then.cfa (added)
	* tests/heap.cfa (modified)
	* tests/labelledExit.cfa (modified)
	* tests/linking/.expect/nostdlib.txt (added)
	* tests/linking/nostdlib.cfa (added)
	* tests/linking/withthreads.cfa (modified)
	* tests/loopctrl.cfa (modified)
	* tests/nested-types.cfa (modified)
	* tests/pybin/settings.py (modified)
	* tests/pybin/tools.py (modified)
	* tests/quotedKeyword.cfa (modified)
	* tests/raii/dtor-early-exit.cfa (modified)
	* tests/rational.cfa (modified)
	* tests/references.cfa (modified)
	* tests/test.py (modified)
	* tests/time.cfa (modified)
	* tests/userLiterals.cfa (modified)
	* tests/zombies/context.cfa (moved)
	* tests/zombies/namedParmArg.cfa (moved)
	* tests/zombies/occursError.cfa (moved)
	* tests/zombies/scope.cfa (moved)
	* tests/zombies/structMember.cfa (moved)
	* tests/zombies/subrange.cfa (moved)
	* tests/zombies/typeGenerator.cfa (moved)
	* tests/zombies/typedef.cfa (moved)
	* tests/zombies/typedefDeclarator.cfa (moved)
	* tests/zombies/virtualCast.cfa (moved)
	* tests/zombies/withStatement.cfa (moved)
	* tools/auto-complete.md (added)
	* tools/catchsig.c (modified)
	* tools/cfa.nanorc (modified)
	* tools/gdb/.gdbinit (added)
	* tools/gdb/README (added)
	* tools/gdb/utils-gdb.gdb (added)
	* tools/gdb/utils-gdb.py (added)
	* tools/langserver/cfa-ls (added)
	* tools/langserver/src/json.hpp (added)
	* tools/langserver/src/log.cpp (added)
	* tools/langserver/src/log.hpp (added)
	* tools/langserver/src/main.cpp (added)
	* tools/langserver/src/server.cpp (added)
	* tools/langserver/src/server.hpp (added)
	* tools/stat.py (modified)
	* tools/vscode/uwaterloo.cforall-0.1.0/client/main.js (added)
	* tools/vscode/uwaterloo.cforall-0.1.0/images/icon.png (added)
	* tools/vscode/uwaterloo.cforall-0.1.0/package.json (modified)
	* tools/vscode/uwaterloo.cforall-0.1.0/server/out/server (added)
	* tools/vscode/uwaterloo.cforall-0.1.0/syntaxes/cfa.tmLanguage.json (added)

	Merge branch 'master' into new-ast


Mon, 30 Mar 2020 15:36:54 GMT Andrew Beach <ajbeach@…> [3090127]
	* libcfa/src/exception.c (modified)
	* libcfa/src/exception.h (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* tests/exceptions/except-mac.hfa (modified)

	Naming updates, most are to get exception names to the new ...


Tue, 10 Mar 2020 14:49:25 GMT Peter A. Buhr <pabuhr@…> [ff489bf]
	* Jenkinsfile (modified)
	* benchmark/ctxswitch/cfa_cor.cfa (modified)
	* configure (modified)
	* configure.ac (modified)
	* libcfa/prelude/builtins.c (modified)
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* src/AST/Convert.cpp (modified)
	* src/AST/Decl.hpp (modified)
	* src/AST/Fwd.hpp (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Print.cpp (modified)
	* src/AST/Stmt.hpp (modified)
	* src/AST/Visitor.hpp (modified)
	* src/Common/PassVisitor.h (modified)
	* src/Common/PassVisitor.impl.h (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Visitor.h (modified)
	* tests/concurrent/.expect/suspend_then.txt (added)
	* tests/concurrent/coroutineYield.cfa (modified)
	* tests/concurrent/suspend_then.cfa (moved)
	* tests/coroutine/.expect/fmtLines.txt (modified)
	* tests/coroutine/.in/fmtLines.txt (modified)
	* tests/coroutine/cntparens.cfa (modified)
	* tests/coroutine/devicedriver.cfa (modified)
	* tests/coroutine/fibonacci.cfa (modified)
	* tests/coroutine/fibonacci_1.cfa (modified)
	* tests/coroutine/fmtLines.cfa (modified)
	* tests/coroutine/raii.cfa (modified)
	* tests/coroutine/runningTotal.cfa (modified)
	* tests/coroutine/suspend_then.cfa (modified)
	* tests/errors/.expect/completeType.txt (modified)
	* tests/errors/suspend.cfa (added)
	* tests/generator/.expect/fibonacci.txt (added)
	* tests/generator/.expect/fmtLines.txt (added)
	* tests/generator/.expect/suspend_then.txt (added)
	* tests/generator/.in/fmtLines.txt (added)
	* tests/generator/fibonacci.cfa (added)
	* tests/generator/fmtLines.cfa (added)
	* tests/generator/suspend_then.cfa (added)

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


Mon, 09 Mar 2020 15:09:52 GMT Thierry Delisle <tdelisle@…> [5b544a6]
	* benchmark/ctxswitch/cfa_cor.cfa (modified)
	* libcfa/prelude/builtins.c (modified)
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* src/AST/Convert.cpp (modified)
	* src/AST/Decl.hpp (modified)
	* src/AST/Fwd.hpp (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Print.cpp (modified)
	* src/AST/Stmt.hpp (modified)
	* src/AST/Visitor.hpp (modified)
	* src/Common/PassVisitor.h (modified)
	* src/Common/PassVisitor.impl.h (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Mutator.h (modified)
	* src/SynTree/Statement.cc (modified)
	* src/SynTree/Statement.h (modified)
	* src/SynTree/SynTree.h (modified)
	* src/SynTree/Visitor.h (modified)
	* tests/concurrent/.expect/suspend_then.txt (added)
	* tests/concurrent/coroutineYield.cfa (modified)
	* tests/concurrent/suspend_then.cfa (moved)
	* tests/coroutine/.expect/fmtLines.txt (modified)
	* tests/coroutine/.in/fmtLines.txt (modified)
	* tests/coroutine/cntparens.cfa (modified)
	* tests/coroutine/devicedriver.cfa (modified)
	* tests/coroutine/fibonacci.cfa (modified)
	* tests/coroutine/fibonacci_1.cfa (modified)
	* tests/coroutine/fmtLines.cfa (modified)
	* tests/coroutine/raii.cfa (modified)
	* tests/coroutine/runningTotal.cfa (modified)
	* tests/coroutine/suspend_then.cfa (modified)
	* tests/errors/.expect/completeType.txt (modified)
	* tests/errors/suspend.cfa (added)
	* tests/generator/.expect/fibonacci.txt (added)
	* tests/generator/.expect/fmtLines.txt (added)
	* tests/generator/.expect/suspend_then.txt (added)
	* tests/generator/.in/fmtLines.txt (added)
	* tests/generator/fibonacci.cfa (added)
	* tests/generator/fmtLines.cfa (added)
	* tests/generator/suspend_then.cfa (added)

	Merge branch 'generator'


Mon, 09 Mar 2020 15:06:19 GMT Thierry Delisle <tdelisle@…> [e6cfa8ff]
	* src/Concurrency/Keywords.cc (modified)
	* tests/coroutine/.expect/fmtLines.txt (modified)
	* tests/errors/.expect/completeType.txt (modified)

	Fixed use after delete bug and regenerated stale tests


Sat, 07 Mar 2020 14:23:46 GMT Peter A. Buhr <pabuhr@…> [9867cdb]
	* src/Parser/parser.yy (modified)

	print parser error "C @= assignment is currently unimplemented"


Thu, 05 Mar 2020 22:50:54 GMT Thierry Delisle <tdelisle@…> [9306559f]
	* src/GenPoly/Lvalue.cc (modified)
	* src/Parser/parser.yy (modified)

	Fixed small errors in generators code


Mon, 02 Mar 2020 21:59:27 GMT Thierry Delisle <tdelisle@…> [427854b]
	* benchmark/ctxswitch/cfa_cor.cfa (modified)
	* libcfa/prelude/builtins.c (modified)
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* src/AST/Decl.hpp (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/TypeData.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Statement.h (modified)
	* tests/concurrent/coroutineThen.cfa (modified)
	* tests/concurrent/coroutineYield.cfa (modified)
	* tests/coroutine/.in/fmtLines.txt (modified)
	* tests/coroutine/cntparens.cfa (modified)
	* tests/coroutine/devicedriver.cfa (modified)
	* tests/coroutine/fibonacci.cfa (modified)
	* tests/coroutine/fibonacci_1.cfa (modified)
	* tests/coroutine/fmtLines.cfa (modified)
	* tests/coroutine/raii.cfa (modified)
	* tests/coroutine/runningTotal.cfa (modified)
	* tests/coroutine/suspend_then.cfa (modified)
	* tests/generator/.expect/fibonacci.txt (added)
	* tests/generator/fibonacci.cfa (added)

	First draft implementation of generators, still missing error ...


Mon, 02 Mar 2020 21:24:41 GMT Andrew Beach <ajbeach@…> [1e2de89]
	* src/SynTree/LinkageSpec.cc (modified)
	* src/SynTree/LinkageSpec.h (modified)

	Wandered into LinkageSpec and moved an include out of the header.