# # ChangeLog for / # # Generated by Trac 1.2.1 # May 17, 2024, 12:16:19 PM Fri, 13 Dec 2019 18:33:48 GMT Dmitry Kobets [7c94bae] * tests/vector/.expect/vec3_float.txt (modified) * tests/vector/vec3_float.cfa (modified) Add cross product test for vec3 Fri, 13 Dec 2019 17:42:13 GMT Dmitry Kobets [5b24ee2] * tests/vector/.expect/vec4_float.txt (added) * tests/vector/glm_equivalents/vec4_float.cc (added) * tests/vector/vec4_float.cfa (added) Add vec4 tests Fri, 13 Dec 2019 17:07:26 GMT Dmitry Kobets [746157e] * libcfa/src/vec/vec4.hfa (added) Add vec4 (untested) Thu, 12 Dec 2019 16:57:11 GMT Dmitry Kobets [99905f4] * libcfa/src/vec/vec3.hfa (added) Add vec3 Thu, 12 Dec 2019 16:09:31 GMT Dmitry Kobets [e752e4e] * libcfa/src/vec/vec2.hfa (modified) * tests/vector/vec2_float.cfa (modified) Fix vec2_float tests Thu, 12 Dec 2019 15:04:15 GMT Dmitry Kobets [2fa5bd2] * Jenkinsfile (modified) * automake/missing (modified) * benchmark/Makefile.in (modified) * driver/cc1.cc (modified) * driver/cfa.cc (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/builtins.c (modified) * libcfa/prelude/sync-builtins.cf (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/assert.cfa (modified) * libcfa/src/bits/align.hfa (modified) * libcfa/src/bits/debug.cfa (modified) * libcfa/src/bits/debug.hfa (modified) * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/alarm.cfa (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/monitor.cfa (modified) * libcfa/src/concurrency/monitor.hfa (modified) * libcfa/src/concurrency/mutex.cfa (modified) * libcfa/src/concurrency/mutex.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) * libcfa/src/heap.cfa (modified) * libcfa/src/interpose.cfa (modified) * libcfa/src/startup.cfa (modified) * libcfa/src/stdlib.cfa (modified) * libcfa/src/stdlib.hfa (modified) * longrun_tests/Makefile.in (modified) * src/AST/Convert.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/Common/PassVisitor.impl.h (modified) * src/Common/SemanticError.cc (modified) * src/Common/SemanticError.h (modified) * src/Concurrency/Keywords.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/cfa.make (modified) * src/main.cc (modified) * tests/.expect/alloc.txt (modified) * tests/.expect/gccExtensions.x64.txt (modified) * tests/.expect/gccExtensions.x86.txt (modified) * tests/.expect/references.txt (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/alloc.cfa (modified) * tests/builtins/sync.cfa (modified) * tests/concurrent/.expect/keywordErrors.txt (added) * tests/concurrent/keywordErrors.cfa (added) * tests/concurrent/preempt.cfa (modified) * tests/concurrent/signal/wait.cfa (modified) * tests/concurrent/thread.cfa (modified) * tests/heap.cfa (modified) * tests/linking/withthreads.cfa (modified) * tests/raii/dtor-early-exit.cfa (modified) * tests/references.cfa (modified) * tests/test.py (modified) * tests/time.cfa (modified) Merge branch 'master' into vector-generic Thu, 12 Dec 2019 15:04:08 GMT Dmitry Kobets [aca6a54c] * src/ResolvExpr/ResolveAssertions.cc (modified) * src/ResolvExpr/SatisfyAssertions.cpp (modified) Increase trait recursion limit Wed, 11 Dec 2019 21:13:29 GMT Dmitry Kobets [3376ec9] * libcfa/src/vec/vec.hfa (added) * libcfa/src/vec/vec2.hfa (modified) * libcfa/src/vec/vec2_f.hfa (deleted) * libcfa/src/vec/vec3.hfa (deleted) make vector an interface, allowing for shared code between dimensions Wed, 11 Dec 2019 20:22:34 GMT Thierry Delisle [2cd949b] * tests/test.py (modified) Tentative fix of tests printing several pages of output when ... Sat, 07 Dec 2019 15:49:05 GMT Peter A. Buhr [e307e12] * src/Parser/parser.yy (modified) generalize aggregate data and control in grammar, add aggregate- ... Fri, 06 Dec 2019 20:15:35 GMT Thierry Delisle [e1990f1] * benchmark/Makefile.in (modified) * driver/cfa.cc (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/concurrency/alarm.cfa (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/monitor.cfa (modified) * libcfa/src/concurrency/monitor.hfa (modified) * libcfa/src/concurrency/mutex.cfa (modified) * libcfa/src/concurrency/mutex.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) * libcfa/src/heap.cfa (modified) * longrun_tests/Makefile.in (modified) * src/cfa.make (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/linking/withthreads.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 06 Dec 2019 20:15:11 GMT Thierry Delisle [924c5ce] * tests/concurrent/thread.cfa (modified) Moved thread.cfa back to using thread cast since it is fixed Fri, 06 Dec 2019 20:14:03 GMT Thierry Delisle [dab98b3e] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/heap.cfa (modified) * tests/linking/withthreads.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 06 Dec 2019 20:10:09 GMT Thierry Delisle [c8c0c7c5] * benchmark/Makefile.in (modified) * driver/cfa.cc (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * longrun_tests/Makefile.in (modified) * src/cfa.make (modified) * tests/Makefile.in (modified) Now using -z execstack and use -O0 for debug mode Fri, 06 Dec 2019 03:59:19 GMT Peter A. Buhr [baf608a] * libcfa/src/heap.cfa (modified) provide switch to print heap statistics on program termination Fri, 06 Dec 2019 03:57:06 GMT Peter A. Buhr [09d4b22] * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) move stack for preemptive pthread from TLS to static variable Fri, 06 Dec 2019 03:54:06 GMT Peter A. Buhr [0030ada3] * libcfa/src/concurrency/coroutine.cfa (modified) remove static from stack_data_size declaration Fri, 06 Dec 2019 03:47:03 GMT Peter A. Buhr [1def18bb] * tests/linking/withthreads.cfa (modified) fix emacs compile command Thu, 05 Dec 2019 22:49:23 GMT Thierry Delisle [3b0c8cb] * src/Concurrency/Keywords.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SynTree/Expression.h (modified) Implemented Keyword cast in the alternative finder to remove ... Wed, 04 Dec 2019 16:26:18 GMT Peter A. Buhr [fa35958] * tests/Makefile.am (modified) * tests/Makefile.in (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 04 Dec 2019 16:25:58 GMT Peter A. Buhr [1a3040c] * libcfa/src/concurrency/kernel.cfa (modified) add guard page to pthread stack in debug mode Wed, 04 Dec 2019 16:25:00 GMT Peter A. Buhr [121be3e] * libcfa/src/concurrency/alarm.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.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) change NULL to 0p Wed, 04 Dec 2019 03:06:40 GMT Dmitry Kobets [2444324] * tests/vector/.expect/vec2_int.txt (modified) * tests/vector/glm_equivalents/vec2_int.cc (added) * tests/vector/vec2_int.cfa (modified) Add tests for vec2 int Wed, 04 Dec 2019 03:05:47 GMT Dmitry Kobets [d131480] * libcfa/src/vec/vec2.hfa (modified) Fix issue in vec2.hfa from splitting up trait Tue, 03 Dec 2019 23:36:44 GMT Thierry Delisle [ee0bfa9] * tests/Makefile.am (modified) * tests/Makefile.in (modified) Fixed testing of cross compiled cfa using distcc Tue, 03 Dec 2019 23:22:44 GMT Peter A. Buhr [1d60da8] * driver/cfa.cc (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 03 Dec 2019 23:17:58 GMT Thierry Delisle [3901457] * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 03 Dec 2019 23:17:54 GMT Thierry Delisle [e8c52cf] * driver/cfa.cc (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) Tentative fix of pthread_create crash, now using -pthread instead of ... Tue, 03 Dec 2019 22:39:07 GMT Peter A. Buhr [1f6de372] * libcfa/src/heap.cfa (modified) change realloc to return 0-sized storage for size 0 rather than NULL Mon, 02 Dec 2019 04:40:54 GMT Peter A. Buhr [1805b1b] * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) refactor pthread_create into create_pthread, change NULL to 0p Sat, 30 Nov 2019 18:17:32 GMT Thierry Delisle [4fa8f1a] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) * libcfa/src/heap.cfa (modified) * libcfa/src/interpose.cfa (modified) * libcfa/src/startup.cfa (modified) * libcfa/src/stdlib.hfa (modified) * tests/concurrent/thread.cfa (modified) * tests/time.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sat, 30 Nov 2019 18:17:24 GMT Thierry Delisle [e71c1d4] * tests/references.cfa (modified) Changed inline assembly to correct reflect the fact that the ... Sat, 30 Nov 2019 16:15:06 GMT Peter A. Buhr [ce7bdc4] * src/GenPoly/Lvalue.cc (modified) * tests/.expect/references.txt (modified) * tests/references.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sat, 30 Nov 2019 16:14:50 GMT Peter A. Buhr [ba3df4d] * tests/time.cfa (modified) remove unused "int i" declaration Sat, 30 Nov 2019 16:13:43 GMT Peter A. Buhr [05035b3] * tests/concurrent/thread.cfa (modified) temporary patch to set thread name using direct update versus ... Sat, 30 Nov 2019 16:11:54 GMT Peter A. Buhr [6e7de84] * libcfa/src/startup.cfa (modified) call tzset (time zone initialization) at startup to prevent unfreed ... Sat, 30 Nov 2019 16:10:33 GMT Peter A. Buhr [4ea1c6d] * libcfa/src/heap.cfa (modified) turn on unfreed storage warning message Sat, 30 Nov 2019 16:09:37 GMT Peter A. Buhr [4cae032] * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) add missing destructor for ofstream nad ifstream Sat, 30 Nov 2019 16:08:34 GMT Peter A. Buhr [27f5f71] * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) explicitly create stack for pthread thread, change NULL to 0p Sat, 30 Nov 2019 16:04:08 GMT Peter A. Buhr [524627e] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/interpose.cfa (modified) * libcfa/src/stdlib.hfa (modified) change NULL to 0pt Fri, 29 Nov 2019 18:47:14 GMT Thierry Delisle [78cdb06] * src/GenPoly/Lvalue.cc (modified) * tests/.expect/references.txt (modified) * tests/references.cfa (modified) Modified Lvalue cast handling to ignore top level dereferencing in ... Fri, 29 Nov 2019 15:52:59 GMT Dmitry Kobets [0dedf756] * tests/vector/vec3_float.cfa (added) Add vec3 test file missing from previous commit Fri, 29 Nov 2019 15:43:18 GMT Dmitry Kobets [1dd929e] * libcfa/src/vec/vec2.hfa (modified) Apply traits to each individual function of vector Previously, ... Wed, 27 Nov 2019 21:43:51 GMT Thierry Delisle [397c101a] * src/ControlStruct/MLEMutator.cc (modified) * tests/raii/dtor-early-exit.cfa (modified) Fix bug where 'continue' would incorrectly claim to skip ... Wed, 27 Nov 2019 16:15:01 GMT Thierry Delisle [152c2b2] * tests/concurrent/.expect/keywordErrors.txt (modified) Fix a small manipulation error Tue, 26 Nov 2019 21:43:00 GMT Thierry Delisle [6c3a5ac1] * libcfa/src/concurrency/monitor.hfa (modified) * src/Concurrency/Keywords.cc (modified) * tests/concurrent/.expect/keywordErrors.txt (added) * tests/concurrent/keywordErrors.cfa (added) Added better check to guarantee proper includes are present when ... Tue, 26 Nov 2019 19:55:00 GMT Thierry Delisle [d76bd79] * libcfa/src/concurrency/kernel.hfa (modified) Added missing include in kernel.hfa which lead to memory leaks in ... Mon, 25 Nov 2019 15:22:08 GMT Dmitry Kobets [9ec35db] * benchmark/vector/vec2.cfa (deleted) * benchmark/vector/vec2_cfa (deleted) * libcfa/src/vec/README.md (added) * libcfa/src/vec/vec2.hfa (added) * libcfa/src/vec/vec2_f.hfa (added) * libcfa/src/vec/vec3.hfa (added) * libcfa/src/vector.hfa (deleted) * main.cfa (deleted) * tests/vector/.expect/vec2.txt (deleted) * tests/vector/.expect/vec3_float.txt (added) * tests/vector/glm_equivalents/vec2_float.cc (added) * tests/vector/glm_equivalents/vec3_float.cc (added) * tests/vector/vec2.cfa (deleted) * tests/vector/vec2_float.cfa (modified) Add vec3_float tests Sun, 24 Nov 2019 22:59:24 GMT Peter A. Buhr [58e280f4] * tests/heap.cfa (modified) formatting Sun, 24 Nov 2019 22:58:39 GMT Peter A. Buhr [1e034d9] * libcfa/src/heap.cfa (modified) forammting, add missing call to header in alignment realloc Sat, 23 Nov 2019 01:41:47 GMT Peter A. Buhr [4b464b5] * tests/.expect/alloc-ERROR.txt (modified) update expected output 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:37:28 GMT Peter A. Buhr [6a25b8f] * tests/.expect/alloc-ERROR.txt (modified) * tests/.expect/alloc.txt (modified) * tests/alloc.cfa (modified) * tests/heap.cfa (modified) update allocation tests to reflect allocation changes, change from ... Fri, 22 Nov 2019 20:14:23 GMT Peter A. Buhr [d74369b] * libcfa/src/stdlib.cfa (modified) * libcfa/src/stdlib.hfa (modified) update CFA allocation routines with realloc and alignment Fri, 22 Nov 2019 20:10:22 GMT Peter A. Buhr [95eb7cf] * libcfa/src/heap.cfa (modified) major update of heap, especially realloc 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:46 GMT Thierry Delisle [f1397d14] * libcfa/src/assert.cfa (modified) * libcfa/src/bits/align.hfa (modified) * libcfa/src/bits/debug.cfa (modified) * libcfa/src/bits/debug.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/interpose.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc 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, 22 Nov 2019 18:57:48 GMT Dmitry Kobets [1188195] * benchmark/vector/glm_vec2.cc (added) * benchmark/vector/vec2.cfa (added) * benchmark/vector/vec2_cfa (added) * benchmark/vector/vec2_cfa_notemplates (added) * benchmark/vector/vec2_glm (added) * benchmark/vector/vec2_notemplates.cfa (added) * benchmark/vector/vec2_templates (added) * benchmark/vector/vec2_templates.cfa (added) * tests/vector/.expect/vec2_double.txt (added) * tests/vector/.expect/vec2_float.txt (added) * tests/vector/.expect/vec2_int.txt (added) * tests/vector/.expect/vec2_ldouble.txt (added) * tests/vector/vec2_double.cfa (added) * tests/vector/vec2_float.cfa (added) * tests/vector/vec2_int.cfa (added) * tests/vector/vec2_ldouble.cfa (added) Finished floating point vec2 Fri, 22 Nov 2019 02:38:54 GMT Peter A. Buhr [2909b51] * driver/cc1.cc (modified) * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * src/AST/Convert.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/Common/PassVisitor.impl.h (modified) * src/Common/SemanticError.cc (modified) * src/Common/SemanticError.h (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/main.cc (modified) * tests/.expect/gccExtensions.x64.txt (modified) * tests/.expect/gccExtensions.x86.txt (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 22 Nov 2019 02:38:49 GMT Peter A. Buhr [1c40091] * libcfa/src/assert.cfa (modified) * libcfa/src/bits/align.hfa (modified) * libcfa/src/bits/debug.cfa (modified) * libcfa/src/bits/debug.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/interpose.cfa (modified) rename __cfaabi_dbg_bits_* to __cfaabi_bits_*, add fd parameter to ... Thu, 21 Nov 2019 20:53:39 GMT Thierry Delisle [49d3128] * driver/cc1.cc (modified) * src/main.cc (modified) cfa command now properly supports -fdiagnostics-color and -fno- ... Thu, 21 Nov 2019 18:03:17 GMT Thierry Delisle [1a69a90] * src/Common/SemanticError.cc (modified) * src/Common/SemanticError.h (modified) * src/main.cc (modified) Added --colors command line arguments to have more control on whether ... Wed, 20 Nov 2019 23:55:39 GMT Thierry Delisle [665f432] * src/AST/Convert.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/Common/PassVisitor.impl.h (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * tests/.expect/gccExtensions.x64.txt (modified) * tests/.expect/gccExtensions.x86.txt (modified) Fixed trac #149 where operand names in asm statements where ... Tue, 19 Nov 2019 20:56:49 GMT Thierry Delisle [57c764c] * libcfa/src/concurrency/kernel.cfa (modified) Fixed typo Mon, 18 Nov 2019 16:11:24 GMT Thierry Delisle [21184e3] * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) Added Thread-Local random number generator to kernel which will be ... Mon, 18 Nov 2019 16:01:49 GMT Thierry Delisle [6559a9d] * src/main.cc (modified) Added missing character to the optstring Thu, 14 Nov 2019 21:01:50 GMT Thierry Delisle [e11957e] * Jenkinsfile (modified) * automake/missing (modified) Undid the change to automake/missing and now the build machines ... Mon, 11 Nov 2019 19:41:41 GMT Dmitry Kobets [0856a96] * libcfa/src/vector.hfa (modified) * tests/vector/.expect/vec2.txt (added) * tests/vector/vec2.cfa (added) Add unit tests for vec2 Mon, 11 Nov 2019 19:41:41 GMT Dmitry Kobets [af0bf71] * libcfa/src/vector.hfa (modified) Small refactoring Mon, 11 Nov 2019 19:41:41 GMT Dmitry Kobets [e1a0945] * libcfa/src/vector.hfa (modified) Implement faceforward and some primitive operations Mon, 11 Nov 2019 19:41:41 GMT Dmitry Kobets [a39fd1d] * libcfa/src/vector.hfa (modified) Add unary negation operation Mon, 11 Nov 2019 19:41:41 GMT Dmitry Kobets [b545cad] * libcfa/src/vector.hfa (modified) Added refraction Mon, 11 Nov 2019 19:41:41 GMT Dmitry Kobets [44f41997] * libcfa/src/vector.hfa (modified) Add vector normalization Mon, 11 Nov 2019 19:41:41 GMT Dmitry Kobets [9a83ccd] * libcfa/src/vector.hfa (modified) * main.cfa (modified) Add sout override for vec2 Mon, 11 Nov 2019 19:41:41 GMT Dmitry Kobets [8bbdfdd] * libcfa/src/vector.hfa (added) * main.cfa (added) initial commit Mon, 11 Nov 2019 15:23:23 GMT Thierry Delisle [b4a573c] * Jenkins/FullBuild (modified) Fixed bad copy/paste in full build script Thu, 07 Nov 2019 19:47:53 GMT Thierry Delisle [d056d0d] * Jenkins/FullBuild (modified) Updated which compilers are used in a full build Thu, 07 Nov 2019 16:30:50 GMT Thierry Delisle [fe27d99] * Jenkinsfile (modified) Forgot to add the new gcc to build options Thu, 07 Nov 2019 15:45:08 GMT Thierry Delisle [099f5bd] * Jenkinsfile (modified) Added gcc 7,8,9 and change clang from clang++ to clang++-6.0 Wed, 06 Nov 2019 22:16:32 GMT Thierry Delisle [e8bada5a] * tests/Makefile.am (modified) * tests/Makefile.in (modified) Fix error when trying to run tests using DISTCC Wed, 06 Nov 2019 18:23:45 GMT Thierry Delisle [bdf22ae] * automake/missing (modified) * libcfa/automake/missing (modified) Forgot libcfa automake/missing Wed, 06 Nov 2019 18:13:13 GMT Thierry Delisle [773db65] * automake/missing (modified) Script was causing problems so I disabled it per Gregor's recommendation Tue, 29 Oct 2019 20:01:24 GMT Thierry Delisle [b067d9b] * .autom4te.cfg (added) * .gitignore (modified) * INSTALL (modified) * Jenkins/FullBuild (modified) * Jenkins/TestRegen (modified) * Jenkinsfile (modified) * Makefile.am (modified) * Makefile.in (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/libtool.m4 (added) * automake/ltmain.sh (added) * automake/ltoptions.m4 (added) * automake/ltsugar.m4 (added) * automake/ltversion.m4 (added) * automake/lt~obsolete.m4 (added) * automake/missing (modified) * automake/test-driver (modified) * automake/ylwrap (modified) * benchmark/Makefile.am (added) * benchmark/Makefile.in (added) * benchmark/Monitor.c (added) * benchmark/baselines/calc.py (added) * benchmark/baselines/x64/compile.csv (added) * benchmark/baselines/x64/ctxswitch.csv (added) * benchmark/baselines/x64/mutex.csv (added) * benchmark/baselines/x64/signal.csv (added) * benchmark/baselines/x86/compile.csv (added) * benchmark/baselines/x86/ctxswitch.csv (added) * benchmark/baselines/x86/mutex.csv (added) * benchmark/baselines/x86/signal.csv (added) * benchmark/bench.h (added) * benchmark/c.c (added) * benchmark/compile/empty.cfa (moved) * benchmark/creation/JavaThread.java (added) * benchmark/creation/cfa_cor.cfa (added) * benchmark/creation/cfa_thrd.cfa (added) * benchmark/creation/goroutine.go (moved) * benchmark/creation/pthreads.c (added) * benchmark/creation/upp_cor.cc (added) * benchmark/creation/upp_thrd.cc (added) * benchmark/ctxswitch/JavaThread.java (added) * benchmark/ctxswitch/cfa_cor.cfa (added) * benchmark/ctxswitch/cfa_cor_then.cfa (added) * benchmark/ctxswitch/cfa_gen.cfa (added) * benchmark/ctxswitch/cfa_thrd.cfa (added) * benchmark/ctxswitch/cfa_thrd2.cfa (added) * benchmark/ctxswitch/goroutine.go (moved) * benchmark/ctxswitch/kos_fibre.cpp (added) * benchmark/ctxswitch/kos_fibre2.cpp (added) * benchmark/ctxswitch/pthreads.c (added) * benchmark/ctxswitch/upp_cor.cc (added) * benchmark/ctxswitch/upp_thrd.cc (added) * benchmark/cxx.cpp (added) * benchmark/fetch_add.c (added) * benchmark/fixcsv.sh (added) * benchmark/function.c (added) * benchmark/interrupt_linux.c (moved) * benchmark/loop.c (added) * benchmark/mutex/JavaThread.java (added) * benchmark/mutex/cfa1.cfa (added) * benchmark/mutex/cfa2.cfa (added) * benchmark/mutex/cfa4.cfa (added) * benchmark/mutex/pthreads.c (added) * benchmark/mutex/upp.cc (added) * benchmark/schedext/cfa1.cfa (added) * benchmark/schedext/cfa2.cfa (added) * benchmark/schedext/cfa4.cfa (added) * benchmark/schedext/upp.cc (added) * benchmark/schedint/JavaThread.java (added) * benchmark/schedint/cfa1.cfa (added) * benchmark/schedint/cfa2.cfa (added) * benchmark/schedint/cfa4.cfa (added) * benchmark/schedint/pthreads.c (added) * benchmark/schedint/upp.cc (added) * benchmark/tls-fetch_add.c (added) * benchmark/ttst_lock.c (added) * config.h.in (deleted) * configure (modified) * configure.ac (modified) * doc/LaTeXmacros/common.tex (modified) * doc/LaTeXmacros/lstlang.sty (modified) * doc/bibliography/pl.bib (modified) * doc/papers/AMA/AMA-stix/ama/WileyNJD-v2.cls (modified) * doc/papers/OOPSLA17/Makefile (modified) * doc/papers/concurrency/Makefile (modified) * doc/papers/concurrency/Paper.tex (modified) * doc/papers/concurrency/SPEOldPaper.pdf (added) * doc/papers/concurrency/annex/local.bib (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/Fib1.c (added) * doc/papers/concurrency/examples/Fib2.c (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/Fib3.c (added) * doc/papers/concurrency/examples/Fib3.cc (added) * doc/papers/concurrency/examples/FibRefactor.py (added) * doc/papers/concurrency/examples/Fmt.sim (added) * doc/papers/concurrency/examples/Format.c (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.data (added) * doc/papers/concurrency/examples/Format.py (added) * doc/papers/concurrency/examples/Format.sim (added) * doc/papers/concurrency/examples/Format1.c (added) * doc/papers/concurrency/examples/PingPong.c (added) * doc/papers/concurrency/examples/PingPong.cc (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/Pingpong2.cfa (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/RWMonitor.cfa (added) * doc/papers/concurrency/examples/Refactor.py (added) * doc/papers/concurrency/examples/counter.cpp (added) * doc/papers/concurrency/figures/CondSigWait.fig (added) * doc/papers/concurrency/figures/FullCoroutinePhases.fig (added) * doc/papers/concurrency/figures/FullProdConsStack.fig (added) * doc/papers/concurrency/figures/RunTimeStructure.fig (added) * doc/papers/concurrency/figures/corlayout.fig (added) * doc/papers/concurrency/figures/ext_monitor.fig (modified) * doc/papers/concurrency/figures/monitor.fig (modified) * doc/papers/concurrency/figures/monitor.old.fig (added) * doc/papers/concurrency/mail (added) * doc/papers/concurrency/mail2 (added) * doc/papers/concurrency/style/cfa-format.tex (deleted) * doc/papers/general/.gitignore (modified) * doc/papers/general/Makefile (modified) * doc/papers/general/Paper.tex (modified) * doc/papers/general/fig.tex (added) * doc/proposals/approx-equal.md (added) * doc/proposals/ctordtor/Makefile (modified) * doc/proposals/ctordtor/ctor.tex (modified) * doc/proposals/flags.md (modified) * doc/proposals/interned_string.cc (added) * doc/proposals/interned_string.h (added) * doc/proposals/operator-defaults.md (added) * doc/proposals/specialized_casts.md (added) * doc/proposals/tuples/Makefile (modified) * doc/proposals/tuples/tuples.tex (modified) * doc/proposals/unicode.html (added) * doc/proposals/user_conversions.md (modified) * doc/proposals/virtual.txt (deleted) * doc/proposals/vtable.md (added) * doc/refrat/Makefile (modified) * doc/theses/aaron_moss/comp_II/Makefile (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 (added) * 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/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/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 (added) * doc/theses/aaron_moss_PhD/phd/evaluation/generic-timing.gp (added) * 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 (added) * doc/theses/aaron_moss_PhD/phd/generic-bench.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/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/Makefile (deleted) * doc/theses/thierry_delisle/notes/cor-thread-traits.c (deleted) * doc/theses/thierry_delisle/notes/lit-review.md (deleted) * doc/theses/thierry_delisle/notes/notes.md (deleted) * doc/theses/thierry_delisle/style/style.tex (deleted) * doc/theses/thierry_delisle_MMath/.gitignore (moved) * doc/theses/thierry_delisle_MMath/Makefile (added) * 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/theses/thierry_delisle_PhD/code/assert.hpp (added) * doc/theses/thierry_delisle_PhD/code/prefetch.cpp (added) * doc/theses/thierry_delisle_PhD/code/processor.hpp (added) * doc/theses/thierry_delisle_PhD/code/processor_list.hpp (added) * doc/theses/thierry_delisle_PhD/code/processor_list_fast.cpp (added) * doc/theses/thierry_delisle_PhD/code/processor_list_good.cpp (added) * doc/theses/thierry_delisle_PhD/code/relaxed_list.cpp (added) * doc/theses/thierry_delisle_PhD/code/relaxed_list.hpp (added) * doc/theses/thierry_delisle_PhD/code/utils.hpp (added) * 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) * 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/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 (added) * 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/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/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 (moved) * libcfa/prelude/extras.c (added) * 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 (moved) * 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-arm.S (moved) * libcfa/src/concurrency/CtxSwitch-i386.S (added) * 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 (added) * 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 (moved) * libcfa/src/executor.cfa (added) * 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 (moved) * 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 (moved) * 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 (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 (added) * 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.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) * longrun_tests/Makefile.am (added) * longrun_tests/Makefile.in (added) * longrun_tests/block.cfa (added) * longrun_tests/coroutine.cfa (added) * longrun_tests/create.cfa (added) * longrun_tests/disjoint.cfa (added) * longrun_tests/enter.cfa (added) * longrun_tests/enter3.cfa (added) * longrun_tests/preempt.cfa (added) * longrun_tests/processor.cfa (added) * longrun_tests/stack.cfa (added) * longrun_tests/update-type (added) * longrun_tests/wait.cfa (added) * longrun_tests/yield.cfa (added) * src/AST/AssertAcyclic.cpp (added) * src/AST/AssertAcyclic.hpp (added) * src/AST/Attribute.cpp (added) * src/AST/Attribute.hpp (added) * src/AST/Bitfield.hpp (added) * src/AST/CVQualifiers.hpp (added) * src/AST/Chain.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/GenericSubstitution.cpp (added) * src/AST/GenericSubstitution.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.cpp (added) * src/AST/Pass.hpp (added) * src/AST/Pass.impl.hpp (added) * src/AST/Pass.proto.hpp (added) * src/AST/Print.cpp (added) * src/AST/Print.hpp (added) * src/AST/Stmt.cpp (added) * src/AST/Stmt.hpp (added) * src/AST/StorageClasses.hpp (added) * src/AST/SymbolTable.cpp (added) * src/AST/SymbolTable.hpp (added) * src/AST/Type.cpp (added) * src/AST/Type.hpp (added) * src/AST/TypeEnvironment.cpp (added) * src/AST/TypeEnvironment.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/CodeTools/ResolvProtoDump.cc (added) * src/CodeTools/ResolvProtoDump.h (added) * src/CodeTools/module.mk (modified) * src/Common/Assert.cc (modified) * src/Common/Debug.h (modified) * src/Common/Eval.cc (added) * src/Common/FilterCombos.h (added) * src/Common/Heap.cc (deleted) * src/Common/Heap.h (deleted) * src/Common/Indenter.h (modified) * 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/ScopedMap.h (modified) * 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 (added) * 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 (added) * src/CompilationState.h (added) * src/Concurrency/Keywords.cc (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/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/ControlStruct/module.mk (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/GenPoly.cc (modified) * src/GenPoly/GenPoly.h (modified) * src/GenPoly/InstantiateGeneric.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/GenPoly/ScopedSet.h (modified) * src/GenPoly/ScrubTyVars.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixGlobalInit.h (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/FixInit.h (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/GenInit.h (modified) * src/InitTweak/InitTweak.cc (modified) * src/InitTweak/InitTweak.h (modified) * src/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/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/Candidate.cpp (added) * src/ResolvExpr/Candidate.hpp (added) * src/ResolvExpr/CandidateFinder.cpp (added) * src/ResolvExpr/CandidateFinder.hpp (added) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/ConversionCost.h (modified) * src/ResolvExpr/Cost.h (modified) * src/ResolvExpr/CurrentObject.cc (modified) * src/ResolvExpr/CurrentObject.h (modified) * src/ResolvExpr/ExplodedActual.cc (modified) * src/ResolvExpr/ExplodedActual.h (modified) * src/ResolvExpr/ExplodedArg.cpp (added) * src/ResolvExpr/ExplodedArg.hpp (added) * src/ResolvExpr/FindOpenVars.cc (modified) * src/ResolvExpr/FindOpenVars.h (modified) * src/ResolvExpr/Occurs.cc (modified) * src/ResolvExpr/PolyCost.cc (modified) * src/ResolvExpr/PtrsAssignable.cc (modified) * src/ResolvExpr/PtrsCastable.cc (modified) * src/ResolvExpr/RenameVars.cc (modified) * src/ResolvExpr/RenameVars.h (modified) * src/ResolvExpr/ResolvMode.h (added) * src/ResolvExpr/ResolveAssertions.cc (added) * src/ResolvExpr/ResolveAssertions.h (added) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/ResolvExpr/ResolveTypeof.h (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/Resolver.h (modified) * src/ResolvExpr/SatisfyAssertions.cpp (added) * src/ResolvExpr/SatisfyAssertions.hpp (added) * src/ResolvExpr/SpecCost.cc (added) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/ResolvExpr/TypeEnvironment.h (modified) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/Unify.h (modified) * src/ResolvExpr/WidenMode.h (added) * src/ResolvExpr/module.mk (modified) * src/ResolvExpr/typeops.h (modified) * src/SymTab/Autogen.cc (modified) * src/SymTab/Autogen.h (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/Validate.h (modified) * src/SymTab/demangler.cc (added) * src/SymTab/module.mk (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/AggregateDecl.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/ArrayType.cc (modified) * src/SynTree/Attribute.cc (modified) * src/SynTree/Attribute.h (modified) * src/SynTree/BaseSyntaxNode.h (modified) * src/SynTree/BasicType.cc (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/Constant.cc (modified) * src/SynTree/Constant.h (modified) * src/SynTree/DeclReplacer.cc (modified) * src/SynTree/DeclReplacer.h (modified) * src/SynTree/Declaration.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/FunctionType.cc (modified) * src/SynTree/Initializer.h (modified) * src/SynTree/Label.h (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/ObjectDecl.cc (modified) * src/SynTree/ReferenceToType.cc (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/TupleExpr.cc (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) * src/SynTree/TypeSubstitution.cc (modified) * src/SynTree/TypeSubstitution.h (modified) * src/SynTree/TypeofType.cc (modified) * src/SynTree/Visitor.h (modified) * src/SynTree/module.mk (modified) * src/Tuples/Explode.cc (modified) * src/Tuples/Explode.h (modified) * src/Tuples/TupleAssignment.cc (modified) * src/Tuples/TupleExpansion.cc (modified) * src/Tuples/Tuples.cc (added) * src/Tuples/Tuples.h (modified) * src/Tuples/module.mk (modified) * src/Validate/FindSpecialDecls.cc (added) * src/Validate/FindSpecialDecls.h (added) * src/Validate/HandleAttributes.cc (added) * src/Validate/HandleAttributes.h (added) * src/Validate/module.mk (added) * src/Virtual/ExpandCasts.cc (modified) * src/benchmark/Makefile.am (deleted) * src/benchmark/Makefile.in (deleted) * src/benchmark/Monitor.c (deleted) * src/benchmark/bench.h (deleted) * src/benchmark/creation/JavaThread.java (deleted) * src/benchmark/creation/cfa_cor.c (deleted) * src/benchmark/creation/cfa_thrd.c (deleted) * src/benchmark/creation/pthreads.c (deleted) * src/benchmark/creation/upp_cor.cc (deleted) * src/benchmark/creation/upp_thrd.cc (deleted) * src/benchmark/ctxswitch/JavaThread.java (deleted) * src/benchmark/ctxswitch/cfa_cor.c (deleted) * src/benchmark/ctxswitch/cfa_thrd.c (deleted) * src/benchmark/ctxswitch/cfa_thrd2.c (deleted) * src/benchmark/ctxswitch/kos_fibre.cpp (deleted) * src/benchmark/ctxswitch/kos_fibre2.cpp (deleted) * src/benchmark/ctxswitch/pthreads.c (deleted) * src/benchmark/ctxswitch/upp_cor.cc (deleted) * src/benchmark/ctxswitch/upp_thrd.cc (deleted) * src/benchmark/fetch_add.c (deleted) * src/benchmark/function.c (deleted) * src/benchmark/loop.c (deleted) * src/benchmark/mutex/JavaThread.java (deleted) * src/benchmark/mutex/cfa1.c (deleted) * src/benchmark/mutex/cfa2.c (deleted) * src/benchmark/mutex/cfa4.c (deleted) * src/benchmark/mutex/pthreads.c (deleted) * src/benchmark/mutex/upp.cc (deleted) * src/benchmark/schedext/cfa1.c (deleted) * src/benchmark/schedext/cfa2.c (deleted) * src/benchmark/schedext/cfa4.c (deleted) * src/benchmark/schedext/upp.cc (deleted) * src/benchmark/schedint/JavaThread.java (deleted) * src/benchmark/schedint/cfa1.c (deleted) * src/benchmark/schedint/cfa2.c (deleted) * src/benchmark/schedint/cfa4.c (deleted) * src/benchmark/schedint/pthreads.c (deleted) * src/benchmark/schedint/upp.cc (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/Attributes.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/main.c (deleted) * src/examples/wrapper/src/pointer.h (deleted) * src/examples/zero_one.c (deleted) * src/include/cassert (modified) * src/include/optional (added) * 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/bits/signal.h (deleted) * src/libcfa/clock (deleted) * src/libcfa/concurrency/CtxSwitch-i386.S (deleted) * src/libcfa/concurrency/CtxSwitch-x86_64.S (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/mutex (deleted) * src/libcfa/concurrency/mutex.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/expat.h (deleted) * src/libcfa/fstream (deleted) * src/libcfa/fstream.c (deleted) * src/libcfa/gmp (deleted) * src/libcfa/interpose.c (deleted) * src/libcfa/iostream (deleted) * src/libcfa/iostream.c (deleted) * src/libcfa/iterator.c (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/bfdlink.h (deleted) * src/libcfa/stdhdr/hwloc.h (deleted) * src/libcfa/stdhdr/krb5.h (deleted) * src/libcfa/stdhdr/malloc.h (deleted) * src/libcfa/stdhdr/stdbool.h (deleted) * src/libcfa/stdlib (deleted) * src/libcfa/stdlib.c (deleted) * src/libcfa/time (deleted) * src/libcfa/time.c (deleted) * src/libcfa/time_t.h (deleted) * src/main.cc (modified) * src/prelude/Makefile.am (deleted) * src/prelude/Makefile.in (deleted) * src/prelude/builtins.c (deleted) * src/prelude/extras.c (deleted) * src/prelude/extras.regx (deleted) * src/prelude/prelude.cf (deleted) * src/prelude/prototypes.awk (deleted) * src/prelude/sync-builtins.cf (deleted) * src/tests/.expect/KRfunctions.x64.txt (deleted) * src/tests/.expect/KRfunctions.x86.txt (deleted) * src/tests/.expect/abs.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/castError.txt (deleted) * src/tests/.expect/completeTypeError.txt (deleted) * src/tests/.expect/complex.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/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/identity.txt (deleted) * src/tests/.expect/io1.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.x64.txt (deleted) * src/tests/.expect/math3.x86.txt (deleted) * src/tests/.expect/math4.x64.txt (deleted) * src/tests/.expect/minmax.txt (deleted) * src/tests/.expect/references.txt (deleted) * src/tests/.expect/scopeErrors.txt (deleted) * src/tests/.expect/sum.txt (deleted) * src/tests/.expect/time.x64.txt (deleted) * src/tests/.expect/time.x86.txt (deleted) * src/tests/.expect/typedefRedef-ERR1.txt (deleted) * src/tests/.expect/user_literals.txt (deleted) * src/tests/.expect/with-statement.txt (deleted) * src/tests/.gitignore (deleted) * src/tests/KRfunctions.c (deleted) * src/tests/Makefile.am (deleted) * src/tests/Makefile.in (deleted) * src/tests/abs.c (deleted) * src/tests/alloc.c (deleted) * src/tests/array.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/builtins/sync.c (deleted) * src/tests/castError.c (deleted) * src/tests/completeTypeError.c (deleted) * src/tests/complex.c (deleted) * src/tests/concurrent/coroutineYield.c (deleted) * src/tests/concurrent/examples/boundedBufferEXT.c (deleted) * src/tests/concurrent/examples/boundedBufferINT.c (deleted) * src/tests/concurrent/examples/datingService.c (deleted) * src/tests/concurrent/examples/matrixSum.c (deleted) * src/tests/concurrent/examples/quickSort.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/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/parse2.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/fibonacci.c (deleted) * src/tests/coroutine/fmtLines.c (deleted) * src/tests/coroutine/pingpong.c (deleted) * src/tests/coroutine/prodcons.c (deleted) * src/tests/coroutine/runningTotal.c (deleted) * src/tests/counter.c (deleted) * src/tests/declarationErrors.c (deleted) * src/tests/declarationSpecifier.c (deleted) * src/tests/div.c (deleted) * src/tests/except-0.c (deleted) * src/tests/except-1.c (deleted) * src/tests/except-2.c (deleted) * src/tests/except-3.c (deleted) * src/tests/extension.c (deleted) * src/tests/fallthrough.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/gccExtensions.c (deleted) * src/tests/genericUnion.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/ifwhileCtl.c (deleted) * src/tests/io1.c (deleted) * src/tests/io2.c (deleted) * src/tests/labelledExit.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/math4.c (deleted) * src/tests/maybe.c (deleted) * src/tests/minmax.c (deleted) * src/tests/numericConstants.c (deleted) * src/tests/polymorphism.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/coroutine.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/preempt.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/raii/.expect/ctor-autogen-ERR1.txt (deleted) * src/tests/raii/.expect/dtor-early-exit-ERR1.txt (deleted) * src/tests/raii/.expect/dtor-early-exit-ERR2.txt (deleted) * src/tests/raii/.expect/memberCtors-ERR1.txt (deleted) * src/tests/raii/.expect/memberCtors.txt (deleted) * src/tests/raii/dtor-early-exit.c (deleted) * src/tests/raii/globals.c (deleted) * src/tests/raii/init_once.c (deleted) * src/tests/raii/memberCtors.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/stdincludes.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/time.c (deleted) * src/tests/tuple/tupleAssign.c (deleted) * src/tests/tuple/tupleVariadic.c (deleted) * src/tests/user_literals.c (deleted) * src/tests/variableDeclarator.c (deleted) * src/tests/vector.c (deleted) * src/tests/virtualCast.c (deleted) * src/tests/warnings/.expect/self-assignment.txt (deleted) * src/tests/warnings/self-assignment.c (deleted) * src/tests/with-statement.c (deleted) * tests/.expect/KRfunctions.x64.txt (added) * tests/.expect/KRfunctions.x86.txt (added) * tests/.expect/abs.txt (added) * 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 (added) * tests/.expect/completeTypeError.txt (added) * tests/.expect/complex.txt (added) * tests/.expect/copyfile.txt (added) * tests/.expect/counter.txt (moved) * 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 (moved) * tests/.expect/forall.txt (moved) * 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 (added) * tests/.expect/ifwhileCtl.txt (moved) * tests/.expect/io1.txt (added) * tests/.expect/io2.txt (moved) * tests/.expect/labelledExit.txt (moved) * tests/.expect/limits.txt (moved) * tests/.expect/literals.txt (moved) * tests/.expect/loopctrl.txt (added) * tests/.expect/manipulatorsInput.txt (added) * tests/.expect/manipulatorsOutput1.txt (added) * tests/.expect/manipulatorsOutput2.x64.txt (added) * tests/.expect/manipulatorsOutput2.x86.txt (added) * tests/.expect/math1.txt (added) * tests/.expect/math2.txt (added) * tests/.expect/math3.txt (added) * tests/.expect/math4.txt (added) * tests/.expect/maybe.txt (moved) * tests/.expect/minmax.txt (added) * 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/quotedKeyword.txt (moved) * tests/.expect/random.txt (moved) * tests/.expect/rational.txt (moved) * tests/.expect/references.txt (added) * tests/.expect/result.txt (moved) * tests/.expect/scopeErrors.txt (added) * tests/.expect/searchsort.txt (moved) * 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 (added) * tests/.expect/typedefRedef.txt (moved) * tests/.expect/typeof.txt (moved) * tests/.expect/variableDeclarator.txt (moved) * tests/.expect/vector.txt (moved) * tests/.expect/voidPtr.txt (moved) * tests/.gitignore (added) * tests/.in/copyfile.txt (added) * tests/.in/fstream_test.txt (moved) * tests/.in/gmp.txt (moved) * tests/.in/io.data (moved) * tests/.in/manipulatorsInput.txt (added) * tests/.in/rational.txt (moved) * tests/KRfunctions.cfa (added) * tests/Makefile.am (added) * tests/Makefile.in (added) * tests/abort.cfa (added) * tests/abs.cfa (added) * tests/alloc.cfa (added) * tests/array.cfa (added) * tests/ato.cfa (added) * tests/attributes.cfa (added) * tests/avltree/avl-private.cfa (moved) * tests/avltree/avl-private.h (moved) * tests/avltree/avl.h (moved) * tests/avltree/avl0.cfa (moved) * tests/avltree/avl1.cfa (added) * tests/avltree/avl2.cfa (moved) * tests/avltree/avl3.cfa (added) * tests/avltree/avl4.cfa (moved) * tests/avltree/avl_test.cfa (added) * tests/builtins/.expect/sync.txt (added) * tests/builtins/sync.cfa (added) * tests/cast.cfa (moved) * tests/castError.cfa (added) * tests/commentMisc.cfa (moved) * tests/completeTypeError.cfa (added) * tests/complex.cfa (added) * 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/coroutineThen.cfa (added) * tests/concurrent/coroutineYield.cfa (added) * 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/gortn.txt (added) * 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.cfa (added) * tests/concurrent/examples/boundedBufferINT.cfa (added) * tests/concurrent/examples/boundedBufferTHREAD.cfa (added) * tests/concurrent/examples/datingService.cfa (added) * tests/concurrent/examples/gortn.cfa (added) * tests/concurrent/examples/matrixSum.cfa (added) * tests/concurrent/examples/quickSort.cfa (added) * tests/concurrent/examples/quickSort.generic.cfa (added) * tests/concurrent/monitor.cfa (added) * tests/concurrent/multi-monitor.cfa (added) * tests/concurrent/preempt.cfa (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.cfa (added) * tests/concurrent/signal/disjoint.cfa (added) * tests/concurrent/signal/wait.cfa (added) * tests/concurrent/thread.cfa (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.cfa (added) * tests/concurrent/waitfor/dtor.cfa (added) * tests/concurrent/waitfor/else.cfa (added) * tests/concurrent/waitfor/parse.cfa (added) * tests/concurrent/waitfor/parse2.cfa (added) * tests/concurrent/waitfor/recurse.cfa (added) * tests/concurrent/waitfor/simple.cfa (added) * tests/concurrent/waitfor/statment.cfa (added) * tests/concurrent/waitfor/when.cfa (added) * tests/config.py.in (added) * tests/context.cfa (moved) * tests/copyfile.cfa (added) * tests/coroutine/.expect/devicedriver.txt (added) * 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/raii.txt (added) * tests/coroutine/.expect/runningTotal.txt (moved) * tests/coroutine/.in/devicedriver.txt (added) * tests/coroutine/.in/fmtLines.txt (added) * tests/coroutine/cntparens.cfa (added) * tests/coroutine/devicedriver.cfa (added) * tests/coroutine/fibonacci.cfa (added) * tests/coroutine/fibonacci_1.cfa (added) * tests/coroutine/fmtLines.cfa (added) * tests/coroutine/pingpong.cfa (added) * tests/coroutine/prodcons.cfa (added) * tests/coroutine/raii.cfa (added) * tests/coroutine/runningTotal.cfa (added) * tests/coroutine/suspend_then.cfa (added) * tests/counter.cfa (added) * tests/declarationErrors.cfa (added) * tests/declarationSpecifier.cfa (added) * tests/designations.cfa (moved) * tests/div.cfa (added) * tests/enum.cfa (moved) * tests/except-0.cfa (added) * tests/except-1.cfa (added) * tests/except-2.cfa (added) * tests/except-3.cfa (added) * tests/except-mac.hfa (moved) * tests/expression.cfa (moved) * tests/extension.cfa (added) * tests/fallthrough.cfa (added) * tests/forall.cfa (added) * tests/fstream_test.cfa (added) * tests/function-operator.cfa (added) * tests/functions.cfa (added) * tests/gccExtensions.cfa (added) * tests/genericUnion.cfa (added) * tests/gmp.cfa (added) * tests/heap.cfa (added) * tests/hello.cfa (added) * tests/identFuncDeclarator.cfa (added) * tests/identParamDeclarator.cfa (added) * tests/identity.cfa (added) * tests/ifwhileCtl.cfa (added) * tests/io1.cfa (added) * tests/io2.cfa (added) * tests/labelledExit.cfa (added) * tests/limits.cfa (added) * tests/linking/.expect/nothreads.txt (added) * tests/linking/.expect/withthreads.txt (added) * tests/linking/nothreads.cfa (added) * tests/linking/withthreads.cfa (added) * tests/literals.cfa (added) * tests/long_tests.hfa (added) * tests/loopctrl.cfa (added) * tests/manipulatorsInput.cfa (added) * tests/manipulatorsOutput1.cfa (added) * tests/manipulatorsOutput2.cfa (added) * tests/math1.cfa (added) * tests/math2.cfa (added) * tests/math3.cfa (added) * tests/math4.cfa (added) * tests/maybe.cfa (added) * tests/minmax.cfa (added) * tests/namedParmArg.cfa (moved) * tests/nested-types.cfa (added) * tests/numericConstants.cfa (added) * tests/occursError.cfa (moved) * tests/operators.cfa (moved) * tests/polymorphism.cfa (added) * tests/pybin/__init__.py (moved) * tests/pybin/print-core.gdb (added) * tests/pybin/settings.py (added) * tests/pybin/test_run.py (added) * tests/pybin/tools.py (added) * tests/quotedKeyword.cfa (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 (added) * tests/raii/ctor-autogen.cfa (moved) * tests/raii/dtor-early-exit.cfa (added) * tests/raii/globals.cfa (added) * tests/raii/init_once.cfa (added) * tests/raii/memberCtors.cfa (added) * tests/raii/multiDimension.cfa (moved) * tests/raii/multiDimension.txt (moved) * tests/random.cfa (added) * tests/rational.cfa (added) * tests/references.cfa (added) * tests/result.cfa (added) * tests/scope.cfa (moved) * tests/scopeErrors.cfa (moved) * tests/searchsort.cfa (added) * tests/shortCircuit.cfa (added) * tests/simpleGenericTriple.cfa (moved) * tests/stdincludes.cfa (added) * tests/structMember.cfa (added) * tests/subrange.cfa (moved) * tests/sum.cfa (added) * tests/swap.cfa (added) * tests/switch.cfa (added) * tests/test.py (added) * tests/time.cfa (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.cfa (added) * tests/tuple/tupleCast.cfa (moved) * tests/tuple/tupleFunction.cfa (moved) * tests/tuple/tupleMember.cfa (moved) * tests/tuple/tuplePolymorphism.cfa (moved) * tests/tuple/tupleVariadic.cfa (added) * 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 (added) * tests/variableDeclarator.cfa (added) * tests/vector.cfa (added) * tests/virtualCast.cfa (added) * tests/voidPtr.cfa (moved) * tests/warnings/.expect/self-assignment.txt (added) * tests/warnings/self-assignment.cfa (added) * tests/withStatement.cfa (added) * tools/Makefile.am (modified) * tools/Makefile.in (modified) * tools/baseline.py (added) * tools/build/distcc_hash (added) * tools/build/push2dist.sh (added) * tools/busy (added) * tools/cfa.nanorc (modified) * tools/error (added) * tools/error.c (added) * tools/expanded-line-count.sh (added) * tools/prettyprinter/Makefile.am (modified) * tools/prettyprinter/Makefile.in (modified) * tools/stat.py (modified) * tools/watchdog (added) * tools/watchdog.c (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 29 Oct 2019 19:57:35 GMT Thierry Delisle [8364209] * tests/pybin/tools.py (modified) * tests/test.py (modified) Tests now send SIGABRT instead and SIGTERM when a test takes too long Mon, 28 Oct 2019 20:28:37 GMT Thierry Delisle [c3a2007] * Jenkinsfile (modified) * Makefile.in (modified) * benchmark/Makefile.am (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * doc/proposals/approx-equal.md (added) * driver/Makefile.in (modified) * driver/cc1.cc (modified) * driver/cfa.cc (modified) * libcfa/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.in (modified) * libcfa/prelude/extras.regx (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/heap.cfa (modified) * libcfa/src/stdlib.cfa (modified) * libcfa/src/stdlib.hfa (modified) * longrun_tests/Makefile.am (modified) * longrun_tests/Makefile.in (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/GenType.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/Makefile.in (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/ResolveAssertions.cc (modified) * src/SymTab/Autogen.h (modified) * src/SymTab/ManglerCommon.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/ArrayType.cc (modified) * src/SynTree/CommaExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/TopLvalue.cc (deleted) * src/SynTree/TopLvalue.h (deleted) * src/SynTree/TupleExpr.cc (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) * src/SynTree/module.mk (modified) * src/Tuples/TupleExpansion.cc (modified) * src/main.cc (modified) * tests/.expect/alloc-ERROR.txt (modified) * tests/.expect/alloc.txt (modified) * tests/.expect/attributes.x64.txt (modified) * tests/.expect/attributes.x86.txt (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/alloc.cfa (modified) * tests/concurrent/examples/quickSort.cfa (modified) * tests/labelledExit.cfa (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tools/Makefile.in (modified) * tools/PrettyGitLogs.sh (deleted) * tools/prettyprinter/Makefile.in (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 25 Oct 2019 21:44:25 GMT Peter A. Buhr [9bdb8b7] * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * tests/labelledExit.cfa (modified) allow labelled break from within the body of a try statement Fri, 25 Oct 2019 21:34:08 GMT Peter A. Buhr [89124ff] * libcfa/src/stdlib.cfa (modified) add extra alignment check and missing frees Mon, 21 Oct 2019 14:20:05 GMT Peter A. Buhr [eb5a115] * tests/.expect/alloc-ERROR.txt (modified) * tests/.expect/alloc.txt (modified) * tests/alloc.cfa (modified) update allocation tests for new allocation routines Mon, 21 Oct 2019 14:18:15 GMT Peter A. Buhr [cafb687] * libcfa/src/stdlib.cfa (modified) * libcfa/src/stdlib.hfa (modified) start allocation updates for arrays and alignment Mon, 21 Oct 2019 03:14:28 GMT Peter A. Buhr [1aa6ecb] * libcfa/src/heap.cfa (modified) check for maximum allocation and use macro to get header Mon, 21 Oct 2019 03:10:55 GMT Peter A. Buhr [fdf4efb] * tests/concurrent/examples/quickSort.cfa (modified) balance quicksort subdivisions across leaf tasks, and randomize 200 ... Sun, 20 Oct 2019 14:46:21 GMT Peter A. Buhr [1f7324f] * tests/.expect/attributes.x64.txt (modified) and update the x64 "attributes" test expected output Sun, 20 Oct 2019 13:48:38 GMT Peter A. Buhr [24ff3b0] * tests/.expect/attributes.x86.txt (modified) update "attributes" test expected output Sun, 20 Oct 2019 13:47:09 GMT Peter A. Buhr [c5c0148] * driver/cc1.cc (modified) change cargs to args in error message for CC1 Translator stage 2 Sun, 20 Oct 2019 03:58:48 GMT Peter A. Buhr [16a18f3] * doc/proposals/approx-equal.md (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sun, 20 Oct 2019 03:58:30 GMT Peter A. Buhr [de8d7fb1] * src/CodeGen/CodeGenerator.cc (modified) do not generate anonymous name for bit field with empty declarator Fri, 18 Oct 2019 18:41:15 GMT Andrew Beach [295ed2a4] * doc/proposals/approx-equal.md (added) Added approximately equals operator proposal. Fri, 18 Oct 2019 14:38:53 GMT Thierry Delisle [ecc0fec] * longrun_tests/Makefile.am (modified) * longrun_tests/Makefile.in (modified) Removed extraneous backslash Wed, 09 Oct 2019 20:22:04 GMT Thierry Delisle [65e10b2] * libcfa/configure (modified) * libcfa/configure.ac (modified) Forgot we have a bug with O0. This should fix the build