source: src/Concurrency

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @fc1a3e2   2 weeks ajbeach Style update. Focused on indentation and trailing whitespace.
(edit) @7a780ad   2 weeks ajbeach Moved ast::BasicType::Kind to ast::BasicKind? in its own hearder. This …
(edit) @ca9d65e   5 months pabuhr second attempt at simplifying SemanticError? messages
(edit) @83fd57d   5 months ajbeach Removed 'New' suffixes, they are no longer needed for disambiguation.
(edit) @37273c8   5 months ajbeach Removed the old-ast-compatable FunctionDecl? constructor. However, …
(edit) @53dac82   5 months ajbeach Round of clean-up in the Concurrency directory headers.
(edit) @16e0dcb   6 months caparson fixed error where order of argument eval in compiler could cause …
(edit) @45a091b   6 months ajbeach It turns out enumerate does work if you use this very particular form …
(edit) @c6b4432   6 months ajbeach Remove BaseSyntaxNode? and clean-up.
(edit) @3d9d017   6 months caparson added cofor implementation
(edit) @cf3da24   7 months ajbeach Fixed up some whitespace. Pretty minor stuff mostly.
(edit) @72b518fc   7 months caparson added error message for using corun statements without including the …
(edit) @eb779d5   7 months caparson Implemented corun statement
(edit) @1d66a91   10 months caparson added support for general channel operators and cleaned up some cruft
(edit) @9cb2742   10 months caparson refactored some waituntil code gen to be more concise
(edit) @b93bf85   10 months caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @ded018f   10 months caparson refactored to fix bug in channel_close test. As a consquence can no …
(edit) @b2ecd48   10 months ajbeach Changes related to invariant checking scoping, it is not ready by …
(edit) @ed1a7ab8   10 months caparson fixed two bugs with breaks in waituntils, required reordering of …
(edit) @d464b79   10 months caparson added flattening so that the mutex statement now can accept tuples
(edit) @b065dbb   11 months caparson refactored actors to not need base pointers in envelopes
(edit) @086d6b8   11 months caparson changed actors to use bar operator
(edit) @7e4bd9b6   11 months caparson updated actor-related passes to fix some bugs
(edit) @0794365   11 months caparson refactored allocation enum to match naming style and refactored some … ast-experimental
(edit) @fc0996a   11 months caparson refactores to account for removal of ret val from on_selected ast-experimental
(edit) @a01faa98   11 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @bccd70a   11 months ajbeach Removed internal code from TypeSubstitution? header. It caused a chain … ast-experimental
(edit) @b09ca2b   11 months caparson small bit of cleanup in waituntil pass ast-experimental
(edit) @6e1e2d0   12 months caparson resolved merge conflicts ADTast-experimental
(edit) @c86b08d   12 months caparson added support for the waituntil statement in the compiler ADTast-experimental
(edit) @835d6e8   13 months ajbeach ast::SuspendStmt::Type -> ::Kind, this fits the new convention where … ADTast-experimental
(edit) @3830c84   14 months caparson cleaned up actor pass and added virtual destructor pass ADTast-experimental
(edit) @046ba23   14 months caparson small comment cleanup ADTast-experimental
(edit) @231e1ae   14 months caparson changed actor send from | operator to << operator to avoid conflict … ADTast-experimental
(edit) @2d028039   15 months caparson added support for copy based envelopes ADTast-experimental
(edit) @ccf1d99   15 months caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
(edit) @a64137f   15 months caparson added support for copying envelopes in generated | routine ADTast-experimental
(edit) @a8e8c67   15 months caparson fixed non-inline actor/message bug and cleaned up Actor pass ADTast-experimental
(edit) @96ddc62   15 months caparson Added appropriate fwd decl hoisting to ensure there are no use before … ADTast-experimental
(edit) @34ed17b   15 months caparson Fixed decl before use issue with actors sending messages to other actors ADTast-experimental
(edit) @3dd8f42   15 months caparson added actor support to the compiler ADTast-experimental
(edit) @e01eb4a   20 months ajbeach Moved some functions from InitTweak? to Inspect. ADTast-experimental
(edit) @ae1d151   20 months ajbeach White-space fixes and an improvement to some clean-up. ADTast-experimentalpthread-emulation
(edit) @09f34a84   20 months Thierry Delisle Remove some of the warnings on the new clang ADTast-experimentalpthread-emulation
(edit) @c36814a   20 months ajbeach Adding 'final' and removing a redundent namespace in the post resolve … ADTast-experimentalpthread-emulation
(edit) @e8616b6   22 months ajbeach Changed the default Linkage on ast::ObjectDecl? from C to Cforall. … ADTast-experimentalpthread-emulation
(edit) @11df881   22 months ajbeach Updated documentation on pre-resolver passes, moving code to headers … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c8f5f7d   2 years ajbeach Translated Gen Waitfor, the waitfor statement works in the new ast. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9939dc3   2 years ajbeach Reduced the number of object files linked into the demangler. Some of … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b230091   2 years ajbeach Added a 'missing' TypeInstType? constructor and rewrote some calls to … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @400b8be   2 years ajbeach Added StmtClause? and converted the existing nodes that should be clauses. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @41d3c8d   2 years caparson added check for mutex stmt header ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @080d2d7   2 years caparson added changes to mutex stmt pass ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4f6dda0   2 years ajbeach Converted Implement Concurrent Keywords to the new AST. Includes … ADTast-experimentalenumpthread-emulationqualifiedEnum old-sched
(edit) @a494d105   2 years ajbeach Added a semantic error if the proper includes are not used before a … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @08e4e6a   2 years Thierry Delisle Removed warning after last change. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @6668a3e   2 years Thierry Delisle Waitfor now resolves calls to get_monitor inside the resolver rather … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @56f519b   2 years ajbeach Clean-up of the last pass. Added a test for the constructor mutex … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @2cf3b87   2 years ajbeach Translated valitate-E after much bug hunting. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3cc1111   2 years ajbeach Small fix in Decl.hpp and a new-ast function added in InitTweak?. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a8367eb   3 years caparson fixed mutexStmt bug related to pointers/references ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @bbe3719   3 years caparson cleaned up some mutex stmt related code ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @5b7c8b5   3 years caparson small changes and hopefully fixed build ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @af67ee1   3 years caparson Added support for locks as parameters to mutex stmt ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @6cebfef   3 years caparson added mutex stmt monitor ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7f62b708   3 years Thierry Delisle Step 2 of $thread to thread$ Missed some of the source ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e84ab3d   3 years Thierry Delisle Step 1 of changing $thread to thread$ ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @67b421c   3 years ajbeach No different types of enums are not interchangable. (Instance of … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8edbe40   3 years ajbeach SomeThreadCancelled? -> ThreadCancelled?: thread cancellations carry … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b583113   3 years ajbeach Recovered the polymorphic CoroutineCancelled? exception. The interface … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ecfd758   3 years ajbeach Major exception update, seperating type-ids from virtual tables. The … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @43cedfb1   3 years Thierry Delisle Fixed extra declaration of vtable on forwarded declarations of threads ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ab8c6a6   4 years ajbeach Thread Cancellation, a test for it and a required fix to Specialization. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @69c5c00   4 years ajbeach Rework exceptions mark_exception -> get_exception_vtable and the … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @77a2994   4 years Thierry Delisle Implemented joining of threads. It behaves very similarly to monitor … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @1c01c58   4 years ajbeach Rather large commit to get coroutine cancellation working. This … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @5339a87   4 years Thierry Delisle Added headers to Makefile Sources (since they are supposed to be) ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b81fd95   4 years mlbrooks Fix bug where pointer and reference types allow unsound initialization … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e6cfa8ff   4 years Thierry Delisle Fixed use after delete bug and regenerated stale tests ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @427854b   4 years Thierry Delisle First draft implementation of generators, still missing error … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ac2b598   4 years Thierry Delisle Changed descriptors for concurrency to use $ prefix instead of … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @a8078ee   4 years Thierry Delisle Concurrency keywords are now generated with attribute const to further … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @09f357ec   4 years Thierry Delisle Optim : coroutine and thread creation no-longer uses polymorphic call, … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @cca568e   4 years pabuhr change all example waitfor statements from comma separate to colon ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @07de76b   4 years pabuhr remove file TypeVar?.h* and put TypeVar::Kind into TypeDecl?, move … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @312029a   4 years pabuhr move enum Aggregate from DeclarationNode? to AggregateDecl?, add … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @3b0c8cb   4 years Thierry Delisle Implemented Keyword cast in the alternative finder to remove aliassing … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @6c3a5ac1   4 years Thierry Delisle Added better check to guarantee proper includes are present when using … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7abee38   5 years Thierry Delisle Cleaned some module.mk files and preparing for better stats in the compiler ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
(edit) @e15853c   5 years pabuhr remove leading underscores in enums for _FloatNN and _Bool ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
(edit) @aac99da   5 years pabuhr change BasicType::Bool to BasicType::_Bool ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpersistent-indexerpthread-emulationqualifiedEnum
(edit) @2bf7ef6   5 years Thierry Delisle Small changes to comments in Keywords.cc ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
(edit) @42506e1   5 years Thierry Delisle Added compound statements around waitfor statements. closes #106 ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
(edit) @73abe95   6 years Thierry Delisle Replace extension-less headers with .hfa ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
(edit) @88d955f   6 years Rob Schluntz Update concurrency keywords to ignore forward declarations ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
(edit) @ceedde6   6 years Thierry Delisle Fixed checks for number of mutex paramters on destructors and constructors ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumwith_gc
(edit) @db4d8e3   6 years Thierry Delisle Fixed issue where constructors who take mutex parameters where not allowed ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumwith_gc
(edit) @9a705dc8   6 years Rob Schluntz Implement concurrency keyword casts ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumwith_gc
(edit) @a16764a6   6 years Thierry Delisle Changed warning system to prepare for toggling warnings ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
(edit) @4b1be68   6 years Rob Schluntz Remove unused AddVisit?.h ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Note: See TracRevisionLog for help on using the revision log.