# # ChangeLog for / # # Generated by Trac 1.2.1 # Oct 4, 2024, 4:00:27 AM Fri, 01 Apr 2022 18:29:58 GMT Thierry Delisle [5b7fea7] * tests/concurrent/barrier/order.cfa (modified) barrier/order test now yields for more chaos Fri, 01 Apr 2022 18:04:22 GMT Thierry Delisle [5f53cc3] * tests/concurrent/readyQ/.expect/barrier_sleeper.txt (added) * tests/concurrent/readyQ/barrier_sleeper.cfa (added) Added a slightly chaotic ready queue test that has the cluster fully ... Fri, 01 Apr 2022 17:47:47 GMT Thierry Delisle [e71e94a] * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) Some clean-up of ready queue usage of -1llu. io types ts now returns ... Fri, 01 Apr 2022 17:08:24 GMT Thierry Delisle [1417f6b] * tests/io/comp_fair.cfa (modified) Changed comp_fair to use a barrier rather than a semaphore. Fri, 01 Apr 2022 16:40:35 GMT Thierry Delisle [31ef267] * libcfa/src/concurrency/barrier.hfa (modified) * tests/concurrent/barrier/generation.cfa (modified) * tests/concurrent/barrier/order.cfa (modified) Added comments. Fri, 01 Apr 2022 16:17:21 GMT Thierry Delisle [93b8cf4] * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/barrier.hfa (added) * tests/concurrent/barrier/.expect/generation.txt (added) * tests/concurrent/barrier/.expect/order.txt (added) * tests/concurrent/barrier/gen_generation_expect.cfa (added) * tests/concurrent/barrier/generation.cfa (added) * tests/concurrent/barrier/order.cfa (added) Added a simple barrier and accompagnying tests. Fri, 01 Apr 2022 15:32:11 GMT Thierry Delisle [80e39f1] * tests/concurrent/mutexstmt/scoped_lock.cfa (modified) Removed unnecessary stats include. Thu, 31 Mar 2022 19:57:48 GMT Thierry Delisle [f870e257] * libcfa/src/concurrency/kernel/private.hfa (modified) Disable waiting on io_uring for idle (maybe temporary). Thu, 31 Mar 2022 02:44:10 GMT Peter A. Buhr [13cdc8c] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/Concurrency/KeywordsNew.cpp (modified) * src/ResolvExpr/Resolver.cc (modified) * src/Validate/Autogen.cpp (modified) * src/Validate/ForallPointerDecay.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 31 Mar 2022 02:43:04 GMT Peter A. Buhr [ee3da78] * doc/theses/mubeen_zulfiqar_MMath/figures/UserKernelHeaps.fig (added) add figure User-Level Kernel Heaps Thu, 31 Mar 2022 02:11:02 GMT Peter A. Buhr [a114743] * doc/theses/mubeen_zulfiqar_MMath/background.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/intro.tex (modified) proofread intro and background chapters Thu, 31 Mar 2022 02:08:34 GMT Peter A. Buhr [65781a8] * doc/theses/mubeen_zulfiqar_MMath/Makefile (modified) shorten target in make rule Wed, 30 Mar 2022 20:55:07 GMT Thierry Delisle [bdfd0bd] * libcfa/src/concurrency/io.cfa (modified) EINTR will no longer wakeup the idle_sleep. Wed, 30 Mar 2022 20:51:07 GMT Thierry Delisle [4ccc150] * libcfa/src/concurrency/kernel.cfa (modified) Fix the verifys I just added. Wed, 30 Mar 2022 20:40:11 GMT Thierry Delisle [77adaee] * libcfa/src/concurrency/kernel.cfa (modified) Added more verifys to eventfd_write Wed, 30 Mar 2022 17:37:06 GMT Thierry Delisle [efa28d5] * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) Change wake_time to be as long as other timestamps to ease debugging. Wed, 30 Mar 2022 01:44:36 GMT Thierry Delisle [729df21] * libcfa/src/concurrency/io.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 30 Mar 2022 01:44:32 GMT Thierry Delisle [d28b70a] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) Now also keep track of last drain time Tue, 29 Mar 2022 21:19:51 GMT Thierry Delisle [4598e03] * libcfa/src/concurrency/kernel.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 29 Mar 2022 21:19:11 GMT Thierry Delisle [d080549] * libcfa/src/concurrency/kernel.cfa (modified) Added a verify for the result of wake_proc Tue, 29 Mar 2022 20:41:30 GMT Thierry Delisle [d4da1535] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/Concurrency/KeywordsNew.cpp (modified) * src/ResolvExpr/Resolver.cc (modified) * src/Validate/Autogen.cpp (modified) * src/Validate/ForallPointerDecay.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 29 Mar 2022 20:41:21 GMT Thierry Delisle [edf247b] * libcfa/src/concurrency/io.cfa (modified) Fix debug print Tue, 29 Mar 2022 20:28:06 GMT Thierry Delisle [6e47b49] * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/Concurrency/KeywordsNew.cpp (modified) * src/ResolvExpr/Resolver.cc (modified) * src/Validate/Autogen.cpp (modified) * src/Validate/ForallPointerDecay.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 29 Mar 2022 20:27:52 GMT Thierry Delisle [262fafd9] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) Added debugging information to help find deadlock. Tue, 29 Mar 2022 20:09:51 GMT Andrew Beach [b230091] * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/Concurrency/KeywordsNew.cpp (modified) * src/ResolvExpr/Resolver.cc (modified) * src/Validate/Autogen.cpp (modified) * src/Validate/ForallPointerDecay.cpp (modified) Added a 'missing' TypeInstType constructor and rewrote some calls to ... Tue, 29 Mar 2022 19:19:57 GMT Thierry Delisle [dfd3410] * tests/designations.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 29 Mar 2022 19:19:53 GMT Thierry Delisle [010636f] * libcfa/src/concurrency/io.cfa (modified) Tentative fix for termination deadlock. Other minor improvements and ... Tue, 29 Mar 2022 02:43:21 GMT Peter A. Buhr [8f2f185] * tests/designations.cfa (modified) update and add designation tests Tue, 29 Mar 2022 00:38:38 GMT Thierry Delisle [72ba508] * tests/io/comp_fair.cfa (modified) Updated test to be easier to debug Mon, 28 Mar 2022 21:59:53 GMT Thierry Delisle [ff55092] * libcfa/src/concurrency/io.cfa (modified) removed warning Mon, 28 Mar 2022 21:55:48 GMT Thierry Delisle [1e6ffb44] * libcfa/src/concurrency/io.cfa (modified) Changed debug prints to help debug helping Mon, 28 Mar 2022 21:43:05 GMT Thierry Delisle [7425720] * libcfa/src/concurrency/io/setup.cfa (modified) Fixed 32bit build Mon, 28 Mar 2022 20:29:41 GMT Thierry Delisle [d5cdbed] * libcfa/src/concurrency/io.cfa (modified) Fix build from machine where I can actually test Mon, 28 Mar 2022 20:12:29 GMT Thierry Delisle [37a3aa23] * libcfa/src/concurrency/io.cfa (modified) Fixed syntax error (hopefully) Mon, 28 Mar 2022 20:00:32 GMT Thierry Delisle [18f7858] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) Refactored io to allow holding the lock duirng idle sleep Mon, 28 Mar 2022 17:48:13 GMT Andrew Beach [2377ca2] * src/AST/Node.hpp (modified) * src/AST/Pass.impl.hpp (modified) Updated some names on mutate functions to me more consistent with ... Mon, 28 Mar 2022 16:38:13 GMT Michael Brooks [8e819a9] * doc/theses/mike_brooks_MMath/.gitignore (added) * doc/theses/mike_brooks_MMath/Makefile (added) * doc/theses/mike_brooks_MMath/content/array/features/array.hfa (added) * doc/theses/mike_brooks_MMath/content/array/features/hello-accordion.cfa (added) * doc/theses/mike_brooks_MMath/content/array/features/hello-array.cfa (added) * doc/theses/mike_brooks_MMath/content/array/features/sec.tex (added) * doc/theses/mike_brooks_MMath/content/array/mdim/array.hfa (added) * doc/theses/mike_brooks_MMath/content/array/mdim/hello-md.cfa (added) * doc/theses/mike_brooks_MMath/content/array/mdim/matmul.cfa (added) * doc/theses/mike_brooks_MMath/content/array/mdim/measuring-like-layout.pdf (added) * doc/theses/mike_brooks_MMath/content/array/mdim/sec.tex (added) * doc/theses/mike_brooks_MMath/content/string/Makefile (added) * doc/theses/mike_brooks_MMath/content/string/sharectx-demo.cfa (added) * doc/theses/mike_brooks_MMath/content/string/sharing-demo.cfa.liquid (added) * doc/theses/mike_brooks_MMath/content/string/sharing-demo.json (added) * doc/theses/mike_brooks_MMath/content/string/sharing-demo.tex.liquid (added) * doc/theses/mike_brooks_MMath/content/string/string-graph-allocn.png (added) * doc/theses/mike_brooks_MMath/content/string/string-graph-pbv.png (added) * doc/theses/mike_brooks_MMath/content/string/string-graph-peq-cppemu.png (added) * doc/theses/mike_brooks_MMath/content/string/string-graph-peq-sharing.png (added) * doc/theses/mike_brooks_MMath/content/string/string-graph-pta-sharing.png (added) * doc/theses/mike_brooks_MMath/content/string/string-master.tex (added) * doc/theses/mike_brooks_MMath/glossary.tex (added) * doc/theses/mike_brooks_MMath/style/master.tex (added) * doc/theses/mike_brooks_MMath/style/uw-bot.tex (added) * doc/theses/mike_brooks_MMath/style/uw-top.tex (added) * doc/theses/mike_brooks_MMath/thesis-frontpgs.tex (added) * doc/theses/mike_brooks_MMath/thesis.tex (added) Mike MMath initial Mon, 28 Mar 2022 14:41:45 GMT Andrew Beach [400b8be] * src/AST/Convert.cpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/Node.cpp (modified) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/Stmt.hpp (modified) * src/AST/Visitor.hpp (modified) * src/Common/CodeLocationTools.cpp (modified) * src/Concurrency/KeywordsNew.cpp (modified) * src/ControlStruct/ExceptTranslateNew.cpp (modified) * src/ControlStruct/LabelGeneratorNew.cpp (modified) * src/ControlStruct/LabelGeneratorNew.hpp (modified) * src/ControlStruct/MultiLevelExit.cpp (modified) * src/InitTweak/InitTweak.cc (modified) * src/ResolvExpr/Resolver.cc (modified) Added StmtClause and converted the existing nodes that should be clauses. Fri, 25 Mar 2022 17:50:46 GMT Thierry Delisle [f5bace8] * src/AST/Node.cpp (modified) * src/AST/Node.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/ResolvExpr/RenameVars.h (modified) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/ResolvExpr/ResolveTypeof.h (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 25 Mar 2022 17:50:40 GMT Thierry Delisle [64bdacc] * libcfa/src/concurrency/kernel/fwd.hfa (modified) Future now wait for 2p to resolve in available. Fri, 25 Mar 2022 17:49:24 GMT Thierry Delisle [54c1196] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/stats.cfa (modified) * libcfa/src/concurrency/stats.hfa (modified) Added io helping stats Fri, 25 Mar 2022 17:48:46 GMT Thierry Delisle [202c80b] * libcfa/src/concurrency/kernel.cfa (modified) Added verify and changed print_now to not ignore flags. Fri, 25 Mar 2022 15:47:51 GMT Andrew Beach [8631c84] * src/AST/Node.cpp (modified) * src/AST/Node.hpp (modified) * src/AST/Pass.impl.hpp (modified) Made ast::ptr_base swappable. Wed, 23 Mar 2022 19:09:52 GMT Andrew Beach [94fa946] * src/ResolvExpr/RenameVars.h (modified) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/ResolvExpr/ResolveTypeof.h (modified) Cleaned up some files I have been looking at a lot recently. Wed, 23 Mar 2022 17:23:17 GMT Thierry Delisle [3caf5e3] * libcfa/src/concurrency/io.cfa (modified) Re-read cq information after acquire. Hoping this is the cause for ... Wed, 23 Mar 2022 17:22:31 GMT Thierry Delisle [1a567d0] * libcfa/src/concurrency/kernel/cluster.cfa (modified) Fixed 32-bit compilation Tue, 22 Mar 2022 20:59:53 GMT Thierry Delisle [4479890] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Implemented helping for io drain based on timestamps. Tue, 22 Mar 2022 20:01:51 GMT Thierry Delisle [0521a1a] * tests/meta/dumpable.cfa (modified) Fixed meta dumpable Tue, 22 Mar 2022 19:39:11 GMT Thierry Delisle [ff7b2de] * tests/Makefile.am (modified) Added meta/dumpable to the quick tests Tue, 22 Mar 2022 19:28:29 GMT Thierry Delisle [78a580d] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) I/O now updates the timestamps when draining. Timestamps are not ... Tue, 22 Mar 2022 19:23:53 GMT Thierry Delisle [8f01ad71] * libcfa/src/concurrency/kernel/cluster.hfa (modified) * libcfa/src/device/cpu.hfa (modified) Forgot a few pragma once Tue, 22 Mar 2022 17:11:41 GMT Thierry Delisle [a8e9e9d] * tests/meta/dumpable.cfa (modified) Made dumpable test much more agressive Tue, 22 Mar 2022 15:20:30 GMT Thierry Delisle [14d5461] * Jenkinsfile (modified) Fixed incorrect used of $ in jenkins file Mon, 21 Mar 2022 20:48:10 GMT Andrew Beach [a76202d] * src/SymTab/Validate.cc (modified) * src/SymTab/Validate.h (modified) Removed some code from Validate that had been used for the ... Mon, 21 Mar 2022 17:44:06 GMT Thierry Delisle [d672350] * Jenkinsfile (modified) * benchmark/io/http/protocol.cfa (modified) * doc/theses/mubeen_zulfiqar_MMath/Makefile (modified) * doc/theses/mubeen_zulfiqar_MMath/allocator.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/background.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/figures/AddressSpace.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/AllocDS1.fig (moved) * doc/theses/mubeen_zulfiqar_MMath/figures/AllocDS2.fig (moved) * doc/theses/mubeen_zulfiqar_MMath/figures/AllocInducedActiveFalseSharing.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/AllocInducedPassiveFalseSharing.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/AllocatedObject.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/AllocatorComponents.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/CoalesceAllocated.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/CoalesceFree.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/Container.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/ContainerFalseSharing1.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/ContainerFalseSharing2.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/ContainerNoOwnership.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/ContainerNoOwnershipFreelist.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/ContainerOwnership.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/ContainerOwnershipFreelist.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/ContigFragmentation.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/FalseSharingA.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/FalseSharingB.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/FalseSharingC.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/FalseSharingD.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/FreeListAmongContainers.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/FreeListWithinContainers.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/HeapStructure.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/IntExtFragmentation.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/MemoryFragmentation.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/MultipleHeapsNoOwnership.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/MultipleHeapsOwnership.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/MultipleHeapsStorage.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/NewHeapStructure.eps (added) * doc/theses/mubeen_zulfiqar_MMath/figures/NonContigFragmentation.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/ObjectHeaders.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/PerThreadGlobalHeap2.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/PerThreadHeap.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/PrivatePublicHeaps2.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/ProgramFalseSharing.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/RemoteFreeList.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/SharedHeaps.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/SingleHeap.fig (added) * doc/theses/mubeen_zulfiqar_MMath/figures/SuperContainers.fig (added) * doc/theses/mubeen_zulfiqar_MMath/intro.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/performance.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/pictures/MultipleHeapsOwnershipStorage.fig (added) * doc/theses/mubeen_zulfiqar_MMath/pictures/PrivatePublicHeaps.fig (added) * doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.bib (modified) * doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/existing.tex (modified) * doc/theses/thierry_delisle_PhD/thesis/text/io.tex (modified) * doc/user/user.tex (modified) * driver/cc1.cc (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/io.cfa (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 (added) * libcfa/src/concurrency/kernel/cluster.hfa (added) * libcfa/src/concurrency/kernel/fwd.hfa (modified) * libcfa/src/concurrency/kernel/private.hfa (moved) * libcfa/src/concurrency/kernel/startup.cfa (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/mutex_stmt.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/containers/string.cfa (modified) * libcfa/src/containers/string.hfa (modified) * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) * libcfa/src/containers/string_sharectx.hfa (added) * libcfa/src/math.trait.hfa (modified) * src/AST/AssertAcyclic.cpp (deleted) * src/AST/AssertAcyclic.hpp (deleted) * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/GenericSubstitution.cpp (modified) * src/AST/TranslationUnit.hpp (modified) * src/AST/TypeSubstitution.hpp (modified) * src/AST/Util.cpp (added) * src/AST/Util.hpp (added) * src/AST/module.mk (modified) * src/Common/CodeLocationTools.cpp (modified) * src/Common/CodeLocationTools.hpp (modified) * src/Common/Examine.cc (modified) * src/Common/Examine.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/KeywordsNew.cpp (modified) * src/ControlStruct/ExceptTranslateNew.cpp (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixInitNew.cpp (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/CandidateFinder.hpp (modified) * src/ResolvExpr/CandidatePrinter.cpp (modified) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/ResolvExpr/ResolveTypeof.h (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/Resolver.h (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Validate.cc (modified) * src/SymTab/Validate.h (modified) * src/Tuples/TupleAssignment.cc (modified) * src/Validate/FindSpecialDeclsNew.cpp (modified) * src/Validate/ForallPointerDecay.cpp (added) * src/Validate/ForallPointerDecay.hpp (added) * src/Validate/module.mk (modified) * src/Virtual/Tables.cc (modified) * src/Virtual/Tables.h (modified) * src/main.cc (modified) * tests/.expect/declarationSpecifier.arm64.txt (modified) * tests/.expect/gccExtensions.arm64.txt (modified) * tests/.expect/random.arm64.txt (modified) * tests/Makefile.am (modified) * tests/collections/.expect/string-api-coverage-noshare.txt (added) * tests/collections/.expect/string-api-coverage.txt (modified) * tests/collections/.expect/string-ctx-manage.txt (added) * tests/collections/.expect/string-gc.txt (modified) * tests/collections/.expect/string-overwrite-noshare.txt (added) * tests/collections/.expect/vector-err-pass-perm-it-byval.txt (modified) * tests/collections/string-api-coverage-noshare.cfa (added) * tests/collections/string-api-coverage.cfa (modified) * tests/collections/string-ctx-manage.cfa (added) * tests/collections/string-gc.cfa (modified) * tests/collections/string-overwrite-noshare.cfa (added) * tests/collections/string-overwrite.cfa (modified) * tests/concurrent/.expect/keywordErrors.nast.txt (added) * tests/concurrent/.expect/keywordErrors.oast.txt (moved) * tests/concurrent/.expect/mainError.nast.txt (added) * tests/concurrent/.expect/mainError.oast.txt (added) * tests/concurrent/mainError.cfa (added) * tests/concurrent/mutexstmt/.expect/locks.txt (modified) * tests/concurrent/mutexstmt/.expect/scoped_lock.txt (added) * tests/concurrent/mutexstmt/locks.cfa (modified) * tests/concurrent/mutexstmt/scoped_lock.cfa (added) * tests/io/.expect/away_fair.txt (added) * tests/io/.expect/comp_fair.txt.disable (added) * tests/io/away_fair.cfa (added) * tests/io/comp_fair.cfa (added) * tests/io/many_read.cfa (modified) * tests/meta/dumpable.cfa (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) * tests/zombies/string-perf/.gitignore (added) * tests/zombies/string-perf/Makefile (added) * tests/zombies/string-perf/corpori-about.txt (added) * tests/zombies/string-perf/corpus-100-1-1.txt (added) * tests/zombies/string-perf/corpus-100-10-1.txt (added) * tests/zombies/string-perf/corpus-100-2-1.txt (added) * tests/zombies/string-perf/corpus-100-20-1.txt (added) * tests/zombies/string-perf/corpus-100-5-1.txt (added) * tests/zombies/string-perf/corpus-5-20-1.txt (added) * tests/zombies/string-perf/corpus-5-20-2.txt (added) * tests/zombies/string-perf/corpus-5-20-3.txt (added) * tests/zombies/string-perf/make-corpus.cfa (added) * tests/zombies/string-perf/make-flamegraph.sh (added) * tests/zombies/string-perf/not_string_res.cfa (added) * tests/zombies/string-perf/not_string_res.hfa (added) * tests/zombies/string-perf/pbx-correctness-demos.cfa (added) * tests/zombies/string-perf/pbx-correctness-demos.cpp (added) * tests/zombies/string-perf/prog-allocn.cfa (added) * tests/zombies/string-perf/prog-find.cfa (added) * tests/zombies/string-perf/prog-normalize.cfa (added) * tests/zombies/string-perf/prog-passbyX.cfa (added) * tests/zombies/string-perf/prog-passbyval.cfa (added) * tests/zombies/string-perf/prog.cfa (added) * tests/zombies/string-perf/qanal.py (added) * tests/zombies/string-perf/qrun.sh (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 21 Mar 2022 17:43:58 GMT Thierry Delisle [ef3c383] * benchmark/io/http/main.cfa (modified) * benchmark/io/http/parhttperf (modified) * benchmark/io/http/protocol.cfa (modified) * benchmark/io/http/protocol.hfa (modified) * benchmark/io/http/worker.cfa (modified) * benchmark/io/http/worker.hfa (modified) Added statistics about sendfile in the webserver Mon, 21 Mar 2022 17:40:35 GMT caparsons [dbe2533] * Jenkinsfile (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 21 Mar 2022 17:40:24 GMT caparsons [b39e961b] * tests/concurrent/mutexstmt/locks.cfa (modified) fixed stats.hfa include and added monitor to polymorphic test Mon, 21 Mar 2022 17:28:59 GMT Thierry Delisle [4ecc35a] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) Added spin lock to io drain. last step before completion fairness Mon, 21 Mar 2022 16:17:27 GMT Thierry Delisle [98d1b90] * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/mutex_stmt.hfa (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/KeywordsNew.cpp (modified) * tests/concurrent/mutexstmt/.expect/locks.txt (modified) * tests/concurrent/mutexstmt/locks.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 21 Mar 2022 16:14:07 GMT caparsons [41d3c8d] * src/Concurrency/KeywordsNew.cpp (modified) added check for mutex stmt header Mon, 21 Mar 2022 15:52:19 GMT caparsons [0d4f954] * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/mutex_stmt.hfa (modified) changed concurrency library to work with new mutexstmt changes Mon, 21 Mar 2022 15:51:20 GMT caparsons [080d2d7] * src/Concurrency/Keywords.cc (modified) * src/Concurrency/KeywordsNew.cpp (modified) added changes to mutex stmt pass Mon, 21 Mar 2022 15:50:25 GMT caparsons [51239d1b] * tests/concurrent/mutexstmt/.expect/locks.txt (modified) * tests/concurrent/mutexstmt/locks.cfa (modified) added new mutexstmt tests Fri, 18 Mar 2022 18:55:27 GMT Thierry Delisle [adb3ea1] * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (modified) Some more incremental work towards using timestamps for io fairness Fri, 18 Mar 2022 18:52:14 GMT Thierry Delisle [0b4ddb71] * Jenkinsfile (modified) Restore correct -j settings on jenkins tests Fri, 18 Mar 2022 16:42:39 GMT Thierry Delisle [22226e4] * 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) Tentative fix for spurious deadlock in some concurrency tests Fri, 18 Mar 2022 14:53:38 GMT Andrew Beach [3bc69f2] * src/ResolvExpr/Resolver.cc (modified) May have fixed the build failure, but I'm still not sure why ... Thu, 17 Mar 2022 17:53:48 GMT Andrew Beach [f7496c5] * src/Common/CodeLocationTools.hpp (modified) class -> struct, silences a warning. Wed, 16 Mar 2022 20:41:01 GMT Andrew Beach [39d8950] * src/AST/Convert.cpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/TranslationUnit.hpp (modified) * src/InitTweak/FixInitNew.cpp (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/CandidateFinder.hpp (modified) * src/ResolvExpr/CandidatePrinter.cpp (modified) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/ResolvExpr/ResolveTypeof.h (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/Resolver.h (modified) * src/Tuples/TupleAssignment.cc (modified) * src/Validate/FindSpecialDeclsNew.cpp (modified) Thread global information through resolution. Non-top-level calls to ... Wed, 16 Mar 2022 00:12:12 GMT Fangren Yu [9d8124f] * src/ResolvExpr/Unify.cc (modified) fix some code that clearly does not accomplish the correct thing. ... Tue, 15 Mar 2022 21:11:50 GMT Thierry Delisle [708ae38] * libcfa/src/Makefile.am (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/cluster.cfa (modified) * libcfa/src/concurrency/kernel/cluster.hfa (added) * libcfa/src/concurrency/kernel/private.hfa (moved) * 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) Some more cleanup and grow/shrink now readjusts io timestamps. (They ... Tue, 15 Mar 2022 16:17:54 GMT Thierry Delisle [a552a8c] * tests/io/.expect/comp_fair.txt.disable (added) * tests/io/comp_fair.cfa (added) Added test to check fairness of completions, disable since my pc ... Tue, 15 Mar 2022 15:00:17 GMT Thierry Delisle [48a91e2] * libcfa/src/concurrency/kernel/cluster.cfa (modified) Fixed defines for cases without RSEQ Tue, 15 Mar 2022 14:14:05 GMT Andrew Beach [33b7d49] * src/AST/Util.cpp (modified) * src/Common/CodeLocationTools.cpp (modified) * src/Common/CodeLocationTools.hpp (modified) * src/ControlStruct/ExceptTranslateNew.cpp (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixInitNew.cpp (modified) * src/main.cc (modified) * tests/collections/.expect/vector-err-pass-perm-it-byval.txt (modified) Added another check to checkInvariants for code locations. I also ... Mon, 14 Mar 2022 20:52:35 GMT Peter A. Buhr [d824715] * src/Parser/parser.yy (modified) support reverse array subscript, 3[a] => a[3], 3["abc"] => "abc"[3] Mon, 14 Mar 2022 19:27:04 GMT Thierry Delisle [c7f2d9b] * tests/concurrent/mutexstmt/.expect/locks.txt (modified) * tests/concurrent/mutexstmt/.expect/scoped_lock.txt (added) * tests/concurrent/mutexstmt/locks.cfa (modified) * tests/concurrent/mutexstmt/scoped_lock.cfa (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 14 Mar 2022 19:00:06 GMT Thierry Delisle [bfb9bf5] * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Fixed some warnings Mon, 14 Mar 2022 18:24:51 GMT Thierry Delisle [884f3f67] * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) Change how the ready queue is initialized to make it common with I/O Mon, 14 Mar 2022 15:04:41 GMT caparsons [623d1c8] * tests/concurrent/mutexstmt/locks.cfa (modified) added test changes Fri, 11 Mar 2022 18:56:07 GMT caparsons [510e6f9] * benchmark/io/http/protocol.cfa (modified) * doc/theses/mubeen_zulfiqar_MMath/allocator.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/figures/NewHeapStructure.eps (added) * doc/theses/mubeen_zulfiqar_MMath/performance.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex (modified) * libcfa/src/concurrency/io.cfa (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/fwd.hfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * src/AST/GenericSubstitution.cpp (modified) * src/AST/TypeSubstitution.hpp (modified) * src/Common/Examine.cc (modified) * src/Common/Examine.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/KeywordsNew.cpp (modified) * src/Validate/ForallPointerDecay.cpp (modified) * src/Virtual/Tables.cc (modified) * src/Virtual/Tables.h (modified) * src/main.cc (modified) * tests/Makefile.am (modified) * tests/concurrent/.expect/keywordErrors.nast.txt (added) * tests/concurrent/.expect/keywordErrors.oast.txt (moved) * tests/concurrent/.expect/mainError.nast.txt (added) * tests/concurrent/.expect/mainError.oast.txt (added) * tests/concurrent/mainError.cfa (added) * tests/io/.expect/away_fair.txt (added) * tests/io/away_fair.cfa (added) * tests/io/many_read.cfa (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 11 Mar 2022 18:52:25 GMT caparsons [eb3bc52] * tests/concurrent/mutexstmt/.expect/locks.txt (modified) * tests/concurrent/mutexstmt/.expect/scoped_lock.txt (added) * tests/concurrent/mutexstmt/scoped_lock.cfa (added) split mutexstmt locking test to try and catch error Fri, 11 Mar 2022 18:31:58 GMT Thierry Delisle [c42b8a1] * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/kernel.hfa (modified) * libcfa/src/concurrency/kernel/cluster.cfa (added) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/ready_queue.cfa (modified) * libcfa/src/concurrency/ready_subqueue.hfa (modified) Major cleanup and moved cluster growth to new file Fri, 11 Mar 2022 17:36:30 GMT Thierry Delisle [3c4bf05] * libcfa/src/concurrency/ready_queue.cfa (modified) Removed old scheduler algorithms which weren't as good. Fri, 11 Mar 2022 17:30:39 GMT Thierry Delisle [630c4bb] * tests/pybin/tools.py (modified) Added more information when we expect a core dump and didn't get one. Fri, 11 Mar 2022 16:08:19 GMT Andrew Beach [4f6dda0] * src/AST/GenericSubstitution.cpp (modified) * src/AST/TypeSubstitution.hpp (modified) * src/Common/Examine.cc (modified) * src/Common/Examine.h (modified) * src/Concurrency/KeywordsNew.cpp (modified) * src/Validate/ForallPointerDecay.cpp (modified) * src/Virtual/Tables.cc (modified) * src/Virtual/Tables.h (modified) * src/main.cc (modified) * tests/concurrent/.expect/keywordErrors.nast.txt (added) * tests/concurrent/.expect/keywordErrors.oast.txt (moved) * tests/concurrent/.expect/mainError.nast.txt (added) * tests/concurrent/.expect/mainError.oast.txt (moved) Converted Implement Concurrent Keywords to the new AST. Includes ... Fri, 11 Mar 2022 15:54:10 GMT Thierry Delisle [b053083] * tests/pybin/tools.py (modified) * tests/test.py (modified) Fixed error handling for core_info Thu, 10 Mar 2022 00:59:46 GMT Thierry Delisle [cc9b520] * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) Clean-up error handling in test scripts Tue, 08 Mar 2022 23:30:59 GMT Thierry Delisle [5baa33c] * tests/pybin/tools.py (modified) Removed debug print and drop spurious 'w' in make flags. Tue, 08 Mar 2022 00:38:52 GMT Thierry Delisle [ef56087] * tests/pybin/tools.py (modified) * tests/test.py (modified) Fixed test.py to support -j. (unlimited jobs) Mon, 07 Mar 2022 22:08:03 GMT Thierry Delisle [fc01219] * tests/Makefile.am (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) fixed -j option in the test suite to behave like make's -j. -j ... Thu, 03 Mar 2022 20:17:05 GMT Thierry Delisle [d529ad0] * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel.hfa (modified) Pending/Dirty flags now use relaxed atomics since they can be set ... Thu, 03 Mar 2022 19:43:18 GMT Thierry Delisle [9cd44ba] * tests/pybin/tools.py (modified) * tests/test.py (modified) change tests to evaluate -j option once Thu, 03 Mar 2022 19:36:49 GMT Thierry Delisle [d9d8b9f] * tests/io/away_fair.cfa (modified) Away_fair no longer uses private io header Thu, 03 Mar 2022 19:30:50 GMT Thierry Delisle [40a606d2] * libcfa/src/concurrency/io/types.hfa (modified) * libcfa/src/concurrency/iofwd.hfa (modified) Modified io headers so io/types.hfa can stay private Thu, 03 Mar 2022 18:37:31 GMT m3zulfiq [bf8b77e] * benchmark/io/http/protocol.cfa (modified) * doc/theses/mubeen_zulfiqar_MMath/benchmarks.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/performance.tex (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/iofwd.hfa (modified) * libcfa/src/concurrency/kernel/fwd.hfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * src/Concurrency/Keywords.cc (modified) * tests/concurrent/.expect/mainError.txt (added) * tests/concurrent/mainError.cfa (added) * tests/io/.expect/away_fair.txt (added) * tests/io/away_fair.cfa (added) * tests/io/many_read.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 03 Mar 2022 18:37:17 GMT m3zulfiq [9c5aef9] * doc/theses/mubeen_zulfiqar_MMath/allocator.tex (modified) * doc/theses/mubeen_zulfiqar_MMath/figures/NewHeapStructure.eps (added) * doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex (modified) Added heap structure and design choices to allocator chapter Wed, 02 Mar 2022 23:48:30 GMT Thierry Delisle [b0d0285] * libcfa/src/concurrency/io/setup.cfa (modified) kernel now aborts if a ring is closed with unsubmitted entries. Wed, 02 Mar 2022 21:28:18 GMT Thierry Delisle [496f92ed] * tests/io/.expect/away_fair.txt (added) * tests/io/away_fair.cfa (modified) Enabled away_fair test and added more randomness to it. Wed, 02 Mar 2022 21:27:39 GMT Thierry Delisle [9f5a71eb] * libcfa/src/concurrency/io.cfa (modified) Totally confusing myself in these commit messages. This file was ...