# # ChangeLog for / # # Generated by Trac 1.2.1 # May 21, 2024, 9:23:09 AM Mon, 05 Jul 2021 20:59:00 GMT Andrew Beach [11ad42f] * doc/theses/andrew_beach_MMath/code/CondMatch.java (modified) * doc/theses/andrew_beach_MMath/code/cond-match-r.cfa (modified) * doc/theses/andrew_beach_MMath/code/cond-match.cfa (modified) * doc/theses/andrew_beach_MMath/code/cond-match.cpp (modified) Added a second argument to conditional catch benchmarks. Should the ... Mon, 05 Jul 2021 19:17:12 GMT Andrew Beach [ee23a8d] * doc/theses/andrew_beach_MMath/code/CondMatch.java (modified) * doc/theses/andrew_beach_MMath/code/CrossCatch.java (modified) * doc/theses/andrew_beach_MMath/code/CrossFinally.java (modified) * doc/theses/andrew_beach_MMath/code/ThrowEmpty.java (modified) * doc/theses/andrew_beach_MMath/code/ThrowFinally.java (modified) * doc/theses/andrew_beach_MMath/code/ThrowOther.java (modified) * doc/theses/andrew_beach_MMath/code/cond-match-r.cfa (modified) * doc/theses/andrew_beach_MMath/code/cond-match.cfa (modified) * doc/theses/andrew_beach_MMath/code/cond-match.cpp (modified) * doc/theses/andrew_beach_MMath/code/cross-catch.cfa (modified) * doc/theses/andrew_beach_MMath/code/cross-catch.cpp (modified) * doc/theses/andrew_beach_MMath/code/cross-finally.cfa (modified) * doc/theses/andrew_beach_MMath/code/cross-resume.cfa (modified) * doc/theses/andrew_beach_MMath/code/resume-detor.cfa (modified) * doc/theses/andrew_beach_MMath/code/resume-empty.cfa (modified) * doc/theses/andrew_beach_MMath/code/resume-finally.cfa (modified) * doc/theses/andrew_beach_MMath/code/resume-other.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-detor.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-detor.cpp (modified) * doc/theses/andrew_beach_MMath/code/throw-empty.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-empty.cpp (modified) * doc/theses/andrew_beach_MMath/code/throw-finally.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-other.cfa (modified) * doc/theses/andrew_beach_MMath/code/throw-other.cpp (modified) Added duration information (in nanoseconds) to EHM benchmarks. Mon, 05 Jul 2021 18:21:50 GMT caparsons [b7763da] * libcfa/src/concurrency/locks.hfa (modified) added martin lock and improvement Mon, 05 Jul 2021 18:11:58 GMT caparsons [d5f6a14] * doc/theses/andrew_beach_MMath/code/CondMatch.java (added) * doc/theses/andrew_beach_MMath/code/CrossCatch.java (added) * doc/theses/andrew_beach_MMath/code/CrossFinally.java (added) * doc/theses/andrew_beach_MMath/code/ThrowEmpty.java (added) * doc/theses/andrew_beach_MMath/code/ThrowFinally.java (added) * doc/theses/andrew_beach_MMath/code/ThrowOther.java (added) * doc/theses/andrew_beach_MMath/code/cond-match-r.cfa (added) * doc/theses/andrew_beach_MMath/code/cond-match.cfa (added) * doc/theses/andrew_beach_MMath/code/cond-match.cpp (added) * doc/theses/andrew_beach_MMath/code/cross-catch.cfa (added) * doc/theses/andrew_beach_MMath/code/cross-catch.cpp (added) * doc/theses/andrew_beach_MMath/code/cross-finally.cfa (added) * doc/theses/andrew_beach_MMath/code/cross-resume.cfa (added) * doc/theses/andrew_beach_MMath/code/resume-detor.cfa (added) * doc/theses/andrew_beach_MMath/code/resume-empty.cfa (added) * doc/theses/andrew_beach_MMath/code/resume-finally.cfa (added) * doc/theses/andrew_beach_MMath/code/resume-other.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-detor.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-detor.cpp (added) * doc/theses/andrew_beach_MMath/code/throw-empty.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-empty.cpp (added) * doc/theses/andrew_beach_MMath/code/throw-finally.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-other.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-other.cpp (added) * doc/theses/andrew_beach_MMath/performance.tex (modified) * src/AST/Node.cpp (modified) * src/GenPoly/GenPoly.cc (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AggregateDecl.cc (modified) * src/SynTree/ReferenceToType.cc (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 05 Jul 2021 18:11:53 GMT caparsons [f7f07f6] * tests/unified_locking/thread_test.cfa (added) added test for thierry to look at Thu, 01 Jul 2021 16:13:36 GMT Thierry Delisle [943bfad] * src/AST/Node.cpp (modified) * src/GenPoly/GenPoly.cc (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AggregateDecl.cc (modified) * src/SynTree/ReferenceToType.cc (modified) Fixed several warnings for clang@head Thu, 01 Jul 2021 14:47:23 GMT Andrew Beach [ea593a3] * doc/theses/andrew_beach_MMath/code/CondMatch.java (added) * doc/theses/andrew_beach_MMath/code/CrossCatch.java (added) * doc/theses/andrew_beach_MMath/code/CrossFinally.java (added) * doc/theses/andrew_beach_MMath/code/ThrowEmpty.java (added) * doc/theses/andrew_beach_MMath/code/ThrowFinally.java (added) * doc/theses/andrew_beach_MMath/code/ThrowOther.java (added) * doc/theses/andrew_beach_MMath/code/cond-match-r.cfa (added) * doc/theses/andrew_beach_MMath/code/cond-match.cfa (added) * doc/theses/andrew_beach_MMath/code/cond-match.cpp (added) * doc/theses/andrew_beach_MMath/code/cross-catch.cfa (added) * doc/theses/andrew_beach_MMath/code/cross-catch.cpp (added) * doc/theses/andrew_beach_MMath/code/cross-finally.cfa (added) * doc/theses/andrew_beach_MMath/code/cross-resume.cfa (added) * doc/theses/andrew_beach_MMath/code/resume-detor.cfa (added) * doc/theses/andrew_beach_MMath/code/resume-empty.cfa (added) * doc/theses/andrew_beach_MMath/code/resume-finally.cfa (added) * doc/theses/andrew_beach_MMath/code/resume-other.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-detor.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-detor.cpp (added) * doc/theses/andrew_beach_MMath/code/throw-empty.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-empty.cpp (added) * doc/theses/andrew_beach_MMath/code/throw-finally.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-other.cfa (added) * doc/theses/andrew_beach_MMath/code/throw-other.cpp (added) * doc/theses/andrew_beach_MMath/performance.tex (modified) First draft of all the exception benchmarks. There is an issue with ... Wed, 30 Jun 2021 18:13:46 GMT caparsons [262c600] * tests/unified_locking/.expect/locks.txt (modified) fixed whitespace issue Tue, 29 Jun 2021 22:29:55 GMT caparsons [dcad80a] * libcfa/src/concurrency/locks.hfa (modified) fixed bug with locks Tue, 29 Jun 2021 21:35:19 GMT caparsons [660665f] * INSTALL (modified) * Jenkins/Distribute (modified) * Jenkins/FullBuild (modified) * Jenkins/Promote (added) * Jenkins/tools.groovy (modified) * Jenkinsfile (modified) * README (modified) * benchmark/io/io_uring.h (modified) * doc/bibliography/pl.bib (modified) * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/intro.tex (modified) * doc/theses/andrew_beach_MMath/performance.tex (added) * doc/theses/andrew_beach_MMath/uw-ethesis.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/.gitignore (modified) * doc/theses/mubeen_zulfiqar_MMath/allocator.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex (modified) * libcfa/configure.ac (modified) * libcfa/prelude/defines.hfa.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/bits/signal.hfa (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/monitor.cfa (modified) * libcfa/src/concurrency/mutex.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/containers/array.hfa (modified) * libcfa/src/containers/vector2.hfa (added) * libcfa/src/device/cpu.cfa (added) * libcfa/src/device/cpu.hfa (added) * libcfa/src/exception.c (modified) * libcfa/src/interpose.cfa (modified) * libcfa/src/startup.cfa (modified) * libcfa/src/stdhdr/pthread.h (added) * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/Common/PassVisitor.h (modified) * src/Common/PassVisitor.impl.h (modified) * src/InitTweak/InitTweak.cc (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypedefTable.cc (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Indexer.h (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Expression.h (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/TypeDecl.cc (modified) * src/SynTree/TypeExpr.cc (modified) * src/SynTree/Visitor.h (modified) * tests/.expect/forall.txt (modified) * tests/.expect/gmp.arm64.txt (added) * tests/.expect/typedefRedef-ERR1.txt (modified) * tests/.expect/typedefRedef.txt (modified) * tests/array-container/.expect/array-md-sbscr-cases.arm64.txt (added) * tests/array-container/.expect/array-md-sbscr-cases.x86.txt (added) * tests/array-container/.expect/language-dim-mismatch.txt (added) * tests/array-container/array-basic.cfa (modified) * tests/array-container/array-md-sbscr-cases.cfa (modified) * tests/array-container/language-dim-mismatch.cfa (added) * tests/collections/.expect/vector-demo.txt (added) * tests/collections/.expect/vector-err-pass-perm-it-byval.txt (added) * tests/collections/.expect/vector-err-retn-perm-it-byval.txt (added) * tests/collections/vector-demo.cfa (added) * tests/collections/vector-err-mod-with-excl-it.cfa (added) * tests/collections/vector-err-pass-perm-it-byval.cfa (added) * tests/collections/vector-err-retn-perm-it-byval.cfa (added) * tests/concurrent/signal/disjoint.cfa (modified) * tests/coroutine/fibonacci.cfa (modified) * tests/device/.expect/cpu.txt (added) * tests/device/cpu.cfa (added) * tests/forall.cfa (modified) * tests/generator/fibonacci.cfa (modified) * tests/generator/fmtLines.cfa (modified) * tests/generator/suspend_then.cfa (modified) * tests/literals.cfa (modified) * tests/math.cfa (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) * tests/typedefRedef.cfa (modified) * tests/unified_locking/fast.cfa (modified) * tests/vector_math/.expect/vec2_ldouble.arm64.txt (added) * tests/vector_math/.expect/vec2_ldouble.x64.txt (moved) * tests/vector_math/.expect/vec2_ldouble.x86.txt (added) * tests/zombies/vector-perf/iteration-perf.cfa (added) * tests/zombies/vector-perf/iteration-perf.cpp (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 29 Jun 2021 21:33:38 GMT caparsons [5a46e09] * libcfa/src/concurrency/locks.hfa (modified) * tests/unified_locking/.expect/locks.txt (modified) * tests/unified_locking/locks.cfa (modified) Added Martins SpinCondLock as linear_backoff_then_block lock Tue, 29 Jun 2021 16:10:57 GMT Andrew Beach [d02e547] * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) Andrew MMath: Improvements to implement figures. Tue, 29 Jun 2021 13:23:00 GMT Peter A. Buhr [9380add] * src/Parser/parser.yy (modified) formatting, remove spurious semi-colon at end of vtable rule Mon, 28 Jun 2021 19:52:07 GMT Peter A. Buhr [d0da7ed] * Jenkinsfile (modified) * tests/concurrent/signal/disjoint.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 28 Jun 2021 19:52:02 GMT Peter A. Buhr [44b37de] * README (modified) fix wording problem Mon, 28 Jun 2021 19:37:48 GMT Thierry Delisle [8a07213] * tests/concurrent/signal/disjoint.cfa (modified) disjoint test now aborts to allow inspecting core dump Mon, 28 Jun 2021 16:35:54 GMT Thierry Delisle [1781e97] * Jenkinsfile (modified) Fixed whitespace Mon, 28 Jun 2021 02:07:16 GMT Peter A. Buhr [e75b753] * INSTALL (modified) * tests/pybin/tools.py (modified) fix conflict Mon, 28 Jun 2021 01:55:02 GMT Peter A. Buhr [2ac218d] * src/Parser/parser.yy (modified) add commented out parse rules for new ftype syntax Mon, 28 Jun 2021 01:53:50 GMT Peter A. Buhr [4200b7e] * INSTALL (modified) * README (modified) update README and INSTALL files Fri, 25 Jun 2021 17:26:32 GMT Thierry Delisle [22a4292] * tests/pybin/tools.py (modified) Fixed test suite to not crash when running on machines that don't ... Fri, 25 Jun 2021 17:08:36 GMT Thierry Delisle [7de2affc] * INSTALL (modified) Small corrections to INSTALL script Fri, 25 Jun 2021 12:43:28 GMT Peter A. Buhr [2e19e91] * doc/bibliography/pl.bib (modified) update entries Thu, 24 Jun 2021 18:30:04 GMT Michael Brooks [44856ed] * libcfa/src/Makefile.am (modified) * libcfa/src/containers/vector2.hfa (added) * tests/collections/.expect/vector-demo.txt (added) * tests/collections/.expect/vector-err-pass-perm-it-byval.txt (added) * tests/collections/.expect/vector-err-retn-perm-it-byval.txt (added) * tests/collections/vector-demo.cfa (added) * tests/collections/vector-err-mod-with-excl-it.cfa (added) * tests/collections/vector-err-pass-perm-it-byval.cfa (added) * tests/collections/vector-err-retn-perm-it-byval.cfa (added) * tests/zombies/vector-perf/iteration-perf.cfa (added) * tests/zombies/vector-perf/iteration-perf.cpp (added) Baseline "new" vector, with iterators. Implementation has not had ... Thu, 24 Jun 2021 15:56:24 GMT Thierry Delisle [b6f39aa] * Jenkinsfile (modified) Forgot to add gcc-10/11 to jenkins options Wed, 23 Jun 2021 21:19:38 GMT m3zulfiq [27434e9] * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/containers/array.hfa (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/parser.yy (modified) * tests/.expect/forall.txt (modified) * tests/array-container/array-basic.cfa (modified) * tests/array-container/array-md-sbscr-cases.cfa (modified) * tests/forall.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 23 Jun 2021 21:19:26 GMT m3zulfiq [2b910f9] * doc/theses/mubeen_zulfiqar_MMath/allocator.tex (modified) started chapter allocator Wed, 23 Jun 2021 20:59:37 GMT Michael Brooks [1d71208] * src/Parser/parser.yy (modified) * tests/array-container/array-basic.cfa (modified) * tests/array-container/array-md-sbscr-cases.cfa (modified) Implementing new-array subscripting syntax, in which a[x,y,z] now ... Wed, 23 Jun 2021 20:54:31 GMT Michael Brooks [6448f7d] * libcfa/src/containers/array.hfa (modified) Fixing compiler warnings with new arrays due to placeholder empty ... Wed, 23 Jun 2021 20:52:43 GMT Michael Brooks [68b52b0] * src/Parser/DeclarationNode.cc (modified) * tests/.expect/forall.txt (modified) * tests/forall.cfa (modified) Implementing syntax forall( T * ) abbreviating forall( T & | sized(T) ) Wed, 23 Jun 2021 18:06:12 GMT Thierry Delisle [b680198] * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/intro.tex (modified) * doc/theses/andrew_beach_MMath/performance.tex (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 23 Jun 2021 18:05:29 GMT Thierry Delisle [6ba6846] * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Minor ready-queue fixes Mon, 21 Jun 2021 20:55:42 GMT Andrew Beach [929d925] * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/intro.tex (modified) * doc/theses/andrew_beach_MMath/performance.tex (modified) Merge branch 'andrew-mmath' into branch 'master', the last 3 reviews ... Mon, 21 Jun 2021 20:55:22 GMT Andrew Beach [33e1c91] * doc/theses/andrew_beach_MMath/features.tex (modified) Andrew MMath: Some feedback for additions to implement went to ... Mon, 21 Jun 2021 20:48:11 GMT Andrew Beach [5a4f1a8] * doc/theses/andrew_beach_MMath/implement.tex (modified) Andrew MMath: Folded in feedback into the implement chapter. (6/6 ... Mon, 21 Jun 2021 19:42:47 GMT Thierry Delisle [953827a] * libcfa/src/concurrency/ready_queue.cfa (modified) Fixed cpu work stealing to properly fall back on other nodes. Mon, 21 Jun 2021 19:41:43 GMT Thierry Delisle [5614552a] * libcfa/src/concurrency/ready_queue.cfa (modified) Fixed warnings Mon, 21 Jun 2021 19:41:22 GMT Thierry Delisle [ef94ae7] * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) Changed ready-queue to use -1 for empty ts. Mon, 21 Jun 2021 19:40:10 GMT Thierry Delisle [4d865ca7] * libcfa/src/device/cpu.hfa (modified) Minor documentation Mon, 21 Jun 2021 19:40:00 GMT Thierry Delisle [0ee224b] * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Fixed rseq so it is initilizaed even for non-processor threads. Mon, 21 Jun 2021 19:16:00 GMT Thierry Delisle [8110bc3] * Jenkins/FullBuild (modified) * Jenkinsfile (modified) FullBuild now uses gcc-10 instead of gcc-5 and jenkins understands ... Mon, 21 Jun 2021 16:40:46 GMT Thierry Delisle [1f3d212] * tests/test.py (modified) Remove psutil from test.py which doesn't seem needed Mon, 21 Jun 2021 00:16:54 GMT Peter A. Buhr [15f769c] * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) add _DecimalXX to lexer/parser, but mark as unimplemented Sat, 19 Jun 2021 19:53:18 GMT Peter A. Buhr [e319fc5] * 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) * libcfa/src/containers/array.hfa (modified) * libcfa/src/device/cpu.cfa (modified) * libcfa/src/device/cpu.hfa (modified) * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/Common/PassVisitor.h (modified) * src/Common/PassVisitor.impl.h (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypedefTable.cc (modified) * src/Parser/parser.yy (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Indexer.h (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Expression.h (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/TypeDecl.cc (modified) * src/SynTree/TypeExpr.cc (modified) * src/SynTree/Visitor.h (modified) * tests/array-container/.expect/array-md-sbscr-cases.x86.txt (added) * tests/array-container/.expect/language-dim-mismatch.txt (added) * tests/array-container/array-basic.cfa (modified) * tests/array-container/array-md-sbscr-cases.cfa (modified) * tests/array-container/language-dim-mismatch.cfa (added) * tests/device/cpu.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sat, 19 Jun 2021 19:52:59 GMT Peter A. Buhr [6992f95] * tests/math.cfa (modified) remove decimal-floating constants from math test Sat, 19 Jun 2021 19:51:18 GMT Peter A. Buhr [4b891e9] * tests/literals.cfa (modified) update literal test for floating and decimal floating suffix Sat, 19 Jun 2021 19:50:04 GMT Peter A. Buhr [d3b5a14] * src/Parser/lex.ll (modified) lex gcc types _Decimal32/64/128 and return them as ... Fri, 18 Jun 2021 19:24:22 GMT Peter A. Buhr [c7d8696a] * tests/array-container/.expect/array-md-sbscr-cases.x86.txt (added) add .expect file for array-md-sbscr-cases.txt to be architecture ... Fri, 18 Jun 2021 16:20:59 GMT Michael Brooks [6e50a6b] * libcfa/src/containers/array.hfa (modified) * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/Common/PassVisitor.h (modified) * src/Common/PassVisitor.impl.h (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypedefTable.cc (modified) * src/Parser/parser.yy (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Indexer.h (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/Expression.h (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/TypeDecl.cc (modified) * src/SynTree/TypeExpr.cc (modified) * src/SynTree/Visitor.h (modified) * tests/array-container/.expect/language-dim-mismatch.txt (added) * tests/array-container/array-basic.cfa (modified) * tests/array-container/array-md-sbscr-cases.cfa (modified) * tests/array-container/language-dim-mismatch.cfa (added) Implementing language-provided syntax for (array) dimensions. ... Fri, 18 Jun 2021 02:38:05 GMT Thierry Delisle [dcbfcbc] * doc/theses/mubeen_zulfiqar_MMath/.gitignore (modified) * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex (modified) * tests/array-container/.expect/array-md-sbscr-cases.arm64.txt (moved) * tests/array-container/.expect/array-md-sbscr-cases.x64.txt (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 18 Jun 2021 02:37:59 GMT Thierry Delisle [07b4970] * libcfa/src/concurrency/ready_queue.cfa (modified) Fix incorrect change that disabled all lists Fri, 18 Jun 2021 02:32:53 GMT Thierry Delisle [df7597e0] * libcfa/src/concurrency/ready_queue.cfa (modified) Fix the cpu-based ready to actually use cpu_info rather then being a ... Fri, 18 Jun 2021 02:31:39 GMT Thierry Delisle [cf85f96] * libcfa/src/device/cpu.cfa (modified) * libcfa/src/device/cpu.hfa (modified) * tests/device/cpu.cfa (modified) Cpu map now has aself pointer to figure out where between start and ... Thu, 17 Jun 2021 22:45:34 GMT Peter A. Buhr [572a02f] * tests/array-container/.expect/array-md-sbscr-cases.arm64.txt (added) revert .expect file for array-md-sbscr-cases.txt to be architecture ... Thu, 17 Jun 2021 22:30:29 GMT Peter A. Buhr [a38a9f8] * tests/array-container/.expect/array-md-sbscr-cases.x64.txt (moved) revert .expect file for array-md-sbscr-cases.txt to be architecture ... Thu, 17 Jun 2021 22:08:23 GMT Peter A. Buhr [26da2a0] * doc/theses/mubeen_zulfiqar_MMath/.gitignore (modified) * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex (modified) convert changes to latex and adjust macros slightly to build Thu, 17 Jun 2021 19:05:54 GMT Thierry Delisle [12daa43] * 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) Added a define switch for using cpu workstealing. Not Fully implemented. Thu, 17 Jun 2021 17:55:39 GMT Thierry Delisle [fde879b3] * libcfa/src/concurrency/kernel/startup.cfa (modified) Fixed typo in startup.cfa without rseq support. Thu, 17 Jun 2021 17:38:04 GMT Thierry Delisle [26d944c] * src/InitTweak/InitTweak.cc (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 17 Jun 2021 17:37:55 GMT Thierry Delisle [f558b5f] * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) Implemented __kernel_getcpu from rseq and librseq. Thu, 17 Jun 2021 01:06:42 GMT Peter A. Buhr [02f4eb8] * src/InitTweak/InitTweak.cc (modified) simplify change for section .data attribute for global constructors Thu, 17 Jun 2021 00:39:23 GMT Thierry Delisle [7e1cb79] * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) * libcfa/src/exception.c (modified) * libcfa/src/stdhdr/pthread.h (added) * src/InitTweak/InitTweak.cc (modified) * tests/.expect/gmp.arm64.txt (added) * tests/array-container/.expect/array-md-sbscr-cases.txt (moved) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 16 Jun 2021 22:29:53 GMT Peter A. Buhr [cb304ca] * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) * src/InitTweak/InitTweak.cc (modified) * tests/.expect/gmp.arm64.txt (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 16 Jun 2021 22:29:26 GMT Peter A. Buhr [eef2a9b] * tests/array-container/.expect/array-md-sbscr-cases.txt (moved) change .expect file for array-md-sbscr-cases.txt to be architecture ... Wed, 16 Jun 2021 22:21:21 GMT Peter A. Buhr [d96becd] * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) * libcfa/src/stdhdr/pthread.h (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 16 Jun 2021 22:19:10 GMT Peter A. Buhr [d269894] * tests/.expect/gmp.arm64.txt (added) create .expect file for gmp test on ARM Wed, 16 Jun 2021 22:17:54 GMT Peter A. Buhr [1f2e957] * src/InitTweak/InitTweak.cc (modified) make section .data attribute for global constructors architecture ... Wed, 16 Jun 2021 22:04:55 GMT m3zulfiq [012cfc3] * libcfa/src/exception.c (modified) * libcfa/src/stdhdr/pthread.h (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 16 Jun 2021 22:04:40 GMT m3zulfiq [32318de] * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) added benchmark descriptions Wed, 16 Jun 2021 18:44:09 GMT Thierry Delisle [798a8b3] * src/AST/Pass.impl.hpp (modified) * src/Common/PassVisitor.impl.h (modified) * src/SymTab/Validate.cc (modified) Attributes are now correctly visited when replacing typedefs Wed, 16 Jun 2021 18:43:37 GMT Thierry Delisle [1d61b67] * tests/.expect/typedefRedef-ERR1.txt (modified) * tests/.expect/typedefRedef.txt (modified) * tests/typedefRedef.cfa (modified) Added attribute case to typedef replacement test. Wed, 16 Jun 2021 18:30:32 GMT Andrew Beach [029cbc0] * doc/theses/andrew_beach_MMath/performance.tex (modified) Andrew MMath: Performance feedback is a bit stranger as the content ... Wed, 16 Jun 2021 17:48:13 GMT Peter A. Buhr [95958a8] * libcfa/src/stdhdr/pthread.h (added) create stdhdr/pthread.h so #include pthread.h does not require extern "C" Wed, 16 Jun 2021 15:50:15 GMT Andrew Beach [edebbf7] * doc/theses/andrew_beach_MMath/future.tex (modified) Andrew MMath: Folded in Peter's feedback on future. (4/6 files done.) Wed, 16 Jun 2021 14:44:22 GMT Andrew Beach [6071efc] * doc/theses/andrew_beach_MMath/existing.tex (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/theses/andrew_beach_MMath/intro.tex (modified) Andrew MMath: Update the first three chapters using Colby's comments. Wed, 16 Jun 2021 14:32:33 GMT Henry Xue [ed395761] * libcfa/src/exception.c (modified) Workaround to get default exception handling on ARM working Wed, 16 Jun 2021 01:07:25 GMT Thierry Delisle [3814957] * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) Commented out broken code Tue, 15 Jun 2021 21:18:59 GMT Thierry Delisle [3489ea6] * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) Started work on __kernel_getcpu Tue, 15 Jun 2021 21:01:05 GMT Thierry Delisle [5e2ed05] * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 15 Jun 2021 21:00:28 GMT Thierry Delisle [43784ac] * benchmark/io/io_uring.h (modified) * libcfa/prelude/defines.hfa.in (modified) * libcfa/src/bits/signal.hfa (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/monitor.cfa (modified) * libcfa/src/concurrency/mutex.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/concurrency/thread.cfa (modified) Changed libcfathread to consistently define _GNU_SOURCE Tue, 15 Jun 2021 20:46:07 GMT m3zulfiq [27c9767] * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/performance.tex (modified) * libcfa/src/device/cpu.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 15 Jun 2021 20:45:55 GMT m3zulfiq [cb5c392] * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) Added micro benchmark suite description Tue, 15 Jun 2021 20:17:05 GMT Andrew Beach [b51e389c] * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/performance.tex (modified) Revert "proofread Andrew's implement, performance and future ... Tue, 15 Jun 2021 17:24:41 GMT Thierry Delisle [45fde9f] * libcfa/src/device/cpu.cfa (modified) Fixed width sum check to actually sum. Tue, 15 Jun 2021 16:47:32 GMT Thierry Delisle [64780c1] * libcfa/src/device/cpu.cfa (modified) Remove incorrect check Tue, 15 Jun 2021 16:28:48 GMT Andrew Beach [2f19e03] * Jenkins/Distribute (modified) * Jenkins/FullBuild (modified) * Jenkins/Promote (added) * Jenkins/tools.groovy (modified) * Jenkinsfile (modified) * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/performance.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) * libcfa/configure.ac (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/device/cpu.cfa (added) * libcfa/src/device/cpu.hfa (added) * libcfa/src/exception.c (modified) * libcfa/src/interpose.cfa (modified) * libcfa/src/startup.cfa (modified) * tests/coroutine/fibonacci.cfa (modified) * tests/device/.expect/cpu.txt (added) * tests/device/cpu.cfa (added) * tests/generator/fibonacci.cfa (modified) * tests/generator/fmtLines.cfa (modified) * tests/generator/suspend_then.cfa (modified) * tests/unified_locking/fast.cfa (modified) * tests/vector_math/.expect/vec2_ldouble.arm64.txt (added) * tests/vector_math/.expect/vec2_ldouble.x64.txt (moved) * tests/vector_math/.expect/vec2_ldouble.x86.txt (added) Merge branch 'master' into andrew-mmath, collecting updates. Tue, 15 Jun 2021 16:27:20 GMT Andrew Beach [4aba055] * doc/theses/andrew_beach_MMath/features.tex (modified) Andrew MMath: Folded in features feedback and redid the reraise ... Tue, 15 Jun 2021 16:18:33 GMT Thierry Delisle [4f1b8f3f] * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/performance.tex (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 15 Jun 2021 16:16:42 GMT Thierry Delisle [1f05c83] * libcfa/src/device/cpu.cfa (modified) Added more debug to defice/cpu Tue, 15 Jun 2021 15:34:45 GMT Peter A. Buhr [6f8c46d] * Jenkins/tools.groovy (modified) * Jenkinsfile (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/device/cpu.cfa (added) * libcfa/src/device/cpu.hfa (added) * libcfa/src/interpose.cfa (modified) * libcfa/src/startup.cfa (modified) * tests/coroutine/fibonacci.cfa (modified) * tests/device/.expect/cpu.txt (added) * tests/device/cpu.cfa (added) * tests/unified_locking/fast.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 15 Jun 2021 15:34:30 GMT Peter A. Buhr [b6749fd] * doc/theses/andrew_beach_MMath/future.tex (modified) * doc/theses/andrew_beach_MMath/implement.tex (modified) * doc/theses/andrew_beach_MMath/performance.tex (modified) proofread Andrew's implement, performance and future chapters Mon, 14 Jun 2021 20:03:50 GMT Thierry Delisle [07033ce] * libcfa/src/concurrency/locks.hfa (modified) * tests/unified_locking/fast.cfa (modified) Even more work on removing any possible integer overflow in fast lock ... Mon, 14 Jun 2021 20:01:48 GMT Thierry Delisle [a8b0618] * libcfa/src/device/cpu.cfa (modified) Changed libcfa to use cpu/present instead of cpu/possible Mon, 14 Jun 2021 19:47:17 GMT Thierry Delisle [9824500] * Jenkins/tools.groovy (modified) * Jenkinsfile (modified) Fixed email generation in Jenkins Mon, 14 Jun 2021 18:55:08 GMT Thierry Delisle [733fd3d] * libcfa/src/concurrency/kernel.cfa (modified) Added missing corctx_flag in assertion Mon, 14 Jun 2021 18:48:44 GMT Thierry Delisle [5c46672] * tests/coroutine/fibonacci.cfa (modified) coroutine fibonacci now uses return from resume Mon, 14 Jun 2021 18:43:55 GMT Thierry Delisle [d363634] * tests/device/.expect/cpu.txt (added) * tests/device/cpu.cfa (added) Added bare-bones test for device cpu Mon, 14 Jun 2021 18:43:35 GMT Thierry Delisle [96f002c1] * libcfa/src/Makefile.am (modified) * libcfa/src/device/cpu.cfa (added) * libcfa/src/device/cpu.hfa (added) * libcfa/src/interpose.cfa (modified) * libcfa/src/startup.cfa (modified) Added new device folder and cpu file to libcfa Mon, 14 Jun 2021 18:01:38 GMT Thierry Delisle [50871b4] * libcfa/src/concurrency/kernel.cfa (modified) Whitespace clean-up Fri, 11 Jun 2021 01:57:41 GMT Peter A. Buhr [3720c9aa] * tests/generator/fibonacci.cfa (modified) * tests/generator/fmtLines.cfa (modified) * tests/generator/suspend_then.cfa (modified) formatting and indicate compiler bug