# # ChangeLog for libcfa/prelude # # Generated by Trac 1.2.1 # Mar 29, 2024, 7:56:46 AM Sat, 14 Aug 2021 12:48:41 GMT Peter A. Buhr [c99a0d1] * libcfa/prelude/builtins.c (modified) * src/Parser/parser.yy (modified) attempt to add for-control index constraints, but failed on enums, ... Mon, 09 Aug 2021 19:46:52 GMT Thierry Delisle [478c610] * libcfa/prelude/bootloader.cf (modified) Added cfa_main_returned to figure out if the main returned normally Wed, 04 Aug 2021 19:45:09 GMT Thierry Delisle [199894e] * libcfa/prelude/sync-builtins.cf (modified) Fixed extraneous volatiles in builtin atomics. Wed, 21 Jul 2021 17:57:58 GMT Peter A. Buhr [2ead704] * libcfa/prelude/builtins.c (modified) add comment stating assignment expression returns an rvalue for ... Tue, 20 Jul 2021 22:28:29 GMT Peter A. Buhr [8477fc4] * libcfa/prelude/builtins.c (modified) remove reference from builtin ++?. ?++, --?, ?--, ! Mon, 05 Jul 2021 20:44:20 GMT Thierry Delisle [e84ab3d] * libcfa/prelude/builtins.c (modified) * libcfa/src/bits/weakso_locks.cfa (modified) * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/concurrency/alarm.cfa (modified) * libcfa/src/concurrency/alarm.hfa (modified) * libcfa/src/concurrency/clib/cfathread.cfa (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/exception.cfa (modified) * libcfa/src/concurrency/invoke.c (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/fwd.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/locks.cfa (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/preemption.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) * src/Concurrency/Keywords.cc (modified) Step 1 of changing $thread to thread$ Tue, 15 Jun 2021 21:00:28 GMT Thierry Delisle [43784ac] * benchmark/io/io_uring.h (modified) * libcfa/prelude/defines.hfa.in (modified) * libcfa/src/bits/signal.hfa (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/monitor.cfa (modified) * libcfa/src/concurrency/mutex.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/concurrency/thread.cfa (modified) Changed libcfathread to consistently define _GNU_SOURCE Tue, 13 Apr 2021 21:37:01 GMT Peter A. Buhr [88ac8672] * libcfa/prelude/builtins.c (modified) formatting, add long long versions for exponentiation operator Wed, 10 Feb 2021 16:35:14 GMT Thierry Delisle [5e99a9a] * libcfa/configure.ac (modified) * libcfa/prelude/defines.hfa.in (modified) Added missing CFA_HAVE in configure Wed, 20 Jan 2021 01:44:29 GMT Michael Brooks [fd54fef] * libcfa/prelude/builtins.c (modified) * libcfa/prelude/prelude-gen.cc (modified) * libcfa/prelude/prelude.old.cf (modified) * libcfa/prelude/sync-builtins.cf (modified) * libcfa/src/bitmanip.hfa (modified) * libcfa/src/bits/algorithm.hfa (modified) * libcfa/src/bits/collection.hfa (modified) * libcfa/src/bits/containers.hfa (modified) * libcfa/src/bits/queue.hfa (modified) * libcfa/src/bits/sequence.hfa (modified) * libcfa/src/bits/stack.hfa (modified) * libcfa/src/common.cfa (modified) * libcfa/src/common.hfa (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/future.hfa (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/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) * libcfa/src/containers/list.hfa (modified) * libcfa/src/containers/maybe.cfa (modified) * libcfa/src/containers/maybe.hfa (modified) * libcfa/src/containers/pair.cfa (modified) * libcfa/src/containers/pair.hfa (modified) * libcfa/src/containers/result.cfa (modified) * libcfa/src/containers/result.hfa (modified) * libcfa/src/containers/stackLockFree.hfa (modified) * libcfa/src/containers/vector.cfa (modified) * libcfa/src/containers/vector.hfa (modified) * libcfa/src/exception.h (modified) * libcfa/src/executor.cfa (modified) * libcfa/src/gmp.hfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * libcfa/src/iterator.cfa (modified) * libcfa/src/iterator.hfa (modified) * libcfa/src/math.hfa (modified) * libcfa/src/memory.cfa (modified) * libcfa/src/memory.hfa (modified) * libcfa/src/parseargs.hfa (modified) * libcfa/src/rational.cfa (modified) * libcfa/src/rational.hfa (modified) * libcfa/src/stdlib.cfa (modified) * libcfa/src/stdlib.hfa (modified) * libcfa/src/time.cfa (modified) * libcfa/src/vec/vec.hfa (modified) * libcfa/src/vec/vec2.hfa (modified) * libcfa/src/vec/vec3.hfa (modified) * libcfa/src/vec/vec4.hfa (modified) * src/Parser/parser.yy (modified) * tests/avltree/avl-private.cfa (modified) * tests/avltree/avl-private.h (modified) * tests/avltree/avl.h (modified) * tests/avltree/avl0.cfa (modified) * tests/avltree/avl1.cfa (modified) * tests/avltree/avl2.cfa (modified) * tests/avltree/avl3.cfa (modified) * tests/avltree/avl4.cfa (modified) * tests/bugs/10.cfa (modified) * tests/bugs/104.cfa (modified) * tests/bugs/194.cfa (modified) * tests/bugs/196.cfa (modified) * tests/bugs/203-2.cfa (modified) * tests/bugs/203-7.cfa (modified) * tests/bugs/203-9.cfa (modified) * tests/bugs/7.cfa (modified) * tests/castError.cfa (modified) * tests/concurrent/examples/boundedBufferEXT.cfa (modified) * tests/concurrent/examples/boundedBufferINT.cfa (modified) * tests/concurrent/examples/quickSort.generic.cfa (modified) * tests/concurrent/multi-monitor.cfa (modified) * tests/errors/completeType.cfa (modified) * tests/exceptions/defaults.cfa (modified) * tests/exceptions/polymorphic.cfa (modified) * tests/exceptions/virtual-poly.cfa (modified) * tests/forall.cfa (modified) * tests/function-operator.cfa (modified) * tests/genericUnion.cfa (modified) * tests/global-monomorph.cfa (modified) * tests/identity.cfa (modified) * tests/init1.cfa (modified) * tests/nested-types.cfa (modified) * tests/poly-d-cycle.cfa (modified) * tests/poly-o-cycle.cfa (modified) * tests/poly-selection.cfa (modified) * tests/polymorphism.cfa (modified) * tests/raii/ctor-autogen.cfa (modified) * tests/simpleGenericTriple.cfa (modified) * tests/sum.cfa (modified) * tests/tuple/tuplePolymorphism.cfa (modified) * tests/tuple/tupleVariadic.cfa (modified) * tests/zombies/ArrayN.c (modified) * tests/zombies/Members.c (modified) * tests/zombies/Rank2.c (modified) * tests/zombies/abstype.c (modified) * tests/zombies/context.cfa (modified) * tests/zombies/gc_no_raii/bug-repro/blockers/explicit_cast.c (modified) * tests/zombies/gc_no_raii/bug-repro/blockers/recursive_realloc.c (modified) * tests/zombies/gc_no_raii/bug-repro/deref.c (modified) * tests/zombies/gc_no_raii/bug-repro/field.c (modified) * tests/zombies/gc_no_raii/bug-repro/malloc.c (modified) * tests/zombies/gc_no_raii/bug-repro/oddtype.c (modified) * tests/zombies/gc_no_raii/bug-repro/push_back.h (modified) * tests/zombies/gc_no_raii/bug-repro/realloc.c (modified) * tests/zombies/gc_no_raii/bug-repro/return.c (modified) * tests/zombies/gc_no_raii/bug-repro/return_template.c (modified) * tests/zombies/gc_no_raii/bug-repro/slow_malloc.c (modified) * tests/zombies/gc_no_raii/bug-repro/zero.c (modified) * tests/zombies/gc_no_raii/src/gc.h (modified) * tests/zombies/gc_no_raii/src/gcpointers.c (modified) * tests/zombies/gc_no_raii/src/gcpointers.h (modified) * tests/zombies/gc_no_raii/src/tools.h (modified) * tests/zombies/hashtable.cfa (modified) * tests/zombies/hashtable2.cfa (modified) * tests/zombies/huge.c (modified) * tests/zombies/it_out.c (modified) * tests/zombies/new.c (modified) * tests/zombies/occursError.cfa (modified) * tests/zombies/prolog.c (modified) * tests/zombies/quad.c (modified) * tests/zombies/scope.cfa (modified) * tests/zombies/simplePoly.c (modified) * tests/zombies/simpler.c (modified) * tests/zombies/specialize.c (modified) * tests/zombies/square.c (modified) * tests/zombies/structMember.cfa (modified) * tests/zombies/subrange.cfa (modified) * tests/zombies/twice.c (modified) * tests/zombies/typeGenerator.cfa (modified) * tests/zombies/withStatement.cfa (modified) * tests/zombies/wrapper/src/pointer.h (modified) Converting the project to use the new syntax for otype, dtype and ... Wed, 09 Dec 2020 20:01:28 GMT Thierry Delisle [2a59655] * Makefile.am (modified) * driver/Makefile.am (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/src/Makefile.am (modified) * tests/Makefile.am (modified) make distcheck FINALLY passes Wed, 28 Oct 2020 19:40:46 GMT Andrew Beach [c960331] * libcfa/prelude/builtins.c (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/exception.cfa (modified) * libcfa/src/concurrency/exception.hfa (modified) * libcfa/src/exception.c (modified) * libcfa/src/exception.h (modified) * libcfa/src/stdhdr/unwind.h (added) Attempt to clean-up the exception headers. I think this is easier to ... Sat, 10 Oct 2020 03:20:22 GMT Peter A. Buhr [04423b53] * libcfa/prelude/builtins.c (modified) add 0p for function pointers to builtins Wed, 16 Sep 2020 17:48:12 GMT Thierry Delisle [c402739] * libcfa/configure.ac (modified) * libcfa/prelude/defines.hfa.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/call.cfa.in (added) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/iofwd.hfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) I/O operations now use futures. io calls implementation are now ... Mon, 31 Aug 2020 19:18:09 GMT Thierry Delisle [2fbc904] * Makefile.am (modified) * configure.ac (modified) * libcfa/Makefile.am (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/src/Makefile.am (modified) Makefiles now pass 'distcheck' until test folder. Tue, 25 Aug 2020 20:01:33 GMT Thierry Delisle [b7fe2e6] * Makefile.am (modified) * libcfa/Makefile.am (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/asyncio.hfa (deleted) * src/Makefile.am (modified) * tests/Makefile.am (modified) * tools/Makefile.am (modified) * tools/prettyprinter/Makefile.am (modified) Distribution now correctly handles libcfa but requires handcrafted ... Tue, 11 Aug 2020 21:33:21 GMT Thierry Delisle [7874d77] * libcfa/prelude/bootloader.cf (modified) * libcfa/src/parseargs.cfa (modified) * libcfa/src/parseargs.hfa (modified) Parseargs now magically figures out argc/argv Mon, 10 Aug 2020 21:14:14 GMT Thierry Delisle [85f19eb] * libcfa/configure.ac (modified) * libcfa/prelude/defines.hfa.in (modified) Added cfa define for io_uring attach support Mon, 10 Aug 2020 19:18:24 GMT Thierry Delisle [6bd2cfb] * Makefile.in (deleted) * aclocal.m4 (deleted) * automake/compile (deleted) * automake/config.guess (deleted) * automake/config.sub (deleted) * automake/depcomp (deleted) * automake/install-sh (deleted) * automake/libtool.m4 (deleted) * automake/ltmain.sh (deleted) * automake/ltoptions.m4 (deleted) * automake/ltsugar.m4 (deleted) * automake/ltversion.m4 (deleted) * automake/lt~obsolete.m4 (deleted) * automake/missing (deleted) * automake/test-driver (deleted) * automake/ylwrap (deleted) * benchmark/Makefile.in (deleted) * configure (deleted) * driver/Makefile.in (deleted) * libcfa/Makefile.in (deleted) * libcfa/aclocal.m4 (deleted) * libcfa/automake/compile (deleted) * libcfa/automake/config.guess (deleted) * libcfa/automake/config.sub (deleted) * libcfa/automake/depcomp (deleted) * libcfa/automake/install-sh (deleted) * libcfa/automake/libtool.m4 (deleted) * libcfa/automake/ltmain.sh (deleted) * libcfa/automake/ltoptions.m4 (deleted) * libcfa/automake/ltsugar.m4 (deleted) * libcfa/automake/ltversion.m4 (deleted) * libcfa/automake/lt~obsolete.m4 (deleted) * libcfa/automake/missing (deleted) * libcfa/configure (deleted) * libcfa/prelude/Makefile.in (deleted) * libcfa/src/Makefile.in (deleted) * longrun_tests/Makefile.in (deleted) * src/Makefile.in (deleted) * tests/Makefile.in (deleted) * tools/Makefile.in (deleted) * tools/prettyprinter/Makefile.in (deleted) Removed generated automake files. *** WARNING *** With this push ... Mon, 10 Aug 2020 19:13:23 GMT Thierry Delisle [bcadb26] * benchmark/Makefile.am (modified) * configure.ac (modified) * libcfa/configure.ac (modified) * libcfa/prelude/defines.hfa.in (modified) * libcfa/src/Makefile.am (modified) * longrun_tests/Makefile.am (modified) * tests/Makefile.am (modified) clean-up in makefiles and regenerated defines.hfa.in Thu, 06 Aug 2020 19:34:41 GMT Thierry Delisle [d3a518c] * libcfa/configure.ac (modified) * libcfa/prelude/defines.hfa.in (modified) Added auto header templates to fix warning on arm Tue, 04 Aug 2020 17:00:16 GMT Thierry Delisle [954821df] * benchmark/Makefile.in (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.in (modified) * longrun_tests/Makefile.in (modified) * tests/Makefile.in (modified) Recreated makefile.in with automake from ubuntu 16.04 Thu, 30 Jul 2020 18:56:16 GMT Thierry Delisle [22ddade] * libcfa/configure.ac (modified) * libcfa/prelude/defines.hfa.in (modified) Added configure logic for io_uring flags Thu, 23 Jul 2020 17:33:29 GMT Thierry Delisle [5751a56] * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/defines.hfa.in (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/iocall.cfa (modified) * libcfa/src/concurrency/stats.cfa (modified) * libcfa/src/concurrency/stats.hfa (modified) Changed handling of io_uring support to handle op codes in configure. ... Tue, 14 Jul 2020 02:00:17 GMT Peter A. Buhr [cf5af9c] * libcfa/prelude/builtins.c (modified) * src/Parser/ExpressionNode.cc (modified) * tests/errors/.expect/completeType.x64.txt (moved) change from __SIZEOF_POINTER__ to __SIZEOF_INT128__ to determine if ... Sun, 12 Jul 2020 14:43:59 GMT Peter A. Buhr [dbe8e31c] * libcfa/prelude/builtins.c (modified) * src/Parser/ExpressionNode.cc (modified) use #if to elide int128 code for 32-bit build Sat, 11 Jul 2020 22:32:46 GMT Peter A. Buhr [b56f55c] * libcfa/prelude/builtins.c (modified) add int128 constructor to compose values from two ints Tue, 12 May 2020 17:58:59 GMT Thierry Delisle [7c6b262] * configure (modified) * configure.ac (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.in (modified) * tools/build/push2dist.sh (modified) Added option to limit bandwith during the distribution phase of th ... Tue, 05 May 2020 20:58:23 GMT Thierry Delisle [4385e8b] * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/defines.hfa.in (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/concurrency/io.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 05 May 2020 20:23:46 GMT Thierry Delisle [08a994e] * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/defines.hfa.in (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/concurrency/io.cfa (modified) Added automatic detection of support for preadv2 and pwritev2 Tue, 05 May 2020 14:45:18 GMT Thierry Delisle [61dd73d] * benchmark/io/readv.cfa (modified) * libcfa/prelude/defines.hfa.in (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) Moved io_uring data to io.cfa and create it using dynamic allocation. Fri, 01 May 2020 16:37:30 GMT Thierry Delisle [4069faad] * benchmark/io/readv.cfa (modified) * libcfa/prelude/defines.hfa.in (modified) * libcfa/src/bits/locks.hfa (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) Fix error in benchmark where the wrong fd was used. Changed ... Thu, 30 Apr 2020 19:27:11 GMT Thierry Delisle [f6660520] * benchmark/io/readv.cfa (modified) * libcfa/prelude/defines.hfa.in (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) Added new implementation of io_uring that uses user-thread Mon, 27 Apr 2020 20:35:58 GMT Thierry Delisle [c680a4b] * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/prelude/defines.hfa.in (added) * libcfa/src/Makefile.in (modified) * tools/build/push2dist.sh (modified) Added defines.hfa to the prelude Mon, 06 Apr 2020 20:41:55 GMT Andrew Beach [f1b6671] * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/exception.c (modified) * tests/errors/.expect/completeType.txt (modified) * tests/exceptions/.expect/interact.txt (modified) * tests/exceptions/.expect/resume.txt (modified) * tests/exceptions/.expect/terminate.txt (modified) * tests/exceptions/interact.cfa (modified) * tests/exceptions/resume.cfa (modified) * tests/exceptions/terminate.cfa (modified) Unwinding is now handled in exception handling code. That is used to ... Mon, 02 Mar 2020 21:59:27 GMT Thierry Delisle [427854b] * benchmark/ctxswitch/cfa_cor.cfa (modified) * libcfa/prelude/builtins.c (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * src/AST/Decl.hpp (modified) * src/Concurrency/Keywords.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/TypeData.cc (modified) * src/Parser/parser.yy (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Statement.h (modified) * tests/concurrent/coroutineThen.cfa (modified) * tests/concurrent/coroutineYield.cfa (modified) * tests/coroutine/.in/fmtLines.txt (modified) * tests/coroutine/cntparens.cfa (modified) * tests/coroutine/devicedriver.cfa (modified) * tests/coroutine/fibonacci.cfa (modified) * tests/coroutine/fibonacci_1.cfa (modified) * tests/coroutine/fmtLines.cfa (modified) * tests/coroutine/raii.cfa (modified) * tests/coroutine/runningTotal.cfa (modified) * tests/coroutine/suspend_then.cfa (modified) * tests/generator/.expect/fibonacci.txt (added) * tests/generator/fibonacci.cfa (added) First draft implementation of generators, still missing error ... Sun, 09 Feb 2020 03:33:38 GMT Peter A. Buhr [8c9da33] * libcfa/prelude/prototypes.awk (modified) formatting Sat, 08 Feb 2020 20:19:47 GMT Peter A. Buhr [fb64e86] * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/prelude/extras.regx (modified) * libcfa/prelude/extras.regx2 (added) allow pattern for extra function declarations to span multiple lines Fri, 22 Nov 2019 20:37:39 GMT Peter A. Buhr [9aa1317] * libcfa/prelude/sync-builtins.cf (modified) * tests/builtins/sync.cfa (modified) * tests/concurrent/preempt.cfa (modified) * tests/concurrent/signal/wait.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 22 Nov 2019 20:08:45 GMT Peter A. Buhr [0a25c34] * libcfa/prelude/builtins.c (modified) remove "sized" from polymorphic intptr for pointer values, still ... Fri, 22 Nov 2019 19:40:36 GMT Thierry Delisle [c701332a] * libcfa/prelude/sync-builtins.cf (modified) * tests/builtins/sync.cfa (modified) * tests/concurrent/preempt.cfa (modified) * tests/concurrent/signal/wait.cfa (modified) Cleanup of builtin atomics to remove _1,2,4 suffix versions and ... Fri, 20 Sep 2019 13:21:59 GMT Thierry Delisle [679363c] * libcfa/prelude/extras.regx (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 20 Sep 2019 13:21:51 GMT Thierry Delisle [158b026] * Makefile.in (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * longrun_tests/Makefile.in (modified) * src/Makefile.in (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/pybin/settings.py (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Remove flags -in-tree and -disttree, now using paths and ... Wed, 18 Sep 2019 20:57:01 GMT Peter A. Buhr [2cb85774] * libcfa/prelude/extras.regx (modified) add typedefs __uint_least16_t and __uint_least32_t to extras.cf to ... Tue, 10 Sep 2019 21:03:23 GMT Thierry Delisle [81e60f7] * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.in (modified) Fixed small merge problems Tue, 13 Aug 2019 19:25:57 GMT Thierry Delisle [1ee048fd] * driver/cfa.cc (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) All tests pass with distributed compilation Fri, 09 Aug 2019 21:03:08 GMT Thierry Delisle [14347ac] * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) libcfa now properly supports building with --enable-distcc Wed, 07 Aug 2019 19:23:56 GMT Thierry Delisle [bbfd0e0] * configure (modified) * configure.ac (modified) * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) Tentative support for distcc in cforall, right now nothing works ... Wed, 24 Jul 2019 14:40:21 GMT Thierry Delisle [6130304] * libcfa/prelude/prelude-gen.cc (modified) Removed extraneous forall clause on void pointer default constructors ... Wed, 26 Jun 2019 21:27:02 GMT Peter A. Buhr [0d8266c] * libcfa/prelude/builtins.c (modified) add polymorphic "not" (bang) to work with != 0 Sun, 09 Jun 2019 22:18:41 GMT Peter A. Buhr [1e6ea4e1] * libcfa/prelude/prototypes.awk (modified) formatting, add __builtin_complex Fri, 24 May 2019 14:19:41 GMT Thierry Delisle [933f32f] * .gitignore (modified) * Jenkins/FullBuild (modified) * Jenkinsfile (modified) * Makefile.am (modified) * Makefile.in (modified) * automake/cfa.m4 (modified) * benchmark/Makefile.am (modified) * benchmark/Makefile.in (modified) * benchmark/ctxswitch/cfa_cor.cfa (modified) * benchmark/ctxswitch/cfa_cor_then.cfa (added) * benchmark/ctxswitch/cfa_thrd2.cfa (modified) * benchmark/fixcsv.sh (added) * benchmark/jenkins.sh (deleted) * benchmark/tls-fetch_add.c (added) * configure (modified) * configure.ac (modified) * doc/LaTeXmacros/lstlang.sty (modified) * doc/bibliography/pl.bib (modified) * doc/papers/concurrency/Paper.tex (modified) * doc/papers/concurrency/examples/C++Cor-ts.cpp (added) * doc/papers/concurrency/examples/Fib.c (added) * doc/papers/concurrency/examples/Fib.cfa (added) * doc/papers/concurrency/examples/Fib.cpp (added) * doc/papers/concurrency/examples/Fib.py (added) * doc/papers/concurrency/examples/Fib.sim (added) * doc/papers/concurrency/examples/Fib2.cfa (added) * doc/papers/concurrency/examples/Fib2.cpp (added) * doc/papers/concurrency/examples/Fib2.py (added) * doc/papers/concurrency/examples/FibRefactor.py (added) * doc/papers/concurrency/examples/Fmt.sim (added) * doc/papers/concurrency/examples/Format.cc (added) * doc/papers/concurrency/examples/Format.cfa (added) * doc/papers/concurrency/examples/Format.cpp (added) * doc/papers/concurrency/examples/Format.py (added) * doc/papers/concurrency/examples/Pingpong.cc (added) * doc/papers/concurrency/examples/Pingpong.cfa (added) * doc/papers/concurrency/examples/Pingpong.py (added) * doc/papers/concurrency/examples/ProdCons.cfa (added) * doc/papers/concurrency/examples/ProdCons.cpp (added) * doc/papers/concurrency/examples/ProdCons.py (added) * doc/papers/concurrency/examples/ProdCons.sim (added) * doc/papers/concurrency/examples/Refactor.py (added) * doc/papers/concurrency/examples/counter.cpp (added) * doc/papers/concurrency/mail (modified) * doc/proposals/interned_string.cc (added) * doc/proposals/interned_string.h (added) * doc/proposals/specialized_casts.md (added) * doc/proposals/unicode.html (added) * doc/proposals/virtual.txt (deleted) * doc/proposals/vtable.md (modified) * doc/theses/aaron_moss_PhD/phd/Makefile (modified) * doc/theses/aaron_moss_PhD/phd/background.tex (modified) * doc/theses/aaron_moss_PhD/phd/conclusion.tex (modified) * doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.dat (added) * doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.gp (added) * doc/theses/aaron_moss_PhD/phd/evaluation/bu-summary.dat (added) * doc/theses/aaron_moss_PhD/phd/evaluation/cfa-cc/cfa-bu.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/cfa-cc/cfa-co.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/cfa-cc/cfa-dca.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/cfa-cc/cfa-def.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/cfa-cc/cfa-imm.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/cfa-mem-by-time.tsv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/cfa-mem.tsv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/cfa-plots.gp (added) * doc/theses/aaron_moss_PhD/phd/evaluation/cfa-time.tsv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/data.xlsx (added) * doc/theses/aaron_moss_PhD/phd/evaluation/generic-timing.dat (modified) * doc/theses/aaron_moss_PhD/phd/evaluation/mem-by-max-assns.tsv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/mem-by-max-depth.tsv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/metric-plots.gp (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per-prob-scatter.gp (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per-prob.gp (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per-prob.tsv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/imgui-per-prob.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/io1-per-prob.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/io2-per-prob.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/kernel-per-prob.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/math1-per-prob.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/math2-per-prob.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/math3-per-prob.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/math4-per-prob.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/minmax-per-prob.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/preemption-per-prob.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/rational-per-prob.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/searchsort-per-prob.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/per_prob/swap-per-prob.csv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/time-by-max-assns.tsv (added) * doc/theses/aaron_moss_PhD/phd/evaluation/time-by-max-depth.tsv (added) * doc/theses/aaron_moss_PhD/phd/experiments.tex (added) * doc/theses/aaron_moss_PhD/phd/figures/bilson-conv-graph.eps (added) * doc/theses/aaron_moss_PhD/phd/figures/bilson-conv-graph.odg (added) * doc/theses/aaron_moss_PhD/phd/figures/extended-conv-graph.eps (added) * doc/theses/aaron_moss_PhD/phd/figures/extended-conv-graph.odg (added) * doc/theses/aaron_moss_PhD/phd/figures/persistent-union-find.eps (added) * doc/theses/aaron_moss_PhD/phd/figures/persistent-union-find.odg (added) * doc/theses/aaron_moss_PhD/phd/figures/resolution-dag.eps (added) * doc/theses/aaron_moss_PhD/phd/figures/resolution-dag.odg (added) * doc/theses/aaron_moss_PhD/phd/figures/safe-conv-graph.eps (added) * doc/theses/aaron_moss_PhD/phd/figures/safe-conv-graph.odg (added) * doc/theses/aaron_moss_PhD/phd/figures/union-find-with-classes.eps (added) * doc/theses/aaron_moss_PhD/phd/figures/union-find-with-classes.odg (added) * doc/theses/aaron_moss_PhD/phd/frontpgs.tex (modified) * doc/theses/aaron_moss_PhD/phd/generic-bench.tex (added) * doc/theses/aaron_moss_PhD/phd/generic-types.tex (modified) * doc/theses/aaron_moss_PhD/phd/introduction.tex (modified) * doc/theses/aaron_moss_PhD/phd/macros.tex (modified) * doc/theses/aaron_moss_PhD/phd/resolution-heuristics.tex (modified) * doc/theses/aaron_moss_PhD/phd/thesis.tex (modified) * doc/theses/aaron_moss_PhD/phd/type-environment.tex (modified) * doc/user/user.tex (modified) * driver/Makefile.am (modified) * driver/Makefile.in (modified) * driver/cfa.cc (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/builtins.c (modified) * libcfa/prelude/extras.c (modified) * libcfa/prelude/extras.regx (modified) * libcfa/prelude/prelude-gen.cc (modified) * libcfa/prelude/sync-builtins.cf (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/bits/containers.hfa (modified) * libcfa/src/concurrency/CtxSwitch-i386.S (modified) * libcfa/src/concurrency/CtxSwitch-x86_64.S (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/invoke.c (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) * libcfa/src/containers/maybe.cfa (modified) * libcfa/src/containers/result.cfa (modified) * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) * libcfa/src/gmp.hfa (modified) * libcfa/src/heap.cfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * libcfa/src/rational.cfa (modified) * libcfa/src/rational.hfa (modified) * libcfa/src/stdhdr/stdbool.h (modified) * libcfa/src/stdlib.hfa (modified) * libcfa/src/time.hfa (modified) * libcfa/src/time_t.hfa (modified) * longrun_tests/Makefile.am (added) * longrun_tests/Makefile.in (moved) * longrun_tests/block.cfa (added) * longrun_tests/coroutine.cfa (added) * longrun_tests/create.cfa (moved) * longrun_tests/disjoint.cfa (added) * longrun_tests/enter.cfa (moved) * longrun_tests/enter3.cfa (moved) * longrun_tests/preempt.cfa (added) * longrun_tests/processor.cfa (moved) * longrun_tests/stack.cfa (moved) * longrun_tests/update-type (moved) * longrun_tests/wait.cfa (added) * longrun_tests/yield.cfa (moved) * src/AST/Attribute.cpp (added) * src/AST/Attribute.hpp (added) * src/AST/Bitfield.hpp (added) * src/AST/CVQualifiers.hpp (added) * src/AST/Convert.cpp (added) * src/AST/Convert.hpp (added) * src/AST/Decl.cpp (added) * src/AST/Decl.hpp (added) * src/AST/DeclReplacer.cpp (added) * src/AST/DeclReplacer.hpp (added) * src/AST/Expr.cpp (added) * src/AST/Expr.hpp (added) * src/AST/FunctionSpec.hpp (added) * src/AST/Fwd.hpp (added) * src/AST/Init.cpp (added) * src/AST/Init.hpp (added) * src/AST/Label.hpp (added) * src/AST/LinkageSpec.cpp (added) * src/AST/LinkageSpec.hpp (added) * src/AST/Node.cpp (added) * src/AST/Node.hpp (added) * src/AST/ParseNode.hpp (added) * src/AST/Pass.hpp (added) * src/AST/Pass.impl.hpp (added) * src/AST/Pass.proto.hpp (added) * src/AST/Stmt.cpp (added) * src/AST/Stmt.hpp (added) * src/AST/StorageClasses.hpp (added) * src/AST/Type.cpp (added) * src/AST/Type.hpp (added) * src/AST/TypeSubstitution.cpp (added) * src/AST/TypeSubstitution.hpp (added) * src/AST/TypeVar.hpp (added) * src/AST/Visitor.hpp (added) * src/AST/module.mk (added) * src/AST/porting.md (added) * src/BasicTypes-gen.cc (added) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/CodeGen/GenType.cc (modified) * src/CodeGen/GenType.h (modified) * src/CodeGen/Options.h (added) * src/CodeGen/module.mk (modified) * src/Common/Assert.cc (modified) * src/Common/Heap.cc (deleted) * src/Common/PassVisitor.cc (added) * src/Common/PassVisitor.h (modified) * src/Common/PassVisitor.impl.h (modified) * src/Common/PassVisitor.proto.h (modified) * src/Common/PersistentMap.h (added) * src/Common/SemanticError.h (modified) * src/Common/Stats.h (added) * src/Common/Stats/Base.h (added) * src/Common/Stats/Counter.cc (added) * src/Common/Stats/Counter.h (added) * src/Common/Stats/Heap.cc (added) * src/Common/Stats/Heap.h (moved) * src/Common/Stats/Stats.cc (added) * src/Common/Stats/Time.cc (added) * src/Common/Stats/Time.h (added) * src/Common/module.mk (modified) * src/Common/utility.h (modified) * src/CompilationState.cc (modified) * src/CompilationState.h (modified) * src/Concurrency/Waitfor.cc (modified) * src/Concurrency/module.mk (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/ForExprMutator.cc (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelGenerator.cc (modified) * src/ControlStruct/module.mk (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/GenPoly.cc (modified) * src/GenPoly/GenPoly.h (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/InitTweak/InitTweak.h (modified) * src/InitTweak/module.mk (modified) * src/MakeLibCfa.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/TypeData.h (modified) * src/Parser/lex.ll (modified) * src/Parser/module.mk (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/Cost.h (modified) * src/ResolvExpr/RenameVars.cc (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/ResolvExpr/ResolveAssertions.h (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/Resolver.h (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/module.mk (modified) * src/ResolvExpr/typeops.h (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Indexer.h (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Mangler.h (modified) * src/SymTab/ManglerCommon.cc (modified) * src/SymTab/Validate.cc (modified) * src/SymTab/module.mk (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/Attribute.cc (modified) * src/SynTree/BaseSyntaxNode.h (modified) * src/SynTree/BasicType.cc (modified) * src/SynTree/Constant.cc (modified) * src/SynTree/Declaration.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/Label.h (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/Statement.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) * src/SynTree/TypeSubstitution.cc (modified) * src/SynTree/TypeSubstitution.h (modified) * src/SynTree/Visitor.h (modified) * src/SynTree/module.mk (modified) * src/Tuples/TupleExpansion.cc (modified) * src/Tuples/Tuples.h (modified) * src/Tuples/module.mk (modified) * src/Validate/module.mk (modified) * src/config.h.in (modified) * src/include/cassert (modified) * src/main.cc (modified) * tests/.expect/KRfunctions.x64.txt (modified) * tests/.expect/KRfunctions.x86.txt (modified) * tests/.expect/abs.txt (modified) * tests/.expect/ato.txt (modified) * tests/.expect/attributes.x64.txt (modified) * tests/.expect/attributes.x86.txt (modified) * tests/.expect/castError.txt (modified) * tests/.expect/completeTypeError.txt (modified) * tests/.expect/complex.txt (modified) * tests/.expect/declarationSpecifier.x64.txt (modified) * tests/.expect/declarationSpecifier.x86.txt (modified) * tests/.expect/extension.x64.txt (modified) * tests/.expect/extension.x86.txt (modified) * tests/.expect/functions.x64.txt (modified) * tests/.expect/functions.x86.txt (modified) * tests/.expect/gccExtensions.x64.txt (modified) * tests/.expect/gccExtensions.x86.txt (modified) * tests/.expect/identity.txt (modified) * tests/.expect/io1.txt (modified) * tests/.expect/loopctrl.txt (modified) * tests/.expect/math1.txt (modified) * tests/.expect/math2.txt (modified) * tests/.expect/math3.txt (modified) * tests/.expect/math4.txt (modified) * tests/.expect/minmax.txt (modified) * tests/.expect/references.txt (modified) * tests/.expect/sum.txt (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/array.cfa (modified) * tests/builtins/sync.cfa (modified) * tests/castError.cfa (modified) * tests/completeTypeError.cfa (modified) * tests/concurrent/coroutineThen.cfa (added) * tests/concurrent/examples/.expect/gortn.txt (added) * tests/concurrent/examples/boundedBufferEXT.cfa (modified) * tests/concurrent/examples/boundedBufferINT.cfa (modified) * tests/concurrent/examples/datingService.cfa (modified) * tests/concurrent/examples/gortn.cfa (added) * tests/concurrent/examples/matrixSum.cfa (modified) * tests/concurrent/examples/quickSort.cfa (modified) * tests/concurrent/examples/quickSort.generic.cfa (added) * tests/concurrent/waitfor/parse2.cfa (modified) * tests/config.py.in (modified) * tests/coroutine/.expect/devicedriver.txt (added) * tests/coroutine/.expect/fmtLines.txt (modified) * tests/coroutine/.in/devicedriver.txt (added) * tests/coroutine/.in/fmtLines.txt (modified) * tests/coroutine/cntparens.cfa (added) * tests/coroutine/devicedriver.cfa (added) * tests/coroutine/fibonacci.cfa (modified) * tests/coroutine/fibonacci_1.cfa (modified) * tests/coroutine/fmtLines.cfa (modified) * tests/coroutine/pingpong.cfa (modified) * tests/coroutine/prodcons.cfa (modified) * tests/coroutine/runningTotal.cfa (modified) * tests/coroutine/suspend_then.cfa (added) * tests/declarationSpecifier.cfa (modified) * tests/forall.cfa (modified) * tests/function-operator.cfa (modified) * tests/io1.cfa (modified) * tests/io2.cfa (modified) * tests/literals.cfa (modified) * tests/loopctrl.cfa (modified) * tests/math1.cfa (modified) * tests/numericConstants.cfa (modified) * tests/preempt_longrun/Makefile.am (deleted) * tests/preempt_longrun/block.c (deleted) * tests/preempt_longrun/coroutine.c (deleted) * tests/preempt_longrun/disjoint.c (deleted) * tests/preempt_longrun/preempt.c (deleted) * tests/preempt_longrun/wait.c (deleted) * tests/pybin/settings.py (modified) * tests/pybin/test_run.py (modified) * tests/pybin/tools.py (modified) * tests/raii/.expect/ctor-autogen-ERR1.txt (modified) * tests/raii/init_once.cfa (modified) * tests/rational.cfa (modified) * tests/sum.cfa (modified) * tests/test.py (modified) * tests/warnings/.expect/self-assignment.txt (modified) * tests/warnings/self-assignment.cfa (modified) * tools/Makefile.in (modified) * tools/PrettyGitLogs.sh (modified) * tools/expanded-line-count.sh (added) * tools/prettyprinter/Makefile.in (modified) Merge branch 'master' into cleanup-dtors Tue, 30 Apr 2019 18:51:11 GMT Thierry Delisle [c64e979] * libcfa/prelude/sync-builtins.cf (modified) * tests/builtins/sync.cfa (modified) Added atomic operations on pointers and fixed some mistakes Tue, 09 Apr 2019 17:50:34 GMT Aaron Moss [c41c18a6] * libcfa/prelude/prelude-gen.cc (modified) Make prelude deref un-sized Wed, 27 Mar 2019 12:55:18 GMT Peter A. Buhr [8a30423] * libcfa/prelude/builtins.c (modified) more exponential clean up Wed, 27 Mar 2019 02:29:25 GMT Peter A. Buhr [7726839] * libcfa/prelude/builtins.c (modified) exponential clean up and fix forall version Tue, 26 Mar 2019 21:07:10 GMT Peter A. Buhr [8dbfb7e] * libcfa/prelude/builtins.c (modified) update exponential operator, formatting Tue, 19 Mar 2019 14:46:50 GMT Peter A. Buhr [0c81320] * libcfa/prelude/prelude-gen.cc (modified) * tests/forall.cfa (modified) * tests/rational.cfa (modified) add one_t constructor to prelude, remove one_t constructor from test ... Mon, 11 Mar 2019 02:53:03 GMT Peter A. Buhr [7579ac0] * libcfa/prelude/builtins.c (modified) formatting and temporarily add polymorphic intptr Mon, 11 Mar 2019 01:25:10 GMT Peter A. Buhr [b830e046] * libcfa/prelude/prelude-gen.cc (modified) formatting output Tue, 05 Mar 2019 22:35:02 GMT Peter A. Buhr [34737de] * libcfa/prelude/extras.c (modified) * libcfa/prelude/extras.regx (modified) add intptr_t and uintptr_t to extras Mon, 18 Feb 2019 18:04:30 GMT Peter A. Buhr [ee06e41b] * libcfa/prelude/prelude-gen.cc (modified) * libcfa/src/containers/maybe.cfa (modified) * libcfa/src/containers/result.cfa (modified) * tests/.expect/declarationSpecifier.x64.txt (modified) * tests/.expect/gccExtensions.x64.txt (modified) * tests/.expect/sum.txt (modified) * tests/sum.cfa (modified) add char, signed char, unsigned char to basic types in prologue Tue, 12 Feb 2019 04:19:30 GMT Peter A. Buhr [2782f38] * libcfa/prelude/prelude-gen.cc (modified) fix prelude generation Mon, 11 Feb 2019 13:08:29 GMT Peter A. Buhr [d9f0ed4] * libcfa/prelude/prelude-gen.cc (modified) formatting Wed, 23 Jan 2019 21:52:16 GMT Thierry Delisle [cde3891] * .gitignore (modified) * INSTALL (modified) * Jenkins/TestRegen (modified) * Jenkinsfile (modified) * Makefile.am (modified) * Makefile.in (modified) * aclocal.m4 (modified) * automake/cfa.m4 (modified) * automake/libtool.m4 (added) * automake/ltmain.sh (added) * automake/ltoptions.m4 (added) * automake/ltsugar.m4 (added) * automake/ltversion.m4 (added) * automake/lt~obsolete.m4 (added) * benchmark/Makefile.am (modified) * benchmark/Makefile.in (modified) * benchmark/Monitor.c (modified) * benchmark/c.c (added) * benchmark/compile/empty.cfa (moved) * benchmark/creation/cfa_cor.cfa (moved) * benchmark/creation/cfa_thrd.cfa (moved) * benchmark/ctxswitch/cfa_cor.cfa (moved) * benchmark/ctxswitch/cfa_thrd.cfa (moved) * benchmark/ctxswitch/cfa_thrd2.cfa (moved) * benchmark/cxx.cpp (added) * benchmark/mutex/cfa1.cfa (moved) * benchmark/mutex/cfa2.cfa (moved) * benchmark/mutex/cfa4.cfa (moved) * benchmark/schedext/cfa1.cfa (moved) * benchmark/schedext/cfa2.cfa (moved) * benchmark/schedext/cfa4.cfa (moved) * benchmark/schedint/cfa1.cfa (moved) * benchmark/schedint/cfa2.cfa (moved) * benchmark/schedint/cfa4.cfa (moved) * configure (modified) * configure.ac (modified) * doc/bibliography/pl.bib (modified) * doc/papers/concurrency/Makefile (modified) * doc/papers/concurrency/Paper.tex (modified) * doc/papers/general/Makefile (modified) * doc/proposals/flags.md (modified) * doc/proposals/virtual.txt (modified) * doc/proposals/vtable.md (added) * doc/theses/aaron_moss/phd/Makefile (deleted) * doc/theses/aaron_moss/phd/aaron-thesis.bib (deleted) * doc/theses/aaron_moss/phd/background.tex (deleted) * doc/theses/aaron_moss/phd/conclusion.tex (deleted) * doc/theses/aaron_moss/phd/generic-types.tex (deleted) * doc/theses/aaron_moss/phd/resolution-heuristics.tex (deleted) * doc/theses/aaron_moss/phd/type-environment.tex (deleted) * doc/theses/aaron_moss_PhD/comp_II/.gitignore (moved) * doc/theses/aaron_moss_PhD/comp_II/Efficient Type Resolution in Cforall.pptx (moved) * doc/theses/aaron_moss_PhD/comp_II/Makefile (moved) * doc/theses/aaron_moss_PhD/comp_II/comp_II.tex (moved) * doc/theses/aaron_moss_PhD/comp_II/conversion_dag.eps (moved) * doc/theses/aaron_moss_PhD/comp_II/conversion_dag.odg (moved) * doc/theses/aaron_moss_PhD/comp_II/conversion_dag.png (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag.eps (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag.odg (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag.png (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag2.odg (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag2.png (moved) * doc/theses/aaron_moss_PhD/phd/.gitignore (moved) * doc/theses/aaron_moss_PhD/phd/Makefile (added) * doc/theses/aaron_moss_PhD/phd/background.tex (added) * doc/theses/aaron_moss_PhD/phd/cfa-macros.tex (added) * doc/theses/aaron_moss_PhD/phd/code/bespoke-generic.c (added) * doc/theses/aaron_moss_PhD/phd/code/cfa-generic.cfa (added) * doc/theses/aaron_moss_PhD/phd/code/macro-generic.c (added) * doc/theses/aaron_moss_PhD/phd/code/void-generic.c (added) * doc/theses/aaron_moss_PhD/phd/conclusion.tex (added) * doc/theses/aaron_moss_PhD/phd/evaluation/generic-timing.dat (added) * doc/theses/aaron_moss_PhD/phd/evaluation/generic-timing.gp (added) * doc/theses/aaron_moss_PhD/phd/frontpgs.tex (moved) * doc/theses/aaron_moss_PhD/phd/generic-types.tex (added) * doc/theses/aaron_moss_PhD/phd/introduction.tex (moved) * doc/theses/aaron_moss_PhD/phd/macros.tex (moved) * doc/theses/aaron_moss_PhD/phd/resolution-heuristics.tex (added) * doc/theses/aaron_moss_PhD/phd/thesis.tex (moved) * doc/theses/aaron_moss_PhD/phd/timeline.md (added) * doc/theses/aaron_moss_PhD/phd/type-environment.tex (added) * doc/theses/lynn_tran_SE499/Bibliography.bib (added) * doc/theses/lynn_tran_SE499/Chapters/CFA.tex (added) * doc/theses/lynn_tran_SE499/Chapters/Conclusion.tex (added) * doc/theses/lynn_tran_SE499/Chapters/Demangler.tex (added) * doc/theses/lynn_tran_SE499/Chapters/Extensions.tex (added) * doc/theses/lynn_tran_SE499/Chapters/GDB.tex (added) * doc/theses/lynn_tran_SE499/Chapters/Introduction.tex (added) * doc/theses/lynn_tran_SE499/Chapters/uCPP.tex (added) * doc/theses/lynn_tran_SE499/LICENSE (added) * doc/theses/lynn_tran_SE499/SE499-master.zip (added) * doc/theses/lynn_tran_SE499/SE499-master/.gdbinit (added) * doc/theses/lynn_tran_SE499/SE499-master/README.md (added) * doc/theses/lynn_tran_SE499/SE499-master/test.cc (added) * doc/theses/lynn_tran_SE499/SE499-master/utils-gdb.gdb (added) * doc/theses/lynn_tran_SE499/SE499-master/utils-gdb.py (added) * doc/theses/lynn_tran_SE499/SE499-master/utils.cpp (added) * doc/theses/lynn_tran_SE499/Thesis.cls (added) * doc/theses/lynn_tran_SE499/lstpatch.sty (added) * doc/theses/lynn_tran_SE499/se499-report.tex (added) * doc/theses/lynn_tran_SE499/uContext_stack.png (added) * doc/theses/lynn_tran_SE499/vector.sty (added) * doc/theses/rob_schluntz_MMath/.gitignore (moved) * doc/theses/rob_schluntz_MMath/Makefile (moved) * doc/theses/rob_schluntz_MMath/cfa-format.tex (moved) * doc/theses/rob_schluntz_MMath/conclusions.tex (moved) * doc/theses/rob_schluntz_MMath/ctordtor.tex (moved) * doc/theses/rob_schluntz_MMath/examples/conclusions/dtor.c (moved) * doc/theses/rob_schluntz_MMath/examples/conclusions/except.c (moved) * doc/theses/rob_schluntz_MMath/examples/conclusions/except.cc (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/array_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/copy_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/cv_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/enum_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/expr_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/global_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/hide_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/member.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/placement_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/return_dtor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/static_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/union_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/intro/FileOutputStream.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/compound_lit.c (moved) * doc/theses/rob_schluntz_MMath/examples/intro/designation.c (moved) * doc/theses/rob_schluntz_MMath/examples/intro/ignore.c (moved) * doc/theses/rob_schluntz_MMath/examples/intro/ires.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/res.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/res1.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/res2.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/res3.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/tuple.cc (moved) * doc/theses/rob_schluntz_MMath/examples/intro/variadic.java (moved) * doc/theses/rob_schluntz_MMath/examples/malloc.cc (moved) * doc/theses/rob_schluntz_MMath/examples/nested.c (moved) * doc/theses/rob_schluntz_MMath/examples/poly.c (moved) * doc/theses/rob_schluntz_MMath/examples/scope_guard.h (moved) * doc/theses/rob_schluntz_MMath/examples/test_scoped_guard.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/assign.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/cast.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/mrv.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/mrv_1.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/mrv_2.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/mrv_3.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/named.c (moved) * doc/theses/rob_schluntz_MMath/examples/variadic/new.c (moved) * doc/theses/rob_schluntz_MMath/examples/variadic/print.c (moved) * doc/theses/rob_schluntz_MMath/examples/variadic/sum1.c (moved) * doc/theses/rob_schluntz_MMath/examples/variadic/sum2.c (moved) * doc/theses/rob_schluntz_MMath/intro.tex (moved) * doc/theses/rob_schluntz_MMath/thesis-frontpgs.tex (moved) * doc/theses/rob_schluntz_MMath/thesis.bib (moved) * doc/theses/rob_schluntz_MMath/thesis.tex (moved) * doc/theses/rob_schluntz_MMath/tuples.tex (moved) * doc/theses/rob_schluntz_MMath/variadic.tex (moved) * doc/theses/thierry_delisle_MMath/.gitignore (moved) * doc/theses/thierry_delisle_MMath/Makefile (moved) * doc/theses/thierry_delisle_MMath/annex/glossary.tex (moved) * doc/theses/thierry_delisle_MMath/annex/local.bib (moved) * doc/theses/thierry_delisle_MMath/figures/dependency.fig (moved) * doc/theses/thierry_delisle_MMath/figures/ext_monitor.fig (moved) * doc/theses/thierry_delisle_MMath/figures/int_monitor.fig (moved) * doc/theses/thierry_delisle_MMath/figures/monitor.fig (moved) * doc/theses/thierry_delisle_MMath/figures/monitor_structs.fig (moved) * doc/theses/thierry_delisle_MMath/figures/system.fig (moved) * doc/theses/thierry_delisle_MMath/notes/cor-thread-traits.c (moved) * doc/theses/thierry_delisle_MMath/notes/lit-review.md (moved) * doc/theses/thierry_delisle_MMath/notes/notes.md (moved) * doc/theses/thierry_delisle_MMath/style/cfa-format.tex (moved) * doc/theses/thierry_delisle_MMath/style/style.tex (moved) * doc/theses/thierry_delisle_MMath/text/basics.tex (moved) * doc/theses/thierry_delisle_MMath/text/cforall.tex (moved) * doc/theses/thierry_delisle_MMath/text/concurrency.tex (moved) * doc/theses/thierry_delisle_MMath/text/frontpgs.tex (moved) * doc/theses/thierry_delisle_MMath/text/future.tex (moved) * doc/theses/thierry_delisle_MMath/text/internals.tex (moved) * doc/theses/thierry_delisle_MMath/text/intro.tex (moved) * doc/theses/thierry_delisle_MMath/text/parallelism.tex (moved) * doc/theses/thierry_delisle_MMath/text/results.tex (moved) * doc/theses/thierry_delisle_MMath/text/together.tex (moved) * doc/theses/thierry_delisle_MMath/thePlan.md (moved) * doc/theses/thierry_delisle_MMath/thesis.tex (moved) * doc/theses/thierry_delisle_MMath/version (moved) * doc/theses/thierry_delisle_MMath/version.sh (moved) * doc/user/Makefile (modified) * doc/user/user.tex (modified) * doc/working/exception/impl/Makefile (added) * doc/working/exception/impl/exception.c (modified) * doc/working/exception/impl/pdc.s (added) * doc/working/exception/impl/pic.s (added) * doc/working/exception/impl/test.c (added) * driver/Makefile.am (modified) * driver/Makefile.in (modified) * driver/as.cc (modified) * driver/cc1.cc (modified) * driver/cfa.cc (modified) * examples/ArrayN.c (modified) * examples/gc_no_raii/src/internal/collector.c (modified) * examples/gc_no_raii/src/internal/state.h (modified) * examples/gc_no_raii/src/tools/print.h (modified) * examples/multicore.c (modified) * examples/prolog.c (modified) * examples/quad.c (modified) * examples/square.c (modified) * examples/twice.c (modified) * examples/wrapper/src/main.c (modified) * examples/wrapper/src/pointer.h (modified) * examples/zero_one.c (modified) * libcfa/Makefile.am (modified) * libcfa/Makefile.in (modified) * libcfa/aclocal.m4 (modified) * libcfa/automake/libtool.m4 (added) * libcfa/automake/ltmain.sh (added) * libcfa/automake/ltoptions.m4 (added) * libcfa/automake/ltsugar.m4 (added) * libcfa/automake/ltversion.m4 (added) * libcfa/automake/lt~obsolete.m4 (added) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/prelude/prelude-gen.cc (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/bits/locks.hfa (modified) * libcfa/src/concurrency/CtxSwitch-arm.S (moved) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/invoke.c (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/exception.c (modified) * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) * libcfa/src/gmp.hfa (modified) * libcfa/src/heap.cfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * libcfa/src/iterator.cfa (modified) * libcfa/src/rational.cfa (modified) * libcfa/src/rational.hfa (modified) * libcfa/src/stdlib.hfa (modified) * libcfa/src/time.cfa (modified) * libcfa/src/time.hfa (modified) * src/CodeTools/ResolvProtoDump.cc (added) * src/CodeTools/ResolvProtoDump.h (added) * src/CodeTools/module.mk (modified) * src/Common/FilterCombos.h (added) * src/Common/utility.h (modified) * src/CompilationState.cc (modified) * src/CompilationState.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/LinkageSpec.cc (modified) * src/Parser/LinkageSpec.h (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/TypeData.h (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/Alternative.cc (modified) * src/ResolvExpr/Alternative.h (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/AlternativeFinder.h (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/Cost.h (modified) * src/ResolvExpr/ResolvMode.h (added) * src/ResolvExpr/ResolveAssertions.cc (added) * src/ResolvExpr/ResolveAssertions.h (added) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/SpecCost.cc (added) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/module.mk (modified) * src/ResolvExpr/typeops.h (modified) * src/SymTab/Demangle.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Mangler.h (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/Constant.cc (modified) * src/SynTree/Constant.h (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/FunctionType.cc (modified) * src/SynTree/ObjectDecl.cc (modified) * src/SynTree/ReferenceToType.cc (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) * src/SynTree/TypeofType.cc (modified) * src/Tuples/Explode.h (modified) * src/Tuples/TupleAssignment.cc (modified) * src/cfa.make (modified) * src/config.h.in (modified) * src/main.cc (modified) * tests/.expect/alloc-ERROR.txt (modified) * tests/.expect/castError.txt (modified) * tests/.expect/completeTypeError.txt (modified) * tests/.expect/declarationErrors.txt (modified) * tests/.expect/forctrl.txt (deleted) * tests/.expect/heap.txt (deleted) * tests/.expect/loopctrl.txt (added) * tests/.expect/nested-types-ERR1.txt (modified) * tests/.expect/nested-types-ERR2.txt (modified) * tests/.expect/quotedKeyword.txt (moved) * tests/.expect/scopeErrors.txt (modified) * tests/.expect/typedefRedef-ERR1.txt (modified) * tests/.expect/user_literals.txt (deleted) * tests/.expect/with-statement.txt (deleted) * tests/KRfunctions.cfa (moved) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/abort.cfa (added) * tests/abs.cfa (moved) * tests/alloc.cfa (moved) * tests/array.cfa (moved) * tests/ato.cfa (moved) * tests/attributes.cfa (moved) * tests/avltree/avl-private.cfa (moved) * tests/avltree/avl0.cfa (moved) * tests/avltree/avl1.cfa (moved) * tests/avltree/avl2.cfa (moved) * tests/avltree/avl3.cfa (moved) * tests/avltree/avl4.cfa (moved) * tests/avltree/avl_test.cfa (moved) * tests/builtins/sync.cfa (moved) * tests/cast.cfa (moved) * tests/castError.cfa (moved) * tests/commentMisc.cfa (moved) * tests/completeTypeError.cfa (moved) * tests/complex.cfa (moved) * tests/concurrent/coroutineYield.cfa (moved) * tests/concurrent/examples/boundedBufferEXT.cfa (moved) * tests/concurrent/examples/boundedBufferINT.cfa (moved) * tests/concurrent/examples/datingService.cfa (moved) * tests/concurrent/examples/matrixSum.cfa (moved) * tests/concurrent/examples/quickSort.cfa (moved) * tests/concurrent/monitor.cfa (moved) * tests/concurrent/multi-monitor.cfa (moved) * tests/concurrent/preempt.cfa (moved) * tests/concurrent/signal/block.cfa (moved) * tests/concurrent/signal/disjoint.cfa (moved) * tests/concurrent/signal/wait.cfa (moved) * tests/concurrent/thread.cfa (moved) * tests/concurrent/waitfor/barge.cfa (moved) * tests/concurrent/waitfor/dtor.cfa (moved) * tests/concurrent/waitfor/else.cfa (moved) * tests/concurrent/waitfor/parse.cfa (moved) * tests/concurrent/waitfor/parse2.cfa (moved) * tests/concurrent/waitfor/recurse.cfa (moved) * tests/concurrent/waitfor/simple.cfa (moved) * tests/concurrent/waitfor/statment.cfa (moved) * tests/concurrent/waitfor/when.cfa (moved) * tests/context.cfa (moved) * tests/coroutine/.expect/fmtLines.txt (modified) * tests/coroutine/.in/fmtLines.txt (modified) * tests/coroutine/fibonacci.cfa (moved) * tests/coroutine/fibonacci_1.cfa (moved) * tests/coroutine/fmtLines.cfa (moved) * tests/coroutine/pingpong.cfa (moved) * tests/coroutine/prodcons.cfa (moved) * tests/coroutine/runningTotal.cfa (moved) * tests/counter.cfa (moved) * tests/declarationErrors.cfa (moved) * tests/declarationSpecifier.cfa (moved) * tests/designations.cfa (moved) * tests/div.cfa (moved) * tests/enum.cfa (moved) * tests/except-0.cfa (moved) * tests/except-1.cfa (moved) * tests/except-2.cfa (moved) * tests/except-3.cfa (moved) * tests/except-mac.hfa (moved) * tests/expression.cfa (moved) * tests/extension.cfa (moved) * tests/fallthrough.c (deleted) * tests/fallthrough.cfa (added) * tests/forall.cfa (moved) * tests/forctrl.c (deleted) * tests/fstream_test.cfa (moved) * tests/function-operator.cfa (moved) * tests/functions.cfa (moved) * tests/gccExtensions.cfa (moved) * tests/genericUnion.c (deleted) * tests/genericUnion.cfa (added) * tests/gmp.cfa (moved) * tests/heap.cfa (moved) * tests/hello.c (deleted) * tests/hello.cfa (added) * tests/identFuncDeclarator.cfa (moved) * tests/identParamDeclarator.cfa (moved) * tests/identity.c (deleted) * tests/identity.cfa (added) * tests/ifwhileCtl.cfa (moved) * tests/io1.c (deleted) * tests/io1.cfa (added) * tests/io2.c (deleted) * tests/io2.cfa (added) * tests/labelledExit.cfa (moved) * tests/limits.cfa (moved) * tests/literals.cfa (moved) * tests/long_tests.hfa (moved) * tests/loopctrl.cfa (added) * tests/math1.cfa (moved) * tests/math2.c (deleted) * tests/math2.cfa (added) * tests/math3.cfa (moved) * tests/math4.cfa (moved) * tests/maybe.cfa (moved) * tests/minmax.cfa (moved) * tests/namedParmArg.cfa (moved) * tests/nested-types.cfa (moved) * tests/numericConstants.cfa (moved) * tests/occursError.cfa (moved) * tests/operators.cfa (moved) * tests/polymorphism.cfa (moved) * tests/preempt_longrun/Makefile.am (modified) * tests/preempt_longrun/Makefile.in (modified) * tests/preempt_longrun/create.c (modified) * tests/preempt_longrun/enter3.c (modified) * tests/preempt_longrun/processor.c (modified) * tests/preempt_longrun/yield.c (modified) * tests/pybin/print-core.gdb (added) * tests/pybin/tools.py (modified) * tests/quotedKeyword.cfa (moved) * tests/raii/.expect/ctor-autogen-ERR1.txt (modified) * tests/raii/.expect/dtor-early-exit-ERR1.txt (modified) * tests/raii/.expect/dtor-early-exit-ERR2.txt (modified) * tests/raii/.expect/memberCtors-ERR1.txt (modified) * tests/raii/ctor-autogen.cfa (moved) * tests/raii/dtor-early-exit.cfa (moved) * tests/raii/globals.cfa (moved) * tests/raii/init_once.cfa (moved) * tests/raii/memberCtors.cfa (moved) * tests/raii/multiDimension.cfa (moved) * tests/random.cfa (moved) * tests/rational.cfa (moved) * tests/references.c (deleted) * tests/references.cfa (added) * tests/result.cfa (moved) * tests/scope.cfa (moved) * tests/scopeErrors.cfa (moved) * tests/searchsort.cfa (moved) * tests/shortCircuit.c (deleted) * tests/shortCircuit.cfa (added) * tests/simpleGenericTriple.cfa (moved) * tests/stdincludes.cfa (moved) * tests/structMember.cfa (moved) * tests/subrange.cfa (moved) * tests/sum.cfa (moved) * tests/swap.cfa (moved) * tests/switch.cfa (moved) * tests/test.py (modified) * tests/time.c (deleted) * tests/time.cfa (added) * tests/tuple/tupleAssign.cfa (moved) * tests/tuple/tupleCast.cfa (moved) * tests/tuple/tupleFunction.cfa (moved) * tests/tuple/tupleMember.cfa (moved) * tests/tuple/tuplePolymorphism.cfa (moved) * tests/tuple/tupleVariadic.cfa (moved) * tests/tuple/tuples.cfa (moved) * tests/typeGenerator.cfa (moved) * tests/typedef.cfa (moved) * tests/typedefDeclarator.cfa (moved) * tests/typedefRedef.cfa (moved) * tests/typeof.cfa (moved) * tests/userLiterals.cfa (moved) * tests/variableDeclarator.cfa (moved) * tests/vector.cfa (moved) * tests/virtualCast.cfa (moved) * tests/voidPtr.cfa (moved) * tests/warnings/.expect/self-assignment.txt (modified) * tests/warnings/self-assignment.cfa (moved) * tests/with-statement.c (deleted) * tests/withStatement.cfa (added) * tools/Makefile.am (modified) * tools/Makefile.in (modified) * tools/cfa.nanorc (modified) * tools/prettyprinter/Makefile.am (modified) * tools/prettyprinter/Makefile.in (modified) Merge branch 'master' into cleanup-dtors Tue, 25 Sep 2018 20:43:25 GMT Thierry Delisle [c6bbcdb] * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * tests/Makefile.in (modified) Fixed shared library version number Tue, 25 Sep 2018 15:35:34 GMT Thierry Delisle [6d44da1] * .gitignore (modified) * Jenkinsfile (modified) * automake/cfa.m4 (modified) * benchmark/Makefile.am (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * doc/bibliography/pl.bib (modified) * doc/papers/general/Paper.tex (modified) * doc/theses/aaron_moss_PhD/comp_II/.gitignore (moved) * doc/theses/aaron_moss_PhD/comp_II/Efficient Type Resolution in Cforall.pptx (moved) * doc/theses/aaron_moss_PhD/comp_II/Makefile (moved) * doc/theses/aaron_moss_PhD/comp_II/comp_II.tex (moved) * doc/theses/aaron_moss_PhD/comp_II/conversion_dag.eps (moved) * doc/theses/aaron_moss_PhD/comp_II/conversion_dag.odg (moved) * doc/theses/aaron_moss_PhD/comp_II/conversion_dag.png (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag.eps (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag.odg (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag.png (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag2.odg (moved) * doc/theses/aaron_moss_PhD/comp_II/resolution_dag2.png (moved) * doc/theses/aaron_moss_PhD/phd/.gitignore (added) * doc/theses/aaron_moss_PhD/phd/Makefile (added) * doc/theses/aaron_moss_PhD/phd/background.tex (added) * doc/theses/aaron_moss_PhD/phd/cfa-macros.tex (added) * doc/theses/aaron_moss_PhD/phd/conclusion.tex (added) * doc/theses/aaron_moss_PhD/phd/frontpgs.tex (added) * doc/theses/aaron_moss_PhD/phd/generic-types.tex (added) * doc/theses/aaron_moss_PhD/phd/introduction.tex (added) * doc/theses/aaron_moss_PhD/phd/macros.tex (added) * doc/theses/aaron_moss_PhD/phd/resolution-heuristics.tex (added) * doc/theses/aaron_moss_PhD/phd/thesis.tex (added) * doc/theses/aaron_moss_PhD/phd/type-environment.tex (added) * doc/theses/rob_schluntz_MMath/.gitignore (moved) * doc/theses/rob_schluntz_MMath/Makefile (moved) * doc/theses/rob_schluntz_MMath/cfa-format.tex (moved) * doc/theses/rob_schluntz_MMath/conclusions.tex (moved) * doc/theses/rob_schluntz_MMath/ctordtor.tex (moved) * doc/theses/rob_schluntz_MMath/examples/conclusions/dtor.c (moved) * doc/theses/rob_schluntz_MMath/examples/conclusions/except.c (moved) * doc/theses/rob_schluntz_MMath/examples/conclusions/except.cc (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/array_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/copy_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/cv_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/enum_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/expr_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/global_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/hide_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/member.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/placement_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/return_dtor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/static_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/ctor/union_ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/intro/FileOutputStream.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/compound_lit.c (moved) * doc/theses/rob_schluntz_MMath/examples/intro/designation.c (moved) * doc/theses/rob_schluntz_MMath/examples/intro/ignore.c (moved) * doc/theses/rob_schluntz_MMath/examples/intro/ires.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/res.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/res1.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/res2.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/res3.java (moved) * doc/theses/rob_schluntz_MMath/examples/intro/tuple.cc (moved) * doc/theses/rob_schluntz_MMath/examples/intro/variadic.java (moved) * doc/theses/rob_schluntz_MMath/examples/malloc.cc (moved) * doc/theses/rob_schluntz_MMath/examples/nested.c (moved) * doc/theses/rob_schluntz_MMath/examples/poly.c (moved) * doc/theses/rob_schluntz_MMath/examples/scope_guard.h (moved) * doc/theses/rob_schluntz_MMath/examples/test_scoped_guard.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/assign.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/cast.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/ctor.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/mrv.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/mrv_1.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/mrv_2.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/mrv_3.c (moved) * doc/theses/rob_schluntz_MMath/examples/tuples/named.c (moved) * doc/theses/rob_schluntz_MMath/examples/variadic/new.c (moved) * doc/theses/rob_schluntz_MMath/examples/variadic/print.c (moved) * doc/theses/rob_schluntz_MMath/examples/variadic/sum1.c (moved) * doc/theses/rob_schluntz_MMath/examples/variadic/sum2.c (moved) * doc/theses/rob_schluntz_MMath/intro.tex (moved) * doc/theses/rob_schluntz_MMath/thesis-frontpgs.tex (moved) * doc/theses/rob_schluntz_MMath/thesis.bib (moved) * doc/theses/rob_schluntz_MMath/thesis.tex (moved) * doc/theses/rob_schluntz_MMath/tuples.tex (moved) * doc/theses/rob_schluntz_MMath/variadic.tex (moved) * doc/theses/thierry_delisle_MMath/.gitignore (moved) * doc/theses/thierry_delisle_MMath/Makefile (moved) * doc/theses/thierry_delisle_MMath/annex/glossary.tex (moved) * doc/theses/thierry_delisle_MMath/annex/local.bib (moved) * doc/theses/thierry_delisle_MMath/figures/dependency.fig (moved) * doc/theses/thierry_delisle_MMath/figures/ext_monitor.fig (moved) * doc/theses/thierry_delisle_MMath/figures/int_monitor.fig (moved) * doc/theses/thierry_delisle_MMath/figures/monitor.fig (moved) * doc/theses/thierry_delisle_MMath/figures/monitor_structs.fig (moved) * doc/theses/thierry_delisle_MMath/figures/system.fig (moved) * doc/theses/thierry_delisle_MMath/notes/cor-thread-traits.c (moved) * doc/theses/thierry_delisle_MMath/notes/lit-review.md (moved) * doc/theses/thierry_delisle_MMath/notes/notes.md (moved) * doc/theses/thierry_delisle_MMath/style/cfa-format.tex (moved) * doc/theses/thierry_delisle_MMath/style/style.tex (moved) * doc/theses/thierry_delisle_MMath/text/basics.tex (moved) * doc/theses/thierry_delisle_MMath/text/cforall.tex (moved) * doc/theses/thierry_delisle_MMath/text/concurrency.tex (moved) * doc/theses/thierry_delisle_MMath/text/frontpgs.tex (moved) * doc/theses/thierry_delisle_MMath/text/future.tex (moved) * doc/theses/thierry_delisle_MMath/text/internals.tex (moved) * doc/theses/thierry_delisle_MMath/text/intro.tex (moved) * doc/theses/thierry_delisle_MMath/text/parallelism.tex (moved) * doc/theses/thierry_delisle_MMath/text/results.tex (moved) * doc/theses/thierry_delisle_MMath/text/together.tex (moved) * doc/theses/thierry_delisle_MMath/thePlan.md (moved) * doc/theses/thierry_delisle_MMath/thesis.tex (moved) * doc/theses/thierry_delisle_MMath/version (moved) * doc/theses/thierry_delisle_MMath/version.sh (moved) * doc/user/user.tex (modified) * driver/as.cc (modified) * driver/cc1.cc (modified) * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/prelude/prelude-gen.cc (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/heap.cfa (modified) * src/CodeTools/ResolvProtoDump.cc (added) * src/CodeTools/ResolvProtoDump.h (added) * src/CodeTools/module.mk (modified) * src/CompilationState.cc (modified) * src/CompilationState.h (modified) * src/GenPoly/ScrubTyVars.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/LinkageSpec.cc (modified) * src/Parser/LinkageSpec.h (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/Resolver.h (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/SymTab/Demangle.cc (added) * src/SymTab/Mangler.cc (modified) * src/SymTab/Mangler.h (modified) * src/SymTab/ManglerCommon.cc (added) * src/SymTab/Validate.cc (modified) * src/SymTab/demangler.cc (added) * src/SymTab/module.mk (modified) * src/SynTree/Declaration.h (modified) * src/cfa.make (modified) * src/main.cc (modified) * tests/.expect/KRfunctions.x64.txt (modified) * tests/.expect/KRfunctions.x86.txt (modified) * tests/.expect/attributes.x64.txt (modified) * tests/.expect/attributes.x86.txt (modified) * tests/.expect/declarationSpecifier.x64.txt (modified) * tests/.expect/declarationSpecifier.x86.txt (modified) * tests/.expect/extension.x64.txt (modified) * tests/.expect/extension.x86.txt (modified) * tests/.expect/forctrl.txt (modified) * tests/.expect/functions.x64.txt (modified) * tests/.expect/functions.x86.txt (modified) * tests/.expect/gccExtensions.x64.txt (modified) * tests/.expect/gccExtensions.x86.txt (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/coroutine/fibonacci.c (modified) * tests/coroutine/fibonacci_1.c (added) * tests/coroutine/pingpong.c (modified) * tests/coroutine/prodcons.c (modified) * tests/forctrl.c (modified) * tests/gmp.c (modified) * tests/test.py (modified) * tools/cfa.nanorc (modified) Merge branch 'master' into shared_library Fri, 21 Sep 2018 20:09:32 GMT Thierry Delisle [e523b07] * .gitignore (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/prelude/prelude-gen.cc (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * src/main.cc (modified) Implemented the nolib configuration Tue, 18 Sep 2018 20:23:45 GMT Thierry Delisle [a9fb796] * benchmark/Makefile.in (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * src/cfa.make (modified) Fixed libcfa dependencies Thu, 06 Sep 2018 14:44:46 GMT Rob Schluntz [b867278] * libcfa/prelude/builtins.c (modified) Move __Destructor to beginning of builtins.c Wed, 29 Aug 2018 19:39:12 GMT Rob Schluntz [a715b5c] * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) Merge branch 'master' into cleanup-dtors Wed, 29 Aug 2018 19:39:05 GMT Rob Schluntz [42655e8] * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) Temporarily revert to using gcc for preprocessing builtins.c and add ... Wed, 29 Aug 2018 19:23:55 GMT Rob Schluntz [f8b69da7] * doc/theses/aaron_moss/phd/.gitignore (modified) * doc/theses/aaron_moss/phd/Makefile (modified) * doc/theses/aaron_moss/phd/aaron-thesis.bib (modified) * doc/theses/aaron_moss/phd/background.tex (modified) * doc/theses/aaron_moss/phd/frontpgs.tex (modified) * doc/theses/aaron_moss/phd/generic-types.tex (modified) * doc/theses/aaron_moss/phd/introduction.tex (modified) * doc/theses/aaron_moss/phd/macros.tex (modified) * doc/theses/aaron_moss/phd/resolution-heuristics.tex (modified) * doc/theses/aaron_moss/phd/type-environment.tex (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * src/GenPoly/Lvalue.cc (modified) * src/Parser/parser.yy (modified) * src/Virtual/ExpandCasts.cc (modified) Merge branch 'master' into cleanup-dtors Wed, 29 Aug 2018 19:17:41 GMT Rob Schluntz [0720749b] * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) Use cfa to preprocess builtins.c Mon, 27 Aug 2018 21:53:28 GMT Rob Schluntz [b7c89aa] * libcfa/prelude/builtins.c (modified) Check for non-null object and dtor in __Destructor Mon, 27 Aug 2018 20:40:34 GMT Rob Schluntz [90152a4] * .autom4te.cfg (added) * .gitignore (modified) * Jenkins/FullBuild (modified) * Jenkins/TestRegen (modified) * Jenkinsfile (modified) * Makefile.am (modified) * Makefile.in (modified) * README (modified) * aclocal.m4 (modified) * automake/cfa.m4 (added) * automake/compile (modified) * automake/config.guess (modified) * automake/config.sub (modified) * automake/depcomp (modified) * automake/install-sh (modified) * automake/missing (modified) * automake/test-driver (modified) * automake/ylwrap (modified) * benchmark/Makefile.am (added) * benchmark/Makefile.in (added) * benchmark/Monitor.c (added) * benchmark/bench.h (added) * benchmark/compile/empty.c (moved) * benchmark/creation/JavaThread.java (moved) * benchmark/creation/cfa_cor.c (added) * benchmark/creation/cfa_thrd.c (added) * benchmark/creation/goroutine.go (moved) * benchmark/creation/pthreads.c (moved) * benchmark/creation/upp_cor.cc (moved) * benchmark/creation/upp_thrd.cc (moved) * benchmark/ctxswitch/JavaThread.java (moved) * benchmark/ctxswitch/cfa_cor.c (added) * benchmark/ctxswitch/cfa_thrd.c (added) * benchmark/ctxswitch/cfa_thrd2.c (added) * benchmark/ctxswitch/goroutine.go (moved) * benchmark/ctxswitch/kos_fibre.cpp (added) * benchmark/ctxswitch/kos_fibre2.cpp (added) * benchmark/ctxswitch/pthreads.c (moved) * benchmark/ctxswitch/upp_cor.cc (moved) * benchmark/ctxswitch/upp_thrd.cc (moved) * benchmark/fetch_add.c (moved) * benchmark/function.c (added) * benchmark/interrupt_linux.c (moved) * benchmark/loop.c (added) * benchmark/mutex/JavaThread.java (moved) * benchmark/mutex/cfa1.c (added) * benchmark/mutex/cfa2.c (added) * benchmark/mutex/cfa4.c (added) * benchmark/mutex/pthreads.c (moved) * benchmark/mutex/upp.cc (moved) * benchmark/schedext/cfa1.c (added) * benchmark/schedext/cfa2.c (added) * benchmark/schedext/cfa4.c (added) * benchmark/schedext/upp.cc (moved) * benchmark/schedint/JavaThread.java (moved) * benchmark/schedint/cfa1.c (added) * benchmark/schedint/cfa2.c (added) * benchmark/schedint/cfa4.c (added) * benchmark/schedint/pthreads.c (added) * benchmark/schedint/upp.cc (moved) * config.h.in (deleted) * configure (modified) * configure.ac (modified) * doc/LaTeXmacros/common.tex (modified) * doc/LaTeXmacros/lstlang.sty (modified) * doc/NDA/Aaron_Moss-Rob_Schluntz-Thierry_Delisle.pdf (moved) * doc/NDA/Cover_Letter.pdf (moved) * doc/NDA/Daniel_Caccamo.pdf (moved) * doc/NDA/NDA.pdf (moved) * doc/NDA/Neda_Paryab.pdf (moved) * doc/NDA/Peter_Buhr-30-jul-2014.pdf (moved) * doc/aaron_comp_II/.gitignore (deleted) * doc/aaron_comp_II/Makefile (deleted) * doc/aaron_comp_II/comp_II.tex (deleted) * doc/bibliography/cfa.bib (deleted) * doc/bibliography/pl.bib (added) * doc/generic_types/.gitignore (deleted) * doc/generic_types/Makefile (deleted) * doc/generic_types/evaluation/timing.gp (deleted) * doc/generic_types/generic_types.tex (deleted) * doc/papers/AMA/AMA-stix-1510051231000.zip (added) * doc/papers/AMA/AMA-stix/Documents/.log (added) * doc/papers/AMA/AMA-stix/Documents/README.txt (added) * doc/papers/AMA/AMA-stix/Documents/wileyNJD-Doc.pdf (added) * doc/papers/AMA/AMA-stix/Documents/wileyNJD-Doc.tex (added) * doc/papers/AMA/AMA-stix/Stix-fonts/STIXGeneral-Bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/STIXGeneral-BoldItalic.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/STIXGeneral-Italic.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/STIXGeneral-Regular.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/Windows-Stix-fontinstaller.exe (added) * doc/papers/AMA/AMA-stix/Stix-fonts/a_axxd65.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stix.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stixbb.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stixfrak.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stixscr.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls1stixsf.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls2stix.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls2stixcal.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls2stixex.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ls2stixtt.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ly1sti.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral-bolditalic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral-italic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneral.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc-bold.vf (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1-stixgeneralsc.vf (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot1stix.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral-bolditalic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral-italic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneral.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc-bold.vf (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2-stixgeneralsc.vf (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ot2stix.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra1.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra1.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra2.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra2.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra3.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-extra3.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbb-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbb-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbb.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbb.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbbit-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbbit-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbbit.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathbbit.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathcal-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathcal-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathcal.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathcal.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathex-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathex-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathex.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathex.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathfrak-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathfrak-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathfrak.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathfrak.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathit-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathit-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathit.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathit.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathrm-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathrm-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathrm.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathrm.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathscr-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathscr-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathscr.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathscr.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsf-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsf-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsf.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsf.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsfit-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsfit-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsfit.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathsfit.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathtt-bold.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathtt-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathtt.pfb (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-mathtt.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-ot1.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-ot2.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-t1.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix-ts1.enc (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix.dtx (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix.fdd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix.map (added) * doc/papers/AMA/AMA-stix/Stix-fonts/stix.sty (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneral-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneral-bolditalic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneral-italic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneral.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc-bold.vf (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1-stixgeneralsc.vf (added) * doc/papers/AMA/AMA-stix/Stix-fonts/t1stix.fd (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral-bold.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral-bolditalic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral-italic.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1-stixgeneral.tfm (added) * doc/papers/AMA/AMA-stix/Stix-fonts/ts1stix.fd (added) * doc/papers/AMA/AMA-stix/ama/NJDnatbib.sty (added) * doc/papers/AMA/AMA-stix/ama/WileyNJD-AMA.bst (added) * doc/papers/AMA/AMA-stix/ama/WileyNJD-AMA.bst.orig (added) * doc/papers/AMA/AMA-stix/ama/WileyNJD-v2.cls (added) * doc/papers/AMA/AMA-stix/ama/empty.eps (added) * doc/papers/AMA/AMA-stix/ama/empty.pdf (added) * doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.bbl (added) * doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.bib (added) * doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.pdf (added) * doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.tex (added) * doc/papers/OOPSLA17/.gitignore (added) * doc/papers/OOPSLA17/ACM-Reference-Format.bst (moved) * doc/papers/OOPSLA17/Makefile (added) * doc/papers/OOPSLA17/acmart-pacmpl-template.tex (moved) * doc/papers/OOPSLA17/acmart.cls (moved) * doc/papers/OOPSLA17/evaluation/.gitignore (moved) * doc/papers/OOPSLA17/evaluation/Makefile (moved) * doc/papers/OOPSLA17/evaluation/bench.h (moved) * doc/papers/OOPSLA17/evaluation/bench.hpp (moved) * doc/papers/OOPSLA17/evaluation/c-bench.c (moved) * doc/papers/OOPSLA17/evaluation/c-pair.c (moved) * doc/papers/OOPSLA17/evaluation/c-pair.h (moved) * doc/papers/OOPSLA17/evaluation/c-print.c (moved) * doc/papers/OOPSLA17/evaluation/c-print.h (moved) * doc/papers/OOPSLA17/evaluation/c-stack.c (moved) * doc/papers/OOPSLA17/evaluation/c-stack.h (moved) * doc/papers/OOPSLA17/evaluation/cfa-bench.c (moved) * doc/papers/OOPSLA17/evaluation/cfa-pair.c (moved) * doc/papers/OOPSLA17/evaluation/cfa-pair.h (moved) * doc/papers/OOPSLA17/evaluation/cfa-print.c (moved) * doc/papers/OOPSLA17/evaluation/cfa-print.h (moved) * doc/papers/OOPSLA17/evaluation/cfa-stack.c (moved) * doc/papers/OOPSLA17/evaluation/cfa-stack.h (moved) * doc/papers/OOPSLA17/evaluation/cpp-bench.cpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-pair.hpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-print.hpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-stack.hpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-vbench.cpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-vprint.hpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-vstack.cpp (moved) * doc/papers/OOPSLA17/evaluation/cpp-vstack.hpp (moved) * doc/papers/OOPSLA17/evaluation/object.hpp (moved) * doc/papers/OOPSLA17/evaluation/timing.dat (moved) * doc/papers/OOPSLA17/evaluation/timing.gp (added) * doc/papers/OOPSLA17/evaluation/timing.xlsx (moved) * doc/papers/OOPSLA17/generic_types.tex (added) * doc/papers/OOPSLA17/mail (moved) * doc/papers/OOPSLA17/refereeReport.txt (moved) * doc/papers/concurrency/.gitignore (added) * doc/papers/concurrency/Makefile (added) * doc/papers/concurrency/Paper.tex (added) * doc/papers/concurrency/annex/local.bib (added) * doc/papers/concurrency/figures/RunTimeStructure.fig (added) * doc/papers/concurrency/figures/dependency.fig (moved) * doc/papers/concurrency/figures/ext_monitor.fig (added) * doc/papers/concurrency/figures/int_monitor.fig (moved) * doc/papers/concurrency/figures/monitor.fig (added) * doc/papers/concurrency/figures/monitor_structs.fig (moved) * doc/papers/concurrency/figures/system.fig (added) * doc/papers/concurrency/mail (added) * doc/papers/general/.gitignore (added) * doc/papers/general/Makefile (added) * doc/papers/general/Paper.tex (added) * doc/papers/general/evaluation/.gitignore (added) * doc/papers/general/evaluation/Makefile (added) * doc/papers/general/evaluation/bench.h (added) * doc/papers/general/evaluation/bench.hpp (added) * doc/papers/general/evaluation/c-bench.c (added) * doc/papers/general/evaluation/c-pair.c (added) * doc/papers/general/evaluation/c-pair.h (added) * doc/papers/general/evaluation/c-print.c (added) * doc/papers/general/evaluation/c-print.h (added) * doc/papers/general/evaluation/c-stack.c (added) * doc/papers/general/evaluation/c-stack.h (added) * doc/papers/general/evaluation/cfa-bench.c (added) * doc/papers/general/evaluation/cfa-pair.c (added) * doc/papers/general/evaluation/cfa-pair.h (added) * doc/papers/general/evaluation/cfa-print.c (added) * doc/papers/general/evaluation/cfa-print.h (added) * doc/papers/general/evaluation/cfa-stack.c (added) * doc/papers/general/evaluation/cfa-stack.h (added) * doc/papers/general/evaluation/cpp-bench.cpp (added) * doc/papers/general/evaluation/cpp-pair.hpp (added) * doc/papers/general/evaluation/cpp-print.hpp (added) * doc/papers/general/evaluation/cpp-stack.hpp (added) * doc/papers/general/evaluation/cpp-vbench.cpp (added) * doc/papers/general/evaluation/cpp-vprint.hpp (added) * doc/papers/general/evaluation/cpp-vstack.cpp (added) * doc/papers/general/evaluation/cpp-vstack.hpp (added) * doc/papers/general/evaluation/object.hpp (added) * doc/papers/general/evaluation/timing.dat (added) * doc/papers/general/evaluation/timing.gp (added) * doc/papers/general/evaluation/timing.xlsx (added) * doc/papers/general/fig.tex (added) * doc/papers/general/figures/Cdecl.fig (moved) * doc/papers/general/response (added) * doc/proposals/concurrency/.gitignore (deleted) * doc/proposals/concurrency/Makefile (deleted) * doc/proposals/concurrency/annex/glossary.tex (deleted) * doc/proposals/concurrency/annex/local.bib (deleted) * doc/proposals/concurrency/figures/system.fig (deleted) * doc/proposals/concurrency/text/basics.tex (deleted) * doc/proposals/concurrency/text/cforall.tex (deleted) * doc/proposals/concurrency/text/concurrency.tex (deleted) * doc/proposals/concurrency/text/frontpgs.tex (deleted) * doc/proposals/concurrency/text/future.tex (deleted) * doc/proposals/concurrency/text/internals.tex (deleted) * doc/proposals/concurrency/text/intro.tex (deleted) * doc/proposals/concurrency/text/parallelism.tex (deleted) * doc/proposals/concurrency/text/results.tex (deleted) * doc/proposals/concurrency/text/together.tex (deleted) * doc/proposals/concurrency/thesis.tex (deleted) * doc/proposals/concurrency/version (deleted) * doc/proposals/ctordtor/Makefile (modified) * doc/proposals/ctordtor/ctor.tex (modified) * doc/proposals/tuples/Makefile (modified) * doc/proposals/tuples/tuples.tex (modified) * doc/proposals/user_conversions.md (modified) * doc/refrat/.gitignore (modified) * doc/refrat/Makefile (modified) * doc/refrat/keywords.tex (modified) * doc/refrat/refrat.bib (deleted) * doc/refrat/refrat.tex (modified) * doc/related_papers/Baker82.pdf (moved) * doc/related_papers/Bilson.pdf (moved) * doc/related_papers/Bilson03.pdf (moved) * doc/related_papers/Breuel.pdf (moved) * doc/related_papers/Buhr94.pdf (added) * doc/related_papers/Cormack81.pdf (moved) * doc/related_papers/CormackWright90.pdf (moved) * doc/related_papers/Ditchfield92.pdf (moved) * doc/related_papers/Grossman06.pdf (moved) * doc/related_papers/Jones97.pdf (moved) * doc/related_papers/Laufer92.pdf (moved) * doc/related_papers/Ziegler92.pdf (moved) * doc/related_papers/refrat98.pdf (moved) * doc/rob_thesis/.gitignore (deleted) * doc/rob_thesis/Makefile (deleted) * doc/rob_thesis/intro.tex (deleted) * doc/rob_thesis/thesis.tex (deleted) * doc/theses/aaron_moss/comp_II/.gitignore (added) * doc/theses/aaron_moss/comp_II/Efficient Type Resolution in Cforall.pptx (moved) * doc/theses/aaron_moss/comp_II/Makefile (added) * doc/theses/aaron_moss/comp_II/comp_II.tex (added) * doc/theses/aaron_moss/comp_II/conversion_dag.eps (moved) * doc/theses/aaron_moss/comp_II/conversion_dag.odg (moved) * doc/theses/aaron_moss/comp_II/conversion_dag.png (moved) * doc/theses/aaron_moss/comp_II/resolution_dag.eps (moved) * doc/theses/aaron_moss/comp_II/resolution_dag.odg (moved) * doc/theses/aaron_moss/comp_II/resolution_dag.png (moved) * doc/theses/aaron_moss/comp_II/resolution_dag2.odg (moved) * doc/theses/aaron_moss/comp_II/resolution_dag2.png (moved) * doc/theses/rob_schluntz/.gitignore (added) * doc/theses/rob_schluntz/Makefile (added) * doc/theses/rob_schluntz/cfa-format.tex (moved) * doc/theses/rob_schluntz/conclusions.tex (moved) * doc/theses/rob_schluntz/ctordtor.tex (moved) * doc/theses/rob_schluntz/examples/conclusions/dtor.c (moved) * doc/theses/rob_schluntz/examples/conclusions/except.c (moved) * doc/theses/rob_schluntz/examples/conclusions/except.cc (moved) * doc/theses/rob_schluntz/examples/ctor/array_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/copy_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/cv_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/enum_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/expr_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/global_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/hide_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/member.c (moved) * doc/theses/rob_schluntz/examples/ctor/placement_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/return_dtor.c (moved) * doc/theses/rob_schluntz/examples/ctor/static_ctor.c (moved) * doc/theses/rob_schluntz/examples/ctor/union_ctor.c (moved) * doc/theses/rob_schluntz/examples/intro/FileOutputStream.java (moved) * doc/theses/rob_schluntz/examples/intro/compound_lit.c (moved) * doc/theses/rob_schluntz/examples/intro/designation.c (moved) * doc/theses/rob_schluntz/examples/intro/ignore.c (moved) * doc/theses/rob_schluntz/examples/intro/ires.java (moved) * doc/theses/rob_schluntz/examples/intro/res.java (moved) * doc/theses/rob_schluntz/examples/intro/res1.java (moved) * doc/theses/rob_schluntz/examples/intro/res2.java (moved) * doc/theses/rob_schluntz/examples/intro/res3.java (moved) * doc/theses/rob_schluntz/examples/intro/tuple.cc (moved) * doc/theses/rob_schluntz/examples/intro/variadic.java (moved) * doc/theses/rob_schluntz/examples/malloc.cc (moved) * doc/theses/rob_schluntz/examples/nested.c (moved) * doc/theses/rob_schluntz/examples/poly.c (moved) * doc/theses/rob_schluntz/examples/scope_guard.h (moved) * doc/theses/rob_schluntz/examples/test_scoped_guard.c (moved) * doc/theses/rob_schluntz/examples/tuples/assign.c (moved) * doc/theses/rob_schluntz/examples/tuples/cast.c (moved) * doc/theses/rob_schluntz/examples/tuples/ctor.c (moved) * doc/theses/rob_schluntz/examples/tuples/mrv.c (moved) * doc/theses/rob_schluntz/examples/tuples/mrv_1.c (moved) * doc/theses/rob_schluntz/examples/tuples/mrv_2.c (moved) * doc/theses/rob_schluntz/examples/tuples/mrv_3.c (moved) * doc/theses/rob_schluntz/examples/tuples/named.c (moved) * doc/theses/rob_schluntz/examples/variadic/new.c (moved) * doc/theses/rob_schluntz/examples/variadic/print.c (moved) * doc/theses/rob_schluntz/examples/variadic/sum1.c (moved) * doc/theses/rob_schluntz/examples/variadic/sum2.c (moved) * doc/theses/rob_schluntz/intro.tex (added) * doc/theses/rob_schluntz/thesis-frontpgs.tex (moved) * doc/theses/rob_schluntz/thesis.bib (moved) * doc/theses/rob_schluntz/thesis.tex (added) * doc/theses/rob_schluntz/tuples.tex (moved) * doc/theses/rob_schluntz/variadic.tex (moved) * doc/theses/thierry_delisle/.gitignore (added) * doc/theses/thierry_delisle/Makefile (added) * doc/theses/thierry_delisle/annex/glossary.tex (added) * doc/theses/thierry_delisle/annex/local.bib (added) * doc/theses/thierry_delisle/figures/dependency.fig (added) * doc/theses/thierry_delisle/figures/ext_monitor.fig (moved) * doc/theses/thierry_delisle/figures/int_monitor.fig (added) * doc/theses/thierry_delisle/figures/monitor.fig (moved) * doc/theses/thierry_delisle/figures/monitor_structs.fig (added) * doc/theses/thierry_delisle/figures/system.fig (added) * doc/theses/thierry_delisle/notes/cor-thread-traits.c (moved) * doc/theses/thierry_delisle/notes/lit-review.md (moved) * doc/theses/thierry_delisle/notes/notes.md (moved) * doc/theses/thierry_delisle/style/cfa-format.tex (moved) * doc/theses/thierry_delisle/style/style.tex (moved) * doc/theses/thierry_delisle/text/basics.tex (added) * doc/theses/thierry_delisle/text/cforall.tex (added) * doc/theses/thierry_delisle/text/concurrency.tex (added) * doc/theses/thierry_delisle/text/frontpgs.tex (added) * doc/theses/thierry_delisle/text/future.tex (added) * doc/theses/thierry_delisle/text/internals.tex (added) * doc/theses/thierry_delisle/text/intro.tex (added) * doc/theses/thierry_delisle/text/parallelism.tex (added) * doc/theses/thierry_delisle/text/results.tex (added) * doc/theses/thierry_delisle/text/together.tex (added) * doc/theses/thierry_delisle/thePlan.md (moved) * doc/theses/thierry_delisle/thesis.tex (added) * doc/theses/thierry_delisle/version (added) * doc/theses/thierry_delisle/version.sh (moved) * doc/user/.gitignore (modified) * doc/user/Makefile (modified) * doc/user/figures/Cdecl.fig (added) * doc/user/figures/EHMHierarchy.fig (moved) * doc/user/figures/pointer1.fig (moved) * doc/user/figures/pointer2.fig (moved) * doc/user/user.tex (modified) * doc/working/assertion_resolution.md (added) * doc/working/glen_conversions/float_promo.dia (added) * doc/working/glen_conversions/float_promo.png (added) * doc/working/glen_conversions/index.html (added) * driver/Makefile.am (added) * driver/Makefile.in (added) * driver/as.cc (added) * driver/cc1.cc (added) * driver/cfa.cc (added) * examples/ArrayN.c (added) * examples/Attributes.c (moved) * examples/Initialization.c (moved) * examples/Initialization2.c (moved) * examples/Makefile.example (moved) * examples/Members.c (moved) * examples/Misc.c (moved) * examples/MiscError.c (moved) * examples/Rank2.c (moved) * examples/Tuple.c (added) * examples/abstype.c (moved) * examples/constructors.c (moved) * examples/forward.c (moved) * examples/gc_no_raii/.gitignore (moved) * examples/gc_no_raii/bug-repro/assert.c (moved) * examples/gc_no_raii/bug-repro/blockers.tar.gz (moved) * examples/gc_no_raii/bug-repro/blockers/explicit_cast.c (moved) * examples/gc_no_raii/bug-repro/blockers/file_scope.c (added) * examples/gc_no_raii/bug-repro/blockers/recursive_realloc.c (added) * examples/gc_no_raii/bug-repro/crash.c (moved) * examples/gc_no_raii/bug-repro/deref.c (moved) * examples/gc_no_raii/bug-repro/field.c (added) * examples/gc_no_raii/bug-repro/find.c (moved) * examples/gc_no_raii/bug-repro/inline.c (moved) * examples/gc_no_raii/bug-repro/malloc.c (moved) * examples/gc_no_raii/bug-repro/not_equal.c (moved) * examples/gc_no_raii/bug-repro/oddtype.c (moved) * examples/gc_no_raii/bug-repro/push_back.c (moved) * examples/gc_no_raii/bug-repro/push_back.h (moved) * examples/gc_no_raii/bug-repro/realloc.c (moved) * examples/gc_no_raii/bug-repro/return.c (moved) * examples/gc_no_raii/bug-repro/return_template.c (moved) * examples/gc_no_raii/bug-repro/slow_malloc.c (added) * examples/gc_no_raii/bug-repro/static_const_local.c (moved) * examples/gc_no_raii/bug-repro/test-assert.cpp (moved) * examples/gc_no_raii/bug-repro/void_pointer.c (moved) * examples/gc_no_raii/bug-repro/while.c (moved) * examples/gc_no_raii/bug-repro/zero.c (moved) * examples/gc_no_raii/pool-alloc/allocate-malign.c (moved) * examples/gc_no_raii/pool-alloc/allocate-malloc.c (moved) * examples/gc_no_raii/pool-alloc/allocate-mmap.c (moved) * examples/gc_no_raii/pool-alloc/allocate-win-valloc.c (moved) * examples/gc_no_raii/premake4.lua (moved) * examples/gc_no_raii/src/allocate-pool.c (moved) * examples/gc_no_raii/src/allocate-pool.h (moved) * examples/gc_no_raii/src/gc.h (moved) * examples/gc_no_raii/src/gcpointers.c (moved) * examples/gc_no_raii/src/gcpointers.h (moved) * examples/gc_no_raii/src/internal/card_table.h (moved) * examples/gc_no_raii/src/internal/collector.c (added) * examples/gc_no_raii/src/internal/collector.h (moved) * examples/gc_no_raii/src/internal/gc_tools.h (moved) * examples/gc_no_raii/src/internal/globals.h (moved) * examples/gc_no_raii/src/internal/memory_pool.c (moved) * examples/gc_no_raii/src/internal/memory_pool.h (moved) * examples/gc_no_raii/src/internal/object_header.c (moved) * examples/gc_no_raii/src/internal/object_header.h (moved) * examples/gc_no_raii/src/internal/state.c (added) * examples/gc_no_raii/src/internal/state.h (added) * examples/gc_no_raii/src/test_include.c (moved) * examples/gc_no_raii/src/tools.h (moved) * examples/gc_no_raii/src/tools/checks.h (moved) * examples/gc_no_raii/src/tools/print.c (moved) * examples/gc_no_raii/src/tools/print.h (added) * examples/gc_no_raii/src/tools/worklist.h (added) * examples/gc_no_raii/test/badlll.c (moved) * examples/gc_no_raii/test/gctest.c (added) * examples/gc_no_raii/test/operators.c (moved) * examples/huge.c (moved) * examples/includes.c (added) * examples/index.h (moved) * examples/it_out.c (moved) * examples/multicore.c (added) * examples/new.c (moved) * examples/poly-bench.c (moved) * examples/prolog.c (added) * examples/quad.c (added) * examples/s.c (moved) * examples/simplePoly.c (moved) * examples/simpler.c (moved) * examples/specialize.c (moved) * examples/square.c (added) * examples/twice.c (added) * examples/wrapper/.gitignore (moved) * examples/wrapper/premake4.lua (moved) * examples/wrapper/src/main.c (moved) * examples/wrapper/src/pointer.h (added) * examples/zero_one.c (added) * libcfa/.autom4te.cfg (added) * libcfa/Makefile.am (added) * libcfa/Makefile.in (added) * libcfa/aclocal.m4 (added) * libcfa/automake/compile (added) * libcfa/automake/config.guess (added) * libcfa/automake/config.sub (added) * libcfa/automake/depcomp (added) * libcfa/automake/install-sh (added) * libcfa/automake/missing (added) * libcfa/configure (added) * libcfa/configure.ac (added) * libcfa/prelude/Makefile.am (added) * libcfa/prelude/Makefile.in (added) * libcfa/prelude/bootloader.cf (moved) * libcfa/prelude/builtins.c (added) * libcfa/prelude/builtins.def (added) * libcfa/prelude/extras.c (moved) * libcfa/prelude/extras.regx (added) * libcfa/prelude/prelude-gen.cc (added) * libcfa/prelude/prelude.old.cf (added) * libcfa/prelude/prototypes.awk (added) * libcfa/prelude/prototypes.c (moved) * libcfa/prelude/prototypes.sed (added) * libcfa/prelude/sync-builtins.cf (added) * libcfa/prelude/sync-builtins.def (moved) * libcfa/src/Makefile.am (added) * libcfa/src/Makefile.in (added) * libcfa/src/assert.cfa (added) * libcfa/src/bits/algorithm.hfa (added) * libcfa/src/bits/align.hfa (added) * libcfa/src/bits/containers.hfa (added) * libcfa/src/bits/debug.cfa (added) * libcfa/src/bits/debug.hfa (added) * libcfa/src/bits/defs.hfa (added) * libcfa/src/bits/locks.hfa (added) * libcfa/src/bits/signal.hfa (added) * libcfa/src/clock.hfa (added) * libcfa/src/common.cfa (added) * libcfa/src/common.hfa (added) * libcfa/src/concurrency/CtxSwitch-armv7l.S (added) * libcfa/src/concurrency/CtxSwitch-i386.S (moved) * libcfa/src/concurrency/CtxSwitch-i686.S (moved) * libcfa/src/concurrency/CtxSwitch-x64.S (added) * libcfa/src/concurrency/CtxSwitch-x86.S (added) * libcfa/src/concurrency/CtxSwitch-x86_64.S (moved) * libcfa/src/concurrency/alarm.cfa (added) * libcfa/src/concurrency/alarm.hfa (added) * libcfa/src/concurrency/coroutine.cfa (added) * libcfa/src/concurrency/coroutine.hfa (added) * libcfa/src/concurrency/invoke.c (added) * libcfa/src/concurrency/invoke.h (added) * libcfa/src/concurrency/kernel.cfa (added) * libcfa/src/concurrency/kernel.hfa (added) * libcfa/src/concurrency/kernel_private.hfa (added) * libcfa/src/concurrency/monitor.cfa (added) * libcfa/src/concurrency/monitor.hfa (added) * libcfa/src/concurrency/mutex.cfa (added) * libcfa/src/concurrency/mutex.hfa (added) * libcfa/src/concurrency/preemption.cfa (added) * libcfa/src/concurrency/preemption.hfa (added) * libcfa/src/concurrency/thread.cfa (added) * libcfa/src/concurrency/thread.hfa (added) * libcfa/src/containers/maybe.cfa (added) * libcfa/src/containers/maybe.hfa (moved) * libcfa/src/containers/pair.cfa (added) * libcfa/src/containers/pair.hfa (moved) * libcfa/src/containers/result.cfa (added) * libcfa/src/containers/result.hfa (added) * libcfa/src/containers/vector.cfa (added) * libcfa/src/containers/vector.hfa (moved) * libcfa/src/exception.c (added) * libcfa/src/exception.h (added) * libcfa/src/expat.h (moved) * libcfa/src/fstream.cfa (added) * libcfa/src/fstream.hfa (added) * libcfa/src/gmp.hfa (added) * libcfa/src/heap.cfa (added) * libcfa/src/interpose.cfa (added) * libcfa/src/iostream.cfa (added) * libcfa/src/iostream.hfa (added) * libcfa/src/iterator.cfa (added) * libcfa/src/iterator.hfa (moved) * libcfa/src/limits.cfa (added) * libcfa/src/limits.hfa (added) * libcfa/src/lsda.h (moved) * libcfa/src/math.hfa (added) * libcfa/src/memcheck.awk (moved) * libcfa/src/rational.cfa (added) * libcfa/src/rational.hfa (added) * libcfa/src/startup.cfa (added) * libcfa/src/startup.hfa (added) * libcfa/src/stdhdr/assert.h (added) * libcfa/src/stdhdr/bfdlink.h (added) * libcfa/src/stdhdr/complex.h (moved) * libcfa/src/stdhdr/ctype.h (moved) * libcfa/src/stdhdr/errno.h (moved) * libcfa/src/stdhdr/fenv.h (moved) * libcfa/src/stdhdr/float.h (moved) * libcfa/src/stdhdr/gmp.h (moved) * libcfa/src/stdhdr/hwloc.h (added) * libcfa/src/stdhdr/inttypes.h (moved) * libcfa/src/stdhdr/iso646.h (moved) * libcfa/src/stdhdr/krb5.h (added) * libcfa/src/stdhdr/limits.h (moved) * libcfa/src/stdhdr/locale.h (moved) * libcfa/src/stdhdr/malloc.h (added) * libcfa/src/stdhdr/math.h (added) * libcfa/src/stdhdr/setjmp.h (moved) * libcfa/src/stdhdr/signal.h (moved) * libcfa/src/stdhdr/stdalign.h (moved) * libcfa/src/stdhdr/stdarg.h (moved) * libcfa/src/stdhdr/stdatomic.h (moved) * libcfa/src/stdhdr/stdbool.h (moved) * libcfa/src/stdhdr/stddef.h (moved) * libcfa/src/stdhdr/stdint.h (moved) * libcfa/src/stdhdr/stdio.h (moved) * libcfa/src/stdhdr/stdlib.h (moved) * libcfa/src/stdhdr/stdnoreturn.h (moved) * libcfa/src/stdhdr/string.h (moved) * libcfa/src/stdhdr/sys/ucontext.h (added) * libcfa/src/stdhdr/tgmath.h (moved) * libcfa/src/stdhdr/threads.h (moved) * libcfa/src/stdhdr/time.h (moved) * libcfa/src/stdhdr/uchar.h (moved) * libcfa/src/stdhdr/unistd.h (moved) * libcfa/src/stdhdr/wchar.h (moved) * libcfa/src/stdhdr/wctype.h (moved) * libcfa/src/stdlib.cfa (added) * libcfa/src/stdlib.hfa (added) * libcfa/src/time.cfa (added) * libcfa/src/time.hfa (added) * libcfa/src/time_t.hfa (added) * libcfa/src/virtual.c (moved) * libcfa/src/virtual.h (moved) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/CodeGen/FixMain.cc (modified) * src/CodeGen/FixNames.cc (modified) * src/CodeGen/GenType.cc (modified) * src/CodeGen/Generate.cc (modified) * src/CodeGen/Generate.h (modified) * src/CodeGen/OperatorTable.cc (modified) * src/CodeGen/OperatorTable.h (modified) * src/CodeTools/DeclStats.cc (modified) * src/CodeTools/TrackLoc.cc (modified) * src/Common/Debug.h (modified) * src/Common/ErrorObjects.h (added) * src/Common/Eval.cc (added) * src/Common/Heap.cc (added) * src/Common/Heap.h (added) * src/Common/PassVisitor.h (modified) * src/Common/PassVisitor.impl.h (modified) * src/Common/PassVisitor.proto.h (modified) * src/Common/ScopedMap.h (modified) * src/Common/SemanticError.cc (modified) * src/Common/SemanticError.h (modified) * src/Common/module.mk (modified) * src/Common/utility.h (modified) * src/CompilationState.cc (added) * src/CompilationState.h (added) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/ControlStruct/ForExprMutator.cc (modified) * src/ControlStruct/ForExprMutator.h (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/ControlStruct/Mutate.cc (modified) * src/ControlStruct/Mutate.h (modified) * src/Docs/Makefile (deleted) * src/Docs/cfa-cpp.1 (deleted) * src/Docs/design.tex (deleted) * src/Docs/uml.dia (deleted) * src/GenPoly/Box.cc (modified) * src/GenPoly/FindFunction.cc (modified) * src/GenPoly/GenPoly.cc (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/GenPoly/ScrubTyVars.cc (modified) * src/GenPoly/ScrubTyVars.h (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixGlobalInit.h (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/FixInit.h (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/InitializerNode.cc (modified) * src/Parser/LinkageSpec.cc (modified) * src/Parser/LinkageSpec.h (modified) * src/Parser/ParseNode.h (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/TypeData.cc (modified) * src/Parser/TypeData.h (modified) * src/Parser/TypedefTable.cc (modified) * src/Parser/TypedefTable.h (modified) * src/Parser/lex.ll (modified) * src/Parser/module.mk (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AdjustExprType.cc (modified) * src/ResolvExpr/Alternative.cc (modified) * src/ResolvExpr/Alternative.h (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/AlternativeFinder.h (modified) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/ConversionCost.h (modified) * src/ResolvExpr/CurrentObject.cc (modified) * src/ResolvExpr/ExplodedActual.h (modified) * src/ResolvExpr/FindOpenVars.cc (modified) * src/ResolvExpr/Occurs.cc (modified) * src/ResolvExpr/PolyCost.cc (modified) * src/ResolvExpr/PtrsAssignable.cc (modified) * src/ResolvExpr/PtrsCastable.cc (modified) * src/ResolvExpr/RenameVars.cc (modified) * src/ResolvExpr/RenameVars.h (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/Resolver.h (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/TypeMap.h (deleted) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/Unify.h (modified) * src/ResolvExpr/WidenMode.h (added) * src/ResolvExpr/typeops.h (modified) * src/SymTab/AddVisit.h (deleted) * src/SymTab/Autogen.cc (modified) * src/SymTab/Demangle.cc (added) * src/SymTab/FixFunction.cc (modified) * src/SymTab/FixFunction.h (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Indexer.h (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Mangler.h (modified) * src/SymTab/ManglerCommon.cc (added) * src/SymTab/Validate.cc (modified) * src/SymTab/demangler.cc (added) * src/SymTab/module.mk (modified) * src/SynTree/AggregateDecl.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/Attribute.cc (modified) * src/SynTree/Attribute.h (modified) * src/SynTree/BasicType.cc (modified) * src/SynTree/CompoundStmt.cc (modified) * src/SynTree/DeclReplacer.cc (added) * src/SynTree/DeclReplacer.h (added) * src/SynTree/Declaration.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/Label.h (modified) * src/SynTree/Mutator.cc (deleted) * src/SynTree/Mutator.h (modified) * src/SynTree/ReferenceToType.cc (modified) * src/SynTree/ReferenceType.cc (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) * src/SynTree/TypeSubstitution.cc (modified) * src/SynTree/TypeSubstitution.h (modified) * src/SynTree/VarExprReplacer.cc (deleted) * src/SynTree/VarExprReplacer.h (deleted) * src/SynTree/Visitor.cc (deleted) * src/SynTree/Visitor.h (modified) * src/SynTree/module.mk (modified) * src/Tuples/Explode.h (modified) * src/Tuples/TupleAssignment.cc (modified) * src/Tuples/TupleExpansion.cc (modified) * src/Validate/HandleAttributes.cc (added) * src/Validate/HandleAttributes.h (added) * src/Validate/module.mk (added) * src/benchmark/Makefile.am (deleted) * src/benchmark/Makefile.in (deleted) * src/benchmark/Monitor.c (deleted) * src/benchmark/bench.h (deleted) * src/benchmark/creation/cfa_cor.c (deleted) * src/benchmark/creation/cfa_thrd.c (deleted) * src/benchmark/ctxswitch/cfa_cor.c (deleted) * src/benchmark/ctxswitch/cfa_thrd.c (deleted) * src/benchmark/mutex/cfa1.c (deleted) * src/benchmark/mutex/cfa2.c (deleted) * src/benchmark/mutex/cfa4.c (deleted) * src/benchmark/mutex/function.c (deleted) * src/benchmark/schedext/cfa1.c (deleted) * src/benchmark/schedext/cfa2.c (deleted) * src/benchmark/schedext/cfa4.c (deleted) * src/benchmark/schedint/cfa1.c (deleted) * src/benchmark/schedint/cfa2.c (deleted) * src/benchmark/schedint/cfa4.c (deleted) * src/cfa.make (added) * src/config.h.in (added) * src/driver/Makefile.am (deleted) * src/driver/Makefile.in (deleted) * src/driver/cc1.cc (deleted) * src/driver/cfa.cc (deleted) * src/examples/ArrayN.c (deleted) * src/examples/Makefile.am (deleted) * src/examples/Makefile.in (deleted) * src/examples/Tuple.c (deleted) * src/examples/gc_no_raii/bug-repro/blockers/file_scope.c (deleted) * src/examples/gc_no_raii/bug-repro/blockers/recursive_realloc.c (deleted) * src/examples/gc_no_raii/bug-repro/field.c (deleted) * src/examples/gc_no_raii/bug-repro/slow_malloc.c (deleted) * src/examples/gc_no_raii/src/internal/collector.c (deleted) * src/examples/gc_no_raii/src/internal/state.c (deleted) * src/examples/gc_no_raii/src/internal/state.h (deleted) * src/examples/gc_no_raii/src/tools/print.h (deleted) * src/examples/gc_no_raii/src/tools/worklist.h (deleted) * src/examples/gc_no_raii/test/gctest.c (deleted) * src/examples/includes.c (deleted) * src/examples/multicore.c (deleted) * src/examples/prolog.c (deleted) * src/examples/quad.c (deleted) * src/examples/square.c (deleted) * src/examples/twice.c (deleted) * src/examples/wrapper/src/pointer.h (deleted) * src/examples/zero_one.c (deleted) * src/libcfa/Makefile.am (deleted) * src/libcfa/Makefile.in (deleted) * src/libcfa/assert.c (deleted) * src/libcfa/bits/algorithms.h (deleted) * src/libcfa/bits/align.h (deleted) * src/libcfa/bits/containers.h (deleted) * src/libcfa/bits/debug.c (deleted) * src/libcfa/bits/debug.h (deleted) * src/libcfa/bits/defs.h (deleted) * src/libcfa/bits/locks.h (deleted) * src/libcfa/concurrency/alarm.c (deleted) * src/libcfa/concurrency/alarm.h (deleted) * src/libcfa/concurrency/coroutine (deleted) * src/libcfa/concurrency/coroutine.c (deleted) * src/libcfa/concurrency/invoke.c (deleted) * src/libcfa/concurrency/invoke.h (deleted) * src/libcfa/concurrency/kernel (deleted) * src/libcfa/concurrency/kernel.c (deleted) * src/libcfa/concurrency/kernel_private.h (deleted) * src/libcfa/concurrency/monitor (deleted) * src/libcfa/concurrency/monitor.c (deleted) * src/libcfa/concurrency/preemption.c (deleted) * src/libcfa/concurrency/preemption.h (deleted) * src/libcfa/concurrency/thread (deleted) * src/libcfa/concurrency/thread.c (deleted) * src/libcfa/containers/maybe.c (deleted) * src/libcfa/containers/pair.c (deleted) * src/libcfa/containers/result (deleted) * src/libcfa/containers/result.c (deleted) * src/libcfa/containers/vector.c (deleted) * src/libcfa/exception.c (deleted) * src/libcfa/exception.h (deleted) * src/libcfa/fstream (deleted) * src/libcfa/fstream.c (deleted) * src/libcfa/gmp (deleted) * src/libcfa/interpose.c (deleted) * src/libcfa/interpose.h (deleted) * src/libcfa/iostream (deleted) * src/libcfa/iostream.c (deleted) * src/libcfa/iterator.c (deleted) * src/libcfa/limits (deleted) * src/libcfa/limits.c (deleted) * src/libcfa/math (deleted) * src/libcfa/rational (deleted) * src/libcfa/rational.c (deleted) * src/libcfa/startup.h (deleted) * src/libcfa/stdhdr/assert.h (deleted) * src/libcfa/stdhdr/bfdlink.h (deleted) * src/libcfa/stdhdr/hwloc.h (deleted) * src/libcfa/stdhdr/krb5.h (deleted) * src/libcfa/stdhdr/malloc.h (deleted) * src/libcfa/stdhdr/math.h (deleted) * src/libcfa/stdlib (deleted) * src/libcfa/stdlib.c (deleted) * src/main.cc (modified) * src/prelude/Makefile.am (deleted) * src/prelude/Makefile.in (deleted) * src/prelude/builtins.c (deleted) * src/prelude/builtins.def (deleted) * src/prelude/extras.regx (deleted) * src/prelude/prelude.cf (deleted) * src/prelude/prototypes.awk (deleted) * src/prelude/prototypes.sed (deleted) * src/tests/.expect/KRfunctions.x64.txt (deleted) * src/tests/.expect/KRfunctions.x86.txt (deleted) * src/tests/.expect/alloc-ERROR.txt (deleted) * src/tests/.expect/alloc.txt (deleted) * src/tests/.expect/ato.txt (deleted) * src/tests/.expect/attributes.x64.txt (deleted) * src/tests/.expect/attributes.x86.txt (deleted) * src/tests/.expect/ctor-autogen-ERR1.txt (deleted) * src/tests/.expect/ctor-autogen.txt (deleted) * src/tests/.expect/declarationErrors.txt (deleted) * src/tests/.expect/declarationSpecifier.x64.txt (deleted) * src/tests/.expect/declarationSpecifier.x86.txt (deleted) * src/tests/.expect/dtor-early-exit-ERR1.txt (deleted) * src/tests/.expect/dtor-early-exit-ERR2.txt (deleted) * src/tests/.expect/extension.x64.txt (deleted) * src/tests/.expect/extension.x86.txt (deleted) * src/tests/.expect/fstream_test.txt (deleted) * src/tests/.expect/functions.x64.txt (deleted) * src/tests/.expect/functions.x86.txt (deleted) * src/tests/.expect/gccExtensions.x64.txt (deleted) * src/tests/.expect/gccExtensions.x86.txt (deleted) * src/tests/.expect/ifcond.txt (deleted) * src/tests/.expect/io.txt (deleted) * src/tests/.expect/literals.x64.txt (deleted) * src/tests/.expect/literals.x86.txt (deleted) * src/tests/.expect/math1.x64.txt (deleted) * src/tests/.expect/math1.x86.txt (deleted) * src/tests/.expect/math2.x64.txt (deleted) * src/tests/.expect/math2.x86.txt (deleted) * src/tests/.expect/math3.x86.txt (deleted) * src/tests/.expect/memberCtors-ERR1.txt (deleted) * src/tests/.expect/random.txt (deleted) * src/tests/.expect/references.txt (deleted) * src/tests/.expect/searchsort.txt (deleted) * src/tests/.expect/sum.txt (deleted) * src/tests/.expect/user_literals.txt (deleted) * src/tests/.expect/vector_test.txt (deleted) * src/tests/.gitignore (deleted) * src/tests/.in/vector_test.txt (deleted) * src/tests/Makefile.am (deleted) * src/tests/Makefile.in (deleted) * src/tests/abs.c (deleted) * src/tests/alloc.c (deleted) * src/tests/ato.c (deleted) * src/tests/attributes.c (deleted) * src/tests/avltree/avl1.c (deleted) * src/tests/avltree/avl3.c (deleted) * src/tests/avltree/avl_test.c (deleted) * src/tests/complex.c (deleted) * src/tests/concurrent/.expect/preempt.txt (deleted) * src/tests/concurrent/examples/.expect/boundedBuffer.txt (deleted) * src/tests/concurrent/examples/boundedBuffer.c (deleted) * src/tests/concurrent/examples/datingService.c (deleted) * src/tests/concurrent/examples/matrixSum.c (deleted) * src/tests/concurrent/monitor.c (deleted) * src/tests/concurrent/multi-monitor.c (deleted) * src/tests/concurrent/preempt.c (deleted) * src/tests/concurrent/signal/barge.c (deleted) * src/tests/concurrent/signal/block.c (deleted) * src/tests/concurrent/signal/disjoint.c (deleted) * src/tests/concurrent/signal/wait.c (deleted) * src/tests/concurrent/thread.c (deleted) * src/tests/concurrent/waitfor/barge.c (deleted) * src/tests/concurrent/waitfor/dtor.c (deleted) * src/tests/concurrent/waitfor/else.c (deleted) * src/tests/concurrent/waitfor/parse.c (deleted) * src/tests/concurrent/waitfor/recurse.c (deleted) * src/tests/concurrent/waitfor/simple.c (deleted) * src/tests/concurrent/waitfor/statment.c (deleted) * src/tests/concurrent/waitfor/when.c (deleted) * src/tests/coroutine/.expect/fmtLines.txt (deleted) * src/tests/coroutine/.in/fmtLines.txt (deleted) * src/tests/coroutine/coroutine.c (deleted) * src/tests/coroutine/fmtLines.c (deleted) * src/tests/coroutine/pingpong.c (deleted) * src/tests/coroutine/prodcons.c (deleted) * src/tests/div.c (deleted) * src/tests/dtor-early-exit.c (deleted) * src/tests/except-2.c (deleted) * src/tests/forall.c (deleted) * src/tests/fstream_test.c (deleted) * src/tests/function-operator.c (deleted) * src/tests/functions.c (deleted) * src/tests/genericUnion.c (deleted) * src/tests/globals.c (deleted) * src/tests/gmp.c (deleted) * src/tests/hello.c (deleted) * src/tests/identFuncDeclarator.c (deleted) * src/tests/identParamDeclarator.c (deleted) * src/tests/identity.c (deleted) * src/tests/ifcond.c (deleted) * src/tests/io.c (deleted) * src/tests/io.data (deleted) * src/tests/labelledExit.c (deleted) * src/tests/libcfa_vector.c (deleted) * src/tests/limits.c (deleted) * src/tests/literals.c (deleted) * src/tests/math1.c (deleted) * src/tests/math2.c (deleted) * src/tests/math3.c (deleted) * src/tests/maybe.c (deleted) * src/tests/minmax.c (deleted) * src/tests/operators.c (deleted) * src/tests/preempt_longrun/Makefile.am (deleted) * src/tests/preempt_longrun/Makefile.in (deleted) * src/tests/preempt_longrun/block.c (deleted) * src/tests/preempt_longrun/create.c (deleted) * src/tests/preempt_longrun/disjoint.c (deleted) * src/tests/preempt_longrun/enter.c (deleted) * src/tests/preempt_longrun/enter3.c (deleted) * src/tests/preempt_longrun/processor.c (deleted) * src/tests/preempt_longrun/stack.c (deleted) * src/tests/preempt_longrun/wait.c (deleted) * src/tests/preempt_longrun/yield.c (deleted) * src/tests/pybin/settings.py (deleted) * src/tests/pybin/test_run.py (deleted) * src/tests/pybin/tools.py (deleted) * src/tests/quoted_keyword.c (deleted) * src/tests/random.c (deleted) * src/tests/rational.c (deleted) * src/tests/references.c (deleted) * src/tests/result.c (deleted) * src/tests/searchsort.c (deleted) * src/tests/shortCircuit.c (deleted) * src/tests/structMember.c (deleted) * src/tests/sum.c (deleted) * src/tests/swap.c (deleted) * src/tests/switch.c (deleted) * src/tests/test.py (deleted) * src/tests/tupleAssign.c (deleted) * src/tests/tupleVariadic.c (deleted) * src/tests/user_literals.c (deleted) * src/tests/vector/array.c (deleted) * src/tests/vector/array.h (deleted) * src/tests/vector/vector_int.c (deleted) * src/tests/vector/vector_int.h (deleted) * src/tests/vector/vector_test.c (deleted) * src/tests/virtualCast.c (deleted) * tests/.expect/KRfunctions.x64.txt (added) * tests/.expect/KRfunctions.x86.txt (added) * tests/.expect/abs.txt (moved) * tests/.expect/alloc-ERROR.txt (added) * tests/.expect/alloc.txt (added) * tests/.expect/array.txt (moved) * tests/.expect/ato.txt (added) * tests/.expect/attributes.x64.txt (added) * tests/.expect/attributes.x86.txt (added) * tests/.expect/avl_test.txt (moved) * tests/.expect/cast.txt (moved) * tests/.expect/castError.txt (moved) * tests/.expect/completeTypeError.txt (moved) * tests/.expect/complex.txt (moved) * tests/.expect/counter.txt (added) * tests/.expect/declarationErrors.txt (added) * tests/.expect/declarationSpecifier.x64.txt (added) * tests/.expect/declarationSpecifier.x86.txt (added) * tests/.expect/designations.txt (moved) * tests/.expect/div.txt (moved) * tests/.expect/enum.txt (moved) * tests/.expect/expression.txt (moved) * tests/.expect/extension.x64.txt (added) * tests/.expect/extension.x86.txt (added) * tests/.expect/fallthrough.txt (added) * tests/.expect/forall.txt (moved) * tests/.expect/forctrl.txt (added) * tests/.expect/fstream_test.txt (added) * tests/.expect/function-operator.txt (moved) * tests/.expect/functions.x64.txt (added) * tests/.expect/functions.x86.txt (added) * tests/.expect/gccExtensions.x64.txt (added) * tests/.expect/gccExtensions.x86.txt (added) * tests/.expect/genericUnion.txt (moved) * tests/.expect/gmp.x64.txt (moved) * tests/.expect/heap.txt (moved) * tests/.expect/hello.txt (moved) * tests/.expect/identFuncDeclarator.txt (moved) * tests/.expect/identParamDeclarator.txt (moved) * tests/.expect/identity.txt (moved) * tests/.expect/ifwhileCtl.txt (added) * tests/.expect/io1.txt (added) * tests/.expect/io2.txt (added) * tests/.expect/labelledExit.txt (moved) * tests/.expect/limits.txt (moved) * tests/.expect/literals.txt (added) * tests/.expect/math1.txt (added) * tests/.expect/math2.txt (added) * tests/.expect/math3.txt (added) * tests/.expect/math4.txt (moved) * tests/.expect/maybe.txt (moved) * tests/.expect/minmax.txt (moved) * tests/.expect/nested-types-ERR1.txt (added) * tests/.expect/nested-types-ERR2.txt (added) * tests/.expect/nested-types.txt (moved) * tests/.expect/numericConstants.txt (moved) * tests/.expect/operators.txt (moved) * tests/.expect/polymorphism.txt (moved) * tests/.expect/quoted_keyword.txt (moved) * tests/.expect/random.txt (added) * tests/.expect/rational.txt (moved) * tests/.expect/references.txt (added) * tests/.expect/result.txt (moved) * tests/.expect/scopeErrors.txt (moved) * tests/.expect/searchsort.txt (added) * tests/.expect/shortCircuit.txt (moved) * tests/.expect/simpleGenericTriple.txt (moved) * tests/.expect/stdincludes.txt (moved) * tests/.expect/sum.txt (added) * tests/.expect/swap.txt (moved) * tests/.expect/switch.txt (moved) * tests/.expect/time.txt (added) * tests/.expect/typedefRedef-ERR1.txt (moved) * tests/.expect/typedefRedef.txt (moved) * tests/.expect/typeof.txt (moved) * tests/.expect/user_literals.txt (added) * tests/.expect/variableDeclarator.txt (moved) * tests/.expect/vector.txt (moved) * tests/.expect/voidPtr.txt (added) * tests/.expect/with-statement.txt (moved) * tests/.gitignore (added) * tests/.in/fstream_test.txt (moved) * tests/.in/gmp.txt (moved) * tests/.in/io.data (added) * tests/.in/rational.txt (moved) * tests/KRfunctions.c (moved) * tests/Makefile.am (added) * tests/Makefile.in (added) * tests/abs.c (added) * tests/alloc.c (added) * tests/array.c (moved) * tests/ato.c (added) * tests/attributes.c (added) * tests/avltree/avl-private.c (moved) * tests/avltree/avl-private.h (moved) * tests/avltree/avl.h (moved) * tests/avltree/avl0.c (moved) * tests/avltree/avl1.c (added) * tests/avltree/avl2.c (moved) * tests/avltree/avl3.c (added) * tests/avltree/avl4.c (moved) * tests/avltree/avl_test.c (added) * tests/builtins/.expect/sync.txt (added) * tests/builtins/sync.c (added) * tests/cast.c (moved) * tests/castError.c (moved) * tests/commentMisc.c (moved) * tests/completeTypeError.c (moved) * tests/complex.c (added) * tests/concurrent/.expect/coroutineYield.txt (added) * tests/concurrent/.expect/monitor.txt (moved) * tests/concurrent/.expect/multi-monitor.txt (moved) * tests/concurrent/.expect/preempt.txt (added) * tests/concurrent/.expect/thread.txt (moved) * tests/concurrent/coroutineYield.c (added) * tests/concurrent/examples/.expect/boundedBufferEXT.txt (added) * tests/concurrent/examples/.expect/boundedBufferINT.txt (added) * tests/concurrent/examples/.expect/datingService.txt (added) * tests/concurrent/examples/.expect/matrixSum.txt (moved) * tests/concurrent/examples/.expect/quickSort.txt (added) * tests/concurrent/examples/.in/quickSort.txt (added) * tests/concurrent/examples/boundedBufferEXT.c (added) * tests/concurrent/examples/boundedBufferINT.c (added) * tests/concurrent/examples/datingService.c (added) * tests/concurrent/examples/matrixSum.c (added) * tests/concurrent/examples/quickSort.c (added) * tests/concurrent/monitor.c (added) * tests/concurrent/multi-monitor.c (added) * tests/concurrent/preempt.c (added) * tests/concurrent/signal/.expect/block.txt (moved) * tests/concurrent/signal/.expect/disjoint.txt (moved) * tests/concurrent/signal/.expect/wait.txt (moved) * tests/concurrent/signal/block.c (added) * tests/concurrent/signal/disjoint.c (added) * tests/concurrent/signal/wait.c (added) * tests/concurrent/thread.c (added) * tests/concurrent/waitfor/.expect/barge.txt (moved) * tests/concurrent/waitfor/.expect/dtor.txt (moved) * tests/concurrent/waitfor/.expect/else.txt (moved) * tests/concurrent/waitfor/.expect/recurse.txt (moved) * tests/concurrent/waitfor/.expect/statment.txt (moved) * tests/concurrent/waitfor/.expect/when.txt (moved) * tests/concurrent/waitfor/barge.c (added) * tests/concurrent/waitfor/dtor.c (added) * tests/concurrent/waitfor/else.c (added) * tests/concurrent/waitfor/parse.c (added) * tests/concurrent/waitfor/parse2.c (moved) * tests/concurrent/waitfor/recurse.c (added) * tests/concurrent/waitfor/simple.c (added) * tests/concurrent/waitfor/statment.c (added) * tests/concurrent/waitfor/when.c (added) * tests/config.py.in (added) * tests/context.c (moved) * tests/coroutine/.expect/fibonacci.txt (moved) * tests/coroutine/.expect/fmtLines.txt (added) * tests/coroutine/.expect/pingpong.txt (moved) * tests/coroutine/.expect/prodcons.txt (moved) * tests/coroutine/.expect/runningTotal.txt (added) * tests/coroutine/.in/fmtLines.txt (added) * tests/coroutine/fibonacci.c (added) * tests/coroutine/fibonacci_1.c (added) * tests/coroutine/fmtLines.c (added) * tests/coroutine/pingpong.c (added) * tests/coroutine/prodcons.c (added) * tests/coroutine/runningTotal.c (added) * tests/counter.c (added) * tests/declarationErrors.c (moved) * tests/declarationSpecifier.c (moved) * tests/designations.c (moved) * tests/div.c (added) * tests/enum.c (moved) * tests/except-0.c (moved) * tests/except-1.c (moved) * tests/except-2.c (added) * tests/except-3.c (moved) * tests/except-mac.h (moved) * tests/expression.c (moved) * tests/extension.c (moved) * tests/fallthrough.c (added) * tests/forall.c (added) * tests/forctrl.c (added) * tests/fstream_test.c (added) * tests/function-operator.c (added) * tests/functions.c (added) * tests/gccExtensions.c (moved) * tests/genericUnion.c (added) * tests/gmp.c (added) * tests/heap.c (added) * tests/hello.c (added) * tests/identFuncDeclarator.c (added) * tests/identParamDeclarator.c (added) * tests/identity.c (added) * tests/ifwhileCtl.c (added) * tests/io1.c (added) * tests/io2.c (added) * tests/labelledExit.c (added) * tests/limits.c (added) * tests/literals.c (added) * tests/long_tests.h (added) * tests/math1.c (added) * tests/math2.c (added) * tests/math3.c (added) * tests/math4.c (added) * tests/maybe.c (added) * tests/minmax.c (added) * tests/namedParmArg.c (moved) * tests/nested-types.c (added) * tests/numericConstants.c (moved) * tests/occursError.c (moved) * tests/operators.c (added) * tests/polymorphism.c (moved) * tests/preempt_longrun/Makefile.am (added) * tests/preempt_longrun/Makefile.in (added) * tests/preempt_longrun/block.c (added) * tests/preempt_longrun/coroutine.c (added) * tests/preempt_longrun/create.c (added) * tests/preempt_longrun/disjoint.c (added) * tests/preempt_longrun/enter.c (added) * tests/preempt_longrun/enter3.c (added) * tests/preempt_longrun/preempt.c (added) * tests/preempt_longrun/processor.c (added) * tests/preempt_longrun/stack.c (added) * tests/preempt_longrun/update-type (added) * tests/preempt_longrun/wait.c (added) * tests/preempt_longrun/yield.c (added) * tests/pybin/__init__.py (moved) * tests/pybin/settings.py (added) * tests/pybin/test_run.py (added) * tests/pybin/tools.py (added) * tests/quoted_keyword.c (added) * tests/raii/.expect/ctor-autogen-ERR1.txt (added) * tests/raii/.expect/ctor-autogen.txt (added) * tests/raii/.expect/dtor-early-exit-ERR1.txt (added) * tests/raii/.expect/dtor-early-exit-ERR2.txt (added) * tests/raii/.expect/dtor-early-exit.txt (moved) * tests/raii/.expect/globals.txt (moved) * tests/raii/.expect/init_once.txt (added) * tests/raii/.expect/memberCtors-ERR1.txt (added) * tests/raii/.expect/memberCtors.txt (moved) * tests/raii/ctor-autogen.c (moved) * tests/raii/dtor-early-exit.c (added) * tests/raii/globals.c (added) * tests/raii/init_once.c (moved) * tests/raii/memberCtors.c (moved) * tests/raii/multiDimension.c (moved) * tests/raii/multiDimension.txt (moved) * tests/random.c (added) * tests/rational.c (added) * tests/references.c (added) * tests/result.c (added) * tests/scope.c (moved) * tests/scopeErrors.c (moved) * tests/searchsort.c (added) * tests/shortCircuit.c (added) * tests/simpleGenericTriple.c (moved) * tests/stdincludes.c (moved) * tests/structMember.c (added) * tests/subrange.c (moved) * tests/sum.c (added) * tests/swap.c (added) * tests/switch.c (added) * tests/test.py (added) * tests/time.c (added) * tests/tuple/.expect/tupleAssign.txt (moved) * tests/tuple/.expect/tupleCast.txt (moved) * tests/tuple/.expect/tupleFunction.txt (moved) * tests/tuple/.expect/tupleMember.txt (moved) * tests/tuple/.expect/tuplePolymorphism.txt (moved) * tests/tuple/.expect/tupleVariadic.txt (moved) * tests/tuple/tupleAssign.c (added) * tests/tuple/tupleCast.c (moved) * tests/tuple/tupleFunction.c (moved) * tests/tuple/tupleMember.c (moved) * tests/tuple/tuplePolymorphism.c (moved) * tests/tuple/tupleVariadic.c (added) * tests/tuple/tuples.c (moved) * tests/typeGenerator.c (moved) * tests/typedef.c (moved) * tests/typedefDeclarator.c (moved) * tests/typedefRedef.c (moved) * tests/typeof.c (moved) * tests/user_literals.c (added) * tests/variableDeclarator.c (moved) * tests/vector.c (added) * tests/virtualCast.c (added) * tests/voidPtr.c (moved) * tests/warnings/.expect/self-assignment.txt (added) * tests/warnings/self-assignment.c (added) * tests/with-statement.c (moved) * tools/Makefile.am (modified) * tools/Makefile.in (modified) * tools/PrettyGitLogs.sh (added) * tools/busy (added) * tools/busy.c (added) * tools/error (added) * tools/error.c (added) * tools/prettyprinter/Makefile.am (modified) * tools/prettyprinter/Makefile.in (modified) * tools/prettyprinter/lex.ll (modified) * tools/prettyprinter/parser.hh (deleted) * tools/prettyprinter/parser.yy (modified) * tools/prettyprinter/test.y (modified) * tools/repeat.c (modified) * tools/watchdog (added) * tools/watchdog.c (added) Merge branch 'master' into cleanup-dtors Thu, 16 Aug 2018 19:23:05 GMT Thierry Delisle [38d12e7] * benchmark/Makefile.in (modified) * libcfa/Makefile.am (modified) * libcfa/Makefile.in (modified) * libcfa/aclocal.m4 (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * src/cfa.make (modified) Adjusted makefiles to use libtool Fri, 10 Aug 2018 21:45:51 GMT Thierry Delisle [47c1928] * Makefile.in (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.am (modified) * driver/Makefile.in (modified) * libcfa/configure (modified) * libcfa/prelude/Makefile.in (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * tests/Makefile.in (modified) * tests/preempt_longrun/Makefile.in (modified) * tests/pybin/settings.py (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Host now properly affects compiler Fri, 10 Aug 2018 19:40:47 GMT Thierry Delisle [0c1b566] * benchmark/Makefile.am (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.am (modified) * driver/Makefile.in (modified) * libcfa/prelude/Makefile.am (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/preempt_longrun/Makefile.am (modified) * tests/preempt_longrun/Makefile.in (modified) * tools/Makefile.am (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.am (modified) * tools/prettyprinter/Makefile.in (modified) Fixed missing foreign options and tentative fix for TOP directories ... Thu, 09 Aug 2018 17:14:24 GMT Thierry Delisle [9aa9126] * .gitignore (modified) * driver/Makefile.am (modified) * driver/Makefile.in (modified) * driver/cfa.cc (modified) * libcfa/prelude/builtins.c (modified) * libcfa/src/bits/locks.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/startup.cfa (modified) * src/CodeGen/GenType.cc (modified) * src/Common/Eval.cc (added) * src/Common/SemanticError.h (modified) * src/Common/module.mk (modified) * src/Common/utility.h (modified) * src/CompilationState.cc (added) * src/CompilationState.h (added) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixGlobalInit.h (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/FixInit.h (modified) * src/InitTweak/InitTweak.cc (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * src/Parser/ParseNode.h (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CurrentObject.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AggregateDecl.cc (modified) * src/Validate/HandleAttributes.cc (added) * src/Validate/HandleAttributes.h (added) * src/Validate/module.mk (added) * src/driver/as.cc (added) * src/main.cc (modified) * tests/.expect/attributes.x64.txt (modified) * tests/.expect/attributes.x86.txt (modified) * tests/function-operator.c (modified) * tests/sum.c (modified) * tests/tuple/tupleVariadic.c (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 09 Aug 2018 15:07:05 GMT Thierry Delisle [575a6e5] * Makefile.am (modified) * Makefile.in (modified) * configure (modified) * configure.ac (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) Cross compilation appears to be working Sun, 05 Aug 2018 20:11:41 GMT Thierry Delisle [37fe352] * automake/cfa.m4 (modified) * configure (modified) * configure.ac (modified) * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/concurrency/CtxSwitch-x64.S (added) * libcfa/src/concurrency/CtxSwitch-x86.S (added) * src/config.h.in (modified) * src/main.cc (modified) Added proper multi-lib handling, tests still do not work and arm ... Sun, 05 Aug 2018 17:13:35 GMT Thierry Delisle [4dcaed2] * configure (modified) * configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * src/config.h.in (modified) * src/main.cc (modified) Added prelude-dir argument for cfa-cpp Fri, 03 Aug 2018 18:50:12 GMT Thierry Delisle [ba9baad] * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/assert.cfa (moved) * libcfa/src/bits/debug.cfa (moved) * libcfa/src/common.cfa (moved) * libcfa/src/concurrency/alarm.cfa (moved) * libcfa/src/concurrency/coroutine.cfa (moved) * libcfa/src/concurrency/kernel.cfa (moved) * libcfa/src/concurrency/monitor.cfa (moved) * libcfa/src/concurrency/mutex.cfa (moved) * libcfa/src/concurrency/preemption.cfa (moved) * libcfa/src/concurrency/thread.cfa (moved) * libcfa/src/containers/maybe.cfa (moved) * libcfa/src/containers/pair.cfa (moved) * libcfa/src/containers/result.cfa (moved) * libcfa/src/containers/vector.cfa (moved) * libcfa/src/fstream.cfa (moved) * libcfa/src/heap.cfa (moved) * libcfa/src/interpose.cfa (moved) * libcfa/src/iostream.cfa (moved) * libcfa/src/iterator.cfa (moved) * libcfa/src/limits.cfa (moved) * libcfa/src/rational.cfa (moved) * libcfa/src/startup.cfa (moved) * libcfa/src/stdlib.cfa (moved) * libcfa/src/time.cfa (moved) * src/cfa.make (modified) Simplified some of the handling by converting libcfa sources from .c ... Fri, 03 Aug 2018 17:57:12 GMT Thierry Delisle [ff1e0f38] * Makefile.am (modified) * Makefile.in (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * libcfa/Makefile.in (modified) * libcfa/automake/config.guess (added) * libcfa/automake/config.sub (added) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * src/Makefile.in (modified) * tests/Makefile.in (modified) * tests/preempt_longrun/Makefile.in (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) configure flags are now propagated properly to libcfa Fri, 03 Aug 2018 15:25:46 GMT Thierry Delisle [c59712e] * Makefile.am (modified) * Makefile.in (modified) * aclocal.m4 (modified) * automake/compile (modified) * automake/config.guess (modified) * automake/config.sub (modified) * automake/depcomp (modified) * automake/install-sh (modified) * automake/missing (modified) * automake/test-driver (modified) * automake/ylwrap (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.am (modified) * driver/Makefile.in (modified) * driver/cfa.cc (modified) * libcfa/.autom4te.cfg (added) * libcfa/Makefile.am (added) * libcfa/Makefile.in (added) * libcfa/aclocal.m4 (added) * libcfa/automake/compile (added) * libcfa/automake/depcomp (added) * libcfa/automake/install-sh (added) * libcfa/automake/missing (added) * libcfa/configure (added) * libcfa/configure.ac (added) * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * src/Makefile.in (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/preempt_longrun/Makefile.in (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Parent make now seems to properly call libcfa Wed, 01 Aug 2018 22:24:51 GMT Thierry Delisle [bf71cfd] * .gitignore (modified) * Makefile.am (modified) * Makefile.in (modified) * benchmark/Makefile.am (moved) * benchmark/Makefile.in (moved) * benchmark/Monitor.c (moved) * benchmark/bench.h (moved) * benchmark/compile/empty.c (moved) * benchmark/creation/JavaThread.java (moved) * benchmark/creation/cfa_cor.c (moved) * benchmark/creation/cfa_thrd.c (moved) * benchmark/creation/goroutine.go (moved) * benchmark/creation/pthreads.c (moved) * benchmark/creation/upp_cor.cc (moved) * benchmark/creation/upp_thrd.cc (moved) * benchmark/ctxswitch/JavaThread.java (moved) * benchmark/ctxswitch/cfa_cor.c (moved) * benchmark/ctxswitch/cfa_thrd.c (moved) * benchmark/ctxswitch/cfa_thrd2.c (moved) * benchmark/ctxswitch/goroutine.go (moved) * benchmark/ctxswitch/kos_fibre.cpp (moved) * benchmark/ctxswitch/kos_fibre2.cpp (moved) * benchmark/ctxswitch/pthreads.c (moved) * benchmark/ctxswitch/upp_cor.cc (moved) * benchmark/ctxswitch/upp_thrd.cc (moved) * benchmark/fetch_add.c (moved) * benchmark/function.c (moved) * benchmark/interrupt_linux.c (moved) * benchmark/loop.c (moved) * benchmark/mutex/JavaThread.java (moved) * benchmark/mutex/cfa1.c (moved) * benchmark/mutex/cfa2.c (moved) * benchmark/mutex/cfa4.c (moved) * benchmark/mutex/pthreads.c (moved) * benchmark/mutex/upp.cc (moved) * benchmark/schedext/cfa1.c (moved) * benchmark/schedext/cfa2.c (moved) * benchmark/schedext/cfa4.c (moved) * benchmark/schedext/upp.cc (moved) * benchmark/schedint/JavaThread.java (moved) * benchmark/schedint/cfa1.c (moved) * benchmark/schedint/cfa2.c (moved) * benchmark/schedint/cfa4.c (moved) * benchmark/schedint/pthreads.c (moved) * benchmark/schedint/upp.cc (moved) * configure (modified) * configure.ac (modified) * driver/Makefile.am (moved) * driver/Makefile.in (moved) * driver/cc1.cc (moved) * driver/cfa.cc (moved) * examples/ArrayN.c (moved) * examples/Attributes.c (moved) * examples/Initialization.c (moved) * examples/Initialization2.c (moved) * examples/Makefile.example (moved) * examples/Members.c (moved) * examples/Misc.c (moved) * examples/MiscError.c (moved) * examples/Rank2.c (moved) * examples/Tuple.c (moved) * examples/abstype.c (moved) * examples/constructors.c (moved) * examples/forward.c (moved) * examples/gc_no_raii/.gitignore (moved) * examples/gc_no_raii/bug-repro/assert.c (moved) * examples/gc_no_raii/bug-repro/blockers.tar.gz (moved) * examples/gc_no_raii/bug-repro/blockers/explicit_cast.c (moved) * examples/gc_no_raii/bug-repro/blockers/file_scope.c (moved) * examples/gc_no_raii/bug-repro/blockers/recursive_realloc.c (moved) * examples/gc_no_raii/bug-repro/crash.c (moved) * examples/gc_no_raii/bug-repro/deref.c (moved) * examples/gc_no_raii/bug-repro/field.c (moved) * examples/gc_no_raii/bug-repro/find.c (moved) * examples/gc_no_raii/bug-repro/inline.c (moved) * examples/gc_no_raii/bug-repro/malloc.c (moved) * examples/gc_no_raii/bug-repro/not_equal.c (moved) * examples/gc_no_raii/bug-repro/oddtype.c (moved) * examples/gc_no_raii/bug-repro/push_back.c (moved) * examples/gc_no_raii/bug-repro/push_back.h (moved) * examples/gc_no_raii/bug-repro/realloc.c (moved) * examples/gc_no_raii/bug-repro/return.c (moved) * examples/gc_no_raii/bug-repro/return_template.c (moved) * examples/gc_no_raii/bug-repro/slow_malloc.c (moved) * examples/gc_no_raii/bug-repro/static_const_local.c (moved) * examples/gc_no_raii/bug-repro/test-assert.cpp (moved) * examples/gc_no_raii/bug-repro/void_pointer.c (moved) * examples/gc_no_raii/bug-repro/while.c (moved) * examples/gc_no_raii/bug-repro/zero.c (moved) * examples/gc_no_raii/pool-alloc/allocate-malign.c (moved) * examples/gc_no_raii/pool-alloc/allocate-malloc.c (moved) * examples/gc_no_raii/pool-alloc/allocate-mmap.c (moved) * examples/gc_no_raii/pool-alloc/allocate-win-valloc.c (moved) * examples/gc_no_raii/premake4.lua (moved) * examples/gc_no_raii/src/allocate-pool.c (moved) * examples/gc_no_raii/src/allocate-pool.h (moved) * examples/gc_no_raii/src/gc.h (moved) * examples/gc_no_raii/src/gcpointers.c (moved) * examples/gc_no_raii/src/gcpointers.h (moved) * examples/gc_no_raii/src/internal/card_table.h (moved) * examples/gc_no_raii/src/internal/collector.c (moved) * examples/gc_no_raii/src/internal/collector.h (moved) * examples/gc_no_raii/src/internal/gc_tools.h (moved) * examples/gc_no_raii/src/internal/globals.h (moved) * examples/gc_no_raii/src/internal/memory_pool.c (moved) * examples/gc_no_raii/src/internal/memory_pool.h (moved) * examples/gc_no_raii/src/internal/object_header.c (moved) * examples/gc_no_raii/src/internal/object_header.h (moved) * examples/gc_no_raii/src/internal/state.c (moved) * examples/gc_no_raii/src/internal/state.h (moved) * examples/gc_no_raii/src/test_include.c (moved) * examples/gc_no_raii/src/tools.h (moved) * examples/gc_no_raii/src/tools/checks.h (moved) * examples/gc_no_raii/src/tools/print.c (moved) * examples/gc_no_raii/src/tools/print.h (moved) * examples/gc_no_raii/src/tools/worklist.h (moved) * examples/gc_no_raii/test/badlll.c (moved) * examples/gc_no_raii/test/gctest.c (moved) * examples/gc_no_raii/test/operators.c (moved) * examples/huge.c (moved) * examples/includes.c (moved) * examples/index.h (moved) * examples/it_out.c (moved) * examples/multicore.c (moved) * examples/new.c (moved) * examples/poly-bench.c (moved) * examples/prolog.c (moved) * examples/quad.c (moved) * examples/s.c (moved) * examples/simplePoly.c (moved) * examples/simpler.c (moved) * examples/specialize.c (moved) * examples/square.c (moved) * examples/twice.c (moved) * examples/wrapper/.gitignore (moved) * examples/wrapper/premake4.lua (moved) * examples/wrapper/src/main.c (moved) * examples/wrapper/src/pointer.h (moved) * examples/zero_one.c (moved) * libcfa/prelude/Makefile.am (moved) * libcfa/prelude/Makefile.in (moved) * libcfa/prelude/bootloader.cf (moved) * libcfa/prelude/builtins.c (moved) * libcfa/prelude/builtins.def (moved) * libcfa/prelude/extras.c (moved) * libcfa/prelude/extras.regx (moved) * libcfa/prelude/prelude-gen.cc (moved) * libcfa/prelude/prelude.old.cf (moved) * libcfa/prelude/prototypes.awk (moved) * libcfa/prelude/prototypes.c (moved) * libcfa/prelude/prototypes.sed (moved) * libcfa/prelude/sync-builtins.cf (moved) * libcfa/prelude/sync-builtins.def (moved) * libcfa/src/Makefile.am (moved) * libcfa/src/Makefile.in (moved) * libcfa/src/assert.c (moved) * libcfa/src/bits/algorithms.h (moved) * libcfa/src/bits/align.h (moved) * libcfa/src/bits/containers.h (moved) * libcfa/src/bits/debug.c (moved) * libcfa/src/bits/debug.h (moved) * libcfa/src/bits/defs.h (moved) * libcfa/src/bits/locks.h (moved) * libcfa/src/bits/signal.h (moved) * libcfa/src/clock (moved) * libcfa/src/common (moved) * libcfa/src/common.c (moved) * libcfa/src/concurrency/CtxSwitch-armv7l.S (moved) * libcfa/src/concurrency/CtxSwitch-i386.S (moved) * libcfa/src/concurrency/CtxSwitch-i686.S (moved) * libcfa/src/concurrency/CtxSwitch-x86_64.S (moved) * libcfa/src/concurrency/alarm.c (moved) * libcfa/src/concurrency/alarm.h (moved) * libcfa/src/concurrency/coroutine (moved) * libcfa/src/concurrency/coroutine.c (moved) * libcfa/src/concurrency/invoke.c (moved) * libcfa/src/concurrency/invoke.h (moved) * libcfa/src/concurrency/kernel (moved) * libcfa/src/concurrency/kernel.c (moved) * libcfa/src/concurrency/kernel_private.h (moved) * libcfa/src/concurrency/monitor (moved) * libcfa/src/concurrency/monitor.c (moved) * libcfa/src/concurrency/mutex (moved) * libcfa/src/concurrency/mutex.c (moved) * libcfa/src/concurrency/preemption.c (moved) * libcfa/src/concurrency/preemption.h (moved) * libcfa/src/concurrency/thread (moved) * libcfa/src/concurrency/thread.c (moved) * libcfa/src/containers/maybe (moved) * libcfa/src/containers/maybe.c (moved) * libcfa/src/containers/pair (moved) * libcfa/src/containers/pair.c (moved) * libcfa/src/containers/result (moved) * libcfa/src/containers/result.c (moved) * libcfa/src/containers/vector (moved) * libcfa/src/containers/vector.c (moved) * libcfa/src/exception.c (moved) * libcfa/src/exception.h (moved) * libcfa/src/expat.h (moved) * libcfa/src/fstream (moved) * libcfa/src/fstream.c (moved) * libcfa/src/gmp (moved) * libcfa/src/heap.c (moved) * libcfa/src/interpose.c (moved) * libcfa/src/iostream (moved) * libcfa/src/iostream.c (moved) * libcfa/src/iterator (moved) * libcfa/src/iterator.c (moved) * libcfa/src/limits (moved) * libcfa/src/limits.c (moved) * libcfa/src/lsda.h (moved) * libcfa/src/math (moved) * libcfa/src/memcheck.awk (moved) * libcfa/src/rational (moved) * libcfa/src/rational.c (moved) * libcfa/src/startup.c (moved) * libcfa/src/startup.h (moved) * libcfa/src/stdhdr/assert.h (moved) * libcfa/src/stdhdr/bfdlink.h (moved) * libcfa/src/stdhdr/complex.h (moved) * libcfa/src/stdhdr/ctype.h (moved) * libcfa/src/stdhdr/errno.h (moved) * libcfa/src/stdhdr/fenv.h (moved) * libcfa/src/stdhdr/float.h (moved) * libcfa/src/stdhdr/gmp.h (moved) * libcfa/src/stdhdr/hwloc.h (moved) * libcfa/src/stdhdr/inttypes.h (moved) * libcfa/src/stdhdr/iso646.h (moved) * libcfa/src/stdhdr/krb5.h (moved) * libcfa/src/stdhdr/limits.h (moved) * libcfa/src/stdhdr/locale.h (moved) * libcfa/src/stdhdr/malloc.h (moved) * libcfa/src/stdhdr/math.h (moved) * libcfa/src/stdhdr/setjmp.h (moved) * libcfa/src/stdhdr/signal.h (moved) * libcfa/src/stdhdr/stdalign.h (moved) * libcfa/src/stdhdr/stdarg.h (moved) * libcfa/src/stdhdr/stdatomic.h (moved) * libcfa/src/stdhdr/stdbool.h (moved) * libcfa/src/stdhdr/stddef.h (moved) * libcfa/src/stdhdr/stdint.h (moved) * libcfa/src/stdhdr/stdio.h (moved) * libcfa/src/stdhdr/stdlib.h (moved) * libcfa/src/stdhdr/stdnoreturn.h (moved) * libcfa/src/stdhdr/string.h (moved) * libcfa/src/stdhdr/sys/ucontext.h (moved) * libcfa/src/stdhdr/tgmath.h (moved) * libcfa/src/stdhdr/threads.h (moved) * libcfa/src/stdhdr/time.h (moved) * libcfa/src/stdhdr/uchar.h (moved) * libcfa/src/stdhdr/unistd.h (moved) * libcfa/src/stdhdr/wchar.h (moved) * libcfa/src/stdhdr/wctype.h (moved) * libcfa/src/stdlib (moved) * libcfa/src/stdlib.c (moved) * libcfa/src/time (moved) * libcfa/src/time.c (moved) * libcfa/src/time_t.h (moved) * libcfa/src/virtual.c (moved) * libcfa/src/virtual.h (moved) * src/Docs/Makefile (deleted) * src/Docs/cfa-cpp.1 (deleted) * src/Docs/design.tex (deleted) * src/Docs/uml.dia (deleted) * src/Makefile.am (modified) * src/Makefile.in (modified) * tests/.expect/KRfunctions.x64.txt (moved) * tests/.expect/KRfunctions.x86.txt (moved) * tests/.expect/abs.txt (moved) * tests/.expect/alloc-ERROR.txt (moved) * tests/.expect/alloc.txt (moved) * tests/.expect/array.txt (moved) * tests/.expect/ato.txt (moved) * tests/.expect/attributes.x64.txt (moved) * tests/.expect/attributes.x86.txt (moved) * tests/.expect/avl_test.txt (moved) * tests/.expect/cast.txt (moved) * tests/.expect/castError.txt (moved) * tests/.expect/completeTypeError.txt (moved) * tests/.expect/complex.txt (moved) * tests/.expect/counter.txt (moved) * tests/.expect/declarationErrors.txt (moved) * tests/.expect/declarationSpecifier.x64.txt (moved) * tests/.expect/declarationSpecifier.x86.txt (moved) * tests/.expect/designations.txt (moved) * tests/.expect/div.txt (moved) * tests/.expect/enum.txt (moved) * tests/.expect/expression.txt (moved) * tests/.expect/extension.x64.txt (moved) * tests/.expect/extension.x86.txt (moved) * tests/.expect/fallthrough.txt (moved) * tests/.expect/forall.txt (moved) * tests/.expect/fstream_test.txt (moved) * tests/.expect/function-operator.txt (moved) * tests/.expect/functions.x64.txt (moved) * tests/.expect/functions.x86.txt (moved) * tests/.expect/gccExtensions.x64.txt (moved) * tests/.expect/gccExtensions.x86.txt (moved) * tests/.expect/genericUnion.txt (moved) * tests/.expect/gmp.x64.txt (moved) * tests/.expect/heap.txt (moved) * tests/.expect/hello.txt (moved) * tests/.expect/identFuncDeclarator.txt (moved) * tests/.expect/identParamDeclarator.txt (moved) * tests/.expect/identity.txt (moved) * tests/.expect/ifwhileCtl.txt (moved) * tests/.expect/io1.txt (moved) * tests/.expect/io2.txt (moved) * tests/.expect/labelledExit.txt (moved) * tests/.expect/limits.txt (moved) * tests/.expect/literals.txt (moved) * tests/.expect/math1.x64.txt (moved) * tests/.expect/math1.x86.txt (moved) * tests/.expect/math2.x64.txt (moved) * tests/.expect/math2.x86.txt (moved) * tests/.expect/math3.x64.txt (moved) * tests/.expect/math3.x86.txt (moved) * tests/.expect/math4.x64.txt (moved) * tests/.expect/maybe.txt (moved) * tests/.expect/minmax.txt (moved) * tests/.expect/nested-types-ERR1.txt (moved) * tests/.expect/nested-types-ERR2.txt (moved) * tests/.expect/nested-types.txt (moved) * tests/.expect/numericConstants.txt (moved) * tests/.expect/operators.txt (moved) * tests/.expect/polymorphism.txt (moved) * tests/.expect/quoted_keyword.txt (moved) * tests/.expect/random.txt (moved) * tests/.expect/rational.txt (moved) * tests/.expect/references.txt (moved) * tests/.expect/result.txt (moved) * tests/.expect/scopeErrors.txt (moved) * tests/.expect/searchsort.txt (moved) * tests/.expect/shortCircuit.txt (moved) * tests/.expect/simpleGenericTriple.txt (moved) * tests/.expect/stdincludes.txt (moved) * tests/.expect/sum.txt (moved) * tests/.expect/swap.txt (moved) * tests/.expect/switch.txt (moved) * tests/.expect/time.x64.txt (moved) * tests/.expect/time.x86.txt (moved) * tests/.expect/typedefRedef-ERR1.txt (moved) * tests/.expect/typedefRedef.txt (moved) * tests/.expect/typeof.txt (moved) * tests/.expect/user_literals.txt (moved) * tests/.expect/variableDeclarator.txt (moved) * tests/.expect/vector.txt (moved) * tests/.expect/voidPtr.txt (moved) * tests/.expect/with-statement.txt (moved) * tests/.gitignore (moved) * tests/.in/fstream_test.txt (moved) * tests/.in/gmp.txt (moved) * tests/.in/io.data (moved) * tests/.in/rational.txt (moved) * tests/KRfunctions.c (moved) * tests/Makefile.am (moved) * tests/Makefile.in (moved) * tests/abs.c (moved) * tests/alloc.c (moved) * tests/array.c (moved) * tests/ato.c (moved) * tests/attributes.c (moved) * tests/avltree/avl-private.c (moved) * tests/avltree/avl-private.h (moved) * tests/avltree/avl.h (moved) * tests/avltree/avl0.c (moved) * tests/avltree/avl1.c (moved) * tests/avltree/avl2.c (moved) * tests/avltree/avl3.c (moved) * tests/avltree/avl4.c (moved) * tests/avltree/avl_test.c (moved) * tests/builtins/.expect/sync.txt (moved) * tests/builtins/sync.c (moved) * tests/cast.c (moved) * tests/castError.c (moved) * tests/commentMisc.c (moved) * tests/completeTypeError.c (moved) * tests/complex.c (moved) * tests/concurrent/.expect/coroutineYield.txt (moved) * tests/concurrent/.expect/monitor.txt (moved) * tests/concurrent/.expect/multi-monitor.txt (moved) * tests/concurrent/.expect/preempt.txt (moved) * tests/concurrent/.expect/thread.txt (moved) * tests/concurrent/coroutineYield.c (moved) * tests/concurrent/examples/.expect/boundedBufferEXT.txt (moved) * tests/concurrent/examples/.expect/boundedBufferINT.txt (moved) * tests/concurrent/examples/.expect/datingService.txt (moved) * tests/concurrent/examples/.expect/matrixSum.txt (moved) * tests/concurrent/examples/.expect/quickSort.txt (moved) * tests/concurrent/examples/.in/quickSort.txt (moved) * tests/concurrent/examples/boundedBufferEXT.c (moved) * tests/concurrent/examples/boundedBufferINT.c (moved) * tests/concurrent/examples/datingService.c (moved) * tests/concurrent/examples/matrixSum.c (moved) * tests/concurrent/examples/quickSort.c (moved) * tests/concurrent/monitor.c (moved) * tests/concurrent/multi-monitor.c (moved) * tests/concurrent/preempt.c (moved) * tests/concurrent/signal/.expect/block.txt (moved) * tests/concurrent/signal/.expect/disjoint.txt (moved) * tests/concurrent/signal/.expect/wait.txt (moved) * tests/concurrent/signal/block.c (moved) * tests/concurrent/signal/disjoint.c (moved) * tests/concurrent/signal/wait.c (moved) * tests/concurrent/thread.c (moved) * tests/concurrent/waitfor/.expect/barge.txt (moved) * tests/concurrent/waitfor/.expect/dtor.txt (moved) * tests/concurrent/waitfor/.expect/else.txt (moved) * tests/concurrent/waitfor/.expect/recurse.txt (moved) * tests/concurrent/waitfor/.expect/statment.txt (moved) * tests/concurrent/waitfor/.expect/when.txt (moved) * tests/concurrent/waitfor/barge.c (moved) * tests/concurrent/waitfor/dtor.c (moved) * tests/concurrent/waitfor/else.c (moved) * tests/concurrent/waitfor/parse.c (moved) * tests/concurrent/waitfor/parse2.c (moved) * tests/concurrent/waitfor/recurse.c (moved) * tests/concurrent/waitfor/simple.c (moved) * tests/concurrent/waitfor/statment.c (moved) * tests/concurrent/waitfor/when.c (moved) * tests/config.py.in (moved) * tests/context.c (moved) * tests/coroutine/.expect/fibonacci.txt (moved) * tests/coroutine/.expect/fmtLines.txt (moved) * tests/coroutine/.expect/pingpong.txt (moved) * tests/coroutine/.expect/prodcons.txt (moved) * tests/coroutine/.expect/runningTotal.txt (moved) * tests/coroutine/.in/fmtLines.txt (moved) * tests/coroutine/fibonacci.c (moved) * tests/coroutine/fmtLines.c (moved) * tests/coroutine/pingpong.c (moved) * tests/coroutine/prodcons.c (moved) * tests/coroutine/runningTotal.c (moved) * tests/counter.c (moved) * tests/declarationErrors.c (moved) * tests/declarationSpecifier.c (moved) * tests/designations.c (moved) * tests/div.c (moved) * tests/enum.c (moved) * tests/except-0.c (moved) * tests/except-1.c (moved) * tests/except-2.c (moved) * tests/except-3.c (moved) * tests/except-mac.h (moved) * tests/expression.c (moved) * tests/extension.c (moved) * tests/fallthrough.c (moved) * tests/forall.c (moved) * tests/fstream_test.c (moved) * tests/function-operator.c (moved) * tests/functions.c (moved) * tests/gccExtensions.c (moved) * tests/genericUnion.c (moved) * tests/gmp.c (moved) * tests/heap.c (moved) * tests/hello.c (moved) * tests/identFuncDeclarator.c (moved) * tests/identParamDeclarator.c (moved) * tests/identity.c (moved) * tests/ifwhileCtl.c (moved) * tests/io1.c (moved) * tests/io2.c (moved) * tests/labelledExit.c (moved) * tests/limits.c (moved) * tests/literals.c (moved) * tests/long_tests.h (moved) * tests/math1.c (moved) * tests/math2.c (moved) * tests/math3.c (moved) * tests/math4.c (moved) * tests/maybe.c (moved) * tests/minmax.c (moved) * tests/namedParmArg.c (moved) * tests/nested-types.c (moved) * tests/numericConstants.c (moved) * tests/occursError.c (moved) * tests/operators.c (moved) * tests/polymorphism.c (moved) * tests/preempt_longrun/Makefile.am (moved) * tests/preempt_longrun/Makefile.in (moved) * tests/preempt_longrun/block.c (moved) * tests/preempt_longrun/coroutine.c (moved) * tests/preempt_longrun/create.c (moved) * tests/preempt_longrun/disjoint.c (moved) * tests/preempt_longrun/enter.c (moved) * tests/preempt_longrun/enter3.c (moved) * tests/preempt_longrun/preempt.c (moved) * tests/preempt_longrun/processor.c (moved) * tests/preempt_longrun/stack.c (moved) * tests/preempt_longrun/update-type (moved) * tests/preempt_longrun/wait.c (moved) * tests/preempt_longrun/yield.c (moved) * tests/pybin/__init__.py (moved) * tests/pybin/settings.py (moved) * tests/pybin/test_run.py (moved) * tests/pybin/tools.py (moved) * tests/quoted_keyword.c (moved) * tests/raii/.expect/ctor-autogen-ERR1.txt (moved) * tests/raii/.expect/ctor-autogen.txt (moved) * tests/raii/.expect/dtor-early-exit-ERR1.txt (moved) * tests/raii/.expect/dtor-early-exit-ERR2.txt (moved) * tests/raii/.expect/dtor-early-exit.txt (moved) * tests/raii/.expect/globals.txt (moved) * tests/raii/.expect/init_once.txt (moved) * tests/raii/.expect/memberCtors-ERR1.txt (moved) * tests/raii/.expect/memberCtors.txt (moved) * tests/raii/ctor-autogen.c (moved) * tests/raii/dtor-early-exit.c (moved) * tests/raii/globals.c (moved) * tests/raii/init_once.c (moved) * tests/raii/memberCtors.c (moved) * tests/raii/multiDimension.c (moved) * tests/raii/multiDimension.txt (moved) * tests/random.c (moved) * tests/rational.c (moved) * tests/references.c (moved) * tests/result.c (moved) * tests/scope.c (moved) * tests/scopeErrors.c (moved) * tests/searchsort.c (moved) * tests/shortCircuit.c (moved) * tests/simpleGenericTriple.c (moved) * tests/stdincludes.c (moved) * tests/structMember.c (moved) * tests/subrange.c (moved) * tests/sum.c (moved) * tests/swap.c (moved) * tests/switch.c (moved) * tests/test.py (moved) * tests/time.c (moved) * tests/tuple/.expect/tupleAssign.txt (moved) * tests/tuple/.expect/tupleCast.txt (moved) * tests/tuple/.expect/tupleFunction.txt (moved) * tests/tuple/.expect/tupleMember.txt (moved) * tests/tuple/.expect/tuplePolymorphism.txt (moved) * tests/tuple/.expect/tupleVariadic.txt (moved) * tests/tuple/tupleAssign.c (moved) * tests/tuple/tupleCast.c (moved) * tests/tuple/tupleFunction.c (moved) * tests/tuple/tupleMember.c (moved) * tests/tuple/tuplePolymorphism.c (moved) * tests/tuple/tupleVariadic.c (moved) * tests/tuple/tuples.c (moved) * tests/typeGenerator.c (moved) * tests/typedef.c (moved) * tests/typedefDeclarator.c (moved) * tests/typedefRedef.c (moved) * tests/typeof.c (moved) * tests/user_literals.c (moved) * tests/variableDeclarator.c (moved) * tests/vector.c (moved) * tests/virtualCast.c (moved) * tests/voidPtr.c (moved) * tests/warnings/.expect/self-assignment.txt (moved) * tests/warnings/self-assignment.c (moved) * tests/with-statement.c (moved) Moved up many directories in source