# # ChangeLog for / # # Generated by Trac 1.2.1 # Apr 30, 2024, 9:53:26 PM Thu, 15 Apr 2021 17:08:16 GMT Thierry Delisle [780a614] * doc/theses/thierry_delisle_PhD/code/readyQ_proto/links.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/links2.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/work_stealing.hpp (modified) Added comparison of the mpsc queue to the protoptype. Thu, 15 Apr 2021 16:27:42 GMT Peter A. Buhr [8590328] * tests/.expect/math.nast.x86.txt (modified) fix 32-bit math expected output after fixing log2 Thu, 15 Apr 2021 16:05:16 GMT Peter A. Buhr [8cfa4ef] * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 15 Apr 2021 16:05:10 GMT Peter A. Buhr [2f5ea69] * libcfa/src/math.hfa (modified) fix long long int log2 with __builtin_clzll Thu, 15 Apr 2021 15:45:52 GMT Thierry Delisle [a4b0aa4] * libcfa/src/clock.hfa (modified) * libcfa/src/time.hfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 15 Apr 2021 15:45:44 GMT Thierry Delisle [a017ee7] * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Ready-queue grow/shrink now reassigns the id of all processors. Wed, 14 Apr 2021 22:15:12 GMT Peter A. Buhr [4744074] * src/Parser/parser.yy (modified) formatting Wed, 14 Apr 2021 21:52:44 GMT Peter A. Buhr [9344f0e] * doc/theses/thierry_delisle_PhD/code/readyQ_proto/utils.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/work_stealing.hpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 14 Apr 2021 21:52:12 GMT Peter A. Buhr [6645cda] * libcfa/src/clock.hfa (modified) rename clock routines, add processor, program, and boot watches ... Wed, 14 Apr 2021 21:47:30 GMT Peter A. Buhr [89c2a77b] * libcfa/src/time.hfa (modified) add conversion of timeval and timespec to Duration Wed, 14 Apr 2021 20:40:19 GMT Thierry Delisle [fc59b580] * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) Clusters now keep track of the active processors as well Wed, 14 Apr 2021 20:28:55 GMT Thierry Delisle [6a9b12b] * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) Incremental change towards having the cluster keep a list of active ... Wed, 14 Apr 2021 20:07:18 GMT Thierry Delisle [a7504db] * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) Changed how the cluster idle lock is implemented to be covered by the ... Wed, 14 Apr 2021 19:41:06 GMT Thierry Delisle [a33c113] * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Minor changes so using the global RWlock is more concise. Wed, 14 Apr 2021 16:58:36 GMT Thierry Delisle [634a5c2] * doc/theses/thierry_delisle_PhD/code/readyQ_proto/utils.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/work_stealing.hpp (modified) New changes to the prototype with Andrew's comments Wed, 14 Apr 2021 11:23:32 GMT Peter A. Buhr [ea1c97b] * tests/.expect/KRfunctions.nast.arm64.txt (modified) * tests/.expect/declarationSpecifier.arm64.txt (modified) * tests/.expect/extension.arm64.txt (modified) * tests/.expect/gccExtensions.arm64.txt (modified) * tests/.expect/math.nast.arm64.txt (modified) * tests/errors/.expect/completeType.nast.arm64.txt (modified) * tests/io/.expect/manipulatorsOutput1.arm64.txt (modified) * tests/io/.expect/manipulatorsOutput2.arm64.txt (modified) * tests/meta/.expect/archVast.nast.arm64.txt (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 14 Apr 2021 11:23:19 GMT Peter A. Buhr [37477ef] * tests/.expect/KRfunctions.oast.x64.txt (modified) fix build for test KRfunctions on old ast Wed, 14 Apr 2021 03:01:21 GMT Peter A. Buhr [a195d6e] * tests/.expect/KRfunctions.nast.arm64.txt (modified) * tests/.expect/declarationSpecifier.arm64.txt (modified) * tests/.expect/extension.arm64.txt (modified) * tests/.expect/gccExtensions.arm64.txt (modified) * tests/.expect/math.nast.arm64.txt (modified) * tests/errors/.expect/completeType.nast.arm64.txt (modified) * tests/io/.expect/manipulatorsOutput1.arm64.txt (modified) * tests/io/.expect/manipulatorsOutput2.arm64.txt (modified) * tests/meta/.expect/archVast.nast.arm64.txt (modified) update expected output for ARM64 Wed, 14 Apr 2021 01:40:03 GMT Peter A. Buhr [a0ac7b0] * tests/.expect/math.nast.x86.txt (modified) * tests/math.cfa (modified) 32-bit, #ifdef 128-bit test and adjust expected output Wed, 14 Apr 2021 01:37:32 GMT Peter A. Buhr [1d25654] * tests/io/.expect/manipulatorsOutput1.x86.txt (modified) * tests/io/.expect/manipulatorsOutput2.x86.txt (modified) 32-bit, update expected output for manipulator tests Wed, 14 Apr 2021 01:36:24 GMT Peter A. Buhr [e56cfb41] * tests/.expect/KRfunctions.nast.x86.txt (modified) * tests/.expect/declarationSpecifier.x86.txt (modified) * tests/.expect/extension.x86.txt (modified) * tests/.expect/gccExtensions.x86.txt (modified) 32-bit, update output to reflect new mangled-name numbering after ... Wed, 14 Apr 2021 00:02:56 GMT Peter A. Buhr [47e000c] * benchmark/basic/ttst_lock.c (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/dynamic_entropy.hpp (added) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/links2.hpp (added) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/ntmove.cpp (added) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/processor_list.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/processor_list_good.cpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/randbit.cpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/relaxed_list.cpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/snzi-packed.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/snzi.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/utils.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/work_stealing.hpp (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/stats.cfa (modified) * libcfa/src/concurrency/stats.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) * libcfa/src/exception.c (modified) * libcfa/src/exception.h (modified) * libcfa/src/exception.hfa (modified) * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) * libcfa/src/virtual.c (modified) * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/Concurrency/Keywords.cc (modified) * src/SynTree/Constant.cc (modified) * src/SynTree/Constant.h (modified) * src/Virtual/ExpandCasts.cc (modified) * src/Virtual/Tables.cc (modified) * src/Virtual/Tables.h (modified) * tests/exceptions/.expect/resume-threads.txt (modified) * tests/exceptions/.expect/resume.txt (modified) * tests/exceptions/.expect/terminate-threads.txt (modified) * tests/exceptions/.expect/terminate.txt (modified) * tests/exceptions/cancel/coroutine.cfa (modified) * tests/exceptions/cancel/thread.cfa (modified) * tests/exceptions/conditional.cfa (modified) * tests/exceptions/data-except.cfa (modified) * tests/exceptions/defaults.cfa (modified) * tests/exceptions/finally.cfa (modified) * tests/exceptions/interact.cfa (modified) * tests/exceptions/polymorphic.cfa (modified) * tests/exceptions/resume.cfa (modified) * tests/exceptions/terminate.cfa (modified) * tests/exceptions/trash.cfa (modified) * tests/exceptions/type-check.cfa (modified) * tests/exceptions/virtual-cast.cfa (modified) * tests/exceptions/virtual-poly.cfa (modified) * tests/linking/exception-nothreads.cfa (modified) * tests/linking/exception-withthreads.cfa (modified) * tests/quasiKeyword.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 13 Apr 2021 22:59:20 GMT Peter A. Buhr [0effb6a] * tests/io/.expect/manipulatorsOutput1.x64.txt (modified) * tests/io/.expect/manipulatorsOutput2.x64.txt (modified) * tests/io/manipulatorsOutput1.cfa (modified) * tests/io/manipulatorsOutput2.cfa (modified) update tests and expected output for manipulator tests Tue, 13 Apr 2021 22:57:29 GMT Peter A. Buhr [474d610] * tests/.expect/math.nast.x64.txt (modified) * tests/math.cfa (modified) add tests and expected output for integer log2 routines Tue, 13 Apr 2021 22:52:25 GMT Peter A. Buhr [e3cb4bf] * tests/.expect/KRfunctions.nast.x64.txt (modified) * tests/.expect/declarationSpecifier.x64.txt (modified) * tests/.expect/extension.x64.txt (modified) * tests/.expect/gccExtensions.x64.txt (modified) update output to reflect new mangled-name numbering after changing ... Tue, 13 Apr 2021 22:50:00 GMT Peter A. Buhr [d86e814] * tests/io/manipulatorsOutput3.cfa (modified) add header Tue, 13 Apr 2021 22:32:54 GMT Peter A. Buhr [4247778] * tests/io/.expect/manipulatorsOutput4.x64.txt (added) * tests/io/manipulatorsOutput4.cfa (added) add test for manipulator eng Tue, 13 Apr 2021 21:50:31 GMT Peter A. Buhr [3ada8ae] * doc/bibliography/pl.bib (modified) update bibliography entry for SP&E CFA concurrency paper Tue, 13 Apr 2021 21:48:41 GMT Peter A. Buhr [fd4c009] * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * tests/vector_math/.expect/vec4_float.txt (modified) fix incorrectly decimal-point printing, add engineering-notation ... Tue, 13 Apr 2021 21:38:34 GMT Peter A. Buhr [4c4e444] * libcfa/src/math.hfa (modified) add log2 for integers using clz instruction 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 Mon, 12 Apr 2021 21:34:33 GMT Thierry Delisle [7f5683e] * benchmark/basic/ttst_lock.c (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/links2.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/processor_list.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/processor_list_good.cpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/randbit.cpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/utils.hpp (modified) Several prototype fixes for arm Mon, 12 Apr 2021 21:22:02 GMT Thierry Delisle [a1b9bc3] * doc/theses/thierry_delisle_PhD/code/readyQ_proto/dynamic_entropy.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/links2.hpp (added) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/ntmove.cpp (added) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/relaxed_list.cpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/work_stealing.hpp (modified) Many small changes to prototype code Mon, 12 Apr 2021 21:16:45 GMT Thierry Delisle [fe63ae6] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/stats.cfa (modified) * libcfa/src/concurrency/stats.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) * libcfa/src/exception.c (modified) * libcfa/src/exception.h (modified) * libcfa/src/exception.hfa (modified) * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) * libcfa/src/virtual.c (modified) * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/Concurrency/Keywords.cc (modified) * src/SynTree/Constant.cc (modified) * src/SynTree/Constant.h (modified) * src/Virtual/ExpandCasts.cc (modified) * src/Virtual/Tables.cc (modified) * src/Virtual/Tables.h (modified) * tests/exceptions/.expect/resume-threads.txt (modified) * tests/exceptions/.expect/resume.txt (modified) * tests/exceptions/.expect/terminate-threads.txt (modified) * tests/exceptions/.expect/terminate.txt (modified) * tests/exceptions/cancel/coroutine.cfa (modified) * tests/exceptions/cancel/thread.cfa (modified) * tests/exceptions/conditional.cfa (modified) * tests/exceptions/data-except.cfa (modified) * tests/exceptions/defaults.cfa (modified) * tests/exceptions/finally.cfa (modified) * tests/exceptions/interact.cfa (modified) * tests/exceptions/polymorphic.cfa (modified) * tests/exceptions/resume.cfa (modified) * tests/exceptions/terminate.cfa (modified) * tests/exceptions/trash.cfa (modified) * tests/exceptions/type-check.cfa (modified) * tests/exceptions/virtual-cast.cfa (modified) * tests/exceptions/virtual-poly.cfa (modified) * tests/linking/exception-nothreads.cfa (modified) * tests/linking/exception-withthreads.cfa (modified) * tests/quasiKeyword.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 12 Apr 2021 19:52:49 GMT Thierry Delisle [73f4d08] * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/stats.cfa (modified) * libcfa/src/concurrency/stats.hfa (modified) Added stats implementation for dumping a big array of timestamped ... Mon, 12 Apr 2021 15:53:30 GMT Andrew Beach [b91bfde] * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/SynTree/Constant.cc (modified) * src/SynTree/Constant.h (modified) * src/Virtual/ExpandCasts.cc (modified) * src/Virtual/Tables.cc (modified) Added and used some helpers. The widely useful one is a from_string ... Fri, 09 Apr 2021 18:11:43 GMT Andrew Beach [ecfd758] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) * libcfa/src/exception.c (modified) * libcfa/src/exception.h (modified) * libcfa/src/exception.hfa (modified) * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) * libcfa/src/virtual.c (modified) * src/Concurrency/Keywords.cc (modified) * src/Virtual/ExpandCasts.cc (modified) * src/Virtual/Tables.cc (modified) * src/Virtual/Tables.h (modified) * tests/exceptions/.expect/resume-threads.txt (modified) * tests/exceptions/.expect/resume.txt (modified) * tests/exceptions/.expect/terminate-threads.txt (modified) * tests/exceptions/.expect/terminate.txt (modified) * tests/exceptions/cancel/coroutine.cfa (modified) * tests/exceptions/cancel/thread.cfa (modified) * tests/exceptions/conditional.cfa (modified) * tests/exceptions/data-except.cfa (modified) * tests/exceptions/defaults.cfa (modified) * tests/exceptions/finally.cfa (modified) * tests/exceptions/interact.cfa (modified) * tests/exceptions/polymorphic.cfa (modified) * tests/exceptions/resume.cfa (modified) * tests/exceptions/terminate.cfa (modified) * tests/exceptions/trash.cfa (modified) * tests/exceptions/type-check.cfa (modified) * tests/exceptions/virtual-cast.cfa (modified) * tests/exceptions/virtual-poly.cfa (modified) * tests/linking/exception-nothreads.cfa (modified) * tests/linking/exception-withthreads.cfa (modified) * tests/quasiKeyword.cfa (modified) Major exception update, seperating type-ids from virtual tables. The ... Thu, 08 Apr 2021 19:15:26 GMT Thierry Delisle [56c8b86] * doc/theses/thierry_delisle_PhD/code/readyQ_proto/dynamic_entropy.hpp (added) Added clean version of cforall (Rather than one buried in a mess of ... Thu, 08 Apr 2021 19:14:56 GMT Thierry Delisle [7530049d] * doc/theses/thierry_delisle_PhD/code/readyQ_proto/relaxed_list.cpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/snzi-packed.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readyQ_proto/snzi.hpp (modified) Minor cleanup Wed, 07 Apr 2021 01:17:52 GMT Peter A. Buhr [e07b589] * src/AST/Type.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 07 Apr 2021 01:16:52 GMT Peter A. Buhr [8483c39a] * doc/theses/andrew_beach_MMath/features.tex (modified) proofread chapter features Wed, 07 Apr 2021 01:15:27 GMT Peter A. Buhr [7039ab9] * doc/theses/andrew_beach_MMath/Makefile (modified) * doc/theses/andrew_beach_MMath/exceptionHierarchy.fig (added) * doc/theses/andrew_beach_MMath/stackMarking.fig (added) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) add xfig figures Tue, 06 Apr 2021 14:51:54 GMT Andrew Beach [cd59d28] * src/AST/Type.cpp (modified) A bit of clean-up in AST/Type.cpp. Mon, 05 Apr 2021 23:06:37 GMT Thierry Delisle [ec43cf9] * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/stats.cfa (modified) * libcfa/src/concurrency/stats.hfa (modified) Kernel now keeps track of the how many threads each processor has ... Mon, 05 Apr 2021 23:03:05 GMT Thierry Delisle [a5a01faa] * libcfa/src/concurrency/kernel/startup.cfa (modified) Fix a bug where stats from the main processor where not tallied properly. Mon, 05 Apr 2021 20:04:46 GMT Thierry Delisle [b0904bf] * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) Removed alarm stats, they are now tallied directly into the cluster Mon, 05 Apr 2021 19:18:12 GMT Thierry Delisle [5cb51502] * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Fix stats so they are correctly tallied when called from outside the ... Mon, 05 Apr 2021 19:12:16 GMT Thierry Delisle [c9ec301] * libcfa/src/concurrency/alarm.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) Fix debug printing with alarms Mon, 05 Apr 2021 19:10:29 GMT Thierry Delisle [8e85344] * libcfa/src/bits/debug.hfa (modified) Fix bad debug function Mon, 05 Apr 2021 19:00:21 GMT Andrew Beach [de57af9] * src/ResolvExpr/CurrentObject.cc (modified) Added some asserts in CurrentObject that prevent segfaults for better ... Sat, 03 Apr 2021 18:43:25 GMT Michael Brooks [b71b6df] * tests/array-container/.expect/array-basic.x64.txt (moved) Temporarily disabling array test on x86, where it didn't work Fri, 02 Apr 2021 19:39:41 GMT Michael Brooks [c7625e0] * libcfa/src/Makefile.am (modified) * libcfa/src/containers/array.hfa (added) * tests/array-container/.expect/array-basic.txt (added) * tests/array-container/array-basic.cfa (added) Adding manged-length arrays Fri, 02 Apr 2021 16:23:21 GMT Michael Brooks [7ee3c87] * libcfa/src/containers/list.hfa (modified) Dlist adjustments for performance and perf testability. Replaced a ... Fri, 02 Apr 2021 01:02:57 GMT Thierry Delisle [7a2972b9] * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) ready queue can now toggle between - lock-based queue - mpsc_queue ... Fri, 02 Apr 2021 00:20:18 GMT Thierry Delisle [c426b03] * libcfa/src/concurrency/ready_queue.cfa (modified) Minor clean-up Fri, 02 Apr 2021 00:20:10 GMT Thierry Delisle [8c3a3a14] * libcfa/src/concurrency/stats.cfa (modified) Minor improvement to stats printing Fri, 02 Apr 2021 00:07:45 GMT Thierry Delisle [a344425] * libcfa/src/concurrency/ready_queue.cfa (modified) Messed up the condition for external push, fixed now Fri, 02 Apr 2021 00:02:19 GMT Thierry Delisle [fd1f65e] * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/concurrency/stats.cfa (modified) * libcfa/src/concurrency/stats.hfa (modified) Stats now keep track of external pushes separately Thu, 01 Apr 2021 20:20:00 GMT Peter A. Buhr [b580bcc] * doc/theses/andrew_beach_MMath/future.tex (modified) * libcfa/src/bits/weakso_locks.cfa (modified) * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * tests/concurrent/.expect/semaphore.txt (added) * tests/concurrent/semaphore.cfa (added) * tests/concurrent/spinaphore.cfa (modified) * tests/unified_locking/.expect/fast.txt (added) * tests/unified_locking/.expect/locks.txt (modified) * tests/unified_locking/fast.cfa (added) * tests/unified_locking/locks.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 01 Apr 2021 20:19:52 GMT Peter A. Buhr [3bd2464] * libcfa/src/stdhdr/libltdl/lt_dlloader.h (added) deal with vtable keyword clash in libltdl/lt_dlloader.h Thu, 01 Apr 2021 20:17:56 GMT Peter A. Buhr [1f652a7] * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) add keywords typeid and vtable, and parse new syntax for virtual tables Wed, 31 Mar 2021 18:33:28 GMT Thierry Delisle [198e335] * libcfa/src/concurrency/locks.hfa (modified) Fixed default parameter Wed, 31 Mar 2021 18:18:19 GMT Andrew Beach [826ee62] * doc/theses/andrew_beach_MMath/future.tex (modified) Andrew MMath: Added notes about checked exceptions to future work. Wed, 31 Mar 2021 18:13:54 GMT Thierry Delisle [c60ef639] * src/Parser/parser.yy (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 31 Mar 2021 18:13:47 GMT Thierry Delisle [c7c178b] * libcfa/src/concurrency/locks.hfa (modified) Minor clean-up Wed, 31 Mar 2021 17:48:15 GMT Thierry Delisle [22b7579] * libcfa/src/bits/weakso_locks.cfa (modified) * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * tests/unified_locking/.expect/locks.txt (modified) * tests/unified_locking/locks.cfa (modified) Changed is_blocking_lock trait to use on_wakeup. Fixed fast_lock to ... Tue, 30 Mar 2021 22:55:13 GMT Peter A. Buhr [ca33b15] * src/Parser/parser.yy (modified) create downstream data structures for array-type for-control Tue, 30 Mar 2021 21:11:30 GMT Peter A. Buhr [98337569] * src/Parser/parser.yy (modified) add syntax for array-type for-control, update enum type error message Tue, 30 Mar 2021 18:44:56 GMT Thierry Delisle [f621e43f] * doc/theses/mubeen_zulfiqar_MMath/AllocDS1.fig (added) * doc/theses/mubeen_zulfiqar_MMath/AllocDS2.fig (added) * doc/theses/mubeen_zulfiqar_MMath/Makefile (modified) * doc/theses/mubeen_zulfiqar_MMath/allocator.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex (modified) * tests/include/includes.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 30 Mar 2021 17:49:01 GMT Thierry Delisle [a41e87b] * tests/include/includes.cfa (modified) Re committed the ncurses fix to includes which where lost somehow Tue, 30 Mar 2021 12:40:23 GMT Peter A. Buhr [dbfae7b] * doc/theses/mubeen_zulfiqar_MMath/AllocDS1.fig (added) * doc/theses/mubeen_zulfiqar_MMath/AllocDS2.fig (added) * doc/theses/mubeen_zulfiqar_MMath/allocator.tex (modified) add figures for design possibilities Tue, 30 Mar 2021 12:39:00 GMT Peter A. Buhr [d0e80f61] * doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex (modified) change latex packages from pdflatex to latex for .fig output Tue, 30 Mar 2021 12:37:24 GMT Peter A. Buhr [659fb73] * doc/theses/mubeen_zulfiqar_MMath/Makefile (modified) change Makefile from pdflatex to latex for .fig output Mon, 29 Mar 2021 18:17:24 GMT Thierry Delisle [976bc68] * tests/concurrent/.expect/semaphore.txt (added) * tests/concurrent/semaphore.cfa (added) * tests/unified_locking/.expect/fast.txt (added) * tests/unified_locking/fast.cfa (added) Added two more tests for locks Mon, 29 Mar 2021 18:15:59 GMT Thierry Delisle [e20eaf4] * libcfa/src/concurrency/locks.hfa (modified) Fixed incorrect comment in locks code. Mon, 29 Mar 2021 18:14:13 GMT Thierry Delisle [31fc80f] * tests/concurrent/spinaphore.cfa (modified) Removed debug comments Mon, 29 Mar 2021 03:08:44 GMT Peter A. Buhr [b202dc2] * doc/user/user.tex (modified) first draft of enumeration section Mon, 29 Mar 2021 03:07:24 GMT Peter A. Buhr [9e234f0b] * doc/user/figures/Cdecl.fig (modified) center numbers in figure boxes Mon, 29 Mar 2021 02:59:56 GMT Peter A. Buhr [8bea701] * src/Parser/parser.yy (modified) add semantic error for typed enumeration is currently unimplemented Mon, 29 Mar 2021 02:58:45 GMT Peter A. Buhr [fec3e9a] * src/Parser/TypeData.h (modified) formatting Sat, 27 Mar 2021 22:04:14 GMT Peter A. Buhr [1da7397] * doc/theses/andrew_beach_MMath/features.tex (modified) * libcfa/src/concurrency/clib/cfathread.cfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/containers/queueLockFree.hfa (modified) * tests/Makefile.am (modified) * tests/collections/.expect/atomic_mpsc.txt (added) * tests/collections/atomic_mpsc.cfa (added) * tests/concurrent/.expect/spinaphore.txt (added) * tests/concurrent/spinaphore.cfa (added) * tests/unified_locking/.expect/mcs.txt (added) * tests/unified_locking/mcs.cfa (added) fix conflict Sat, 27 Mar 2021 20:38:37 GMT Thierry Delisle [f8a7fed] * doc/theses/andrew_beach_MMath/features.tex (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sat, 27 Mar 2021 20:37:46 GMT Thierry Delisle [3bd5ca7] * tests/Makefile.am (modified) Fix test makefile for distribution Fri, 26 Mar 2021 22:01:38 GMT Thierry Delisle [8f5576d5] * libcfa/src/concurrency/locks.hfa (modified) Missed a static inline Fri, 26 Mar 2021 22:00:20 GMT Thierry Delisle [c51124b] * tests/concurrent/.expect/spinaphore.txt (added) * tests/concurrent/spinaphore.cfa (added) * tests/unified_locking/.expect/mcs.txt (added) * tests/unified_locking/mcs.cfa (added) Added tests for: - the "0nary" Semaphore, a.k.a. spinaphore. - the ... Fri, 26 Mar 2021 21:59:26 GMT Thierry Delisle [f4ec5e45] * libcfa/src/concurrency/locks.hfa (modified) Added several locks and other MES objects. Fri, 26 Mar 2021 21:58:45 GMT Thierry Delisle [d3314ae] * libcfa/src/concurrency/invoke.h (modified) Threads can now be queued onto the lock-free queues directly. Fri, 26 Mar 2021 21:58:18 GMT Thierry Delisle [cd26abf] * tests/collections/.expect/atomic_mpsc.txt (added) * tests/collections/atomic_mpsc.cfa (added) Added tests for the mpsc lock free queue Fri, 26 Mar 2021 21:57:52 GMT Thierry Delisle [2d95a2d] * libcfa/src/containers/queueLockFree.hfa (modified) Small fixes to lock free queues. Fri, 26 Mar 2021 19:02:35 GMT Andrew Beach [08e75215] * doc/theses/andrew_beach_MMath/features.tex (modified) Andrew MMath: Expanded a todo about open/closed types. Thu, 25 Mar 2021 19:09:01 GMT Thierry Delisle [bd0bdd37] * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Fix how bias is handled in the ready queue to be more consistent with ... Thu, 25 Mar 2021 18:42:38 GMT Thierry Delisle [3143f28] * libcfa/src/concurrency/ready_queue.cfa (modified) Fixed misleading stats counter Thu, 25 Mar 2021 17:48:09 GMT Thierry Delisle [86dc95d] * libcfa/src/concurrency/clib/cfathread.cfa (modified) Re-implemented the work around I forgot about in memcached. Namely ... Thu, 25 Mar 2021 16:21:09 GMT Thierry Delisle [8d4c9f4] * tests/include/includes.cfa (modified) Removed the extra headers used by ncurses, there are many Thu, 25 Mar 2021 13:09:42 GMT Peter A. Buhr [2644610] * tests/include/includes.cfa (modified) remove eti.h from include test as it may not be installed Wed, 24 Mar 2021 22:31:02 GMT Andrew Beach [4260566] * doc/theses/andrew_beach_MMath/features.tex (modified) Andrew MMath: Clean-up of features.tex. Put more general EHM ... Wed, 24 Mar 2021 18:35:24 GMT Thierry Delisle [4150779] * libcfa/src/concurrency/clib/cfathread.cfa (modified) Fixed bug with incorrect use of thread cast. Wed, 24 Mar 2021 12:47:56 GMT Peter A. Buhr [98d9ce9] * tests/include/includes.cfa (modified) remove curses.h from include test as it may not be installed Wed, 24 Mar 2021 01:19:47 GMT Peter A. Buhr [1f55a75] * Jenkins/FullBuild (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/bits/queue.hfa (modified) * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/concurrency/clib/cfathread.cfa (modified) * libcfa/src/concurrency/clib/cfathread.h (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/containers/queueLockFree.hfa (added) * tests/.expect/attributes.nast.arm64.txt (modified) * tests/.expect/attributes.oast.x64.txt (modified) * tests/.expect/attributes.oast.x86.txt (modified) * tests/.expect/bitmanip2.nast.x86.txt (moved) * tests/concurrent/.expect/clib_tls.txt (added) * tests/concurrent/clib.c (modified) * tests/concurrent/clib_tls.c (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 24 Mar 2021 01:18:44 GMT Peter A. Buhr [f9c3100] * src/Parser/parser.yy (modified) refactor assignment_operator, limit aggregate name to unqualified ...