#
# ChangeLog for libcfa/src/concurrency
#
# Generated by Trac 1.2.1
# Apr 18, 2025, 4:40:12 AM

Wed, 19 Mar 2025 17:34:12 GMT kyoung <lseo@…> [e1358c0]
	* libcfa/src/concurrency/select.cfa (modified)
	* libcfa/src/concurrency/select.hfa (modified)
	* tests/concurrency/waituntil/all_types.cfa (modified)
	* tests/concurrency/waituntil/timeout.cfa (modified)

	create waituntil timeout node as literal via macro as a workaround ...


Sun, 02 Mar 2025 19:58:57 GMT kyoung <lseo@…> [3483185]
	* libcfa/src/Exception.hfa (modified)
	* libcfa/src/concurrency/future.hfa (modified)
	* tests/concurrency/futures/.expect/future_except.txt (added)
	* tests/concurrency/futures/future_except.cfa (added)

	Make it possible to fulfil a future by loading an exception like ucpp


Tue, 18 Feb 2025 17:54:23 GMT Andrew Beach <ajbeach@…> [d923fca]
	* libcfa/src/concurrency/future.hfa (modified)
	* src/Concurrency/Waituntil.cpp (modified)
	* tests/Makefile.am (modified)
	* tests/concurrency/actors/executor.cfa (modified)
	* tests/concurrency/actors/matrixMultiply.cfa (modified)
	* tests/concurrency/channels/churn.cfa (modified)
	* tests/concurrency/channels/contend.cfa (modified)
	* tests/concurrency/channels/daisy_chain.cfa (modified)
	* tests/concurrency/channels/hot_potato.cfa (modified)
	* tests/concurrency/channels/pub_sub.cfa (modified)
	* tests/concurrency/lockfree_stack.cfa (modified)
	* tests/concurrency/pthread/pthread_attr_test.cfa (modified)
	* tests/concurrency/pthread/pthread_demo_create_join.cfa (modified)
	* tests/concurrency/pthread/pthread_key_test.cfa (modified)
	* tests/concurrency/waituntil/all_types.cfa (modified)
	* tests/concurrency/waituntil/channel_close.cfa (modified)
	* tests/concurrency/waituntil/channels.cfa (modified)
	* tests/concurrency/waituntil/futures.cfa (modified)
	* tests/concurrency/waituntil/locks.cfa (modified)
	* tests/concurrency/waituntil/repeat_close.cfa (modified)

	Clean-up the warnings of the concurrency tests. A lot of little test ...


Tue, 28 Jan 2025 17:19:23 GMT kyoung <lseo@…> [71ca5b9]
	* libcfa/src/concurrency/future.hfa (modified)

	perform proper casting before pointer arithmetic


Tue, 28 Jan 2025 02:23:35 GMT kyoung <lseo@…> [c3d0182a]
	* libcfa/src/concurrency/future.hfa (modified)
	* libcfa/src/concurrency/pthread.cfa (modified)
	* src/Concurrency/Keywords.cpp (modified)

	plan9 inline ordering for concurrency keywords.


Thu, 16 Jan 2025 18:27:27 GMT kyoung <lseo@…> [f6f7b52]
	* libcfa/src/concurrency/monitor.cfa (modified)
	* src/Parser/StatementNode.cpp (modified)
	* tests/concurrency/waitfor/.expect/lexical_priority.txt (added)
	* tests/concurrency/waitfor/lexical_priority.cfa (added)

	fixed a parser bug to generate correct ast for waitfor.

	added a ...


Mon, 13 Jan 2025 18:32:32 GMT Michael Brooks <mlbrooks@…> [6a6e205]
	* libcfa/src/concurrency/actor.hfa (modified)
	* tests/Makefile.am (modified)
	* tests/collections/atomic_mpsc.cfa (modified)
	* tests/concurrency/actors/dynamic.cfa (modified)
	* tests/concurrency/actors/inherit.cfa (modified)
	* tests/concurrency/actors/inline.cfa (modified)
	* tests/concurrency/actors/pingpong.cfa (modified)
	* tests/concurrency/actors/types.cfa (modified)
	* tests/concurrency/pthread/bounded_buffer.cfa (modified)
	* tests/concurrency/pthread/pthread_demo_lock.cfa (modified)
	* tests/concurrency/pthread/pthread_once_test.cfa (modified)
	* tests/concurrency/unified_locking/mcs.cfa (modified)
	* tests/concurrency/unified_locking/mcs_spin.cfa (modified)
	* tests/concurrency/unified_locking/mutex_test.hfa (modified)
	* tests/concurrency/unified_locking/timeout_lock.cfa (modified)

	Clean some warnings from unused variables and pointer-to-int casts.


Thu, 09 Jan 2025 18:13:12 GMT Peter A. Buhr <pabuhr@…> [454aab2]
	* libcfa/src/concurrency/io/call.cfa.in (modified)

	update io_uring casts to prevent 32-bit warning messages about wrong ...


Tue, 07 Jan 2025 20:22:19 GMT Michael Brooks <mlbrooks@…> [10b5970]
	* libcfa/src/bits/queue.hfa (modified)
	* libcfa/src/concurrency/mutex_stmt.hfa (modified)
	* tests/Makefile.am (modified)
	* tests/PRNG.cfa (modified)
	* tests/alloc.cfa (modified)
	* tests/concurrency/channels/ping_pong.cfa (modified)
	* tests/concurrency/cluster.cfa (modified)
	* tests/concurrency/coroutineYield.cfa (modified)
	* tests/concurrency/examples/boundedBufferEXT.cfa (modified)
	* tests/concurrency/examples/boundedBufferINT.cfa (modified)
	* tests/concurrency/futures/wait_any.cfa (modified)
	* tests/concurrency/join.cfa (modified)
	* tests/concurrency/migrate.cfa (modified)
	* tests/concurrency/monitor.cfa (modified)
	* tests/concurrency/multi-monitor.cfa (modified)
	* tests/concurrency/mutexstmt/locks.cfa (modified)
	* tests/concurrency/mutexstmt/monitors.cfa (modified)
	* tests/concurrency/preempt.cfa (modified)
	* tests/concurrency/pthread/pthread_cond_test.cfa (modified)
	* tests/concurrency/pthread/pthread_once_test.cfa (modified)
	* tests/concurrency/readyQ/leader_spin.cfa (modified)
	* tests/concurrency/signal/block.cfa (modified)
	* tests/concurrency/signal/disjoint.cfa (modified)
	* tests/concurrency/signal/wait.cfa (modified)
	* tests/concurrency/suspend_then.cfa (modified)
	* tests/concurrency/thread.cfa (modified)
	* tests/concurrency/unified_locking/locks.cfa (modified)
	* tests/concurrency/unified_locking/pthread_locks.cfa (modified)
	* tests/concurrency/waitfor/barge.cfa (modified)
	* tests/concurrency/waitfor/statment.cfa (modified)
	* tests/concurrency/waitfor/when.cfa (modified)
	* tests/concurrency/waituntil/channel_zero_size.cfa (modified)
	* tests/concurrency/waituntil/one_chan.cfa (modified)
	* tests/configs/parsebools.cfa (modified)
	* tests/configs/parsenums.cfa (modified)
	* tests/coroutine/raii.cfa (modified)
	* tests/ctrl-flow/goto.cfa (modified)
	* tests/ctrl-flow/ifwhileCtl.cfa (modified)
	* tests/enum.cfa (modified)
	* tests/enum_tests/inc-dec.cfa (modified)
	* tests/enum_tests/planet.cfa (modified)
	* tests/enum_tests/structEnum.cfa (modified)
	* tests/exceptions/hotpotato.cfa (modified)
	* tests/exceptions/hotpotato_checked.cfa (modified)
	* tests/io/io-acquire-no-io.cfa (modified)
	* tests/link-once/main.cfa (modified)
	* tests/linking/mangling/main.cfa (modified)
	* tests/malloc.cfa (modified)
	* tests/mathX.cfa (modified)
	* tests/maybe.cfa (modified)
	* tests/poly-d-cycle.cfa (modified)
	* tests/poly-member.cfa (modified)
	* tests/poly-o-cycle.cfa (modified)
	* tests/quotedKeyword.cfa (modified)
	* tests/raii/partial.cfa (modified)
	* tests/result.cfa (modified)
	* tests/sizeof.cfa (modified)
	* tests/smart-pointers.cfa (modified)
	* tests/tuple/tupleAssign.cfa (modified)
	* tests/tuple/tuplePolymorphism.cfa (modified)
	* tests/tuple/tupleVariadic.cfa (modified)
	* tests/typeof.cfa (modified)

	Fix many test-suite- and libcfa-caused unused variable warnings.

	In ...


Tue, 24 Dec 2024 15:52:13 GMT Peter A. Buhr <pabuhr@…> [a6b48f6]
	* libcfa/src/collections/lockfree.hfa (modified)
	* libcfa/src/concurrency/locks.hfa (modified)
	* libcfa/src/concurrency/select.hfa (modified)

	formatting, comment out unused parameter names to remove warnings


Fri, 20 Dec 2024 20:11:10 GMT Andrew Beach <ajbeach@…> [5251c6b]
	* libcfa/src/bits/stack.hfa (modified)
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* tests/exceptions/except-io.hfa (modified)

	Changed some inline declarations to static or static inline (which ...


Thu, 12 Dec 2024 00:32:08 GMT Michael Brooks <mlbrooks@…> [5d3d281]
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* src/Validate/Autogen.cpp (modified)
	* tests/.expect/KRfunctions.arm64.txt (modified)
	* tests/.expect/KRfunctions.x64.txt (modified)
	* tests/.expect/KRfunctions.x86.txt (modified)
	* tests/.expect/attributes.arm64.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/.expect/declarationSpecifier.arm64.txt (modified)
	* tests/.expect/declarationSpecifier.x64.txt (modified)
	* tests/.expect/declarationSpecifier.x86.txt (modified)
	* tests/.expect/extension.arm64.txt (modified)
	* tests/.expect/extension.x64.txt (modified)
	* tests/.expect/extension.x86.txt (modified)
	* tests/.expect/functions.arm64.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/functions.x86.txt (modified)

	Remove autogen forward declarations, which are never needed, and ...


Fri, 29 Nov 2024 21:24:14 GMT Peter A. Buhr <pabuhr@…> [1c0a3a4]
	* libcfa/src/concurrency/future.hfa (modified)

	fix problem with future seperate compilation


Wed, 27 Nov 2024 17:22:58 GMT Peter A. Buhr <pabuhr@…> [e25ef8c]
	* libcfa/src/concurrency/monitor.cfa (modified)

	formatting, first attempt to add priority order to waitfor selection, ...


Thu, 21 Nov 2024 13:35:12 GMT Peter A. Buhr <pabuhr@…> [1cd2839]
	* libcfa/src/concurrency/monitor.cfa (modified)

	test patch for respecting lexical priority in waitfor statement


Sat, 16 Nov 2024 23:33:41 GMT Peter A. Buhr <pabuhr@…> [95707a3]
	* libcfa/src/concurrency/barrier.hfa (modified)

	updates to barrier.hfa


Tue, 12 Nov 2024 03:32:08 GMT Peter A. Buhr <pabuhr@…> [a3af522]
	* libcfa/src/concurrency/barrier.hfa (modified)

	first attempt at updating barrier lock


Tue, 12 Nov 2024 03:29:15 GMT Peter A. Buhr <pabuhr@…> [105fb21]
	* libcfa/src/concurrency/actor.hfa (modified)

	rename start_actor_system and stop_actor_system, add implicit ...


Sun, 13 Oct 2024 16:28:15 GMT Peter A. Buhr <pabuhr@…> [1a7203d]
	* libcfa/src/collections/string.hfa (modified)
	* libcfa/src/collections/string_res.hfa (modified)
	* libcfa/src/concurrency/actor.hfa (modified)
	* libcfa/src/concurrency/kernel/startup.cfa (modified)
	* libcfa/src/iostream.cfa (modified)
	* libcfa/src/iostream.hfa (modified)

	change CFA runtime libraries to use C designator syntax


Tue, 03 Sep 2024 16:08:09 GMT Andrew Beach <ajbeach@…> [db19e1d]
	* libcfa/prelude/prototypes.awk (modified)
	* libcfa/src/concurrency/future.hfa (modified)
	* src/CodeGen/CodeGenerator.cpp (modified)
	* src/CodeGen/GenType.cpp (modified)
	* src/Concurrency/Keywords.cpp (modified)
	* src/Concurrency/Waitfor.cpp (modified)
	* src/Parser/TypeData.cpp (modified)
	* src/Parser/parser.yy (modified)
	* tests/.expect/KRfunctions.arm64.txt (modified)
	* tests/.expect/KRfunctions.x64.txt (modified)
	* tests/.expect/KRfunctions.x86.txt (modified)
	* tests/.expect/attributes.arm64.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/.expect/castError.txt (modified)
	* tests/.expect/declarationSpecifier.arm64.txt (modified)
	* tests/.expect/declarationSpecifier.x64.txt (modified)
	* tests/.expect/declarationSpecifier.x86.txt (modified)
	* tests/.expect/extension.arm64.txt (modified)
	* tests/.expect/extension.x64.txt (modified)
	* tests/.expect/extension.x86.txt (modified)
	* tests/.expect/functions.arm64.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/functions.x86.txt (modified)
	* tests/.expect/gccExtensions.arm64.txt (modified)
	* tests/.expect/gccExtensions.x64.txt (modified)
	* tests/.expect/gccExtensions.x86.txt (modified)
	* tests/castError.cfa (modified)
	* tests/errors/.expect/declaration.txt (modified)
	* tests/errors/.expect/signature.txt (modified)
	* tests/errors/declaration.cfa (modified)
	* tests/gccExtensions.cfa (modified)
	* tests/meta/.expect/arch.arm64.txt (modified)
	* tests/meta/.expect/arch.x64.txt (modified)
	* tests/meta/.expect/arch.x86.txt (modified)

	Changed the interpritation of () to be no parameters instead of any ...


Tue, 13 Aug 2024 13:16:07 GMT Peter A. Buhr <pabuhr@…> [a51dc0d]
	* libcfa/src/concurrency/io/call.cfa.in (modified)

	add missing #ifdef to handle systems without io_uring


Tue, 23 Apr 2024 03:37:36 GMT Peter A. Buhr <pabuhr@…> [15215f02]
	* doc/LaTeXmacros/common.sty (modified)
	* doc/LaTeXmacros/common.tex (modified)
	* doc/LaTeXmacros/lstlang.sty (modified)
	* doc/bibliography/pl.bib (modified)
	* doc/theses/jiada_liang_MMath/CFAenum.tex (modified)
	* doc/theses/jiada_liang_MMath/Makefile (modified)
	* doc/theses/jiada_liang_MMath/background.tex (modified)
	* doc/theses/jiada_liang_MMath/intro.tex (modified)
	* doc/theses/jiada_liang_MMath/relatedwork.tex (modified)
	* doc/theses/jiada_liang_MMath/uw-ethesis.bib (modified)
	* doc/uC++toCFA/Makefile (modified)
	* doc/uC++toCFA/uC++toCFA.tex (modified)
	* doc/user/Makefile (modified)
	* doc/user/user.tex (modified)
	* libcfa/src/concurrency/actor.hfa (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Print.cpp (modified)
	* src/AST/Type.hpp (modified)
	* src/AST/porting.md (deleted)
	* src/BasicTypes-gen.cc (modified)
	* src/Common/PersistentMap.h (modified)
	* src/Common/VectorMap.h (modified)
	* src/Concurrency/Actors.cpp (modified)
	* src/Concurrency/Corun.cpp (modified)
	* src/Concurrency/Keywords.cpp (modified)
	* src/Concurrency/Waituntil.cpp (modified)
	* src/ResolvExpr/CandidateFinder.cpp (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/PolyCost.cc (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/Validate/ForallPointerDecay.hpp (modified)
	* src/Validate/HoistStruct.cpp (modified)
	* src/Validate/ImplementEnumFunc.cpp (modified)
	* src/Virtual/VirtualDtor.cpp (modified)

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


Tue, 23 Apr 2024 03:34:10 GMT Peter A. Buhr <pabuhr@…> [358e1152]
	* libcfa/src/concurrency/kernel/fwd.hfa (modified)

	move __attribute__((unused)) so it applies to variable


Fri, 19 Apr 2024 02:28:11 GMT Peter A. Buhr <pabuhr@…> [da87eaf]
	* libcfa/src/concurrency/actor.hfa (modified)

	remove spurious 'this' qualification


Fri, 12 Apr 2024 11:42:07 GMT Peter A. Buhr <pabuhr@…> [6dd4091]
	* libcfa/src/concurrency/kernel/cluster.cfa (modified)
	* libcfa/src/concurrency/kernel/startup.cfa (modified)

	comment out asserts that fail when malloc(0) returns non-null


Mon, 20 Nov 2023 18:25:52 GMT caparson <caparson@…> [0da9475]
	* libcfa/src/concurrency/cofor.hfa (modified)

	fixed bug where cofor runner could derefence a null pointer


Tue, 14 Nov 2023 17:18:04 GMT caparson <caparson@…> [cce0807]
	* libcfa/src/concurrency/coroutine.cfa (modified)

	Fixed non-local ehm memory leak that occurs when a coroutine is ...


Tue, 07 Nov 2023 13:45:07 GMT caparson <caparson@…> [c46c999]
	* libcfa/src/concurrency/kernel.hfa (modified)

	forgot to include in last push. Added a get_proc_count that doesn't ...


Mon, 06 Nov 2023 22:52:04 GMT caparson <caparson@…> [fe293bf]
	* libcfa/src/concurrency/channel.hfa (modified)

	removed fences for ARM that are likely not needed, insertion of ...


Mon, 06 Nov 2023 19:20:09 GMT caparson <caparson@…> [ba0e1bc]
	* libcfa/src/concurrency/cofor.cfa (modified)
	* libcfa/src/concurrency/cofor.hfa (modified)

	Added supporting library routines for cofor impl


Mon, 23 Oct 2023 12:58:42 GMT caparson <caparson@…> [2ad5e1d5]
	* libcfa/src/concurrency/locks.hfa (modified)

	added missing semicolons


Mon, 23 Oct 2023 12:55:36 GMT caparsons <caparson@…> [8df19af]
	* libcfa/src/concurrency/locks.hfa (modified)

	added WO fences for mcs spin lock to fix failing arm test


Mon, 23 Oct 2023 12:55:09 GMT caparsons <caparson@…> [3f0b062]
	* libcfa/src/concurrency/channel.hfa (modified)

	ifdef'd the arm fences that were added to channels so that they only ...


Tue, 17 Oct 2023 19:24:24 GMT caparsons <caparson@…> [ca995e3]
	* libcfa/src/concurrency/channel.hfa (modified)

	added missing ARM fence on the signallee side of channel handoff


Thu, 12 Oct 2023 20:03:38 GMT caparsons <caparson@…> [02c5880]
	* libcfa/src/concurrency/channel.hfa (modified)

	Added fence after channel handoff to prevent reordering on the arm ...


Mon, 09 Oct 2023 17:02:03 GMT caparsons <caparson@…> [ee9ad40]
	* libcfa/src/concurrency/cofor.cfa (modified)
	* libcfa/src/concurrency/cofor.hfa (modified)

	Changed cofor files to support the corun statement


Mon, 09 Oct 2023 02:53:39 GMT Peter A. Buhr <pabuhr@…> [8bc67cf]
	* libcfa/src/concurrency/kernel/fwd.hfa (modified)

	formatting, SKULLDUGGERY to remove spurious free-nonheap-object
	warning


Tue, 03 Oct 2023 21:31:46 GMT Peter A. Buhr <pabuhr@…> [11ab0b4a]
	* libcfa/src/concurrency/cofor.cfa (modified)
	* libcfa/src/concurrency/cofor.hfa (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)

	add corun/cofor statement, update old cofor


Sun, 01 Oct 2023 16:05:08 GMT caparsons <caparson@…> [147a137]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)

	added enable/disable ehm with no params for coroutines


Tue, 19 Sep 2023 14:27:10 GMT Peter A. Buhr <pabuhr@…> [60f69f0]
	* libcfa/src/concurrency/coroutine.cfa (modified)

	formatting


Tue, 19 Sep 2023 14:26:17 GMT Peter A. Buhr <pabuhr@…> [e4c3819]
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/concurrency/cofor.cfa (added)
	* libcfa/src/concurrency/cofor.hfa (modified)
	* tests/concurrency/actors/.expect/matrixMultiply.txt (moved)
	* tests/concurrency/actors/matrixMultiply.cfa (moved)

	refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle
	cofor.cfa


Mon, 18 Sep 2023 14:21:11 GMT caparsons <caparson@…> [334e0cf2]
	* libcfa/src/concurrency/cofor.hfa (modified)

	added cofor macro


Wed, 13 Sep 2023 15:33:37 GMT caparsons <caparson@…> [1ed5e9e]
	* libcfa/src/concurrency/cofor.hfa (added)
	* tests/concurrency/.expect/cofor.txt (added)
	* tests/concurrency/cofor.cfa (added)

	Added cfa equivalent of cofor/cobegin/coend


Sat, 09 Sep 2023 18:11:23 GMT Peter A. Buhr <pabuhr@…> [ba068c0]
	* libcfa/src/clock.hfa (modified)
	* libcfa/src/concurrency/kernel/cluster.hfa (modified)

	rename clock routines processor and program to processor_cpu and ...


Wed, 06 Sep 2023 19:44:03 GMT caparsons <caparson@…> [9d47c1f]
	* libcfa/src/concurrency/io.cfa (modified)
	* libcfa/src/concurrency/io/types.hfa (modified)
	* libcfa/src/concurrency/pthread.cfa (modified)

	changes over all usages of uC++ collections to use dlist instead


Mon, 04 Sep 2023 19:49:15 GMT Peter A. Buhr <pabuhr@…> [555af62]
	* libcfa/src/concurrency/pthread.cfa (modified)

	add include bits/sequence.hfa to pthread.cfa after removing it from ...


Sun, 03 Sep 2023 12:35:06 GMT Peter A. Buhr <pabuhr@…> [16e6905]
	* libcfa/src/concurrency/thread.cfa (modified)

	fix get_seed signature


Sun, 03 Sep 2023 12:20:39 GMT Peter A. Buhr <pabuhr@…> [3ef5905]
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)

	add get_seed for thread random numbers


Fri, 01 Sep 2023 19:54:42 GMT caparsons <caparson@…> [8a9a3ab]
	* driver/cfa.cc (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/bits/collections.hfa (moved)
	* libcfa/src/bits/weakso_locks.hfa (modified)
	* libcfa/src/collections/array.hfa (moved)
	* libcfa/src/collections/list.hfa (moved)
	* libcfa/src/collections/lockfree.hfa (moved)
	* libcfa/src/collections/maybe.cfa (moved)
	* libcfa/src/collections/maybe.hfa (moved)
	* libcfa/src/collections/pair.cfa (moved)
	* libcfa/src/collections/pair.hfa (moved)
	* libcfa/src/collections/result.cfa (moved)
	* libcfa/src/collections/result.hfa (moved)
	* libcfa/src/collections/string.cfa (moved)
	* libcfa/src/collections/string.hfa (moved)
	* libcfa/src/collections/string_res.cfa (moved)
	* libcfa/src/collections/string_res.hfa (moved)
	* libcfa/src/collections/string_sharectx.hfa (moved)
	* libcfa/src/collections/vector.cfa (moved)
	* libcfa/src/collections/vector.hfa (moved)
	* libcfa/src/collections/vector2.hfa (moved)
	* libcfa/src/concurrency/alarm.hfa (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/kernel.hfa (modified)
	* libcfa/src/concurrency/locks.hfa (modified)
	* libcfa/src/concurrency/once.hfa (modified)
	* libcfa/src/concurrency/select.hfa (modified)
	* libcfa/src/executor.baseline.txt (modified)
	* libcfa/src/executor.cfa (modified)
	* libcfa/src/iostream.cfa (modified)
	* libcfa/src/iostream.hfa (modified)
	* src/InitTweak/FixInitNew.cpp (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/CurrentObject.cc (modified)
	* src/ResolvExpr/ResolveTypeof.cc (modified)
	* src/ResolvExpr/ResolveTypeof.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/Validate/GenericParameter.cpp (modified)
	* tests/Makefile.am (modified)
	* tests/array-collections/.expect/array-basic.txt (moved)
	* tests/array-collections/.expect/array-md-sbscr-cases.arm64.txt (moved)
	* tests/array-collections/.expect/array-md-sbscr-cases.x64.txt (moved)
	* tests/array-collections/.expect/array-sbscr-types.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-c-ERRS.arm64.txt (added)
	* tests/array-collections/.expect/dimexpr-match-c-ERRS.x64.txt (added)
	* tests/array-collections/.expect/dimexpr-match-c-ERRS.x86.txt (added)
	* tests/array-collections/.expect/dimexpr-match-c.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-cfa-ERRS.arm64.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x64.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x86.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-cfa.txt (moved)
	* tests/array-collections/.expect/language-dim-mismatch.txt (added)
	* tests/array-collections/.expect/safety-summary.txt (added)
	* tests/array-collections/.expect/symtab-collision.txt (moved)
	* tests/array-collections/array-basic.cfa (moved)
	* tests/array-collections/array-md-sbscr-cases.cfa (moved)
	* tests/array-collections/array-sbscr-types.cfa (moved)
	* tests/array-collections/dimexpr-match-c.cfa (moved)
	* tests/array-collections/dimexpr-match-cfa.cfa (moved)
	* tests/array-collections/dimexpr-match-detail.sh (moved)
	* tests/array-collections/dimexpr-match.hfa (moved)
	* tests/array-collections/language-dim-mismatch.cfa (moved)
	* tests/array-collections/safety-summary.cfa (moved)
	* tests/array-collections/symtab-collision.cfa (moved)
	* tests/array-container/.expect/dimexpr-match-c-ERRS.arm64.txt (deleted)
	* tests/array-container/.expect/dimexpr-match-c-ERRS.x64.txt (deleted)
	* tests/array-container/.expect/dimexpr-match-c-ERRS.x86.txt (deleted)
	* tests/array-container/.expect/language-dim-mismatch.txt (deleted)
	* tests/array-container/.expect/safety-summary.txt (deleted)
	* tests/collections/atomic_mpsc.cfa (modified)
	* tests/collections/string-api-coverage.cfa (modified)
	* tests/collections/string-istream.cfa (modified)
	* tests/collections/string-overwrite.cfa (modified)
	* tests/collections/vector-demo.cfa (modified)
	* tests/concurrency/unified_locking/thread_test.cfa (modified)
	* tests/include/.expect/vector-collections.txt (moved)
	* tests/include/vector-collections.cfa (moved)
	* tests/list/dlist-insert-remove.cfa (modified)
	* tests/maybe.cfa (modified)
	* tests/pybin/settings.py (modified)
	* tests/result.cfa (modified)
	* tests/test.py (modified)
	* tests/zombies/gc_no_raii/premake4.lua (modified)
	* tests/zombies/hashtable.cfa (modified)
	* tests/zombies/hashtable2.cfa (modified)
	* tests/zombies/linked-list-perf/experiment.koad (modified)

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


Fri, 01 Sep 2023 19:54:35 GMT caparsons <caparson@…> [4269d1b]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/exception.cfa (modified)

	fixed unhandled exception bug causing deleted memory to be accessed ...


Thu, 31 Aug 2023 02:13:45 GMT Peter A. Buhr <pabuhr@…> [55b060d]
	* driver/cfa.cc (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/bits/collections.hfa (moved)
	* libcfa/src/bits/weakso_locks.hfa (modified)
	* libcfa/src/collections/array.hfa (moved)
	* libcfa/src/collections/list.hfa (moved)
	* libcfa/src/collections/lockfree.hfa (moved)
	* libcfa/src/collections/maybe.cfa (moved)
	* libcfa/src/collections/maybe.hfa (moved)
	* libcfa/src/collections/pair.cfa (moved)
	* libcfa/src/collections/pair.hfa (moved)
	* libcfa/src/collections/result.cfa (moved)
	* libcfa/src/collections/result.hfa (moved)
	* libcfa/src/collections/string.cfa (moved)
	* libcfa/src/collections/string.hfa (moved)
	* libcfa/src/collections/string_res.cfa (moved)
	* libcfa/src/collections/string_res.hfa (moved)
	* libcfa/src/collections/string_sharectx.hfa (moved)
	* libcfa/src/collections/vector.cfa (moved)
	* libcfa/src/collections/vector.hfa (moved)
	* libcfa/src/collections/vector2.hfa (moved)
	* libcfa/src/concurrency/alarm.hfa (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/kernel.hfa (modified)
	* libcfa/src/concurrency/locks.hfa (modified)
	* libcfa/src/concurrency/once.hfa (modified)
	* libcfa/src/concurrency/select.hfa (modified)
	* libcfa/src/executor.baseline.txt (modified)
	* libcfa/src/executor.cfa (modified)
	* tests/array-container/array-basic.cfa (modified)
	* tests/array-container/array-md-sbscr-cases.cfa (modified)
	* tests/array-container/array-sbscr-types.cfa (modified)
	* tests/array-container/dimexpr-match-cfa.cfa (modified)
	* tests/array-container/safety-summary.cfa (modified)
	* tests/collections/atomic_mpsc.cfa (modified)
	* tests/collections/string-api-coverage.cfa (modified)
	* tests/collections/string-istream.cfa (modified)
	* tests/collections/string-overwrite.cfa (modified)
	* tests/collections/vector-demo.cfa (modified)
	* tests/concurrency/unified_locking/thread_test.cfa (modified)
	* tests/include/vector-containers.cfa (modified)
	* tests/list/dlist-insert-remove.cfa (modified)
	* tests/maybe.cfa (modified)
	* tests/result.cfa (modified)
	* tests/zombies/gc_no_raii/premake4.lua (modified)
	* tests/zombies/hashtable.cfa (modified)
	* tests/zombies/hashtable2.cfa (modified)
	* tests/zombies/linked-list-perf/experiment.koad (modified)

	rename directories containers to collections


Thu, 10 Aug 2023 18:53:42 GMT caparsons <caparson@…> [23edb61]
	* libcfa/src/concurrency/coroutine.cfa (modified)

	added warning message and cleanup for unhandled pending non-local ...


Wed, 09 Aug 2023 19:17:16 GMT caparsons <caparson@…> [3318dff]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)

	fixed non-local ehm issue and added no arg resumer routine


Mon, 07 Aug 2023 19:08:14 GMT caparsons <caparson@…> [c34bb1f]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/kernel/startup.cfa (modified)

	fixed nonlocal exception edge case for program main and added poll() ...


Mon, 07 Aug 2023 16:35:53 GMT caparsons <caparson@…> [c3e510b]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* tests/exceptions/.expect/cor_resumer.txt (added)
	* tests/exceptions/cor_resumer.cfa (added)
	* tests/exceptions/pingpong_nonlocal.cfa (modified)

	added support for resuming at resumer, added test for support and ...


Sat, 22 Jul 2023 12:37:38 GMT Peter A. Buhr <pabuhr@…> [88f2f0f]
	* libcfa/src/concurrency/stats.cfa (modified)

	change zeroing of individual statistics fields to memset


Sat, 22 Jul 2023 01:44:29 GMT Peter A. Buhr <pabuhr@…> [f898983]
	* libcfa/src/concurrency/iofwd.hfa (modified)

	add missing #include <string.h>


Sat, 22 Jul 2023 00:37:33 GMT Peter A. Buhr <pabuhr@…> [374cdb66]
	* libcfa/src/concurrency/iofwd.hfa (modified)

	use memset to initialize struct io_uring_sqe to zero in routine
	zero_sqe


Thu, 20 Jul 2023 18:09:15 GMT caparsons <caparson@…> [7a2c6b18]
	* libcfa/src/concurrency/channel.hfa (modified)
	* libcfa/src/concurrency/locks.hfa (modified)

	did some cleanup in locks.hfa and fixed seg fault bug in channel ...


Tue, 18 Jul 2023 17:25:00 GMT caparsons <caparson@…> [c44705c]
	* libcfa/src/concurrency/channel.hfa (modified)

	fixed remove ambiguity issue


Tue, 18 Jul 2023 13:33:12 GMT caparsons <caparson@…> [ca22a7c]
	* libcfa/src/concurrency/channel.hfa (modified)

	removed ambiguous waituntil remove support


Mon, 17 Jul 2023 20:19:26 GMT caparsons <caparson@…> [a1467c1]
	* libcfa/src/concurrency/channel.hfa (modified)

	added support for remove and insert calls in waituntils


Mon, 17 Jul 2023 19:59:29 GMT caparsons <caparson@…> [bf55f32]
	* libcfa/src/bits/weakso_locks.hfa (modified)
	* libcfa/src/concurrency/channel.hfa (modified)
	* libcfa/src/concurrency/future.hfa (modified)
	* libcfa/src/concurrency/locks.hfa (modified)
	* libcfa/src/concurrency/select.hfa (modified)

	added support for general channel operators


Mon, 17 Jul 2023 17:52:44 GMT caparsons <caparson@…> [f3c02ea]
	* libcfa/src/concurrency/channel.hfa (modified)

	reverted addition of channel operators since it broke the waituntil ...


Mon, 17 Jul 2023 17:46:08 GMT caparsons <caparson@…> [a0b59ed]
	* libcfa/src/concurrency/channel.hfa (modified)

	added support for go style channel operators


Tue, 11 Jul 2023 18:35:50 GMT caparsons <caparson@…> [bdbb448]
	* doc/theses/colby_parsons_MMAth/text/waituntil.tex (modified)
	* libcfa/src/concurrency/select.hfa (modified)

	updated documentation related to waituntil changes


Tue, 11 Jul 2023 18:27:58 GMT caparsons <caparson@…> [b93bf85]
	* libcfa/src/concurrency/channel.hfa (modified)
	* libcfa/src/concurrency/future.hfa (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/locks.cfa (modified)
	* libcfa/src/concurrency/locks.hfa (modified)
	* libcfa/src/concurrency/select.cfa (modified)
	* libcfa/src/concurrency/select.hfa (modified)
	* src/Concurrency/Waituntil.cpp (modified)

	fixed spurious channel close waituntil error case. Was caused by a ...


Thu, 06 Jul 2023 20:51:42 GMT caparsons <caparson@…> [2fe64ba]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/invoke.h (modified)

	added support for non-local exceptions


Wed, 05 Jul 2023 18:10:59 GMT caparsons <caparson@…> [9235192c]
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/run (modified)
	* libcfa/src/concurrency/actor.hfa (modified)

	added support for missed gulps benchmark


Mon, 03 Jul 2023 17:12:31 GMT caparsons <caparson@…> [00b046f]
	* libcfa/src/concurrency/channel.hfa (modified)

	very slim race condition between a channel closing and a waituntil ...


Tue, 27 Jun 2023 20:48:44 GMT caparsons <caparson@…> [2dfdae3]
	* libcfa/src/concurrency/actor.hfa (modified)
	* src/Parser/parser.yy (modified)

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


Tue, 27 Jun 2023 20:46:56 GMT caparsons <caparson@…> [508671e]
	* libcfa/src/concurrency/actor.hfa (modified)

	added termination check for non-stealing actor system


Tue, 27 Jun 2023 03:01:39 GMT Peter A. Buhr <pabuhr@…> [b9c06b98]
	* libcfa/src/concurrency/actor.hfa (modified)

	formatting, change set_allocation to return previous value, add ...


Mon, 26 Jun 2023 14:20:11 GMT caparsons <caparson@…> [1fbf481]
	* libcfa/src/concurrency/actor.hfa (modified)

	more actor changes and touchups


Tue, 20 Jun 2023 19:08:45 GMT caparsons <caparson@…> [70d8e2f2]
	* libcfa/src/concurrency/actor.hfa (modified)

	added extra poll point to check for termination in actor system


Tue, 20 Jun 2023 18:14:11 GMT caparsons <caparson@…> [b065dbb]
	* libcfa/src/concurrency/actor.hfa (modified)
	* src/Concurrency/Actors.cpp (modified)

	refactored actors to not need base pointers in envelopes


Tue, 20 Jun 2023 18:13:44 GMT caparsons <caparson@…> [1e538fb]
	* libcfa/src/concurrency/locks.hfa (modified)

	added a comment


Mon, 19 Jun 2023 17:55:23 GMT caparsons <caparson@…> [e39cfb9]
	* libcfa/src/concurrency/actor.hfa (modified)

	various cleanups and improvements (shutdown flags, automatic ...


Mon, 19 Jun 2023 17:54:34 GMT caparsons <caparson@…> [ca0c311]
	* libcfa/src/concurrency/kernel.hfa (modified)
	* libcfa/src/concurrency/kernel/startup.cfa (modified)

	added ability to get number of processors constructed on a cluster ...


Sat, 17 Jun 2023 17:22:04 GMT Peter A. Buhr <pabuhr@…> [4f9d75d]
	* libcfa/src/concurrency/atomic.hfa (modified)

	formatting


Fri, 16 Jun 2023 13:10:46 GMT caparsons <caparson@…> [e172f42]
	* libcfa/prelude/builtins.c (modified)
	* libcfa/src/common.hfa (modified)
	* libcfa/src/concurrency/kernel/cluster.hfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* src/AST/Convert.cpp (modified)
	* src/AST/Expr.cpp (modified)
	* src/AST/Expr.hpp (modified)
	* src/AST/SymbolTable.cpp (modified)
	* src/AST/Type.hpp (modified)
	* src/AST/TypeEnvironment.cpp (modified)
	* src/AST/TypeEnvironment.hpp (modified)
	* src/GenPoly/SpecializeNew.cpp (modified)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ExpressionNode.h (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/Candidate.hpp (modified)
	* src/ResolvExpr/CandidateFinder.cpp (modified)
	* src/ResolvExpr/CandidateFinder.hpp (modified)
	* src/ResolvExpr/CastCost.cc (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/FindOpenVars.cc (modified)
	* src/ResolvExpr/FindOpenVars.h (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/SatisfyAssertions.cpp (modified)
	* src/ResolvExpr/Unify.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/Tuples/TupleAssignment.cc (modified)
	* src/Validate/Autogen.cpp (modified)
	* tests/collections/vector-demo.cfa (modified)

	Merge branch 'ast-experimental'


Wed, 14 Jun 2023 20:44:00 GMT caparsons <caparson@…> [1e940de0]
	* libcfa/src/concurrency/actor.hfa (modified)
	* libcfa/src/virtual_dtor.hfa (modified)

	cleanup/bugfix actors and fix virtual dtor bug


Mon, 12 Jun 2023 22:06:26 GMT caparsons <caparson@…> [62d62db]
	* doc/papers/llheap/Paper.tex (modified)
	* doc/papers/llheap/figures/AllocatorComponents.fig (modified)
	* doc/papers/llheap/figures/AllocatorComponents.fig.bak (deleted)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/balance.cfa (modified)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/dynamic.cfa (modified)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/executor.cfa (modified)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/matrix.cfa (modified)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/repeat.cfa (modified)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/static.cfa (modified)
	* doc/theses/colby_parsons_MMAth/code/basic_actor_example.cfa (modified)
	* doc/user/figures/EHMHierarchy.fig (modified)
	* doc/user/user.tex (modified)
	* driver/cc1.cc (modified)
	* libcfa/src/concurrency/actor.hfa (modified)
	* libcfa/src/concurrency/atomic.hfa (modified)
	* libcfa/src/concurrency/channel.hfa (modified)
	* libcfa/src/concurrency/locks.hfa (modified)
	* libcfa/src/containers/lockfree.hfa (modified)
	* libcfa/src/fstream.cfa (modified)
	* libcfa/src/fstream.hfa (modified)
	* libcfa/src/math.trait.hfa (modified)
	* libcfa/src/parseconfig.cfa (modified)
	* libcfa/src/parseconfig.hfa (modified)
	* libcfa/src/rational.cfa (modified)
	* libcfa/src/rational.hfa (modified)
	* src/AST/DeclReplacer.hpp (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/SymbolTable.cpp (modified)
	* src/AST/SymbolTable.hpp (modified)
	* src/AST/Util.cpp (modified)
	* src/Concurrency/Actors.cpp (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/Validate/HoistStruct.cpp (modified)
	* tests/.expect/copyfile.txt (modified)
	* tests/.in/copyfile.txt (modified)
	* tests/concurrency/actors/dynamic.cfa (modified)
	* tests/concurrency/actors/executor.cfa (modified)
	* tests/concurrency/actors/inherit.cfa (modified)
	* tests/concurrency/actors/matrix.cfa (modified)
	* tests/concurrency/actors/pingpong.cfa (modified)
	* tests/concurrency/actors/poison.cfa (modified)
	* tests/concurrency/actors/static.cfa (modified)
	* tests/concurrency/actors/types.cfa (modified)
	* tests/concurrency/lockfree_stack.cfa (modified)
	* tests/concurrency/waituntil/locks.cfa (modified)
	* tests/configs/.expect/parseconfig.txt (modified)
	* tests/configs/parseconfig.cfa (modified)
	* tests/copyfile.cfa (modified)
	* tests/rational.cfa (modified)
	* tests/zombies/simplePoly.c (deleted)

	Merge branch 'master' into ast-experimental


Mon, 12 Jun 2023 18:45:32 GMT Fangren Yu <f37yu@…> [24d6572]
	* Jenkins/FullBuild (modified)
	* Jenkins/Promote (modified)
	* Jenkinsfile (modified)
	* Makefile.am (modified)
	* benchmark/Makefile.am (modified)
	* benchmark/convoy/data/nasus_12_12_2022_0NCS (added)
	* benchmark/convoy/data/nasus_12_12_2022_1NCS (added)
	* benchmark/convoy/data/single_16_thd (added)
	* benchmark/convoy/genConvoyStats.py (added)
	* benchmark/mutexStmt/JavaThread.java (deleted)
	* configure.ac (modified)
	* doc/LaTeXmacros/common.sty (modified)
	* doc/LaTeXmacros/common.tex (modified)
	* doc/LaTeXmacros/lstlang.sty (modified)
	* doc/bibliography/pl.bib (modified)
	* doc/papers/AMA/AMA-stix/Documents/.log (modified)
	* doc/papers/AMA/AMA-stix/Documents/README.txt (modified)
	* doc/papers/AMA/AMA-stix/Documents/wileyNJD-Doc.tex (modified)
	* doc/papers/AMA/AMA-stix/Stix-fonts/ly1sti.fd (modified)
	* doc/papers/AMA/AMA-stix/ama/NJDnatbib.sty (modified)
	* doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.bbl (modified)
	* doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.bib (modified)
	* doc/papers/llheap/.gitignore (added)
	* doc/papers/llheap/AMA-stix_New.zip (added)
	* doc/papers/llheap/AMA-stix_New/Documents/.log (added)
	* doc/papers/llheap/AMA-stix_New/Documents/README.txt (added)
	* doc/papers/llheap/AMA-stix_New/Documents/wileyNJD-Doc.tex (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/STIXGeneral-Bold.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/STIXGeneral-BoldItalic.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/STIXGeneral-Italic.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/STIXGeneral-Regular.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/Windows-Stix-fontinstaller.exe (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/a_axxd65.enc (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ls1stix.fd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ls1stixbb.fd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ls1stixfrak.fd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ls1stixscr.fd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ls1stixsf.fd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ls2stix.fd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ls2stixcal.fd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ls2stixex.fd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ls2stixtt.fd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ly1sti.fd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot1-stixgeneral-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot1-stixgeneral-bolditalic.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot1-stixgeneral-italic.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot1-stixgeneral.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot1-stixgeneralsc-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot1-stixgeneralsc-bold.vf (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot1-stixgeneralsc.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot1-stixgeneralsc.vf (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot1stix.fd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot2-stixgeneral-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot2-stixgeneral-bolditalic.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot2-stixgeneral-italic.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot2-stixgeneral.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot2-stixgeneralsc-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot2-stixgeneralsc-bold.vf (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot2-stixgeneralsc.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot2-stixgeneralsc.vf (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ot2stix.fd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-extra1.enc (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-extra1.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-extra2.enc (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-extra2.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-extra3.enc (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-extra3.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathbb-bold.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathbb-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathbb.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathbb.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathbbit-bold.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathbbit-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathbbit.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathbbit.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathcal-bold.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathcal-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathcal.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathcal.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathex-bold.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathex-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathex.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathex.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathfrak-bold.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathfrak-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathfrak.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathfrak.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathit-bold.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathit-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathit.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathit.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathrm-bold.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathrm-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathrm.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathrm.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathscr-bold.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathscr-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathscr.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathscr.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathsf-bold.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathsf-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathsf.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathsf.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathsfit-bold.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathsfit-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathsfit.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathsfit.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathtt-bold.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathtt-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathtt.pfb (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-mathtt.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-ot1.enc (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-ot2.enc (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-t1.enc (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix-ts1.enc (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix.dtx (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix.fdd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix.map (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/stix.sty (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/t1-stixgeneral-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/t1-stixgeneral-bolditalic.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/t1-stixgeneral-italic.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/t1-stixgeneral.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/t1-stixgeneralsc-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/t1-stixgeneralsc-bold.vf (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/t1-stixgeneralsc.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/t1-stixgeneralsc.vf (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/t1stix.fd (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ts1-stixgeneral-bold.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ts1-stixgeneral-bolditalic.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ts1-stixgeneral-italic.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ts1-stixgeneral.tfm (added)
	* doc/papers/llheap/AMA-stix_New/Stix-fonts/ts1stix.fd (added)
	* doc/papers/llheap/AMA-stix_New/ama/NJDnatbib.sty (added)
	* doc/papers/llheap/AMA-stix_New/ama/WileyNJD-v2.cls (added)
	* doc/papers/llheap/AMA-stix_New/ama/empty.eps (added)
	* doc/papers/llheap/AMA-stix_New/ama/wileyNJD-AMA.aux (added)
	* doc/papers/llheap/AMA-stix_New/ama/wileyNJD-AMA.bbl (added)
	* doc/papers/llheap/AMA-stix_New/ama/wileyNJD-AMA.bib (added)
	* doc/papers/llheap/AMA-stix_New/ama/wileyNJD-AMA.blg (added)
	* doc/papers/llheap/AMA-stix_New/ama/wileyNJD-AMA.log (added)
	* doc/papers/llheap/AMA-stix_New/ama/wileyNJD-AMA.pag (added)
	* doc/papers/llheap/AMA-stix_New/ama/wileyNJD-AMA.synctex (added)
	* doc/papers/llheap/AMA-stix_New/ama/wileyNJD-AMA.tex (added)
	* doc/papers/llheap/Makefile (added)
	* doc/papers/llheap/Paper.tex (added)
	* doc/papers/llheap/WileyNJD-v2.cls (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/cache_scratch_0-scratch.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/cache_thrash_0-thrash.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/churn.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-1-prod-1-cons-100-dl.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-1-prod-1-cons-100-glc.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-1-prod-1-cons-100-hrd.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-1-prod-1-cons-100-je.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-1-prod-1-cons-100-llh.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-1-prod-1-cons-100-pt3.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-1-prod-1-cons-100-rp.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-1-prod-1-cons-100-tbb.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-4-prod-4-cons-100-dl.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-4-prod-4-cons-100-glc.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-4-prod-4-cons-100-hrd.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-4-prod-4-cons-100-je.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-4-prod-4-cons-100-llh.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-4-prod-4-cons-100-pt3.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-4-prod-4-cons-100-rp.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/mem-4-prod-4-cons-100-tbb.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-1-malloc-null.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-10-malloc-realloc.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-11-calloc-realloc.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-12-malloc-realloc-free.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-13-calloc-realloc-free.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-14-m-c-re-alloc-free.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-2-free-null.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-3-malloc.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-4-realloc.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-5-free.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-6-calloc.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-7-malloc-free.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-8-realloc-free.eps (added)
	* doc/papers/llheap/evaluations/algol-perf-eps/speed-9-calloc-free.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/cache_scratch_0-scratch.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/cache_thrash_0-thrash.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/churn.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-1-prod-1-cons-100-dl.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-1-prod-1-cons-100-glc.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-1-prod-1-cons-100-hrd.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-1-prod-1-cons-100-je.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-1-prod-1-cons-100-llh.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-1-prod-1-cons-100-pt3.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-1-prod-1-cons-100-rp.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-1-prod-1-cons-100-tbb.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-4-prod-4-cons-100-dl.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-4-prod-4-cons-100-glc.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-4-prod-4-cons-100-hrd.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-4-prod-4-cons-100-je.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-4-prod-4-cons-100-llh.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-4-prod-4-cons-100-pt3.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-4-prod-4-cons-100-rp.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/mem-4-prod-4-cons-100-tbb.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-1-malloc-null.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-10-malloc-realloc.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-11-calloc-realloc.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-12-malloc-realloc-free.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-13-calloc-realloc-free.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-14-m-c-re-alloc-free.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-2-free-null.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-3-malloc.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-4-realloc.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-5-free.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-6-calloc.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-7-malloc-free.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-8-realloc-free.eps (added)
	* doc/papers/llheap/evaluations/nasus-perf-eps/speed-9-calloc-free.eps (added)
	* doc/papers/llheap/examples/C++Cor-ts.cpp (added)
	* doc/papers/llheap/examples/DatingServiceThread.cfa (added)
	* doc/papers/llheap/examples/Fib.c (added)
	* doc/papers/llheap/examples/Fib.cfa (added)
	* doc/papers/llheap/examples/Fib.cpp (added)
	* doc/papers/llheap/examples/Fib.js (added)
	* doc/papers/llheap/examples/Fib.py (added)
	* doc/papers/llheap/examples/Fib.sim (added)
	* doc/papers/llheap/examples/Fib1.c (added)
	* doc/papers/llheap/examples/Fib2.c (added)
	* doc/papers/llheap/examples/Fib2.cfa (added)
	* doc/papers/llheap/examples/Fib2.cpp (added)
	* doc/papers/llheap/examples/Fib2.py (added)
	* doc/papers/llheap/examples/Fib3.c (added)
	* doc/papers/llheap/examples/Fib3.cc (added)
	* doc/papers/llheap/examples/FibRefactor.py (added)
	* doc/papers/llheap/examples/Fmt.sim (added)
	* doc/papers/llheap/examples/Format.c (added)
	* doc/papers/llheap/examples/Format.cc (added)
	* doc/papers/llheap/examples/Format.cfa (added)
	* doc/papers/llheap/examples/Format.cpp (added)
	* doc/papers/llheap/examples/Format.data (added)
	* doc/papers/llheap/examples/Format.js (added)
	* doc/papers/llheap/examples/Format.py (added)
	* doc/papers/llheap/examples/Format.sim (added)
	* doc/papers/llheap/examples/Format1.c (added)
	* doc/papers/llheap/examples/PingPong.c (added)
	* doc/papers/llheap/examples/PingPong.cc (added)
	* doc/papers/llheap/examples/Pingpong.cc (added)
	* doc/papers/llheap/examples/Pingpong.cfa (added)
	* doc/papers/llheap/examples/Pingpong.py (added)
	* doc/papers/llheap/examples/Pingpong2.cfa (added)
	* doc/papers/llheap/examples/ProdCons.cfa (added)
	* doc/papers/llheap/examples/ProdCons.cpp (added)
	* doc/papers/llheap/examples/ProdCons.py (added)
	* doc/papers/llheap/examples/ProdCons.sim (added)
	* doc/papers/llheap/examples/RWMonitorEXT.cfa (added)
	* doc/papers/llheap/examples/RWMonitorINT.cfa (added)
	* doc/papers/llheap/examples/Refactor.py (added)
	* doc/papers/llheap/examples/channels.go (added)
	* doc/papers/llheap/examples/channels.rs (added)
	* doc/papers/llheap/examples/counter.cpp (added)
	* doc/papers/llheap/examples/future.rs (added)
	* doc/papers/llheap/figures/AddressSpace.fig (added)
	* doc/papers/llheap/figures/Alignment1.fig (added)
	* doc/papers/llheap/figures/Alignment2.fig (added)
	* doc/papers/llheap/figures/Alignment2Impl.fig (added)
	* doc/papers/llheap/figures/AllocDS1.fig (added)
	* doc/papers/llheap/figures/AllocDS2.fig (added)
	* doc/papers/llheap/figures/AllocInducedActiveFalseSharing.fig (added)
	* doc/papers/llheap/figures/AllocInducedPassiveFalseSharing.fig (added)
	* doc/papers/llheap/figures/AllocatedObject.fig (added)
	* doc/papers/llheap/figures/AllocatorComponents.fig (added)
	* doc/papers/llheap/figures/AllocatorComponents.fig.bak (added)
	* doc/papers/llheap/figures/CoalesceAllocated.fig (added)
	* doc/papers/llheap/figures/CoalesceFree.fig (added)
	* doc/papers/llheap/figures/CondSigWait.fig (added)
	* doc/papers/llheap/figures/Container.fig (added)
	* doc/papers/llheap/figures/ContainerFalseSharing1.fig (added)
	* doc/papers/llheap/figures/ContainerFalseSharing2.fig (added)
	* doc/papers/llheap/figures/ContainerNoOwnership.fig (added)
	* doc/papers/llheap/figures/ContainerNoOwnershipFreelist.fig (added)
	* doc/papers/llheap/figures/ContainerOwnership.fig (added)
	* doc/papers/llheap/figures/ContainerOwnershipFreelist.fig (added)
	* doc/papers/llheap/figures/ContigFragmentation.fig (added)
	* doc/papers/llheap/figures/FakeHeader.fig (added)
	* doc/papers/llheap/figures/FreeListAmongContainers.fig (added)
	* doc/papers/llheap/figures/FreeListWithinContainers.fig (added)
	* doc/papers/llheap/figures/FullCoroutinePhases.fig (added)
	* doc/papers/llheap/figures/FullProdConsStack.fig (added)
	* doc/papers/llheap/figures/Header.fig (added)
	* doc/papers/llheap/figures/HeapStructure.fig (added)
	* doc/papers/llheap/figures/IntExtFragmentation.fig (added)
	* doc/papers/llheap/figures/MemoryFragmentation.fig (added)
	* doc/papers/llheap/figures/MultipleHeapsNoOwnership.fig (added)
	* doc/papers/llheap/figures/MultipleHeapsOwnership.fig (added)
	* doc/papers/llheap/figures/MultipleHeapsOwnershipStorage.fig (added)
	* doc/papers/llheap/figures/MultipleHeapsStorage.fig (added)
	* doc/papers/llheap/figures/NewHeapStructure.eps (added)
	* doc/papers/llheap/figures/NonContigFragmentation.fig (added)
	* doc/papers/llheap/figures/ObjectHeaders.fig (added)
	* doc/papers/llheap/figures/PerThreadHeap.fig (added)
	* doc/papers/llheap/figures/PrivatePublicHeaps.fig (added)
	* doc/papers/llheap/figures/ProgramFalseSharing.fig (added)
	* doc/papers/llheap/figures/RemoteFreeList.fig (added)
	* doc/papers/llheap/figures/RunTimeStructure.fig (added)
	* doc/papers/llheap/figures/SharedHeaps.fig (added)
	* doc/papers/llheap/figures/SingleHeap.fig (added)
	* doc/papers/llheap/figures/SuperContainers.fig (added)
	* doc/papers/llheap/figures/UserKernelHeaps.fig (added)
	* doc/papers/llheap/figures/llheap.fig (added)
	* doc/papers/llheap/local.bib (added)
	* doc/proposals/alt-enums.md (added)
	* doc/theses/colby_parsons_MMAth/.gitignore (added)
	* doc/theses/colby_parsons_MMAth/Makefile (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/Executor/AkkaExecutor.scala (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/Executor/application.conf (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/Executor/build.sbt (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/Matrix/AkkaMatrix.scala (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/Matrix/application.conf (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/Matrix/build.sbt (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/Repeat/AkkaRepeat.scala (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/Repeat/application.conf (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/Repeat/build.sbt (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/SendDynamic/AkkaSendDynamic.scala (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/SendDynamic/application.conf (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/SendDynamic/build.sbt (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/SendStatic/AkkaSendStatic.scala (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/SendStatic/application.conf (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/SendStatic/build.sbt (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/caf/CAFExecutor.cpp (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/caf/CAFMatrix.cpp (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/caf/CAFRepeat.cpp (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/caf/CAFSendDynamic.cpp (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/caf/CAFSendStatic.cpp (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/caf/caf-application.conf (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/balance.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/bench.hfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/dynamic.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/executor.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/matrix.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/repeat.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/cfa/static.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/data/nasusSendDynamic (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/data/nasusSendStatic (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/data/nasus_ALL.txt (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/data/nasus_CFA.txt (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/data/nasus_SEND.txt (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/data/pykeSendDynamic (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/data/pykeSendStatic (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/data/pyke_ALL.txt (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/data/pyke_CFA.txt (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/data/pyke_SEND.txt (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/genPlots (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/plotData.py (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/Executor/GoExecutor.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/Executor/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/Executor/go.sum (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/INSTALL (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/Matrix/GoMatrix.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/Matrix/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/Matrix/go.sum (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/Repeat/GoRepeat.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/Repeat/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/Repeat/go.sum (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/SendDynamic/GoSendDynamic.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/SendDynamic/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/SendDynamic/go.sum (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/SendStatic/GoSendStatic.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/SendStatic/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/proto/SendStatic/go.sum (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/run (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/ucpp/uC++Executor.cc (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/ucpp/uC++Matrix.cc (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/ucpp/uC++Repeat.cc (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/ucpp/uC++SendDynamic.cc (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/ucpp/uC++SendStatic.cc (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/barrier.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/churn.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/contend.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/daisy_chain.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/hot_potato.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/ping_pong.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/pub_sub.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/barrier/barrier.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/barrier/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/churn/churn.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/churn/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/contend/contend.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/contend/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/daisy_chain/daisy_chain.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/daisy_chain/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/hot_potato/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/hot_potato/hot_potato.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/ping_pong/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/ping_pong/ping_pong.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/pub_sub/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/go/pub_sub/pub_sub.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/run (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/bench.h (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cfa/baseline.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cfa/order.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cfa/rand.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cpp/baseline.cc (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cpp/cppLock.hpp (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cpp/order.cc (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cpp/rand.cc (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/plotData.py (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/run (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/contend.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/future.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/sidechan.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/spin.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend/contend.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend2/contend.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend2/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend4/contend.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend4/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend8/contend.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend8/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/sidechan/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/sidechan/sidechan.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin/spin.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin2/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin2/spin.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin4/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin4/spin.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin8/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin8/spin.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/run (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/ucpp/future.cc (added)
	* doc/theses/colby_parsons_MMAth/code/basic_actor_example.cfa (added)
	* doc/theses/colby_parsons_MMAth/code/swap_queues.cfa (added)
	* doc/theses/colby_parsons_MMAth/data/nasusExecutorMem (added)
	* doc/theses/colby_parsons_MMAth/data/nasusSendDynamic (added)
	* doc/theses/colby_parsons_MMAth/data/nasusSendStatic (added)
	* doc/theses/colby_parsons_MMAth/data/pykeExecutorMem (added)
	* doc/theses/colby_parsons_MMAth/data/pykeSendDynamic (added)
	* doc/theses/colby_parsons_MMAth/data/pykeSendStatic (added)
	* doc/theses/colby_parsons_MMAth/diagrams/M_to_one_swap.tikz (added)
	* doc/theses/colby_parsons_MMAth/diagrams/acyclic_swap.tikz (added)
	* doc/theses/colby_parsons_MMAth/diagrams/chain_swap.tikz (added)
	* doc/theses/colby_parsons_MMAth/diagrams/cyclic_swap.tikz (added)
	* doc/theses/colby_parsons_MMAth/diagrams/gulp.tikz (added)
	* doc/theses/colby_parsons_MMAth/diagrams/inverted_actor.tikz (added)
	* doc/theses/colby_parsons_MMAth/diagrams/standard_actor.tikz (added)
	* doc/theses/colby_parsons_MMAth/figures/nasusCFABalance-Multi.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/nasusCFABalance-One.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/nasusCFAExecutor.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/nasusCFAMatrix.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/nasusCFARepeat.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/nasusExecutor.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/nasusMatrix.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/nasusRepeat.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/nasus_Aggregate_Lock_2.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/nasus_Aggregate_Lock_4.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/nasus_Aggregate_Lock_8.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/nasus_Channel_Contention.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/pykeCFABalance-Multi.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/pykeCFABalance-One.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/pykeCFAExecutor.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/pykeCFAMatrix.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/pykeCFARepeat.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/pykeExecutor.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/pykeMatrix.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/pykeRepeat.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/pyke_Aggregate_Lock_2.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/pyke_Aggregate_Lock_4.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/pyke_Aggregate_Lock_8.pgf (added)
	* doc/theses/colby_parsons_MMAth/figures/pyke_Channel_Contention.pgf (added)
	* doc/theses/colby_parsons_MMAth/glossary.tex (added)
	* doc/theses/colby_parsons_MMAth/local.bib (added)
	* doc/theses/colby_parsons_MMAth/style/style.tex (added)
	* doc/theses/colby_parsons_MMAth/text/CFA_concurrency.tex (added)
	* doc/theses/colby_parsons_MMAth/text/CFA_intro.tex (added)
	* doc/theses/colby_parsons_MMAth/text/actors.tex (added)
	* doc/theses/colby_parsons_MMAth/text/channels.tex (added)
	* doc/theses/colby_parsons_MMAth/text/frontpgs.tex (added)
	* doc/theses/colby_parsons_MMAth/text/intro.tex (added)
	* doc/theses/colby_parsons_MMAth/text/mutex_stmt.tex (added)
	* doc/theses/colby_parsons_MMAth/text/waituntil.tex (added)
	* doc/theses/colby_parsons_MMAth/thesis.tex (added)
	* doc/theses/mike_brooks_MMath/Makefile (modified)
	* doc/theses/mike_brooks_MMath/benchmarks/list/.gitignore (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/Makefile (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/_classic.c (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/driver.c (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/expect.queue-insfirst.txt (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/expect.queue-inslast.txt (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/expect.stack-insfirst.txt (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/expect.stack-inslast.txt (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/fx-cfa-cfa.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/fx-cpp-stlref.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/fx-lq-list.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/fx-lq-tailq.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/fx-upp-upp.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/observation.c (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/observation.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-insfirst-allhead.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-insfirst-inselem.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-insfirst-remelem.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-inslast-allhead.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-inslast-inselem.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/op-queue-inslast-remelem.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-insfirst-allhead.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-insfirst-inselem.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-insfirst-remelem.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-inslast-allhead.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-inslast-inselem.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/op-stack-inslast-remelem.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/proglang.h (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/results-baseline.csv (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/results-sizing.csv (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/tailq-bug.c (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/test-correctness-regenerate-expected.sh (added)
	* doc/theses/mike_brooks_MMath/benchmarks/list/test-correctness.sh (added)
	* doc/theses/mike_brooks_MMath/list.tex (added)
	* doc/theses/mike_brooks_MMath/pictures/lst-issues-attach.pdf (added)
	* doc/theses/mike_brooks_MMath/pictures/lst-issues-attach.vsdx (added)
	* doc/theses/mike_brooks_MMath/pictures/lst-issues-direct.pdf (added)
	* doc/theses/mike_brooks_MMath/pictures/lst-issues-direct.vsdx (added)
	* doc/theses/mike_brooks_MMath/programs/lst-features-intro.run.cfa (added)
	* doc/theses/mike_brooks_MMath/programs/lst-features-multidir.run.cfa (added)
	* doc/theses/mike_brooks_MMath/programs/lst-issues-attach-reduction-byref.run.cpp (added)
	* doc/theses/mike_brooks_MMath/programs/lst-issues-attach-reduction-emplaced.run.cpp (added)
	* doc/theses/mike_brooks_MMath/programs/lst-issues-attach-reduction.hpp (added)
	* doc/theses/mike_brooks_MMath/programs/lst-issues-intrusive.run.c (added)
	* doc/theses/mike_brooks_MMath/programs/lst-issues-multi-static.run.c (added)
	* doc/theses/mike_brooks_MMath/programs/lst-issues-wrapped-byref.run.cpp (added)
	* doc/theses/mike_brooks_MMath/programs/lst-issues-wrapped-emplaced.run.cpp (added)
	* doc/theses/mike_brooks_MMath/uw-ethesis.bib (modified)
	* doc/theses/mike_brooks_MMath/uw-ethesis.tex (modified)
	* doc/theses/rob_schluntz_MMath/thesis.bib (modified)
	* driver/cfa.cc (modified)
	* libcfa/configure.ac (modified)
	* libcfa/prelude/builtins.c (modified)
	* libcfa/prelude/prelude-gen.cc (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/algorithms/range_iterator.hfa (modified)
	* libcfa/src/bitmanip.hfa (modified)
	* libcfa/src/bits/containers.hfa (modified)
	* libcfa/src/bits/random.hfa (modified)
	* libcfa/src/bits/weakso_locks.cfa (modified)
	* libcfa/src/bits/weakso_locks.hfa (modified)
	* libcfa/src/common.hfa (modified)
	* libcfa/src/concurrency/actor.hfa (added)
	* libcfa/src/concurrency/atomic.hfa (added)
	* libcfa/src/concurrency/barrier.hfa (modified)
	* libcfa/src/concurrency/channel.hfa (added)
	* libcfa/src/concurrency/clib/cfathread.cfa (modified)
	* libcfa/src/concurrency/clib/cfathread.h (modified)
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/future.hfa (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/io.cfa (modified)
	* libcfa/src/concurrency/io/call.cfa.in (modified)
	* libcfa/src/concurrency/io/setup.cfa (modified)
	* libcfa/src/concurrency/io/types.hfa (modified)
	* libcfa/src/concurrency/iofwd.hfa (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/kernel/cluster.cfa (modified)
	* libcfa/src/concurrency/kernel/cluster.hfa (modified)
	* libcfa/src/concurrency/kernel/private.hfa (modified)
	* libcfa/src/concurrency/kernel/startup.cfa (modified)
	* libcfa/src/concurrency/locks.cfa (modified)
	* libcfa/src/concurrency/locks.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/mutex_stmt.hfa (modified)
	* libcfa/src/concurrency/once.hfa (modified)
	* libcfa/src/concurrency/preemption.cfa (modified)
	* libcfa/src/concurrency/pthread.cfa (modified)
	* libcfa/src/concurrency/ready_queue.cfa (modified)
	* libcfa/src/concurrency/ready_subqueue.hfa (modified)
	* libcfa/src/concurrency/select.cfa (added)
	* libcfa/src/concurrency/select.hfa (added)
	* libcfa/src/concurrency/snzi.hfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* libcfa/src/containers/array.hfa (modified)
	* libcfa/src/containers/list.hfa (modified)
	* libcfa/src/containers/lockfree.hfa (modified)
	* libcfa/src/containers/vector.hfa (modified)
	* libcfa/src/containers/vector2.hfa (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/heap.cfa (modified)
	* libcfa/src/interpose.cfa (modified)
	* libcfa/src/interpose_thread.cfa (modified)
	* libcfa/src/iostream.cfa (modified)
	* libcfa/src/iostream.hfa (modified)
	* libcfa/src/iterator.hfa (modified)
	* libcfa/src/limits.cfa (modified)
	* libcfa/src/math.trait.hfa (modified)
	* libcfa/src/stdlib.cfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* libcfa/src/vec/vec.hfa (modified)
	* libcfa/src/virtual_dtor.hfa (added)
	* src/AST/Attribute.hpp (modified)
	* src/AST/Convert.cpp (modified)
	* src/AST/Create.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/Init.hpp (modified)
	* src/AST/Inspect.cpp (modified)
	* src/AST/Inspect.hpp (modified)
	* src/AST/Node.cpp (modified)
	* src/AST/Node.hpp (modified)
	* src/AST/ParseNode.hpp (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)
	* src/AST/Print.cpp (modified)
	* src/AST/Print.hpp (modified)
	* src/AST/Stmt.hpp (modified)
	* src/AST/SymbolTable.cpp (modified)
	* src/AST/SymbolTable.hpp (modified)
	* src/AST/TranslationUnit.hpp (modified)
	* src/AST/Type.cpp (modified)
	* src/AST/Type.hpp (modified)
	* src/AST/TypeEnvironment.cpp (modified)
	* src/AST/TypeEnvironment.hpp (modified)
	* src/AST/TypeSubstitution.cpp (modified)
	* src/AST/TypeSubstitution.hpp (modified)
	* src/AST/Visitor.hpp (modified)
	* src/AST/porting.md (modified)
	* src/CodeGen/CodeGenerator.cc (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/Common/CodeLocationTools.cpp (modified)
	* src/Common/CompilerError.h (deleted)
	* src/Common/Debug.h (deleted)
	* src/Common/DeclStats.cpp (modified)
	* src/Common/Eval.cc (modified)
	* src/Common/Eval.h (added)
	* src/Common/Iterate.hpp (added)
	* src/Common/ResolvProtoDump.cpp (modified)
	* src/Common/ScopedMap.h (modified)
	* src/Common/SemanticError.h (modified)
	* src/Common/ToString.hpp (added)
	* src/Common/UnimplementedError.h (deleted)
	* src/Common/module.mk (modified)
	* src/Common/utility.h (modified)
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/Concurrency/Actors.cpp (added)
	* src/Concurrency/Actors.hpp (added)
	* src/Concurrency/KeywordsNew.cpp (modified)
	* src/Concurrency/WaitforNew.cpp (modified)
	* src/Concurrency/Waituntil.cpp (added)
	* src/Concurrency/Waituntil.hpp (added)
	* src/Concurrency/module.mk (modified)
	* src/ControlStruct/ExceptDeclNew.cpp (modified)
	* src/ControlStruct/ExceptTranslateNew.cpp (modified)
	* src/ControlStruct/MLEMutator.cc (modified)
	* src/GenPoly/Box.cc (modified)
	* src/GenPoly/ErasableScopedMap.h (modified)
	* src/GenPoly/FindFunction.cc (modified)
	* src/GenPoly/FindFunction.h (modified)
	* src/GenPoly/GenPoly.cc (modified)
	* src/GenPoly/GenPoly.h (modified)
	* src/GenPoly/InstantiateGeneric.cc (modified)
	* src/GenPoly/InstantiateGenericNew.cpp (modified)
	* src/GenPoly/Lvalue.cc (modified)
	* src/GenPoly/LvalueNew.cpp (modified)
	* src/GenPoly/ScopedSet.h (modified)
	* src/GenPoly/ScrubTyVars.cc (modified)
	* src/GenPoly/ScrubTyVars.h (modified)
	* src/GenPoly/SpecializeNew.cpp (modified)
	* src/InitTweak/FixInit.cc (modified)
	* src/InitTweak/FixInitNew.cpp (modified)
	* src/InitTweak/GenInit.cc (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/MakeLibCfaNew.cpp (modified)
	* src/Parser/DeclarationNode.cc (modified)
	* src/Parser/DeclarationNode.h (added)
	* src/Parser/ExpressionNode.cc (modified)
	* src/Parser/ExpressionNode.h (added)
	* src/Parser/InitializerNode.cc (modified)
	* src/Parser/InitializerNode.h (added)
	* src/Parser/ParseNode.h (modified)
	* src/Parser/ParserTypes.h (modified)
	* src/Parser/RunParser.cpp (added)
	* src/Parser/RunParser.hpp (added)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/StatementNode.h (added)
	* 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/Parser/parserutility.cc (modified)
	* src/Parser/parserutility.h (modified)
	* src/ResolvExpr/AdjustExprType.hpp (added)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/AlternativeFinder.h (modified)
	* src/ResolvExpr/Candidate.cpp (modified)
	* src/ResolvExpr/CandidateFinder.cpp (modified)
	* src/ResolvExpr/CandidateFinder.hpp (modified)
	* src/ResolvExpr/CastCost.cc (modified)
	* src/ResolvExpr/CastCost.hpp (added)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/CommonType.hpp (added)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/CurrentObject.cc (modified)
	* src/ResolvExpr/CurrentObject.h (modified)
	* src/ResolvExpr/ExplodedArg.hpp (modified)
	* src/ResolvExpr/PolyCost.cc (modified)
	* src/ResolvExpr/PolyCost.hpp (added)
	* src/ResolvExpr/PtrsAssignable.cc (modified)
	* src/ResolvExpr/PtrsAssignable.hpp (added)
	* src/ResolvExpr/PtrsCastable.cc (modified)
	* src/ResolvExpr/PtrsCastable.hpp (added)
	* src/ResolvExpr/RenameVars.cc (modified)
	* src/ResolvExpr/ResolveAssertions.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/ResolvExpr/Resolver.h (modified)
	* src/ResolvExpr/SatisfyAssertions.cpp (modified)
	* src/ResolvExpr/SpecCost.hpp (added)
	* src/ResolvExpr/Unify.cc (modified)
	* src/ResolvExpr/Unify.h (modified)
	* src/ResolvExpr/WidenMode.h (modified)
	* src/ResolvExpr/module.mk (modified)
	* src/ResolvExpr/typeops.h (modified)
	* src/SymTab/Autogen.cc (modified)
	* src/SymTab/Autogen.h (modified)
	* src/SymTab/FixFunction.cc (modified)
	* src/SymTab/GenImplicitCall.cpp (added)
	* src/SymTab/GenImplicitCall.hpp (added)
	* src/SymTab/Indexer.cc (modified)
	* src/SymTab/Mangler.cc (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SymTab/ValidateType.cc (modified)
	* src/SymTab/module.mk (modified)
	* src/SynTree/AggregateDecl.cc (modified)
	* src/SynTree/ApplicationExpr.cc (modified)
	* src/SynTree/BasicType.cc (modified)
	* src/SynTree/FunctionDecl.cc (modified)
	* src/SynTree/Type.cc (modified)
	* src/SynTree/Type.h (modified)
	* src/Tuples/Explode.cc (modified)
	* src/Validate/Autogen.cpp (modified)
	* src/Validate/FixQualifiedTypes.cpp (modified)
	* src/Validate/FixReturnTypes.cpp (modified)
	* src/Validate/ForallPointerDecay.cpp (modified)
	* src/Validate/GenericParameter.cpp (modified)
	* src/Validate/HandleAttributes.cc (modified)
	* src/Validate/HoistStruct.cpp (modified)
	* src/Validate/ReplaceTypedef.cpp (modified)
	* src/Virtual/ExpandCasts.cc (modified)
	* src/Virtual/VirtualDtor.cpp (added)
	* src/Virtual/VirtualDtor.hpp (added)
	* src/Virtual/module.mk (modified)
	* src/include/cassert (modified)
	* src/main.cc (modified)
	* tests/.expect/PRNG.x64.txt (modified)
	* tests/.expect/PRNG.x86.txt (modified)
	* tests/.expect/alloc.txt.old (deleted)
	* tests/.expect/array-ERR1.txt (added)
	* tests/.expect/array-ERR2.txt (added)
	* tests/.expect/array-ERR3.txt (added)
	* tests/.expect/array.txt (modified)
	* tests/.expect/attributes.arm64.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/.expect/declarationSpecifier.arm64.txt (modified)
	* tests/.expect/declarationSpecifier.x64.txt (modified)
	* tests/.expect/declarationSpecifier.x86.txt (modified)
	* tests/.expect/forall.txt (modified)
	* tests/.expect/nested_function.x64.txt (modified)
	* tests/.expect/nested_function.x86.txt (modified)
	* tests/Makefile.am (modified)
	* tests/PRNG.cfa (modified)
	* tests/array.cfa (modified)
	* tests/attributes.cfa (modified)
	* tests/avltree/avl.h (modified)
	* tests/collections/vector-demo.cfa (modified)
	* tests/concurrency/.expect/clib.txt (moved)
	* tests/concurrency/.expect/clib_tls.txt (moved)
	* tests/concurrency/.expect/cluster.txt (moved)
	* tests/concurrency/.expect/coroutineYield.txt (moved)
	* tests/concurrency/.expect/ctor-check.txt (moved)
	* tests/concurrency/.expect/join.txt (moved)
	* tests/concurrency/.expect/joinerror.sed (moved)
	* tests/concurrency/.expect/keywordErrors.txt (added)
	* tests/concurrency/.expect/lockfree_stack.txt (moved)
	* tests/concurrency/.expect/mainError.txt (added)
	* tests/concurrency/.expect/migrate.txt (moved)
	* tests/concurrency/.expect/monitor.txt (moved)
	* tests/concurrency/.expect/multi-monitor.txt (moved)
	* tests/concurrency/.expect/once.txt (moved)
	* tests/concurrency/.expect/preempt.txt (moved)
	* tests/concurrency/.expect/preempt2.txt (moved)
	* tests/concurrency/.expect/sleep.txt (moved)
	* tests/concurrency/.expect/suspend_then.txt (moved)
	* tests/concurrency/.expect/thread.txt (moved)
	* tests/concurrency/actors/.expect/dynamic.txt (added)
	* tests/concurrency/actors/.expect/executor.txt (added)
	* tests/concurrency/actors/.expect/inherit.txt (added)
	* tests/concurrency/actors/.expect/matrix.txt (added)
	* tests/concurrency/actors/.expect/pingpong.txt (added)
	* tests/concurrency/actors/.expect/poison.txt (added)
	* tests/concurrency/actors/.expect/static.txt (added)
	* tests/concurrency/actors/.expect/types.txt (added)
	* tests/concurrency/actors/dynamic.cfa (added)
	* tests/concurrency/actors/executor.cfa (added)
	* tests/concurrency/actors/inherit.cfa (added)
	* tests/concurrency/actors/matrix.cfa (added)
	* tests/concurrency/actors/pingpong.cfa (added)
	* tests/concurrency/actors/poison.cfa (added)
	* tests/concurrency/actors/static.cfa (added)
	* tests/concurrency/actors/types.cfa (added)
	* tests/concurrency/barrier/.expect/generation.txt (moved)
	* tests/concurrency/barrier/.expect/last.txt (moved)
	* tests/concurrency/barrier/.expect/order.txt (moved)
	* tests/concurrency/barrier/gen_generation_expect.cfa (moved)
	* tests/concurrency/barrier/generation.cfa (moved)
	* tests/concurrency/barrier/last.cfa (moved)
	* tests/concurrency/barrier/order.cfa (moved)
	* tests/concurrency/channels/.expect/big_elems.txt (added)
	* tests/concurrency/channels/.expect/churn.txt (moved)
	* tests/concurrency/channels/.expect/contend.txt (moved)
	* tests/concurrency/channels/.expect/daisy_chain.txt (moved)
	* tests/concurrency/channels/.expect/hot_potato.txt (moved)
	* tests/concurrency/channels/.expect/ping_pong.txt (moved)
	* tests/concurrency/channels/.expect/pub_sub.txt (added)
	* tests/concurrency/channels/.expect/zero_size.txt (added)
	* tests/concurrency/channels/barrier.cfa (added)
	* tests/concurrency/channels/big_elems.cfa (added)
	* tests/concurrency/channels/churn.cfa (added)
	* tests/concurrency/channels/contend.cfa (added)
	* tests/concurrency/channels/daisy_chain.cfa (added)
	* tests/concurrency/channels/hot_potato.cfa (added)
	* tests/concurrency/channels/parallel_harness.hfa (added)
	* tests/concurrency/channels/ping_pong.cfa (added)
	* tests/concurrency/channels/pub_sub.cfa (added)
	* tests/concurrency/channels/zero_size.cfa (added)
	* tests/concurrency/clib.c (moved)
	* tests/concurrency/clib_tls.c (moved)
	* tests/concurrency/cluster.cfa (moved)
	* tests/concurrency/coroutineYield.cfa (moved)
	* tests/concurrency/ctor-check.cfa (moved)
	* tests/concurrency/examples/.expect/boundedBufferEXT.txt (moved)
	* tests/concurrency/examples/.expect/boundedBufferINT.txt (moved)
	* tests/concurrency/examples/.expect/datingService.txt (moved)
	* tests/concurrency/examples/.expect/gortn.txt (moved)
	* tests/concurrency/examples/.expect/matrixSum.txt (moved)
	* tests/concurrency/examples/.expect/quickSort.txt (moved)
	* tests/concurrency/examples/.in/quickSort.txt (moved)
	* tests/concurrency/examples/boundedBufferEXT.cfa (moved)
	* tests/concurrency/examples/boundedBufferINT.cfa (moved)
	* tests/concurrency/examples/boundedBufferTHREAD.cfa (moved)
	* tests/concurrency/examples/datingService.cfa (moved)
	* tests/concurrency/examples/gortn.cfa (moved)
	* tests/concurrency/examples/matrixSum.cfa (moved)
	* tests/concurrency/examples/multiSort.cfa (moved)
	* tests/concurrency/examples/quickSort.cfa (moved)
	* tests/concurrency/examples/quickSort.generic.cfa (moved)
	* tests/concurrency/futures/.expect/abandon.txt (added)
	* tests/concurrency/futures/.expect/basic.txt (added)
	* tests/concurrency/futures/.expect/multi.txt (added)
	* tests/concurrency/futures/.expect/select_future.txt (added)
	* tests/concurrency/futures/.expect/typed.txt (added)
	* tests/concurrency/futures/.expect/wait_any.txt (added)
	* tests/concurrency/futures/abandon.cfa (moved)
	* tests/concurrency/futures/basic.cfa (moved)
	* tests/concurrency/futures/multi.cfa (moved)
	* tests/concurrency/futures/select_future.cfa (added)
	* tests/concurrency/futures/typed.cfa (moved)
	* tests/concurrency/futures/wait_any.cfa (moved)
	* tests/concurrency/join.cfa (moved)
	* tests/concurrency/joinerror.cfa (moved)
	* tests/concurrency/keywordErrors.cfa (moved)
	* tests/concurrency/lockfree_stack.cfa (added)
	* tests/concurrency/mainError.cfa (moved)
	* tests/concurrency/migrate.cfa (moved)
	* tests/concurrency/monitor.cfa (moved)
	* tests/concurrency/multi-monitor.cfa (moved)
	* tests/concurrency/mutexstmt/.expect/locks.txt (moved)
	* tests/concurrency/mutexstmt/.expect/monitors.txt (moved)
	* tests/concurrency/mutexstmt/locks.cfa (moved)
	* tests/concurrency/mutexstmt/monitors.cfa (moved)
	* tests/concurrency/once.cfa (moved)
	* tests/concurrency/park/.expect/contention.txt (moved)
	* tests/concurrency/park/.expect/force_preempt.txt (moved)
	* tests/concurrency/park/.expect/start_parked.txt (added)
	* tests/concurrency/park/contention.cfa (moved)
	* tests/concurrency/park/force_preempt.cfa (moved)
	* tests/concurrency/park/start_parked.cfa (moved)
	* tests/concurrency/preempt.cfa (moved)
	* tests/concurrency/preempt2.cfa (moved)
	* tests/concurrency/pthread/.expect/bounded_buffer.x64.txt (added)
	* tests/concurrency/pthread/.expect/bounded_buffer.x86.txt (added)
	* tests/concurrency/pthread/.expect/pthread_attr_test.txt (moved)
	* tests/concurrency/pthread/.expect/pthread_cond_test.txt (moved)
	* tests/concurrency/pthread/.expect/pthread_demo_create_join.txt (moved)
	* tests/concurrency/pthread/.expect/pthread_demo_lock.txt (moved)
	* tests/concurrency/pthread/.expect/pthread_key_test.txt (moved)
	* tests/concurrency/pthread/.expect/pthread_once_test.txt (moved)
	* tests/concurrency/pthread/bounded_buffer.cfa (moved)
	* tests/concurrency/pthread/pthread_attr_test.cfa (moved)
	* tests/concurrency/pthread/pthread_cond_test.cfa (moved)
	* tests/concurrency/pthread/pthread_demo_create_join.cfa (moved)
	* tests/concurrency/pthread/pthread_demo_lock.cfa (moved)
	* tests/concurrency/pthread/pthread_key_test.cfa (moved)
	* tests/concurrency/pthread/pthread_once_test.cfa (moved)
	* tests/concurrency/readyQ/.expect/barrier_sleeper.txt (moved)
	* tests/concurrency/readyQ/.expect/leader_spin.txt (moved)
	* tests/concurrency/readyQ/barrier_sleeper.cfa (moved)
	* tests/concurrency/readyQ/leader_spin.cfa (moved)
	* tests/concurrency/signal/.expect/block.txt (moved)
	* tests/concurrency/signal/.expect/disjoint.txt (moved)
	* tests/concurrency/signal/.expect/wait.txt (moved)
	* tests/concurrency/signal/block.cfa (moved)
	* tests/concurrency/signal/disjoint.cfa (moved)
	* tests/concurrency/signal/wait.cfa (moved)
	* tests/concurrency/sleep.cfa (moved)
	* tests/concurrency/suspend_then.cfa (moved)
	* tests/concurrency/thread.cfa (moved)
	* tests/concurrency/unified_locking/.expect/block_spin_lock.txt (moved)
	* tests/concurrency/unified_locking/.expect/exp_backoff.txt (moved)
	* tests/concurrency/unified_locking/.expect/fast_block_lock.txt (moved)
	* tests/concurrency/unified_locking/.expect/futex_mutex.txt (moved)
	* tests/concurrency/unified_locking/.expect/locks.txt (moved)
	* tests/concurrency/unified_locking/.expect/mcs.txt (moved)
	* tests/concurrency/unified_locking/.expect/mcs_block_spin_lock.txt (moved)
	* tests/concurrency/unified_locking/.expect/mcs_spin.txt (moved)
	* tests/concurrency/unified_locking/.expect/pthread_locks.txt (moved)
	* tests/concurrency/unified_locking/.expect/simple_owner_lock.txt (moved)
	* tests/concurrency/unified_locking/.expect/spin_queue_lock.txt (moved)
	* tests/concurrency/unified_locking/.expect/timeout_lock.txt (moved)
	* tests/concurrency/unified_locking/block_spin_lock.cfa (moved)
	* tests/concurrency/unified_locking/exp_backoff.cfa (moved)
	* tests/concurrency/unified_locking/fast_block_lock.cfa (moved)
	* tests/concurrency/unified_locking/futex_mutex.cfa (moved)
	* tests/concurrency/unified_locking/locks.cfa (moved)
	* tests/concurrency/unified_locking/mcs.cfa (moved)
	* tests/concurrency/unified_locking/mcs_block_spin_lock.cfa (moved)
	* tests/concurrency/unified_locking/mcs_spin.cfa (moved)
	* tests/concurrency/unified_locking/mutex_test.hfa (moved)
	* tests/concurrency/unified_locking/pthread_locks.cfa (moved)
	* tests/concurrency/unified_locking/simple_owner_lock.cfa (moved)
	* tests/concurrency/unified_locking/spin_queue_lock.cfa (moved)
	* tests/concurrency/unified_locking/spintest.cfa (added)
	* tests/concurrency/unified_locking/test_debug.cfa (added)
	* tests/concurrency/unified_locking/thread_test.cfa (moved)
	* tests/concurrency/unified_locking/timeout_lock.cfa (moved)
	* tests/concurrency/waitfor/.expect/barge.txt (moved)
	* tests/concurrency/waitfor/.expect/dtor.txt (moved)
	* tests/concurrency/waitfor/.expect/else.txt (moved)
	* tests/concurrency/waitfor/.expect/parse.txt (added)
	* tests/concurrency/waitfor/.expect/recurse.txt (moved)
	* tests/concurrency/waitfor/.expect/statment.txt (moved)
	* tests/concurrency/waitfor/.expect/when.txt (moved)
	* tests/concurrency/waitfor/barge.cfa (moved)
	* tests/concurrency/waitfor/dtor.cfa (moved)
	* tests/concurrency/waitfor/else.cfa (moved)
	* tests/concurrency/waitfor/parse.cfa (added)
	* tests/concurrency/waitfor/recurse.cfa (moved)
	* tests/concurrency/waitfor/simple.cfa (moved)
	* tests/concurrency/waitfor/statment.cfa (moved)
	* tests/concurrency/waitfor/when.cfa (moved)
	* tests/concurrency/waituntil/.expect/all_types.txt (added)
	* tests/concurrency/waituntil/.expect/basic_else.txt (added)
	* tests/concurrency/waituntil/.expect/channel_close.txt (added)
	* tests/concurrency/waituntil/.expect/channel_zero_size.txt (added)
	* tests/concurrency/waituntil/.expect/channels.txt (added)
	* tests/concurrency/waituntil/.expect/futures.txt (added)
	* tests/concurrency/waituntil/.expect/locks.txt (added)
	* tests/concurrency/waituntil/.expect/one_chan.txt (added)
	* tests/concurrency/waituntil/.expect/timeout.txt (added)
	* tests/concurrency/waituntil/all_types.cfa (added)
	* tests/concurrency/waituntil/basic_else.cfa (added)
	* tests/concurrency/waituntil/channel_close.cfa (added)
	* tests/concurrency/waituntil/channel_zero_size.cfa (added)
	* tests/concurrency/waituntil/channels.cfa (added)
	* tests/concurrency/waituntil/futures.cfa (added)
	* tests/concurrency/waituntil/locks.cfa (added)
	* tests/concurrency/waituntil/one_chan.cfa (added)
	* tests/concurrency/waituntil/timeout.cfa (added)
	* tests/concurrent/.expect/keywordErrors.txt (deleted)
	* tests/concurrent/.expect/mainError.txt (deleted)
	* tests/concurrent/mutexstmt/.expect/scoped_lock.txt (deleted)
	* tests/concurrent/mutexstmt/scoped_lock.cfa (deleted)
	* tests/concurrent/pthread/.expect/bounded_buffer.txt (deleted)
	* tests/concurrent/waitfor/parse.cfa (deleted)
	* tests/concurrent/waitfor/parse2.cfa (deleted)
	* tests/declarationSpecifier.cfa (modified)
	* tests/enum_tests/.expect/pointerEnum.cfa (deleted)
	* tests/enum_tests/.expect/qualifiedEnum.cfa (deleted)
	* tests/enum_tests/.expect/typedIntEnum.txt (modified)
	* tests/enum_tests/pointerEnum.cfa (modified)
	* tests/enum_tests/typedIntEnum.cfa (modified)
	* tests/errors/.expect/declaration.txt (modified)
	* tests/forall.cfa (modified)
	* tests/function-operator.cfa (modified)
	* tests/include/includes.cfa (modified)
	* tests/io/comp_basic.cfa (modified)
	* tests/io/comp_fair.cfa (modified)
	* tests/linking/mangling/.expect/anon.txt (added)
	* tests/linking/mangling/header.hfa (modified)
	* tests/linking/mangling/lib.cfa (modified)
	* tests/linking/mangling/main.cfa (modified)
	* tests/pybin/settings.py (modified)
	* tests/quotedKeyword.cfa (modified)
	* tests/sum.cfa (modified)
	* tests/test.py (modified)
	* tests/unified_locking/.expect/lin_backoff.txt (deleted)
	* tests/unified_locking/lin_backoff.cfa (deleted)
	* tests/zombies/gc_no_raii/bug-repro/deref.c (modified)
	* tests/zombies/gc_no_raii/bug-repro/malloc.c (modified)
	* tests/zombies/gc_no_raii/bug-repro/zero.c (modified)
	* tests/zombies/gc_no_raii/test/operators.c (modified)
	* tests/zombies/prolog.c (deleted)

	Merge branch 'master' into ast-experimental


Sun, 11 Jun 2023 22:42:36 GMT caparsons <caparson@…> [38e266ca]
	* doc/papers/llheap/Paper.tex (modified)
	* doc/papers/llheap/figures/AllocatorComponents.fig (modified)
	* doc/papers/llheap/figures/AllocatorComponents.fig.bak (deleted)
	* doc/user/figures/EHMHierarchy.fig (modified)
	* doc/user/user.tex (modified)
	* driver/cc1.cc (modified)
	* libcfa/src/concurrency/atomic.hfa (modified)
	* libcfa/src/containers/lockfree.hfa (modified)
	* libcfa/src/fstream.cfa (modified)
	* libcfa/src/fstream.hfa (modified)
	* libcfa/src/math.trait.hfa (modified)
	* libcfa/src/parseconfig.cfa (modified)
	* libcfa/src/parseconfig.hfa (modified)
	* libcfa/src/rational.cfa (modified)
	* libcfa/src/rational.hfa (modified)
	* src/AST/DeclReplacer.hpp (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/SymbolTable.cpp (modified)
	* src/AST/SymbolTable.hpp (modified)
	* src/AST/Util.cpp (modified)
	* src/Parser/lex.ll (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/Validate/HoistStruct.cpp (modified)
	* tests/.expect/copyfile.txt (modified)
	* tests/.in/copyfile.txt (modified)
	* tests/concurrency/lockfree_stack.cfa (modified)
	* tests/configs/.expect/parseconfig.txt (modified)
	* tests/configs/parseconfig.cfa (modified)
	* tests/copyfile.cfa (modified)
	* tests/rational.cfa (modified)
	* tests/zombies/simplePoly.c (deleted)

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


Sun, 11 Jun 2023 22:42:32 GMT caparsons <caparson@…> [1db6d70]
	* libcfa/src/concurrency/locks.hfa (modified)
	* tests/concurrency/waituntil/locks.cfa (modified)

	removed unneeded fstream include from locks.hfa


Fri, 09 Jun 2023 18:28:12 GMT Peter A. Buhr <pabuhr@…> [e6c9115]
	* libcfa/src/concurrency/atomic.hfa (modified)

	update short atomic macros


Sun, 04 Jun 2023 12:38:45 GMT caparsons <caparson@…> [0794365]
	* libcfa/src/concurrency/actor.hfa (modified)
	* src/Concurrency/Actors.cpp (modified)

	refactored allocation enum to match naming style and refactored some ...


Sat, 03 Jun 2023 13:49:49 GMT caparsons <caparson@…> [bebfc2e]
	* libcfa/src/concurrency/actor.hfa (modified)

	renamed some types to make style consistent. fixed race condition in ...


Fri, 02 Jun 2023 01:52:47 GMT caparson <caparson@…> [ded6c2a6]
	* libcfa/src/concurrency/channel.hfa (modified)

	fixed build failure


Thu, 01 Jun 2023 16:43:51 GMT caparsons <caparson@…> [3eeeb88]
	* libcfa/src/concurrency/channel.hfa (modified)

	added utility functions for channel exceptions


Thu, 01 Jun 2023 16:01:05 GMT caparsons <caparson@…> [0aef549]
	* doc/bibliography/pl.bib (modified)
	* doc/theses/colby_parsons_MMAth/Makefile (modified)
	* doc/theses/colby_parsons_MMAth/glossary.tex (modified)
	* doc/theses/colby_parsons_MMAth/style/style.tex (modified)
	* doc/theses/colby_parsons_MMAth/text/channels.tex (modified)
	* doc/theses/colby_parsons_MMAth/thesis.tex (modified)
	* driver/cfa.cc (modified)
	* libcfa/src/concurrency/channel.hfa (modified)
	* libcfa/src/concurrency/select.hfa (modified)
	* tests/concurrency/lockfree_stack.cfa (modified)

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


Thu, 01 Jun 2023 15:58:50 GMT caparson <caparson@…> [6f774be]
	* libcfa/src/concurrency/channel.hfa (modified)
	* libcfa/src/concurrency/select.hfa (modified)

	fixed bug where waituntil deadlock could occur


Thu, 01 Jun 2023 15:55:09 GMT caparsons <caparson@…> [70a4ed5]
	* libcfa/src/bits/weakso_locks.cfa (modified)
	* libcfa/src/concurrency/channel.hfa (modified)
	* libcfa/src/concurrency/future.hfa (modified)
	* libcfa/src/concurrency/locks.cfa (modified)
	* libcfa/src/concurrency/locks.hfa (modified)
	* libcfa/src/concurrency/select.cfa (modified)
	* libcfa/src/concurrency/select.hfa (modified)

	refactored to remove return val from on_selected


Thu, 25 May 2023 21:00:06 GMT Peter A. Buhr <pabuhr@…> [a5294af]
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/contend.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/sidechan.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/spin.cfa (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend/contend.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend2/contend.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend2/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend4/contend.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend4/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend8/contend.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend8/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/sidechan/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/sidechan/sidechan.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin/spin.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin2/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin2/spin.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin4/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin4/spin.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin8/go.mod (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin8/spin.go (added)
	* doc/theses/colby_parsons_MMAth/benchmarks/waituntil/run (added)
	* libcfa/src/concurrency/channel.hfa (modified)
	* libcfa/src/concurrency/locks.hfa (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Print.cpp (modified)
	* src/AST/SymbolTable.cpp (modified)
	* src/AST/TypeSubstitution.cpp (modified)
	* src/AST/TypeSubstitution.hpp (modified)
	* src/Concurrency/Waituntil.cpp (modified)
	* src/ControlStruct/ExceptDeclNew.cpp (modified)
	* src/GenPoly/SpecializeNew.cpp (modified)
	* src/MakeLibCfaNew.cpp (modified)
	* src/ResolvExpr/CommonType.cc (modified)
	* src/ResolvExpr/PolyCost.cc (modified)
	* src/Tuples/Explode.cc (modified)
	* src/Validate/Autogen.cpp (modified)
	* src/Validate/FixQualifiedTypes.cpp (modified)
	* src/Validate/GenericParameter.cpp (modified)
	* src/Validate/ReplaceTypedef.cpp (modified)
	* src/Virtual/ExpandCasts.cc (modified)
	* src/main.cc (modified)

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


Thu, 25 May 2023 20:50:41 GMT Peter A. Buhr <pabuhr@…> [8463136]
	* libcfa/src/concurrency/atomic.hfa (added)

	add short atomic instruction macros


Wed, 24 May 2023 15:46:05 GMT caparsons <caparson@…> [88b49bb]
	* libcfa/src/concurrency/channel.hfa (modified)

	added a small waituntil optimization and added some improvements to ...


Wed, 24 May 2023 15:45:39 GMT caparsons <caparson@…> [5ece8ce]
	* libcfa/src/concurrency/locks.hfa (modified)

	fixed a bug in mcs implementation and cleaned up a bit


Tue, 16 May 2023 14:40:39 GMT caparsons <caparson@…> [5908fb4]
	* libcfa/src/concurrency/channel.hfa (modified)

	changed channel fetch routines to use relaxed atomics


Mon, 15 May 2023 17:16:20 GMT caparsons <caparson@…> [e23b3ce]
	* libcfa/src/concurrency/select.cfa (added)
	* libcfa/src/concurrency/select.hfa (modified)

	added support for timeouts in waituntil