# # ChangeLog for / # # Generated by Trac 1.2.1 # Apr 27, 2024, 3:55:57 PM Thu, 17 Dec 2020 16:18:24 GMT Thierry Delisle [9dd31e7] * Jenkins/tools.groovy (modified) * Jenkinsfile (modified) Removed StageName global as it doesn't seem to work and it's not that ... Thu, 17 Dec 2020 16:07:58 GMT Thierry Delisle [18e4cd0] * Jenkinsfile (modified) Trying to get more complete failure message Thu, 17 Dec 2020 15:48:12 GMT Thierry Delisle [39d22ef] * Jenkinsfile (modified) Fix typo in Jenkinsfile Thu, 17 Dec 2020 15:47:41 GMT Thierry Delisle [28c35e2] * libcfa/src/concurrency/kernel/startup.cfa (modified) Fixed startup to use proper protections Thu, 17 Dec 2020 15:36:47 GMT Thierry Delisle [852ae0ea] * Jenkinsfile (modified) Changing how jenkins errors are printed Thu, 17 Dec 2020 15:34:27 GMT Thierry Delisle [7a70fb2] * libcfa/src/bits/collection.hfa (modified) * libcfa/src/bits/containers.hfa (modified) * libcfa/src/bits/defs.hfa (modified) * libcfa/src/bits/queue.hfa (modified) * libcfa/src/bits/sequence.hfa (modified) * libcfa/src/bits/stack.hfa (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/heap.cfa (modified) * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Expr.cpp (modified) * src/AST/ForallSubstitutionTable.cpp (deleted) * src/AST/ForallSubstitutionTable.hpp (deleted) * src/AST/ForallSubstitutor.hpp (deleted) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/SymbolTable.cpp (modified) * src/AST/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/TypeEnvironment.cpp (modified) * src/AST/TypeEnvironment.hpp (modified) * src/AST/TypeSubstitution.cpp (modified) * src/AST/TypeSubstitution.hpp (modified) * src/AST/module.mk (modified) * src/GenPoly/GenPoly.cc (modified) * src/ResolvExpr/AdjustExprType.cc (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/FindOpenVars.cc (modified) * src/ResolvExpr/PolyCost.cc (modified) * src/ResolvExpr/PtrsAssignable.cc (modified) * src/ResolvExpr/PtrsCastable.cc (modified) * src/ResolvExpr/RenameVars.cc (modified) * src/ResolvExpr/RenameVars.h (modified) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/SatisfyAssertions.cpp (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Validate.cc (modified) * src/Tuples/TupleAssignment.cc (modified) * tests/.expect/KRfunctions.nast.x86.txt (modified) * tests/.expect/attributes.nast.x86.txt (modified) * tests/.expect/functions.nast.x86.txt (modified) * tests/errors/.expect/completeType.nast.x64.txt (modified) * tests/errors/.expect/completeType.nast.x86.txt (modified) * tests/heap.cfa (modified) * tests/multi_list.cfa (modified) * tests/queue.cfa (modified) * tests/raii/.expect/ctor-autogen-ERR1.nast.txt (modified) * tests/sequence.cfa (modified) * tests/stack.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 17 Dec 2020 15:33:55 GMT Thierry Delisle [72a3aff] * libcfa/src/concurrency/kernel/startup.cfa (modified) restore the the protection of the heap on destroy pthread Thu, 17 Dec 2020 14:55:18 GMT Colby Alexander Parsons [28e88d7] * src/AST/Decl.hpp (modified) * src/ResolvExpr/Resolver.cc (modified) * tests/.expect/KRfunctions.nast.x86.txt (modified) * tests/.expect/attributes.nast.x86.txt (modified) * tests/.expect/functions.nast.x86.txt (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 17 Dec 2020 14:55:13 GMT Colby Alexander Parsons [c8025a21] * tests/multi_list.cfa (modified) fixed multi list test to reflect changes to collections Wed, 16 Dec 2020 22:19:51 GMT Fangren Yu [a00a2c1] * src/AST/Decl.hpp (modified) fix reorder warning Wed, 16 Dec 2020 21:05:49 GMT Fangren Yu [b107885] * src/ResolvExpr/Resolver.cc (modified) remove warning message Wed, 16 Dec 2020 21:03:50 GMT Fangren Yu [8ba363e] * src/ResolvExpr/Resolver.cc (modified) * tests/.expect/KRfunctions.nast.x86.txt (modified) * tests/.expect/attributes.nast.x86.txt (modified) * tests/.expect/functions.nast.x86.txt (modified) fix size type on 32 bit build Wed, 16 Dec 2020 21:01:57 GMT Colby Alexander Parsons [53449a4] * Jenkins/FullBuild (modified) * benchmark/io/http/main.cfa (modified) * benchmark/readyQ/locality.go (added) * doc/theses/thierry_delisle_PhD/code/readQ_example/Makefile (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/proto-gui/main.cpp (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/Makefile (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/pthread.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/thread.cpp (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/thread.hpp (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/heap.cfa (modified) * libcfa/src/stdlib.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/ForallSubstitutionTable.cpp (deleted) * src/AST/ForallSubstitutionTable.hpp (deleted) * src/AST/ForallSubstitutor.hpp (deleted) * 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/SymbolTable.cpp (modified) * src/AST/TranslationUnit.hpp (modified) * src/AST/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/TypeEnvironment.cpp (modified) * src/AST/TypeEnvironment.hpp (modified) * src/AST/TypeSubstitution.cpp (modified) * src/AST/TypeSubstitution.hpp (modified) * src/AST/module.mk (modified) * src/Common/PassVisitor.impl.h (modified) * src/GenPoly/GenPoly.cc (modified) * src/Parser/TypeData.cc (modified) * src/ResolvExpr/AdjustExprType.cc (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/FindOpenVars.cc (modified) * src/ResolvExpr/PolyCost.cc (modified) * src/ResolvExpr/PtrsAssignable.cc (modified) * src/ResolvExpr/PtrsCastable.cc (modified) * src/ResolvExpr/RenameVars.cc (modified) * src/ResolvExpr/RenameVars.h (modified) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/SatisfyAssertions.cpp (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/NamedTypeDecl.cc (modified) * src/Tuples/TupleAssignment.cc (modified) * tests/errors/.expect/completeType.nast.x64.txt (modified) * tests/errors/.expect/completeType.nast.x86.txt (modified) * tests/heap.cfa (modified) * tests/raii/.expect/ctor-autogen-ERR1.nast.txt (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 16 Dec 2020 21:01:49 GMT Colby Alexander Parsons [b3c8496] * tests/queue.cfa (modified) * tests/sequence.cfa (modified) * tests/stack.cfa (modified) updated tests to reflect changes to collections Wed, 16 Dec 2020 21:01:15 GMT Colby Alexander Parsons [accc5dbb] * libcfa/src/bits/collection.hfa (modified) * libcfa/src/bits/queue.hfa (modified) * libcfa/src/bits/stack.hfa (modified) updated other collections to match changes to sequence.hfa Wed, 16 Dec 2020 20:47:12 GMT Colby Alexander Parsons [8a81b09] * libcfa/src/bits/sequence.hfa (modified) fixed iterators after breaking them Wed, 16 Dec 2020 20:43:34 GMT Colby Alexander Parsons [d25b2d6] * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/locks.cfa (modified) small cleanup Wed, 16 Dec 2020 20:41:51 GMT Colby Alexander Parsons [c131a02] * libcfa/src/concurrency/invoke.h (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) added support for threads in sequence Wed, 16 Dec 2020 20:40:53 GMT Colby Alexander Parsons [e43aa14] * libcfa/src/bits/collection.hfa (modified) * libcfa/src/bits/sequence.hfa (modified) refactored collection and sequence to work with structs that don't ... Wed, 16 Dec 2020 20:40:11 GMT Colby Alexander Parsons [8b73526] * libcfa/src/bits/containers.hfa (modified) * libcfa/src/bits/defs.hfa (modified) added struct to _anonymous_object and changed containers to reflect ... Wed, 16 Dec 2020 19:43:12 GMT Fangren Yu [3e5dd913] * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Expr.cpp (modified) * src/AST/ForallSubstitutionTable.cpp (deleted) * src/AST/ForallSubstitutionTable.hpp (deleted) * src/AST/ForallSubstitutor.hpp (deleted) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/SymbolTable.cpp (modified) * src/AST/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/TypeEnvironment.cpp (modified) * src/AST/TypeEnvironment.hpp (modified) * src/AST/TypeSubstitution.cpp (modified) * src/AST/TypeSubstitution.hpp (modified) * src/AST/module.mk (modified) * src/GenPoly/GenPoly.cc (modified) * src/ResolvExpr/AdjustExprType.cc (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/FindOpenVars.cc (modified) * src/ResolvExpr/PolyCost.cc (modified) * src/ResolvExpr/PtrsAssignable.cc (modified) * src/ResolvExpr/PtrsCastable.cc (modified) * src/ResolvExpr/RenameVars.cc (modified) * src/ResolvExpr/RenameVars.h (modified) * src/ResolvExpr/ResolveTypeof.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/SatisfyAssertions.cpp (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Validate.cc (modified) * src/Tuples/TupleAssignment.cc (modified) * tests/errors/.expect/completeType.nast.x64.txt (modified) * tests/errors/.expect/completeType.nast.x86.txt (modified) * tests/raii/.expect/ctor-autogen-ERR1.nast.txt (modified) reimplement function type and eliminate deep copy Wed, 16 Dec 2020 18:42:55 GMT Peter A. Buhr [13fece5] * libcfa/src/heap.cfa (modified) modify location of mmapped storage to either side of the heap, and ... Wed, 16 Dec 2020 03:26:35 GMT Peter A. Buhr [54eb1bb3] * benchmark/readyQ/locality.go (added) * doc/theses/thierry_delisle_PhD/code/readQ_example/Makefile (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/proto-gui/main.cpp (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/Makefile (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/pthread.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/thread.cpp (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/thread.hpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 16 Dec 2020 03:25:12 GMT Peter A. Buhr [dd92fe9] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) switch to __page_size and __map_prot Wed, 16 Dec 2020 02:48:28 GMT Peter A. Buhr [ad2dced] * libcfa/src/heap.cfa (modified) increase heap expansion to 10M, add global __page_size and __map_prot ... Wed, 16 Dec 2020 02:35:16 GMT Peter A. Buhr [5dc5da7] * tests/heap.cfa (modified) set default heap expansion to 10M Tue, 15 Dec 2020 17:51:15 GMT Thierry Delisle [72b1800] * doc/theses/thierry_delisle_PhD/code/readQ_example/Makefile (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/proto-gui/main.cpp (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/Makefile (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/pthread.hpp (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/thread.cpp (modified) * doc/theses/thierry_delisle_PhD/code/readQ_example/thrdlib/thread.hpp (modified) Some previous in progress work. Commited only so it stops showing in ... Tue, 15 Dec 2020 17:50:02 GMT Thierry Delisle [90ecade] * benchmark/readyQ/locality.go (added) Added first draft at a locality benchmark. Only go implementation ... Mon, 14 Dec 2020 19:31:50 GMT Thierry Delisle [97229d6] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) Changed stack creation to toggle between mmap and malloc based on the ... Mon, 14 Dec 2020 17:02:42 GMT Thierry Delisle [867fca3] * Jenkins/FullBuild (modified) Fix how full build converts ints to string Mon, 14 Dec 2020 03:10:23 GMT Peter A. Buhr [55885dd] * Jenkins/FullBuild (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 14 Dec 2020 03:10:15 GMT Peter A. Buhr [b4aa1ab] * libcfa/src/heap.cfa (modified) fix running nested routines on stacks in the heap Sun, 13 Dec 2020 21:13:21 GMT Thierry Delisle [5d1aa2f] * Jenkins/FullBuild (modified) Removed extra paranthesis. Sun, 13 Dec 2020 00:30:31 GMT Thierry Delisle [aac5dfd] * libcfa/src/stdlib.hfa (modified) * src/AST/Convert.cpp (modified) * src/AST/ForallSubstitutor.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/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/TypeEnvironment.cpp (modified) * src/AST/TypeEnvironment.hpp (modified) * src/AST/TypeSubstitution.cpp (modified) * src/AST/TypeSubstitution.hpp (modified) * src/GenPoly/GenPoly.cc (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/RenameVars.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/SatisfyAssertions.cpp (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Validate.cc (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sun, 13 Dec 2020 00:30:23 GMT Thierry Delisle [6ce9a4f2] * Jenkins/FullBuild (modified) Fix missing int to string in FullBuild. Sat, 12 Dec 2020 19:04:53 GMT Peter A. Buhr [4803a901] * libcfa/src/stdlib.hfa (modified) support freeing ("free") multiple objects using ttype Sat, 12 Dec 2020 06:50:30 GMT Fangren Yu [2dda05d] * src/ResolvExpr/Resolver.cc (modified) recursively visit inferred Sat, 12 Dec 2020 04:30:04 GMT Fangren Yu [5b9a0ae] * src/ResolvExpr/SatisfyAssertions.cpp (modified) attempt to correct deleted declaration and assertion Sat, 12 Dec 2020 04:20:45 GMT Fangren Yu [361bf01] * src/AST/Convert.cpp (modified) * src/AST/ForallSubstitutor.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/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/TypeEnvironment.cpp (modified) * src/AST/TypeEnvironment.hpp (modified) * src/AST/TypeSubstitution.cpp (modified) * src/AST/TypeSubstitution.hpp (modified) * src/GenPoly/GenPoly.cc (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/CastCost.cc (modified) * src/ResolvExpr/RenameVars.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/Validate.cc (modified) remove ParameterizedType and put content into FunctionType Fri, 11 Dec 2020 20:44:29 GMT Fangren Yu [a6e0e4c] * Jenkins/FullBuild (modified) * benchmark/io/http/main.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/heap.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 11 Dec 2020 20:44:02 GMT Fangren Yu [b3a0df6] * src/AST/Convert.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/TranslationUnit.hpp (modified) attempt to fix sizeType in new ast Fri, 11 Dec 2020 17:58:15 GMT Thierry Delisle [4422579] * libcfa/src/concurrency/coroutine.hfa (modified) Removed (hopefully) unnecessary setting of active_coroutine(). ... Fri, 11 Dec 2020 16:47:28 GMT Thierry Delisle [3bc59b7] * Jenkinsfile (modified) Removed test Fri, 11 Dec 2020 16:44:14 GMT Thierry Delisle [b399ca2] * Jenkinsfile (modified) Testing some scripting options Fri, 11 Dec 2020 16:33:06 GMT Thierry Delisle [4af1021] * Jenkins/FullBuild (modified) I seem to have to checkout the entire repo just to get the commit id. Fri, 11 Dec 2020 16:26:18 GMT Thierry Delisle [73a3be5] * benchmark/io/http/main.cfa (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/heap.cfa (modified) * src/AST/Convert.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/Common/PassVisitor.impl.h (modified) * src/Parser/TypeData.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/NamedTypeDecl.cc (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 11 Dec 2020 16:26:04 GMT Thierry Delisle [98168b9] * Jenkins/FullBuild (modified) Fix how full build fetches git commit Fri, 11 Dec 2020 12:53:45 GMT Peter A. Buhr [e4b6b7d3] * libcfa/src/heap.cfa (modified) for debug, fill deleted memory with deadbeef pattern Thu, 10 Dec 2020 21:52:49 GMT Thierry Delisle [97aca3d] * src/AST/Convert.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/Common/PassVisitor.impl.h (modified) * src/Parser/TypeData.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/NamedTypeDecl.cc (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 10 Dec 2020 21:52:25 GMT Thierry Delisle [80444bb] * libcfa/src/concurrency/io/setup.cfa (modified) Fixed prints in io setup. Thu, 10 Dec 2020 21:52:08 GMT Thierry Delisle [ee913e0a] * benchmark/io/http/main.cfa (modified) Http server now waits for socket to be available instead of aborting. Thu, 10 Dec 2020 21:00:29 GMT Fangren Yu [3e3f236] * Jenkins/Distribute (modified) * Jenkins/FullBuild (modified) * Jenkins/tools.groovy (modified) * Jenkinsfile (modified) * Makefile.am (modified) * configure.ac (modified) * driver/Makefile.am (modified) * libcfa/configure.ac (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/bits/collection.hfa (modified) * libcfa/src/bits/queue.hfa (modified) * libcfa/src/bits/sequence.hfa (modified) * libcfa/src/bits/stack.hfa (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/stdlib.hfa (modified) * src/AST/module.mk (modified) * src/Common/CodeLocationTools.cpp (added) * src/Common/CodeLocationTools.hpp (added) * src/Common/module.mk (modified) * src/main.cc (modified) * tests/.expect/multi_list.txt (added) * tests/.expect/queue.txt (added) * tests/.expect/sequence.txt (added) * tests/.expect/stack.txt (added) * tests/Makefile.am (modified) * tests/multi_list.cfa (moved) * tests/pybin/tools.py (modified) * tests/queue.cfa (moved) * tests/sequence.cfa (moved) * tests/stack.cfa (moved) * tests/test.py (modified) * tools/Makefile.am (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 10 Dec 2020 20:59:41 GMT Fangren Yu [6a45bd78] * src/AST/Convert.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/Common/PassVisitor.impl.h (modified) * src/Parser/TypeData.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/NamedTypeDecl.cc (modified) cleanup: remove params in TypeDecl (never used) Thu, 10 Dec 2020 20:20:39 GMT Thierry Delisle [297cf18] * libcfa/src/concurrency/preemption.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 10 Dec 2020 20:20:33 GMT Thierry Delisle [bfcf6b9] * libcfa/src/concurrency/coroutine.cfa (modified) * libcfa/src/concurrency/coroutine.hfa (modified) * libcfa/src/concurrency/io/setup.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) Stacks are always created with mmap to control page permission Thu, 10 Dec 2020 18:26:44 GMT Thierry Delisle [adf34b3] * libcfa/src/concurrency/preemption.cfa (modified) check_preemption is now one of the interrupt protected functions. Thu, 10 Dec 2020 17:32:28 GMT Thierry Delisle [c920317] * libcfa/src/Makefile.am (modified) Fixed duplicate listing of sequence/containers Thu, 10 Dec 2020 04:10:07 GMT Peter A. Buhr [edf3ff1] * tests/.expect/multi_list.txt (added) * tests/.expect/queue.txt (added) * tests/.expect/sequence.txt (added) * tests/.expect/stack.txt (added) * tests/multi_list.cfa (modified) * tests/queue.cfa (modified) * tests/sequence.cfa (modified) * tests/stack.cfa (modified) add collection tests Thu, 10 Dec 2020 04:06:39 GMT Peter A. Buhr [7d4ce2a] * libcfa/src/Makefile.am (modified) * libcfa/src/bits/queue.hfa (modified) * libcfa/src/bits/sequence.hfa (modified) * libcfa/src/bits/stack.hfa (modified) * tests/multi_list.cfa (moved) * tests/queue.cfa (moved) * tests/sequence.cfa (moved) * tests/stack.cfa (moved) make collections publicly accessible in include directory Wed, 09 Dec 2020 23:04:42 GMT Thierry Delisle [5992ff4] * Makefile.am (modified) * tools/Makefile.am (modified) Tentative fix to last commit Wed, 09 Dec 2020 20:26:00 GMT Thierry Delisle [a1850ac] * configure.ac (modified) No longer distribute tools or pretty/printer Wed, 09 Dec 2020 20:01:32 GMT Thierry Delisle [1a2a49b] * libcfa/src/stdlib.hfa (modified) * src/Common/CodeLocationTools.cpp (modified) * src/Common/CodeLocationTools.hpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 09 Dec 2020 20:01:28 GMT Thierry Delisle [2a59655] * Makefile.am (modified) * driver/Makefile.am (modified) * libcfa/prelude/Makefile.am (modified) * libcfa/src/Makefile.am (modified) * tests/Makefile.am (modified) make distcheck FINALLY passes Wed, 09 Dec 2020 15:05:55 GMT Andrew Beach [364a03c] * src/Common/CodeLocationTools.cpp (modified) * src/Common/CodeLocationTools.hpp (modified) Added more information to checkAllCodeLocations. Tue, 08 Dec 2020 23:40:21 GMT Peter A. Buhr [48f6252] * Jenkins/Distribute (modified) * Jenkins/FullBuild (modified) * Jenkinsfile (modified) * Makefile.am (modified) * configure.ac (modified) * libcfa/configure.ac (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/preemption.cfa (modified) * src/AST/module.mk (modified) * src/Common/CodeLocationTools.cpp (modified) * tests/Makefile.am (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 08 Dec 2020 23:40:10 GMT Peter A. Buhr [0f7a0ea] * libcfa/src/stdlib.hfa (modified) [fixes #228] delete of 0-sized object always calls destructor; always ... Tue, 08 Dec 2020 21:03:43 GMT Thierry Delisle [d7a10af] * libcfa/src/Makefile.am (modified) Fixed installation of exception.h Tue, 08 Dec 2020 20:54:44 GMT Thierry Delisle [8e0adcd] * libcfa/src/Makefile.am (modified) concurrency/exception.h is now correctly installed Tue, 08 Dec 2020 20:27:36 GMT Thierry Delisle [3359802] * tests/Makefile.am (modified) Added missing test data to distributed files Tue, 08 Dec 2020 18:54:40 GMT Thierry Delisle [8089fde] * Jenkins/Distribute (modified) * Jenkins/FullBuild (modified) Full build now builds new ast. Full build now distribute builds. ... Tue, 08 Dec 2020 18:29:41 GMT Thierry Delisle [dde7d6d] * Jenkins/Distribute (modified) I still don't understand globals in groovy. Tue, 08 Dec 2020 18:22:47 GMT Thierry Delisle [8e58264] * Jenkins/Distribute (modified) * Jenkinsfile (modified) First attempt at full distribute. Fixed some typos. Tue, 08 Dec 2020 18:01:05 GMT Thierry Delisle [3f91792] * libcfa/src/bits/collection.hfa (modified) * libcfa/src/bits/multi_list.cfa (modified) * libcfa/src/bits/queue.hfa (modified) * libcfa/src/bits/queue_example.cfa (modified) * libcfa/src/bits/sequence.hfa (modified) * libcfa/src/bits/sequence_example.cfa (modified) * libcfa/src/bits/stack.hfa (modified) * libcfa/src/bits/stack_example.cfa (modified) * src/Common/CodeLocationTools.cpp (added) * src/Common/CodeLocationTools.hpp (added) * src/Common/module.mk (modified) * src/main.cc (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Tue, 08 Dec 2020 18:00:55 GMT Thierry Delisle [33a129a] * configure.ac (modified) Fixed default ast to be consistent with tests. Fix ... Tue, 08 Dec 2020 17:59:16 GMT Thierry Delisle [a12810d] * libcfa/src/concurrency/preemption.cfa (modified) static variables in preemption_ready() seem to be able to lead to a ... Tue, 08 Dec 2020 17:58:31 GMT Thierry Delisle [a778e8e] * tests/Makefile.am (modified) Added missing tests to distribute Tue, 08 Dec 2020 16:03:42 GMT Thierry Delisle [a468e1e9] * tests/Makefile.am (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) Test script now supports --list-dist which list all the files needed ... Mon, 07 Dec 2020 22:42:21 GMT Andrew Beach [c9e0991] * src/Common/CodeLocationTools.cpp (modified) Clean-up the code location tools. Mon, 07 Dec 2020 20:51:59 GMT Peter A. Buhr [d6089ad] * src/Common/CodeLocationTools.cpp (added) * src/Common/CodeLocationTools.hpp (added) * src/Common/module.mk (modified) * src/main.cc (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 07 Dec 2020 20:51:50 GMT Peter A. Buhr [58870e6b] * libcfa/src/bits/collection.hfa (modified) * libcfa/src/bits/queue.hfa (modified) * libcfa/src/bits/sequence.hfa (modified) * libcfa/src/bits/stack.hfa (modified) switch from reference back to pointer Mon, 07 Dec 2020 20:49:17 GMT Andrew Beach [f57faf6f] * src/Common/CodeLocationTools.cpp (added) * src/Common/CodeLocationTools.hpp (added) * src/Common/module.mk (modified) * src/main.cc (modified) Added a new-ast tools for code locations. The fill pass is being used ... Mon, 07 Dec 2020 17:57:06 GMT Thierry Delisle [08ce416] * Makefile.am (modified) * configure.ac (modified) * libcfa/configure.ac (modified) * libcfa/src/Makefile.am (modified) * src/AST/module.mk (modified) * tests/Makefile.am (modified) Changed configure to use new-ast by default. Ast options no longer ... Sat, 05 Dec 2020 13:54:29 GMT Peter A. Buhr [e91a255] * libcfa/src/bits/sequence.hfa (modified) fix code placement error Sat, 05 Dec 2020 13:48:42 GMT Peter A. Buhr [ec5d599] * Jenkins/Distribute (modified) * Jenkins/tools.groovy (modified) * Jenkinsfile (modified) * tests/.expect/KRfunctions.nast.x86.txt (added) * tests/.expect/KRfunctions.oast.x86.txt (moved) * tests/.expect/attributes.nast.x86.txt (added) * tests/.expect/attributes.oast.x86.txt (moved) * tests/.expect/functions.nast.x86.txt (added) * tests/.expect/functions.oast.x86.txt (moved) * tests/.expect/manipulatorsOutput2.arm64.txt (modified) * tests/errors/.expect/completeType.nast.x86.txt (added) * tests/errors/.expect/completeType.oast.x86.txt (moved) * tests/meta/.expect/archVast.nast.x86.txt (modified) * tests/meta/.expect/archVast.oast.x86.txt (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sat, 05 Dec 2020 13:48:32 GMT Peter A. Buhr [7c1144b] * libcfa/src/bits/collection.hfa (modified) * libcfa/src/bits/multi_list.cfa (modified) * libcfa/src/bits/queue.hfa (modified) * libcfa/src/bits/queue_example.cfa (modified) * libcfa/src/bits/sequence.hfa (modified) * libcfa/src/bits/sequence_example.cfa (modified) * libcfa/src/bits/stack.hfa (modified) * libcfa/src/bits/stack_example.cfa (modified) formatting, more switch from pointer to reference Fri, 04 Dec 2020 20:44:08 GMT Thierry Delisle [ad915e0] * Jenkins/Distribute (modified) Fixed incorrect space Fri, 04 Dec 2020 20:39:32 GMT Thierry Delisle [7e366bd] * Jenkins/Distribute (modified) Fix call to sed in jenkins distribute Fri, 04 Dec 2020 20:27:51 GMT Thierry Delisle [7d5d3f3] * Jenkins/Distribute (modified) Fix escape characters in jenkins distribute Fri, 04 Dec 2020 20:14:39 GMT Thierry Delisle [6b293bd] * Jenkins/Distribute (modified) Like Cforall, groovy does not support tuple assign and tuple ... Fri, 04 Dec 2020 20:10:55 GMT Thierry Delisle [8fe6040] * Jenkins/Distribute (modified) Distribute now prints the version Fri, 04 Dec 2020 19:28:03 GMT Thierry Delisle [9c4ad67] * Jenkins/tools.groovy (modified) Fixed typo Fri, 04 Dec 2020 18:35:13 GMT Thierry Delisle [a12cd594] * Jenkins/tools.groovy (modified) Messed up last commit Fri, 04 Dec 2020 18:24:21 GMT Thierry Delisle [d4e338f] * Jenkins/tools.groovy (modified) Fixed how GitLogMessage saves results Fri, 04 Dec 2020 18:16:24 GMT Thierry Delisle [6c0ef72] * Jenkins/tools.groovy (modified) Tools.checkout now uses explicit credentials Fri, 04 Dec 2020 18:09:17 GMT Thierry Delisle [6cdec7e] * Jenkins/tools.groovy (modified) Fixed incorrect condition in gitlog Fri, 04 Dec 2020 18:05:09 GMT Thierry Delisle [143cbf1] * Jenkins/tools.groovy (modified) Update tools.groovy checkout for specific hash Fri, 04 Dec 2020 17:52:04 GMT Thierry Delisle [6a531ab] * Jenkins/tools.groovy (modified) * Jenkinsfile (modified) Quick build now uses new AST. Moved some more common code to ... Fri, 04 Dec 2020 17:24:28 GMT Thierry Delisle [8271891] * tests/.expect/attributes.nast.x86.txt (added) * tests/.expect/attributes.oast.x86.txt (moved) Fixed attributes test for x86 new ast Fri, 04 Dec 2020 17:20:07 GMT Thierry Delisle [3534f6a] * tests/.expect/KRfunctions.nast.x86.txt (added) * tests/.expect/KRfunctions.oast.x86.txt (moved) * tests/.expect/functions.nast.x86.txt (added) * tests/.expect/functions.oast.x86.txt (moved) Fixed functions and KRfunctions tests for new ast x86 Fri, 04 Dec 2020 17:02:21 GMT Thierry Delisle [85799aa] * Jenkinsfile (modified) Fixed bad copy-paste