#
# ChangeLog for src
#
# Generated by Trac 1.2.1
# Mar 9, 2025, 2:41:28 PM

Mon, 23 Nov 2020 21:06:59 GMT Thierry Delisle <tdelisle@…> [b2e0df3]
	* src/InitTweak/FixInit.h (modified)
	* src/Parser/ParseNode.h (modified)
	* src/ResolvExpr/Resolver.h (modified)

	More fix of warnings with the MS C++ abi


Fri, 13 Nov 2020 22:02:51 GMT Thierry Delisle <tdelisle@…> [a0ba5e6]
	* libcfa/src/bits/defs.hfa (modified)
	* libcfa/src/concurrency/CtxSwitch-x86_64.S (modified)
	* libcfa/src/concurrency/invoke.c (modified)
	* libcfa/src/concurrency/preemption.cfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* src/Common/Stats/ResolveTime.cc (modified)
	* tests/.expect/KRfunctions.arm64.txt (added)
	* tests/.expect/attributes.arm64.txt (added)
	* tests/.expect/bitmanip1.arm64.txt (added)
	* tests/.expect/bitmanip2.arm64.txt (added)
	* tests/.expect/bitmanip3.arm64.txt (added)
	* tests/.expect/declarationSpecifier.arm64.txt (added)
	* tests/.expect/extension.arm64.txt (added)
	* tests/.expect/functions.arm64.txt (added)
	* tests/.expect/gccExtensions.arm64.txt (added)
	* tests/.expect/manipulatorsInput.arm64.txt (added)
	* tests/.expect/manipulatorsOutput3.arm64.txt (added)
	* tests/.expect/math4.arm64.txt (added)
	* tests/errors/.expect/completeType.arm64.txt (added)
	* tests/generator/suspend_then.cfa (modified)
	* tests/malloc.cfa (modified)
	* tests/pybin/tools.py (modified)
	* tests/references.cfa (modified)
	* tests/test.py (modified)
	* tests/tuple/tupleAssign.cfa (modified)

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


Fri, 13 Nov 2020 22:02:43 GMT Thierry Delisle <tdelisle@…> [a056f56]
	* src/AST/Convert.hpp (modified)
	* src/AST/Fwd.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)

	Fixed forward declaration of TranslationUnit


Thu, 12 Nov 2020 18:29:43 GMT Thierry Delisle <tdelisle@…> [9d264e18]
	* benchmark/rmit.py (modified)
	* doc/theses/andrew_beach_MMath/features.tex (added)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/concurrency/locks.cfa (modified)
	* libcfa/src/concurrency/locks.hfa (modified)
	* libcfa/src/stdlib.cfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* src/AST/Convert.cpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/main.cc (modified)
	* tests/.expect/alloc-ERROR.txt (modified)
	* tests/alloc.cfa (modified)
	* tests/malloc.cfa (modified)
	* tests/manipulatorsOutput3.cfa (modified)

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


Thu, 12 Nov 2020 18:26:38 GMT Fangren Yu <f37yu@…> [8ca26d5]
	* benchmark/rmit.py (modified)
	* doc/theses/andrew_beach_MMath/features.tex (added)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/concurrency/locks.cfa (modified)
	* libcfa/src/concurrency/locks.hfa (modified)
	* libcfa/src/stdlib.cfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* src/AST/Convert.cpp (modified)
	* tests/.expect/alloc-ERROR.txt (modified)
	* tests/alloc.cfa (modified)
	* tests/malloc.cfa (modified)
	* tests/manipulatorsOutput3.cfa (modified)

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


Thu, 12 Nov 2020 18:26:03 GMT Fangren Yu <f37yu@…> [3746f777]
	* src/main.cc (modified)

	fix Stats::Counter NPE when in new ast


Thu, 12 Nov 2020 18:25:42 GMT Fangren Yu <f37yu@…> [5465377c]
	* src/InitTweak/GenInit.cc (modified)

	fix array_dim problem in old ast


Thu, 12 Nov 2020 15:18:24 GMT Andrew Beach <ajbeach@…> [23954b6]
	* src/AST/Convert.cpp (modified)

	Convert now fills in the globals of the TranslationUnit.


Wed, 11 Nov 2020 21:49:40 GMT Thierry Delisle <tdelisle@…> [b0b1e15]
	* src/Common/Stats/ResolveTime.cc (modified)

	fix timestamp generation for arm inside the compiler


Tue, 10 Nov 2020 21:03:44 GMT Fangren Yu <f37yu@…> [e00c22f]
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)
	* src/ResolvExpr/Resolver.cc (modified)

	someone liked snake_case


Tue, 10 Nov 2020 17:37:08 GMT Fangren Yu <f37yu@…> [cdacb73]
	* src/ResolvExpr/SatisfyAssertions.cpp (modified)

	remove missing assertion console print


Tue, 10 Nov 2020 08:15:56 GMT Fangren Yu <f37yu@…> [3ff4c1e]
	* src/SymTab/Validate.cc (modified)

	restore ArrayLength as it seems to serve other purposes


Tue, 10 Nov 2020 08:14:14 GMT Fangren Yu <f37yu@…> [0dd9a5e]
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)
	* src/ResolvExpr/ResolveTypeof.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Autogen.cc (modified)

	delay autogen resolve


Tue, 10 Nov 2020 05:20:37 GMT Fangren Yu <f37yu@…> [16ba4a6f]
	* src/AST/Convert.cpp (modified)
	* src/AST/Decl.hpp (modified)
	* src/AST/Init.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Type.cpp (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/FixMain.cc (modified)
	* src/CodeGen/FixNames.cc (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/GenInit.h (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/ResolvExpr/ResolveTypeof.cc (modified)
	* src/ResolvExpr/ResolveTypeof.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SymTab/Validate.cc (modified)

	factor out resolver calls in pre-resolution stage


Fri, 06 Nov 2020 00:25:03 GMT Fangren Yu <f37yu@…> [7d651a66]
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixInitNew.cpp (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)

	fix static init crash


Tue, 03 Nov 2020 21:06:20 GMT Andrew Beach <ajbeach@…> [293dc1c]
	* src/AST/Convert.cpp (modified)
	* src/AST/Convert.hpp (modified)
	* src/AST/Fwd.hpp (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixGlobalInit.h (modified)
	* src/InitTweak/FixInit.h (modified)
	* src/InitTweak/FixInitNew.cpp (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Resolver.h (modified)

	TranslationUnit is now used at the top-level of the new-ast passes.


Mon, 02 Nov 2020 19:10:06 GMT Andrew Beach <ajbeach@…> [82f791f]
	* src/AST/Pass.impl.hpp (modified)

	Fixed ast::Pass::visit(CompoundStmt*) so it updates the right ...


Fri, 30 Oct 2020 21:15:47 GMT Andrew Beach <ajbeach@…> [6a036eb]
	* src/InitTweak/FixInitNew.cpp (modified)

	Switched to ast::Pass::read FixInitNew.cpp.


Fri, 30 Oct 2020 19:59:07 GMT Andrew Beach <ajbeach@…> [0e707bd]
	* src/InitTweak/FixInitNew.cpp (modified)

	Fixed indentation (no indent in whole file namespace) in
	FixInitNew.cpp.


Fri, 30 Oct 2020 19:49:48 GMT Andrew Beach <ajbeach@…> [36d0a80]
	* src/InitTweak/FixInitNew.cpp (modified)

	Switch to using ast::Pass::run in FixInitNew.cpp.


Thu, 29 Oct 2020 21:21:03 GMT Andrew Beach <ajbeach@…> [3100754]
	* src/GenPoly/Specialize.cc (modified)

	Used the new isInFunction in GenPoly/Specialize instead of a second ...


Thu, 29 Oct 2020 20:46:04 GMT Andrew Beach <ajbeach@…> [c6c682cf]
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/Common/PassVisitor.h (modified)
	* src/Common/PassVisitor.impl.h (modified)

	This should make the value of Pass[Visitor]::inFunction match the ...


Wed, 28 Oct 2020 15:18:24 GMT Andrew Beach <ajbeach@…> [1be1e5a]
	* src/AST/TranslationUnit.hpp (added)

	Added the TranslationUnit class to avoid globals.


Tue, 27 Oct 2020 20:14:48 GMT Thierry Delisle <tdelisle@…> [53d55b6]
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)
	* src/Common/PassVisitor.h (modified)

	Changed approach for isInFunction and implemented for old ast


Tue, 27 Oct 2020 19:29:39 GMT Thierry Delisle <tdelisle@…> [5d2db68]
	* src/AST/Pass.hpp (modified)

	Fixed documentation and naming


Tue, 27 Oct 2020 19:26:27 GMT Thierry Delisle <tdelisle@…> [cb25fc9]
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)

	Added to new ast mixin for checker whether it is inFunction or not


Mon, 26 Oct 2020 16:17:28 GMT Andrew Beach <ajbeach@…> [ab8c6a6]
	* libcfa/src/concurrency/exception.cfa (modified)
	* libcfa/src/concurrency/monitor.cfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/GenPoly/Specialize.cc (modified)
	* tests/exceptions/cancel/.expect/thread.txt (added)
	* tests/exceptions/cancel/thread.cfa (added)

	Thread Cancellation, a test for it and a required fix to
	Specialization.


Sat, 24 Oct 2020 13:42:38 GMT Peter A. Buhr <pabuhr@…> [c532847]
	* src/AST/Convert.cpp (modified)
	* src/AST/Decl.cpp (modified)
	* src/AST/Decl.hpp (modified)
	* src/AST/DeclReplacer.cpp (modified)
	* src/AST/DeclReplacer.hpp (modified)
	* src/AST/Expr.cpp (modified)
	* src/AST/Expr.hpp (modified)
	* src/AST/Fwd.hpp (modified)
	* src/AST/Node.hpp (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/SymbolTable.cpp (modified)
	* src/AST/SymbolTable.hpp (modified)
	* src/Common/utility.h (modified)
	* src/GenPoly/GenPoly.cc (modified)
	* src/GenPoly/GenPoly.h (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixGlobalInit.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/FixInit.h (modified)
	* src/InitTweak/FixInitNew.cpp (added)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/GenInit.h (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/InitTweak/module.mk (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Resolver.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/main.cc (modified)

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


Sat, 24 Oct 2020 13:40:24 GMT Peter A. Buhr <pabuhr@…> [a025ea8]
	* src/Parser/ParseNode.h (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/parser.yy (modified)

	add maybe_build_compound to always build a compound statement for ...


Sat, 24 Oct 2020 01:08:09 GMT Fangren Yu <f37yu@…> [e7d6968]
	* Jenkins/FullBuild (modified)
	* Jenkinsfile (modified)
	* doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/cforall.hpp (moved)
	* doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/fibre.hpp (moved)
	* doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/pthread.hpp (moved)
	* libcfa/prelude/builtins.c (modified)
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/io.cfa (modified)
	* libcfa/src/concurrency/io/call.cfa.in (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/kernel.hfa (modified)
	* libcfa/src/concurrency/kernel/startup.cfa (modified)
	* libcfa/src/concurrency/kernel_private.hfa (modified)
	* libcfa/src/concurrency/monitor.cfa (modified)
	* libcfa/src/concurrency/snzi.hfa (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)
	* libcfa/src/limits.cfa (modified)
	* libcfa/src/limits.hfa (modified)
	* src/AST/Expr.cpp (modified)
	* src/AST/Expr.hpp (modified)
	* src/AST/Type.cpp (modified)
	* src/AST/Type.hpp (modified)
	* src/AST/porting.md (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/TypeDecl.cc (modified)
	* src/Virtual/Tables.cc (modified)
	* src/Virtual/Tables.h (modified)
	* src/main.cc (modified)
	* tests/.expect/const-init.txt (added)
	* tests/.expect/init1-ERROR.txt (added)
	* tests/.expect/init1.txt (modified)
	* tests/.expect/limits.txt (modified)
	* tests/Makefile.am (modified)
	* tests/alloc.cfa (modified)
	* tests/complex.cfa (modified)
	* tests/const-init.cfa (added)
	* tests/errors/.expect/completeType.x64.txt (modified)
	* tests/errors/.expect/completeType.x86.txt (modified)
	* tests/exceptions/cancel/coroutine.cfa (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/defaults.cfa (modified)
	* tests/exceptions/except-io.hfa (modified)
	* tests/exceptions/trash.cfa (modified)
	* tests/global-monomorph.cfa (modified)
	* tests/init1.cfa (modified)
	* tests/limits.cfa (modified)
	* tests/poly-d-cycle.cfa (modified)
	* tests/poly-o-cycle.cfa (modified)

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


Sat, 24 Oct 2020 01:07:40 GMT Fangren Yu <f37yu@…> [37b7d95]
	* src/InitTweak/FixInitNew.cpp (modified)

	remove old information


Sat, 24 Oct 2020 01:06:16 GMT Fangren Yu <f37yu@…> [490fb92e]
	* src/AST/Convert.cpp (modified)
	* src/AST/Decl.cpp (modified)
	* src/AST/Decl.hpp (modified)
	* src/AST/DeclReplacer.cpp (modified)
	* src/AST/DeclReplacer.hpp (modified)
	* src/AST/Expr.cpp (modified)
	* src/AST/Expr.hpp (modified)
	* src/AST/Fwd.hpp (modified)
	* src/AST/Node.hpp (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/SymbolTable.cpp (modified)
	* src/AST/SymbolTable.hpp (modified)
	* src/Common/utility.h (modified)
	* src/GenPoly/GenPoly.cc (modified)
	* src/GenPoly/GenPoly.h (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixGlobalInit.h (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/FixInit.h (modified)
	* src/InitTweak/FixInitNew.cpp (added)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/GenInit.h (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* src/InitTweak/module.mk (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Resolver.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/main.cc (modified)

	move FixInit to new ast


Tue, 20 Oct 2020 20:19:47 GMT Andrew Beach <ajbeach@…> [3aec25f]
	* src/AST/Type.cpp (modified)
	* src/AST/Type.hpp (modified)
	* src/AST/porting.md (modified)

	Some clean-up of new-ast types and the porting document.


Fri, 16 Oct 2020 20:40:23 GMT Andrew Beach <ajbeach@…> [d5631b3]
	* src/AST/Expr.cpp (modified)
	* src/AST/Expr.hpp (modified)
	* src/SynTree/Expression.h (modified)

	Moved VariableExpr next to NameExpr. Except in Expression.cc as I'm ...


Fri, 16 Oct 2020 01:41:31 GMT Michael Brooks <mlbrooks@…> [f1791a4]
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/InitTweak/InitTweak.h (modified)
	* tests/.expect/const-init.txt (modified)
	* tests/const-init.cfa (modified)

	Expanding earlier #182 fix to another case of the same issue. [[Fixes ...


Fri, 09 Oct 2020 22:12:50 GMT Peter A. Buhr <pabuhr@…> [40a1392]
	* Jenkinsfile (modified)
	* benchmark/Makefile.am (modified)
	* doc/proposals/ZeroCostPreemption.md (added)
	* libcfa/src/bits/containers.hfa (modified)
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/locks.cfa (added)
	* libcfa/src/concurrency/locks.hfa (added)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)
	* libcfa/src/limits.cfa (modified)
	* libcfa/src/limits.hfa (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/InitTweak/FixGlobalInit.cc (modified)
	* src/ResolvExpr/ResolveAssertions.cc (modified)
	* src/ResolvExpr/SatisfyAssertions.cpp (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/Declaration.h (modified)
	* src/Virtual/Tables.cc (modified)
	* src/Virtual/Tables.h (modified)
	* tests/.expect/array.txt (modified)
	* tests/.expect/const-init.txt (added)
	* tests/.expect/expression.txt (modified)
	* tests/.expect/limits.txt (modified)
	* tests/array.cfa (modified)
	* tests/const-init.cfa (added)
	* tests/exceptions/defaults.cfa (modified)
	* tests/expression.cfa (modified)
	* tests/limits.cfa (modified)

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


Fri, 09 Oct 2020 22:09:37 GMT Peter A. Buhr <pabuhr@…> [3ca7ef3]
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/parser.yy (modified)
	* src/SynTree/TypeDecl.cc (modified)

	formatting


Fri, 09 Oct 2020 22:06:25 GMT Peter A. Buhr <pabuhr@…> [3e9de01]
	* src/main.cc (modified)

	fix --help for cfa-cc by adding "OA" to optstring


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