# # ChangeLog for libcfa/src # # Generated by Trac 1.2.1 # May 11, 2024, 1:58:11 PM Mon, 21 Nov 2022 22:52:57 GMT Peter A. Buhr [9fce2572] * libcfa/src/bits/random.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * tests/.expect/PRNG.x86.txt (added) * tests/.expect/nested_function.txt (deleted) * tests/.expect/nested_function.x86.txt (added) 32-bit update of PRNG Mon, 21 Nov 2022 03:24:14 GMT Peter A. Buhr [d2ad151] * libcfa/src/bits/random.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) * libcfa/src/startup.cfa (modified) * libcfa/src/stdlib.cfa (modified) * libcfa/src/stdlib.hfa (modified) * tests/.expect/PRNG.txt (deleted) * tests/.expect/PRNG.x64.txt (added) * tests/.expect/nested_function.txt (modified) * tests/PRNG.cfa (modified) * tests/concurrent/barrier/generation.cfa (modified) * tests/concurrent/barrier/order.cfa (modified) * tests/concurrent/once.cfa (modified) * tests/concurrent/readyQ/leader_spin.cfa (modified) * tests/io/away_fair.cfa (modified) * tests/io/comp_basic.cfa (modified) * tests/io/comp_fair.cfa (modified) major update of PRNG Thu, 10 Nov 2022 19:19:51 GMT Thierry Delisle [639e4fc] * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) Changed cluster link to use explicit type to avoid anonymous names in ... Thu, 10 Nov 2022 17:17:20 GMT Thierry Delisle [a757ba1] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) Removed wait-with-io_uring feature which was slow, broken and ifdefed ... Thu, 10 Nov 2022 17:14:23 GMT Thierry Delisle [6a4ef0c] * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) Changed cltr_link to use explicit field name to make gdb easier Wed, 02 Nov 2022 02:06:40 GMT Peter A. Buhr [e50d9cb8] * libcfa/src/Makefile.am (modified) * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/once.hfa (added) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/containers/lockfree.hfa (modified) * src/AST/Pass.impl.hpp (modified) * src/Common/PassVisitor.impl.h (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/GenPoly.cc (modified) * src/GenPoly/InstantiateGenericNew.cpp (modified) * tests/.expect/loop-inc.txt (added) * tests/concurrent/.expect/once.txt (added) * tests/concurrent/once.cfa (added) * tests/loop-inc.cfa (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 02 Nov 2022 02:06:24 GMT Peter A. Buhr [0bdfcc3] * libcfa/src/heap.cfa (modified) formatting Mon, 31 Oct 2022 20:39:28 GMT Thierry Delisle [e8b8e65] * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/once.hfa (added) * libcfa/src/containers/lockfree.hfa (modified) * tests/concurrent/.expect/once.txt (added) * tests/concurrent/once.cfa (added) Added implementation of call_once Mon, 31 Oct 2022 19:00:01 GMT Thierry Delisle [cd5b58f] * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/thread.cfa (modified) Changed node link in thread to use dlink called cltr_link Sun, 30 Oct 2022 19:58:39 GMT Peter A. Buhr [7a2057a] * libcfa/src/heap.cfa (modified) remove unused BUCKETLOCK, restructure OWNERSHIP and RETURNSPIN Fri, 28 Oct 2022 21:30:57 GMT Thierry Delisle [15c93d8] * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) Renamed ready-queue link fields to rdy_link Fri, 28 Oct 2022 21:22:32 GMT Thierry Delisle [be5f0a5] * libcfa/src/bits/containers.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/monitor.cfa (modified) Changed monitors to use the user_link instead of the ready_link Fri, 28 Oct 2022 19:04:19 GMT Thierry Delisle [2856982c] * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/invoke.h (modified) Changed implicit dlink field in thread$ to have name uxer_link Fri, 28 Oct 2022 18:57:20 GMT Thierry Delisle [28372f7] * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) Changed to park/unpark permit/ticketing to make sure no one unparks a ... Thu, 27 Oct 2022 19:50:15 GMT Thierry Delisle [88ac843e] * benchmark/io/http/worker.hfa (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/containers/lockfree.hfa (added) * libcfa/src/containers/queueLockFree.hfa (deleted) * libcfa/src/containers/stackLockFree.hfa (deleted) * libcfa/src/heap.cfa (modified) * tests/collections/atomic_mpsc.cfa (modified) Moved lockfree containers to containers/lockfree.hfa. Added ... Thu, 27 Oct 2022 15:24:54 GMT Thierry Delisle [a167c70c] * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) * tests/concurrent/.expect/migrate.txt (added) * tests/concurrent/migrate.cfa (added) Added thread support for migrating between clusters. Thu, 27 Oct 2022 15:20:19 GMT Thierry Delisle [8b74fa7] * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) cluster now support 'set_concurrency' which addes/removes processors ... Thu, 27 Oct 2022 14:55:20 GMT Thierry Delisle [878cfcc] * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/thread.cfa (modified) Added extra check to make sure threads is never double executed Thu, 27 Oct 2022 14:45:30 GMT Thierry Delisle [7f81ef4] * libcfa/src/interpose_thread.cfa (modified) added pthread once among the list of routines in the __cfa_libpthread. Fri, 21 Oct 2022 16:13:25 GMT Michael Brooks [a5e2682] * doc/theses/mike_brooks_MMath/programs/hello-md.cfa (modified) * libcfa/src/containers/array.hfa (modified) * tests/array-container/.expect/array-sbscr-types.txt (added) * tests/array-container/array-basic.cfa (modified) * tests/array-container/array-sbscr-types.cfa (added) Improve new-array subscripting to cover missing cases. Missing ... Thu, 20 Oct 2022 20:09:13 GMT Thierry Delisle [8bd886e] * libcfa/src/concurrency/pthread.cfa (modified) Some clean-up in pthread emulation Thu, 20 Oct 2022 18:50:26 GMT Thierry Delisle [1a45263] * libcfa/src/containers/array.hfa (modified) * src/AST/Vector.hpp (added) * src/AST/module.mk (modified) * src/GenPoly/InstantiateGenericNew.cpp (modified) * src/Parser/ParseNode.h (modified) Merge branch 'master' into pthread-emulation Wed, 19 Oct 2022 20:55:09 GMT Thierry Delisle [058ece2] * libcfa/src/containers/array.hfa (modified) made all_t all extern. There is no definition but since it is a zero- ... Wed, 19 Oct 2022 20:43:26 GMT Thierry Delisle [df6cc9d] * Jenkins/FullBuild (modified) * doc/bibliography/pl.bib (modified) * libcfa/src/assert.cfa (modified) * libcfa/src/bitmanip.hfa (modified) * libcfa/src/bits/locks.hfa (modified) * libcfa/src/clock.hfa (modified) * libcfa/src/common.hfa (modified) * libcfa/src/concurrency/alarm.cfa (modified) * libcfa/src/concurrency/alarm.hfa (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) * libcfa/src/concurrency/kernel/fwd.hfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/containers/array.hfa (modified) * libcfa/src/device/cpu.cfa (modified) * libcfa/src/heap.cfa (modified) * libcfa/src/heap.hfa (modified) * libcfa/src/math.hfa (modified) * libcfa/src/parseargs.cfa (modified) * libcfa/src/parseargs.hfa (modified) * libcfa/src/startup.cfa (modified) * libcfa/src/stdhdr/assert.h (modified) * libcfa/src/time.hfa (modified) * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Inspect.cpp (modified) * src/AST/Inspect.hpp (modified) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/SymbolTable.cpp (modified) * src/AST/Type.cpp (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/CodeGen/GenType.cc (modified) * src/Common/Eval.cc (modified) * src/Common/PassVisitor.impl.h (modified) * src/Concurrency/KeywordsNew.cpp (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/GenPoly.cc (modified) * src/GenPoly/GenPoly.h (modified) * src/GenPoly/InstantiateGenericNew.cpp (modified) * src/GenPoly/Lvalue.h (modified) * src/GenPoly/LvalueNew.cpp (added) * src/GenPoly/ScrubTyVars.cc (modified) * src/GenPoly/ScrubTyVars.h (modified) * src/GenPoly/SpecializeNew.cpp (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/FixInitNew.cpp (modified) * src/InitTweak/InitTweak.cc (modified) * src/InitTweak/InitTweak.h (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Validate.cc (modified) * src/SymTab/ValidateType.cc (modified) * src/SynTree/AddressExpr.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Expression.h (modified) * src/Tuples/TupleExpansionNew.cpp (modified) * src/Tuples/Tuples.cc (modified) * src/Validate/FixQualifiedTypes.cpp (modified) * src/Validate/LinkReferenceToTypes.cpp (modified) * src/main.cc (modified) * tests/.expect/alloc.txt (modified) * tests/Makefile.am (modified) * tests/alloc.cfa (modified) * tests/alloc2.cfa (modified) * tests/configs/.expect/parsebools.txt (added) * tests/configs/.expect/parseconfig.txt (moved) * tests/configs/.expect/parsenums.x64.txt (added) * tests/configs/.expect/parsenums.x86.txt (added) * tests/configs/.expect/usage.txt (added) * tests/configs/.in/parseconfig-all.txt (moved) * tests/configs/.in/parseconfig-errors.txt (moved) * tests/configs/.in/parseconfig-missing.txt (moved) * tests/configs/parsebools.cfa (added) * tests/configs/parseconfig.cfa (moved) * tests/configs/parsenums.cfa (added) * tests/configs/usage.cfa (added) * tests/device/cpu.cfa (modified) * tests/enum_tests/.expect/enumInlineValue.txt (added) * tests/enum_tests/enumInlineValue.cfa (added) * tests/malloc.cfa (modified) * tests/meta/.expect/fork+exec.txt (added) * tests/meta/fork+exec.cfa (added) * tests/meta/fork+exec.hfa (added) * tests/pybin/tools.py (modified) * tests/test.py (modified) * tools/gdb/utils-gdb.py (modified) Merge branch 'master' into pthread-emulation Wed, 19 Oct 2022 20:33:34 GMT Thierry Delisle [d1abc63c] * libcfa/src/containers/array.hfa (modified) * libcfa/src/parseargs.cfa (modified) * libcfa/src/parseargs.hfa (modified) * tests/configs/parsebools.cfa (modified) * tests/configs/parsenums.cfa (modified) * tests/configs/usage.cfa (modified) Change parse args to use new arrays instead of C arrays. Also added ... Wed, 19 Oct 2022 19:11:43 GMT Thierry Delisle [72b5805e] * libcfa/src/device/cpu.cfa (modified) * tests/device/cpu.cfa (modified) Fixed device/cpu to support systems without caches Fri, 14 Oct 2022 02:33:27 GMT Peter A. Buhr [80fbdc9] * libcfa/src/heap.cfa (modified) remove include for bits/locks.hfa, generalize format code in error ... Fri, 14 Oct 2022 02:00:03 GMT Peter A. Buhr [4af5396] * libcfa/src/parseargs.cfa (modified) * libcfa/src/parseargs.hfa (modified) * tests/configs/.expect/parsebools.txt (modified) * tests/configs/.expect/parsenums.x64.txt (modified) * tests/configs/.expect/parsenums.x86.txt (modified) * tests/configs/.expect/usage.txt (added) * tests/configs/parsebools.cfa (modified) * tests/configs/parsenums.cfa (modified) * tests/configs/usage.cfa (added) * tests/meta/.expect/fork+exec.txt (modified) * tests/meta/fork+exec.hfa (modified) * tests/test.py (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 14 Oct 2022 01:59:31 GMT Peter A. Buhr [5951956] * libcfa/src/heap.cfa (modified) fix 32-bit problemgenrating spurious unfreed-storage message Thu, 13 Oct 2022 21:06:16 GMT Thierry Delisle [f82f07e] * libcfa/src/parseargs.cfa (modified) * tests/configs/.expect/usage.txt (added) * tests/configs/usage.cfa (added) Fixes to usage and corresponding tests Thu, 13 Oct 2022 21:05:23 GMT Thierry Delisle [38cc59f] * libcfa/src/heap.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 12 Oct 2022 22:13:11 GMT Peter A. Buhr [7671c6d] * libcfa/src/heap.cfa (modified) make heap executable for thunks Wed, 12 Oct 2022 20:32:49 GMT Thierry Delisle [481f882] * libcfa/src/parseargs.cfa (modified) * libcfa/src/parseargs.hfa (modified) * tests/configs/.expect/parsebools.txt (modified) * tests/configs/.expect/parsenums.x64.txt (modified) * tests/configs/.expect/parsenums.x86.txt (modified) * tests/configs/parsebools.cfa (modified) * tests/configs/parsenums.cfa (modified) * tests/meta/.expect/fork+exec.txt (modified) * tests/meta/fork+exec.hfa (modified) Added some missing headers and cleaned up some of the fork+exec stuff. Wed, 12 Oct 2022 00:35:35 GMT Peter A. Buhr [e5256bd] * libcfa/src/concurrency/kernel/fwd.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 12 Oct 2022 00:28:32 GMT Peter A. Buhr [4f102fa] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) * libcfa/src/parseargs.cfa (modified) * tests/configs/.expect/parsebools.txt (added) * tests/configs/.expect/parsenums.x64.txt (added) * tests/configs/.expect/parsenums.x86.txt (added) * tests/configs/parsebools.cfa (added) * tests/configs/parsenums.cfa (added) * tests/meta/fork+exec.cfa (modified) * tests/meta/fork+exec.hfa (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 12 Oct 2022 00:23:26 GMT Peter A. Buhr [116a2ea] * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/heap.cfa (modified) * libcfa/src/heap.hfa (modified) * libcfa/src/startup.cfa (modified) * tests/.expect/alloc.txt (modified) * tests/alloc.cfa (modified) * tests/alloc2.cfa (modified) * tests/malloc.cfa (modified) new heap and associated tests updated Tue, 11 Oct 2022 21:58:13 GMT Peter A. Buhr [301071a] * libcfa/src/bits/locks.hfa (modified) * libcfa/src/stdhdr/assert.h (modified) formatting Tue, 11 Oct 2022 20:50:36 GMT Thierry Delisle [926d358] * libcfa/src/concurrency/preemption.cfa (modified) Removed old asm_labels. Modified preemption check to no longer poll ... Tue, 11 Oct 2022 20:47:19 GMT Thierry Delisle [3fcb5921] * libcfa/src/concurrency/kernel/fwd.hfa (modified) Fixed what appears to be a bug in retract. Text coverage for this ... Tue, 11 Oct 2022 17:14:04 GMT Thierry Delisle [a55472cc] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) Removed use of single_sem in io since oneshot is sufficient and used ... Tue, 11 Oct 2022 17:11:43 GMT Thierry Delisle [a46f7b6] * libcfa/src/concurrency/kernel/cluster.hfa (modified) * tests/configs/.expect/parsenums.x64.txt (added) * tests/configs/.expect/parsenums.x86.txt (moved) * tests/configs/parsenums.cfa (modified) Fixed some warnings/mistakes between 32/64bit builds Mon, 10 Oct 2022 18:47:06 GMT Thierry Delisle [affb51b] * libcfa/src/parseargs.cfa (modified) A few small fix to parseargs Sat, 08 Oct 2022 20:29:32 GMT Peter A. Buhr [95bda0a] * libcfa/src/bitmanip.hfa (modified) * libcfa/src/common.hfa (modified) * libcfa/src/math.hfa (modified) * libcfa/src/time.hfa (modified) add attribute always_inline to many CFA-library cover-routines to ... Wed, 05 Oct 2022 21:20:54 GMT Thierry Delisle [0deeaad] * libcfa/src/math.hfa (modified) Added fixed point log2 calculation, which is not that useful but kind ... Wed, 05 Oct 2022 21:20:18 GMT Thierry Delisle [5f6b2c2] * libcfa/src/concurrency/kernel/cluster.hfa (modified) Fixed case where the measure time could be 0 and log2(0) is a problem. Tue, 04 Oct 2022 18:49:05 GMT Thierry Delisle [d1cd4c4] * libcfa/src/concurrency/kernel/cluster.hfa (modified) Changed moving average weights as an attempt to compensate for logscale. Mon, 03 Oct 2022 20:37:59 GMT Thierry Delisle [31c967b] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Changed ready-queue so I can easily change the averaging algorithm. ... Thu, 29 Sep 2022 19:56:44 GMT Thierry Delisle [33e4968e] * libcfa/src/concurrency/kernel/cluster.hfa (modified) Relaxed the warning a little. Thu, 29 Sep 2022 19:23:14 GMT Thierry Delisle [da77728] * libcfa/src/concurrency/kernel/cluster.hfa (modified) Added runtime warning for the leader_spin issue Thu, 29 Sep 2022 19:15:20 GMT Thierry Delisle [77125cc] * libcfa/src/assert.cfa (modified) * libcfa/src/stdhdr/assert.h (modified) Added support for warnf, like verifyf but doesn't abort. Will not ... Thu, 29 Sep 2022 15:57:28 GMT Thierry Delisle [5f9c42b] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Added strict flag to moving average to keep track of which timestamps ... Thu, 29 Sep 2022 15:33:03 GMT Thierry Delisle [1756e08] * libcfa/src/concurrency/alarm.cfa (modified) * libcfa/src/concurrency/alarm.hfa (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Added some defensive programming to work around parsing bug Fri, 23 Sep 2022 19:41:22 GMT Thierry Delisle [160f1aa] * libcfa/src/concurrency/kernel.hfa (modified) * tools/gdb/utils-gdb.py (modified) Changed links of processors in cluster to avoid anonymous names, ... Fri, 23 Sep 2022 19:38:30 GMT Thierry Delisle [43db35e] * libcfa/src/clock.hfa (modified) missing pragma once Thu, 22 Sep 2022 19:10:12 GMT Thierry Delisle [9cd5bd2] * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * libcfa/src/concurrency/pthread.cfa (modified) * libcfa/src/interpose.cfa (modified) * libcfa/src/interpose_thread.cfa (modified) Added an assembly to prevent null-checks from being optimized out. ... Wed, 21 Sep 2022 15:56:16 GMT Thierry Delisle [95dab9e] * libcfa/src/Makefile.am (modified) * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/clib/cfathread.cfa (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/interpose.cfa (modified) * libcfa/src/interpose_thread.cfa (added) Changed real_pthread symbols (now __cfaabi_pthread) to be protected ... Wed, 21 Sep 2022 15:02:15 GMT Thierry Delisle [7f6a7c9] * Jenkins/FullBuild (modified) * Jenkinsfile (modified) * benchmark/basic/tls_fetch_add.c (modified) * benchmark/io/http/main.cfa (modified) * benchmark/io/http/printer.cfa (modified) * benchmark/io/http/printer.hfa (modified) * benchmark/io/http/protocol.cfa (modified) * benchmark/io/http/protocol.hfa (modified) * benchmark/io/http/socket.cfa (modified) * benchmark/io/http/worker.cfa (modified) * benchmark/io/http/worker.hfa (modified) * benchmark/plot.py (modified) * benchmark/process-mutilate.py (modified) * benchmark/process-trun.py (modified) * benchmark/readyQ/locality.cfa (modified) * benchmark/readyQ/locality.cpp (modified) * benchmark/readyQ/locality.go (modified) * benchmark/readyQ/locality.rs (modified) * benchmark/readyQ/rq_bench.hfa (modified) * benchmark/readyQ/transfer.cfa (modified) * benchmark/readyQ/transfer.go (modified) * configure.ac (modified) * doc/LaTeXmacros/lstlang.sty (modified) * doc/bibliography/pl.bib (modified) * doc/papers/IBM_CASCON19/ThreadingModels.fig (moved) * doc/papers/IBM_CASCON19/ThreadingModels.png (moved) * doc/papers/IBM_CASCON19/ThreadingModels.svg (moved) * doc/papers/IBM_CASCON19/abstract.txt (moved) * doc/papers/IBM_CASCON19/client.cfa (moved) * doc/papers/IBM_CASCON19/server.cfa (moved) * doc/papers/IBM_CASCON19/slides.pdf (moved) * doc/proposals/iterators.md (added) * doc/theses/thierry_delisle_PhD/.gitignore (modified) * doc/theses/thierry_delisle_PhD/thesis/Makefile (modified) * doc/theses/thierry_delisle_PhD/thesis/data/churn.jax (modified) * doc/theses/thierry_delisle_PhD/thesis/data/churn.low.jax (modified) * doc/theses/thierry_delisle_PhD/thesis/data/churn.low.nasus (added) * doc/theses/thierry_delisle_PhD/thesis/data/churn.nasus (added) * doc/theses/thierry_delisle_PhD/thesis/data/cycle.jax (modified) * doc/theses/thierry_delisle_PhD/thesis/data/cycle.nasus (modified) * doc/theses/thierry_delisle_PhD/thesis/data/locality.noshare.jax (added) * doc/theses/thierry_delisle_PhD/thesis/data/locality.noshare.nasus (added) * doc/theses/thierry_delisle_PhD/thesis/data/locality.share.jax (added) * doc/theses/thierry_delisle_PhD/thesis/data/locality.share.nasus (added) * doc/theses/thierry_delisle_PhD/thesis/data/memcd.rate (modified) * doc/theses/thierry_delisle_PhD/thesis/data/memcd.updt (modified) * doc/theses/thierry_delisle_PhD/thesis/data/swbsrv.25gb.cfa (modified) * doc/theses/thierry_delisle_PhD/thesis/data/swbsrv.25gb.cfa.bak (added) * doc/theses/thierry_delisle_PhD/thesis/data/yield.jax (modified) * doc/theses/thierry_delisle_PhD/thesis/data/yield.nasus (modified) * doc/theses/thierry_delisle_PhD/thesis/glossary.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/local.bib (modified) * doc/theses/thierry_delisle_PhD/thesis/test.svg (deleted) * doc/theses/thierry_delisle_PhD/thesis/text/conclusion.tex (added) * doc/theses/thierry_delisle_PhD/thesis/text/core.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/eval_macro.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/eval_micro.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/existing.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/front.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/intro.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/io.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/practice.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/runtime.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/thesis.tex (modified) * doc/user/user.tex (modified) * driver/Makefile.am (modified) * driver/cfa.cc (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/defines.hfa.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/bits/defs.hfa (modified) * libcfa/src/bits/locks.hfa (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/call.cfa.in (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/iofwd.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) * libcfa/src/concurrency/kernel/fwd.hfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/monitor.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/parseargs.cfa (modified) * libcfa/src/rational.cfa (modified) * libcfa/src/startup.cfa (modified) * libcfa/src/stdlib.cfa (modified) * libcfa/src/stdlib.hfa (modified) * src/AST/Convert.cpp (modified) * src/AST/Create.cpp (added) * src/AST/Create.hpp (added) * src/AST/Decl.hpp (modified) * src/AST/DeclReplacer.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/StorageClasses.hpp (modified) * src/AST/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/TypeEnvironment.hpp (modified) * src/AST/Visitor.hpp (modified) * src/AST/module.mk (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/Common/CodeLocationTools.cpp (modified) * src/Common/Eval.cc (modified) * src/Common/PassVisitor.h (modified) * src/Common/PassVisitor.impl.h (modified) * src/Common/ScopedMap.h (modified) * src/Common/utility.h (modified) * src/CompilationState.cc (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/Concurrency/WaitforNew.cpp (modified) * src/ControlStruct/ExceptTranslateNew.cpp (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/LabelGeneratorNew.cpp (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/ControlStruct/MultiLevelExit.cpp (modified) * src/GenPoly/GenPoly.cc (modified) * src/GenPoly/GenPoly.h (modified) * src/GenPoly/InstantiateGeneric.h (modified) * src/GenPoly/InstantiateGenericNew.cpp (added) * src/GenPoly/Lvalue2.cc (modified) * src/GenPoly/ScrubTyVars.cc (modified) * src/GenPoly/ScrubTyVars.h (modified) * src/GenPoly/SpecializeNew.cpp (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/InitTweak.cc (modified) * src/Makefile.am (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/TypeData.h (modified) * src/Parser/TypedefTable.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/SatisfyAssertions.cpp (modified) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/typeops.h (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Validate.cc (modified) * src/SymTab/ValidateType.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Expression.h (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) * src/SynTree/Visitor.h (modified) * src/Tuples/TupleExpansionNew.cpp (modified) * src/Validate/Autogen.cpp (modified) * src/Validate/EnumAndPointerDecay.cpp (modified) * src/Validate/FixQualifiedTypes.cpp (modified) * src/Validate/GenericParameter.cpp (modified) * src/Validate/LinkReferenceToTypes.cpp (modified) * src/Validate/ReplaceTypedef.cpp (modified) * src/Virtual/ExpandCasts.cc (modified) * src/Virtual/ExpandCasts.h (modified) * src/config.h.in (modified) * src/main.cc (modified) * tests/.expect/KRfunctions.arm64.txt (moved) * tests/.expect/KRfunctions.oast.arm64.txt (deleted) * tests/.expect/KRfunctions.oast.x64.txt (deleted) * tests/.expect/KRfunctions.oast.x86.txt (deleted) * tests/.expect/KRfunctions.x64.txt (moved) * tests/.expect/KRfunctions.x86.txt (moved) * tests/.expect/alloc-ERROR.oast.txt (deleted) * tests/.expect/alloc-ERROR.txt (moved) * tests/.expect/attributes.arm64.txt (moved) * tests/.expect/attributes.oast.arm64.txt (deleted) * tests/.expect/attributes.oast.x64.txt (deleted) * tests/.expect/attributes.oast.x86.txt (deleted) * tests/.expect/attributes.x64.txt (moved) * tests/.expect/attributes.x86.txt (moved) * tests/.expect/bitmanip2.x86.txt (moved) * tests/.expect/castError.oast.txt (deleted) * tests/.expect/castError.txt (moved) * tests/.expect/declarationSpecifier.arm64.txt (modified) * tests/.expect/declarationSpecifier.x64.txt (modified) * tests/.expect/declarationSpecifier.x86.txt (modified) * tests/.expect/functions.arm64.txt (moved) * tests/.expect/functions.oast.arm64.txt (deleted) * tests/.expect/functions.oast.x64.txt (deleted) * tests/.expect/functions.oast.x86.txt (deleted) * tests/.expect/functions.x64.txt (moved) * tests/.expect/functions.x86.txt (moved) * tests/.expect/init1-ERROR.oast.txt (deleted) * tests/.expect/init1-ERROR.txt (moved) * tests/.expect/loop_else.txt (modified) * tests/.expect/loopctrl.txt (modified) * tests/.expect/math.arm64.txt (moved) * tests/.expect/math.x64.txt (moved) * tests/.expect/math.x86.txt (moved) * tests/.expect/math1.oast.arm64.txt (deleted) * tests/.expect/math1.oast.x64.txt (deleted) * tests/.expect/math1.oast.x86.txt (deleted) * tests/.expect/math2.oast.arm64.txt (deleted) * tests/.expect/math2.oast.x64.txt (deleted) * tests/.expect/math2.oast.x86.txt (deleted) * tests/.expect/math3.oast.arm64.txt (deleted) * tests/.expect/math3.oast.x64.txt (deleted) * tests/.expect/math3.oast.x86.txt (deleted) * tests/.expect/math4.oast.arm64.txt (deleted) * tests/.expect/math4.oast.x64.txt (deleted) * tests/.expect/math4.oast.x86.txt (deleted) * tests/.expect/mathX.arm64.txt (moved) * tests/.expect/mathX.x64.txt (moved) * tests/.expect/mathX.x86.txt (moved) * tests/.expect/nested-types-ERR2.oast.txt (deleted) * tests/.expect/nested-types-ERR2.txt (moved) * tests/Makefile.am (modified) * tests/array-container/.expect/language-dim-mismatch.oast.txt (deleted) * tests/array-container/.expect/language-dim-mismatch.txt (moved) * tests/concurrent/.expect/ctor-check.txt (modified) * tests/concurrent/.expect/keywordErrors.oast.txt (deleted) * tests/concurrent/.expect/keywordErrors.txt (moved) * tests/concurrent/.expect/mainError.oast.txt (deleted) * tests/concurrent/.expect/mainError.txt (moved) * tests/concurrent/clib.c (modified) * tests/concurrent/clib_tls.c (modified) * tests/concurrent/park/contention.cfa (modified) * tests/config.py.in (modified) * tests/declarationSpecifier.cfa (modified) * tests/enum_tests/.expect/pointerEnum.cfa (added) * tests/enum_tests/.expect/qualifiedEnum.cfa (added) * tests/enum_tests/.expect/voidEnum.txt (added) * tests/enum_tests/funcEnum.cfa (added) * tests/enum_tests/pointerEnum.cfa (added) * tests/enum_tests/qualifiedEnum.cfa (added) * tests/enum_tests/structEnum.cfa (modified) * tests/enum_tests/voidEnum.cfa (added) * tests/errors/.expect/completeType.arm64.txt (moved) * tests/errors/.expect/completeType.oast.arm64.txt (deleted) * tests/errors/.expect/completeType.oast.x64.txt (deleted) * tests/errors/.expect/completeType.oast.x86.txt (deleted) * tests/errors/.expect/completeType.x64.txt (moved) * tests/errors/.expect/completeType.x86.txt (moved) * tests/errors/.expect/scope.oast.txt (deleted) * tests/errors/.expect/scope.txt (moved) * tests/heap.cfa (modified) * tests/include/.expect/includes.txt (moved) * tests/io/.expect/comp_basic.txt (added) * tests/io/.expect/io.txt (moved) * tests/io/.expect/io1.oast.txt (deleted) * tests/io/.expect/io2.oast.txt (deleted) * tests/io/away_fair.cfa (modified) * tests/io/comp_basic.cfa (added) * tests/io/comp_fair.cfa (modified) * tests/io/io1.cfa (deleted) * tests/io/io2.cfa (deleted) * tests/loop_else.cfa (modified) * tests/loopctrl.cfa (modified) * tests/math1.cfa (deleted) * tests/math2.cfa (deleted) * tests/math3.cfa (deleted) * tests/math4.cfa (deleted) * tests/meta/.expect/arch.arm64.txt (moved) * tests/meta/.expect/arch.x64.txt (moved) * tests/meta/.expect/arch.x86.txt (moved) * tests/meta/.expect/archVast.oast.arm64.txt (deleted) * tests/meta/.expect/archVast.oast.x64.txt (deleted) * tests/meta/.expect/archVast.oast.x86.txt (deleted) * tests/meta/arch.cfa (moved) * tests/pybin/settings.py (modified) * tests/pybin/test_run.py (modified) * tests/pybin/tools.py (modified) * tests/quotedKeyword.cfa (modified) * tests/raii/.expect/ctor-autogen-ERR1.oast.txt (deleted) * tests/raii/.expect/ctor-autogen-ERR1.txt (moved) * tests/raii/.expect/memberCtors-ERR1.oast.txt (deleted) * tests/raii/.expect/memberCtors-ERR1.txt (moved) * tests/test.py (modified) * tests/warnings/.expect/self-assignment.oast.txt (deleted) * tests/warnings/.expect/self-assignment.txt (moved) Merge branch 'master' into pthread-emulation Wed, 21 Sep 2022 01:24:32 GMT Peter A. Buhr [1c893ae] * libcfa/src/parseargs.cfa (modified) add assert so compiler does not generate spurious warnings Tue, 20 Sep 2022 22:34:55 GMT Fangren Yu [ef1da0e2] * libcfa/src/concurrency/monitor.hfa (modified) * src/AST/Print.cpp (modified) * src/AST/TypeEnvironment.hpp (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/SatisfyAssertions.cpp (modified) * src/ResolvExpr/Unify.cc (modified) * src/ResolvExpr/typeops.h (modified) * tests/concurrent/.expect/ctor-check.txt (modified) try to make parameter qualifier conversion work for assertions Tue, 20 Sep 2022 00:49:40 GMT Peter A. Buhr [aa9f215] * libcfa/src/bits/locks.hfa (modified) update return type of forward declaration for poll_interrupts Tue, 20 Sep 2022 00:11:02 GMT Peter A. Buhr [23a08aa0] * Jenkins/FullBuild (modified) * Jenkinsfile (modified) * benchmark/basic/tls_fetch_add.c (modified) * benchmark/io/http/worker.cfa (modified) * configure.ac (modified) * doc/LaTeXmacros/lstlang.sty (modified) * doc/bibliography/pl.bib (modified) * doc/proposals/iterators.md (modified) * doc/theses/thierry_delisle_PhD/.gitignore (modified) * doc/theses/thierry_delisle_PhD/thesis/Makefile (modified) * doc/theses/thierry_delisle_PhD/thesis/glossary.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/local.bib (modified) * doc/theses/thierry_delisle_PhD/thesis/test.svg (deleted) * doc/theses/thierry_delisle_PhD/thesis/text/conclusion.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/core.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/eval_macro.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/eval_micro.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/existing.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/front.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/intro.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/io.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/practice.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/runtime.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/thesis.tex (modified) * driver/Makefile.am (modified) * driver/cfa.cc (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/prelude/defines.hfa.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/bits/defs.hfa (modified) * libcfa/src/bits/locks.hfa (modified) * libcfa/src/concurrency/io/call.cfa.in (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) * libcfa/src/concurrency/kernel/fwd.hfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/startup.cfa (modified) * src/AST/Decl.hpp (modified) * src/AST/DeclReplacer.cpp (modified) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/StorageClasses.hpp (modified) * src/AST/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/Common/utility.h (modified) * src/CompilationState.cc (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/Concurrency/WaitforNew.cpp (modified) * src/ControlStruct/ExceptTranslateNew.cpp (modified) * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/GenPoly/GenPoly.cc (modified) * src/GenPoly/GenPoly.h (modified) * src/GenPoly/InstantiateGeneric.h (modified) * src/GenPoly/InstantiateGenericNew.cpp (added) * src/GenPoly/Lvalue2.cc (modified) * src/GenPoly/ScrubTyVars.cc (modified) * src/GenPoly/ScrubTyVars.h (modified) * src/GenPoly/SpecializeNew.cpp (modified) * src/GenPoly/module.mk (modified) * src/InitTweak/InitTweak.cc (modified) * src/Makefile.am (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) * src/Tuples/TupleExpansionNew.cpp (modified) * src/Virtual/ExpandCasts.cc (modified) * src/config.h.in (modified) * src/main.cc (modified) * tests/.expect/KRfunctions.arm64.txt (moved) * tests/.expect/KRfunctions.oast.arm64.txt (deleted) * tests/.expect/KRfunctions.oast.x64.txt (deleted) * tests/.expect/KRfunctions.oast.x86.txt (deleted) * tests/.expect/KRfunctions.x64.txt (moved) * tests/.expect/KRfunctions.x86.txt (moved) * tests/.expect/alloc-ERROR.oast.txt (deleted) * tests/.expect/alloc-ERROR.txt (moved) * tests/.expect/attributes.arm64.txt (moved) * tests/.expect/attributes.oast.arm64.txt (deleted) * tests/.expect/attributes.oast.x64.txt (deleted) * tests/.expect/attributes.oast.x86.txt (deleted) * tests/.expect/attributes.x64.txt (moved) * tests/.expect/attributes.x86.txt (moved) * tests/.expect/bitmanip2.x86.txt (moved) * tests/.expect/castError.oast.txt (deleted) * tests/.expect/castError.txt (moved) * tests/.expect/declarationSpecifier.arm64.txt (modified) * tests/.expect/declarationSpecifier.x64.txt (modified) * tests/.expect/declarationSpecifier.x86.txt (modified) * tests/.expect/functions.arm64.txt (moved) * tests/.expect/functions.oast.arm64.txt (deleted) * tests/.expect/functions.oast.x64.txt (deleted) * tests/.expect/functions.oast.x86.txt (deleted) * tests/.expect/functions.x64.txt (moved) * tests/.expect/functions.x86.txt (moved) * tests/.expect/init1-ERROR.oast.txt (deleted) * tests/.expect/init1-ERROR.txt (moved) * tests/.expect/math.arm64.txt (moved) * tests/.expect/math.x64.txt (moved) * tests/.expect/math.x86.txt (moved) * tests/.expect/math1.oast.arm64.txt (deleted) * tests/.expect/math1.oast.x64.txt (deleted) * tests/.expect/math1.oast.x86.txt (deleted) * tests/.expect/math2.oast.arm64.txt (deleted) * tests/.expect/math2.oast.x64.txt (deleted) * tests/.expect/math2.oast.x86.txt (deleted) * tests/.expect/math3.oast.arm64.txt (deleted) * tests/.expect/math3.oast.x64.txt (deleted) * tests/.expect/math3.oast.x86.txt (deleted) * tests/.expect/math4.oast.arm64.txt (deleted) * tests/.expect/math4.oast.x64.txt (deleted) * tests/.expect/math4.oast.x86.txt (deleted) * tests/.expect/mathX.arm64.txt (moved) * tests/.expect/mathX.x64.txt (moved) * tests/.expect/mathX.x86.txt (moved) * tests/.expect/nested-types-ERR2.oast.txt (deleted) * tests/.expect/nested-types-ERR2.txt (moved) * tests/Makefile.am (modified) * tests/array-container/.expect/language-dim-mismatch.oast.txt (deleted) * tests/array-container/.expect/language-dim-mismatch.txt (moved) * tests/concurrent/.expect/keywordErrors.oast.txt (deleted) * tests/concurrent/.expect/keywordErrors.txt (moved) * tests/concurrent/.expect/mainError.oast.txt (deleted) * tests/concurrent/.expect/mainError.txt (moved) * tests/concurrent/clib.c (modified) * tests/concurrent/clib_tls.c (modified) * tests/concurrent/park/contention.cfa (modified) * tests/config.py.in (modified) * tests/declarationSpecifier.cfa (modified) * tests/errors/.expect/completeType.arm64.txt (moved) * tests/errors/.expect/completeType.oast.arm64.txt (deleted) * tests/errors/.expect/completeType.oast.x64.txt (deleted) * tests/errors/.expect/completeType.oast.x86.txt (deleted) * tests/errors/.expect/completeType.x64.txt (moved) * tests/errors/.expect/completeType.x86.txt (moved) * tests/errors/.expect/scope.oast.txt (deleted) * tests/errors/.expect/scope.txt (moved) * tests/include/.expect/includes.txt (moved) * tests/io/.expect/comp_basic.txt (added) * tests/io/.expect/io.txt (moved) * tests/io/.expect/io1.oast.txt (deleted) * tests/io/.expect/io2.oast.txt (deleted) * tests/io/comp_basic.cfa (added) * tests/io/comp_fair.cfa (modified) * tests/io/io1.cfa (deleted) * tests/io/io2.cfa (deleted) * tests/math1.cfa (deleted) * tests/math2.cfa (deleted) * tests/math3.cfa (deleted) * tests/math4.cfa (deleted) * tests/meta/.expect/arch.arm64.txt (moved) * tests/meta/.expect/arch.x64.txt (moved) * tests/meta/.expect/arch.x86.txt (moved) * tests/meta/.expect/archVast.oast.arm64.txt (deleted) * tests/meta/.expect/archVast.oast.x64.txt (deleted) * tests/meta/.expect/archVast.oast.x86.txt (deleted) * tests/meta/arch.cfa (moved) * tests/pybin/settings.py (modified) * tests/pybin/test_run.py (modified) * tests/pybin/tools.py (modified) * tests/quotedKeyword.cfa (modified) * tests/raii/.expect/ctor-autogen-ERR1.oast.txt (deleted) * tests/raii/.expect/ctor-autogen-ERR1.txt (moved) * tests/raii/.expect/memberCtors-ERR1.oast.txt (deleted) * tests/raii/.expect/memberCtors-ERR1.txt (moved) * tests/test.py (modified) * tests/warnings/.expect/self-assignment.oast.txt (deleted) * tests/warnings/.expect/self-assignment.txt (moved) fix merge conflict Mon, 19 Sep 2022 22:25:23 GMT Peter A. Buhr [ebf8ca5] * libcfa/src/bits/locks.hfa (modified) * libcfa/src/iostream.cfa (modified) switch for-loop from C to CFA format Mon, 19 Sep 2022 19:54:38 GMT Thierry Delisle [1c7ed2d] * libcfa/src/concurrency/kernel/fwd.hfa (modified) Changed futures and oneshots to use new enum capabilities Mon, 19 Sep 2022 19:51:26 GMT Thierry Delisle [aa144c5] * libcfa/src/concurrency/kernel/cluster.hfa (modified) Relaxed helping cutoff from 1.5X to 8X Fri, 02 Sep 2022 20:29:08 GMT Thierry Delisle [2284d20] * libcfa/src/concurrency/kernel/private.hfa (modified) Added some verifys to make sure __atomic_acquire isn't used outside ... Thu, 01 Sep 2022 14:55:28 GMT Thierry Delisle [b443db0] * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/startup.cfa (modified) Change how no preempts zone are implemented. From begin/end tags to ... Wed, 31 Aug 2022 15:55:47 GMT Thierry Delisle [1bcbf02] * benchmark/basic/tls_fetch_add.c (modified) * libcfa/src/concurrency/kernel/fwd.hfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * tests/concurrent/clib_tls.c (modified) * tests/concurrent/park/contention.cfa (modified) Changed declarations using _Thread_local to use __thread. I'm fairly ... Tue, 30 Aug 2022 21:35:26 GMT Thierry Delisle [01ba701] * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/kernel/fwd.hfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) Purged "thread_local" from code base. Replaced with C11's ... Tue, 30 Aug 2022 20:57:46 GMT Thierry Delisle [fbb930e] * libcfa/src/bits/locks.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/startup.cfa (modified) Added option to explicitly poll interrupts. Usefull in cases using ... Tue, 30 Aug 2022 20:24:37 GMT Thierry Delisle [cefd0b9] * libcfa/src/concurrency/io/call.cfa.in (modified) Fixed intialization of SQE to be more resistant to version updates, ... Tue, 30 Aug 2022 20:23:32 GMT Thierry Delisle [19cb0cb] * libcfa/src/concurrency/io/setup.cfa (modified) Added comments and fixed scoping Tue, 30 Aug 2022 20:20:41 GMT Thierry Delisle [94e006a4] * libcfa/prelude/Makefile.am (modified) * libcfa/src/Makefile.am (modified) Added missing distribution dependency on defines.hfa Fri, 26 Aug 2022 02:43:36 GMT Peter A. Buhr [f6a4917] * libcfa/src/iostream.cfa (modified) * libcfa/src/rational.cfa (modified) * libcfa/src/stdlib.cfa (modified) * libcfa/src/stdlib.hfa (modified) change C loop control to CFA loop control Wed, 17 Aug 2022 16:59:42 GMT Thierry Delisle [cd3fc46] * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) Changed scheduler lock to remove one level of pointer. Tue, 16 Aug 2022 20:04:47 GMT Thierry Delisle [71cf630] * benchmark/io/http/main.cfa (modified) * benchmark/io/http/printer.cfa (modified) * benchmark/io/http/printer.hfa (modified) * benchmark/io/http/protocol.cfa (modified) * benchmark/io/http/protocol.hfa (modified) * benchmark/io/http/socket.cfa (modified) * benchmark/io/http/worker.cfa (modified) * benchmark/io/http/worker.hfa (modified) * benchmark/plot.py (modified) * benchmark/process-trun.py (modified) * doc/bibliography/pl.bib (modified) * doc/theses/thierry_delisle_PhD/thesis/Makefile (modified) * doc/theses/thierry_delisle_PhD/thesis/data/churn.jax (modified) * doc/theses/thierry_delisle_PhD/thesis/data/churn.low.jax (modified) * doc/theses/thierry_delisle_PhD/thesis/data/churn.low.nasus (added) * doc/theses/thierry_delisle_PhD/thesis/data/churn.nasus (added) * doc/theses/thierry_delisle_PhD/thesis/data/locality.noshare.jax (added) * doc/theses/thierry_delisle_PhD/thesis/data/locality.noshare.nasus (added) * doc/theses/thierry_delisle_PhD/thesis/data/locality.share.jax (added) * doc/theses/thierry_delisle_PhD/thesis/data/locality.share.nasus (added) * doc/theses/thierry_delisle_PhD/thesis/data/memcd.rate (modified) * doc/theses/thierry_delisle_PhD/thesis/data/memcd.updt (modified) * doc/theses/thierry_delisle_PhD/thesis/data/swbsrv.25gb.cfa (modified) * doc/theses/thierry_delisle_PhD/thesis/data/swbsrv.25gb.cfa.bak (added) * doc/theses/thierry_delisle_PhD/thesis/local.bib (modified) * doc/theses/thierry_delisle_PhD/thesis/text/conclusion.tex (added) * doc/theses/thierry_delisle_PhD/thesis/text/core.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/eval_macro.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/eval_micro.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/existing.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/front.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/intro.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/io.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/practice.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/runtime.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/thesis.tex (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/call.cfa.in (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/iofwd.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * src/Common/Eval.cc (modified) * src/Common/ScopedMap.h (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/TypeData.cc (modified) * src/Parser/TypeData.h (modified) * src/Parser/TypedefTable.cc (modified) * src/Parser/parser.yy (modified) * src/Tuples/TupleExpansionNew.cpp (modified) * src/Virtual/ExpandCasts.cc (modified) * src/Virtual/ExpandCasts.h (modified) * src/main.cc (modified) * tests/.expect/loop_else.txt (modified) * tests/.expect/loopctrl.txt (modified) * tests/heap.cfa (modified) * tests/io/away_fair.cfa (modified) * tests/loop_else.cfa (modified) * tests/loopctrl.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 16 Aug 2022 20:01:54 GMT Thierry Delisle [741e22c] * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) Fixed potential false sharing on ready-schedule mutate lock Mon, 15 Aug 2022 15:19:28 GMT Thierry Delisle [8bee858] * benchmark/io/http/protocol.cfa (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/call.cfa.in (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/iofwd.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * tests/io/away_fair.cfa (modified) Changed io types to have trailing $ instead of leading Thu, 11 Aug 2022 00:33:42 GMT z277zhu [428adbc] * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/concurrency/pthread.cfa (modified) * libcfa/src/interpose.cfa (modified) * tests/concurrent/pthread/.expect/pthread_attr_test.txt (modified) * tests/concurrent/pthread/bounded_buffer.cfa (modified) * tests/concurrent/pthread/pthread_attr_test.cfa (modified) * tests/concurrent/pthread/pthread_cond_test.cfa (modified) * tests/concurrent/pthread/pthread_demo_create_join.cfa (modified) * tests/concurrent/pthread/pthread_key_test.cfa (modified) * tests/concurrent/pthread/pthread_once_test.cfa (modified) fix pthread_sig* interpose problems; add test doc Signed-off-by: ... Mon, 08 Aug 2022 17:00:27 GMT z277zhu [20be782] * libcfa/src/Makefile.am (modified) * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/pthread.cfa (modified) * libcfa/src/interpose.cfa (modified) * tests/collections/stack.cfa (modified) * tests/concurrent/pthread/.expect/bounded_buffer.txt (added) * tests/concurrent/pthread/.expect/pthread_attr_test.txt (added) * tests/concurrent/pthread/.expect/pthread_cond_test.txt (added) * tests/concurrent/pthread/.expect/pthread_demo_create_join.txt (added) * tests/concurrent/pthread/.expect/pthread_demo_lock.txt (added) * tests/concurrent/pthread/.expect/pthread_key_test.txt (added) * tests/concurrent/pthread/.expect/pthread_once_test.txt (added) * tests/concurrent/pthread/bounded_buffer.cfa (added) * tests/concurrent/pthread/pthread_attr_test.cfa (added) * tests/concurrent/pthread/pthread_cond_test.cfa (added) * tests/concurrent/pthread/pthread_demo_create_join.cfa (added) * tests/concurrent/pthread/pthread_demo_lock.cfa (added) * tests/concurrent/pthread/pthread_key_test.cfa (added) * tests/concurrent/pthread/pthread_once_test.cfa (added) add pthread Wed, 03 Aug 2022 22:32:06 GMT z277zhu [a7d696f] * libcfa/src/Makefile.am (modified) * libcfa/src/bits/defs.hfa (modified) * libcfa/src/concurrency/clib/cfathread.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/pthread.cfa (added) * libcfa/src/interpose.cfa (modified) * tests/collections/stack.cfa (modified) added pthread symbol interpose Signed-off-by: z277zhu ... Thu, 28 Jul 2022 16:04:25 GMT Thierry Delisle [c4c8571] * benchmark/rmit.py (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.hfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) * libcfa/src/concurrency/kernel/fwd.hfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) * libcfa/src/concurrency/stats.hfa (modified) * src/AST/Decl.hpp (modified) * src/GenPoly/SpecializeNew.cpp (modified) * src/InitTweak/InitTweak.cc (modified) * src/SymTab/Autogen.cc (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 28 Jul 2022 16:03:16 GMT Thierry Delisle [7ce8873] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/call.cfa.in (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/stats.cfa (modified) * libcfa/src/concurrency/stats.hfa (modified) Added some io stats Thu, 28 Jul 2022 15:59:02 GMT Thierry Delisle [2af1943] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) * libcfa/src/concurrency/kernel/fwd.hfa (modified) * libcfa/src/concurrency/kernel/private.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) * libcfa/src/concurrency/stats.hfa (modified) Small improvements to some of the alignment requirements in CFA runtime. Fri, 22 Jul 2022 16:00:33 GMT Thierry Delisle [5ce7f4a] * libcfa/src/Makefile.am (modified) Makefile no longer looks for dependencies to clean and instead uses ... Thu, 30 Jun 2022 15:33:20 GMT Thierry Delisle [06bdba4] * doc/theses/thierry_delisle_PhD/thesis/local.bib (modified) * doc/theses/thierry_delisle_PhD/thesis/text/existing.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/intro.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/runtime.tex (modified) * libcfa/src/concurrency/locks.hfa (modified) * src/AST/Decl.hpp (modified) * src/AST/Inspect.cpp (modified) * src/AST/Inspect.hpp (modified) * src/SymTab/Validate.cc (modified) * src/Validate/LinkReferenceToTypes.cpp (added) * src/Validate/LinkReferenceToTypes.hpp (added) * src/Validate/module.mk (modified) * src/main.cc (modified) * tests/enum_tests/structEnum.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 27 Jun 2022 17:53:47 GMT caparsons [b01d459] * doc/theses/thierry_delisle_PhD/thesis/.gitignore (modified) * doc/theses/thierry_delisle_PhD/thesis/Makefile (modified) * doc/theses/thierry_delisle_PhD/thesis/fig/MQMS.fig (added) * doc/theses/thierry_delisle_PhD/thesis/fig/MQMSG.fig (added) * doc/theses/thierry_delisle_PhD/thesis/fig/SAVE.fig (deleted) * doc/theses/thierry_delisle_PhD/thesis/fig/SQMS.fig (added) * doc/theses/thierry_delisle_PhD/thesis/fig/executionStates.fig (added) * doc/theses/thierry_delisle_PhD/thesis/fig/system.fig (modified) * doc/theses/thierry_delisle_PhD/thesis/text/existing.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/intro.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/runtime.tex (modified) * libcfa/src/heap.cfa (modified) * src/AST/Inspect.cpp (added) * src/AST/Inspect.hpp (added) * src/AST/module.mk (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/GenPoly/Box.cc (modified) * src/Validate/Autogen.cpp (modified) * tests/.expect/attributes.nast.arm64.txt (modified) * tests/.expect/attributes.nast.x64.txt (modified) * tests/.expect/attributes.nast.x86.txt (modified) * tests/.expect/attributes.oast.x64.txt (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 27 Jun 2022 17:51:00 GMT caparsons [fd365da] * libcfa/src/concurrency/locks.hfa (modified) added atomics to other spin_queue style locks Mon, 27 Jun 2022 17:13:47 GMT Thierry Delisle [fc2c57a9] * libcfa/src/concurrency/kernel/fwd.hfa (modified) Fixed assert in waitctx. Removed unnecessary loop in retract. Fri, 24 Jun 2022 17:20:18 GMT Thierry Delisle [5a076837] * libcfa/src/heap.cfa (modified) Remove unnecessary declaration in heap Thu, 23 Jun 2022 17:41:39 GMT caparsons [d28524a] * libcfa/configure.ac (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) * src/AST/Pass.impl.hpp (modified) * src/Common/ResolvProtoDump.cpp (modified) * src/GenPoly/GenPoly.cc (modified) * src/InitTweak/GenInit.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CurrentObject.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/ValidateType.cc (modified) * src/SynTree/Type.h (modified) * tests/pybin/tools.py (modified) * tools/gdb/utils-gdb.py (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 23 Jun 2022 17:41:29 GMT caparsons [4e83bb7] * libcfa/src/concurrency/locks.cfa (modified) * tests/unified_locking/.expect/pthread_locks.txt (modified) * tests/unified_locking/pthread_locks.cfa (modified) fixed timeout cond var bug and updated pthread_locks test with ... Tue, 21 Jun 2022 16:41:46 GMT Thierry Delisle [b0be3713] * libcfa/src/concurrency/ready_subqueue.hfa (modified) Missed an atomic store on the TS handling. Mon, 20 Jun 2022 20:13:34 GMT caparsons [2ed32fa7] * libcfa/src/concurrency/locks.hfa (modified) added atomics to spin_queue_lock Mon, 20 Jun 2022 18:03:46 GMT caparsons [df932552] * libcfa/src/concurrency/locks.hfa (modified) added atomic store/load for spinqueue Thu, 16 Jun 2022 18:47:50 GMT caparsons [76a798d] * libcfa/src/concurrency/locks.hfa (modified) hopefully fixed mcs spin lock Thu, 16 Jun 2022 18:39:28 GMT caparsons [9e3d123] * libcfa/src/concurrency/locks.hfa (modified) added atomic_load_n to mcs_spin in attempt at fixing it Tue, 14 Jun 2022 15:46:07 GMT Thierry Delisle [563a36b] * libcfa/src/concurrency/kernel/fwd.hfa (modified) Fixed verify that was backwards. Fri, 10 Jun 2022 18:59:53 GMT Thierry Delisle [f3da205] * libcfa/src/concurrency/iofwd.hfa (modified) * libcfa/src/concurrency/kernel/fwd.hfa (modified) Fixed wait_any to be polymorphic on future type. Fri, 10 Jun 2022 18:59:21 GMT Thierry Delisle [1c56bf7] * libcfa/src/concurrency/kernel/fwd.hfa (modified) Fixed retract to not reset the future when retracting. Thu, 09 Jun 2022 20:30:00 GMT caparsons [c06551b] * libcfa/src/concurrency/kernel/fwd.hfa (modified) * tests/concurrent/futures/.expect/wait_any.txt (added) * tests/concurrent/futures/wait_any.cfa (added) added wait_any to fwd.cfa for future_t