source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @07e3652   18 months pabuhr formatting, minor expression restructuring ADTast-experimental
(edit) @f7c41d4   18 months pabuhr formatting ADTast-experimental
(edit) @f6bceeb   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @641be0a   18 months pabuhr add Actor and work-stealing citations, change inproceedings booktitle … ADTast-experimental
(edit) @c97b448   18 months ajbeach Added some box pass utilities that I believe are working and I don't … ADTast-experimental
(edit) @f26421f   18 months mganesan Removed CompilerError? and UnimplementedError? ADTast-experimental
(edit) @966b4c6   18 months pabuhr update Csharp macro, remove pslatex package and replace with helvet, … ADTast-experimental
(edit) @747a7c1   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @5e3f1e1   18 months ajbeach Cleaning old box pass for easier translation. Added guards to cut down … ADTast-experimental
(edit) @4616622   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @2d028039   18 months caparson added support for copy based envelopes ADTast-experimental
(edit) @ccb29b4   19 months ajbeach This should fix the issues with building with older gcc versions. ADTast-experimental
(edit) @8fa77eb   19 months pabuhr fix documentation ADTast-experimental
(edit) @6d2af204   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @9ef5516   19 months pabuhr formatting, add bibliography entries for Actor paper ADTast-experimental
(edit) @35d1de5   19 months pabuhr change test forall.cfa from compilation only to execution ADTast-experimental
(edit) @21a2a7d   19 months ajbeach Replaced ScopedMap::erase with a version that should avoid the order … ADTast-experimental
(edit) @e9b5043   19 months ajbeach Added contains to some of our containers. Also changed some code to … ADTast-experimental
(edit) @2f61765   19 months ajbeach Fixed a clang warning and cleaned up the rest of the function. ADTast-experimental
(edit) @2125443a   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a97248   19 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @db9d7a9   19 months ajbeach Fixed clang++-10 error. One of the problem functions was never used … ADTast-experimental
(edit) @85dd381   19 months ajbeach Fixed indentation in ScopedSet? and moved the iterator details to the … ADTast-experimental
(edit) @98a2b1dc   19 months ajbeach Updated ScopedMap? to use the layout of ErasableScopedMap?; putting the … ADTast-experimental
(edit) @ccf1d99   19 months caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
(edit) @a64137f   19 months caparson added support for copying envelopes in generated | routine ADTast-experimental
(edit) @1f35220   19 months caparson updated test params so that they ran for appropriate duration ADTast-experimental
(edit) @5c473c9   19 months caparson fixed bug where I used buffer as a stack not a queue ADTast-experimental
(edit) @a4ab235   19 months caparson added executor test ADTast-experimental
(edit) @ecfe574   19 months caparson added envelope copying to avoid allocations ADTast-experimental
(edit) @dab2b6a   19 months caparson added dynamic allocation actor test ADTast-experimental
(edit) @0393653   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @757099e   19 months caparson reverted changes to types.cfa now that I fixed the underlying bug and … ADTast-experimental
(edit) @a8e8c67   19 months caparson fixed non-inline actor/message bug and cleaned up Actor pass ADTast-experimental
(edit) @96ddc62   19 months caparson Added appropriate fwd decl hoisting to ensure there are no use before … ADTast-experimental
(edit) @9d0ff30   19 months caparson added missing header ADTast-experimental
(edit) @7a24d76   19 months pabuhr simply grammar for forall with trait ADTast-experimental
(edit) @ce691d2   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d2b94f2   19 months caparson temporary fix to correct build error, fix in actor pass to come later ADTast-experimental
(edit) @8728104   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0f15e3b   19 months pabuhr add alternate syntax using forall with trait ADTast-experimental
(edit) @a5f9444   19 months pabuhr change 0 to nullptr ADTast-experimental
(edit) @79a6b17   19 months pabuhr print better error message when semi-colon missing after aggregate ADTast-experimental
(edit) @1c75ef8   19 months caparson added pingpong test ADTast-experimental
(edit) @34ed17b   19 months caparson Fixed decl before use issue with actors sending messages to other actors ADTast-experimental
(edit) @77ca074   19 months caparson cleaned up actor matrix test a bit ADTast-experimental
(edit) @82b96953   19 months caparson added expect files for actor tests ADTast-experimental
(edit) @cd5eb4b   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @418882a   19 months caparson added two actor tests. More to come ADTast-experimental
(edit) @c042d79   19 months caparson ported uC++-style actor system ADTast-experimental
(edit) @3dd8f42   19 months caparson added actor support to the compiler ADTast-experimental
(edit) @378de69   19 months caparson small lock cleanup to remove unused field on spin_queue_lock ADTast-experimental
(edit) @ad861ef   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @466787a   19 months pabuhr add keyword waituntil, add parsing stub for static declarations in … ADTast-experimental
(edit) @a0d1f1c   19 months ajbeach Header Clean-up: Removed no longer needed includes from typeops, and … ADTast-experimental
(edit) @5bf3976   19 months ajbeach Header Clean-Up: Created new headers for new AST typeops and moved … ADTast-experimental
(edit) @fed6a0f   19 months ajbeach Header Clean-up: Moving more declarations to the header of the … ADTast-experimental
(edit) @7b5694d   19 months ajbeach Header Clean-up: Moved more things from typeops to Unify. ADTast-experimental
(edit) @e563edf   19 months ajbeach Header Clean-up: Clearing out typeops, moving things to Unify because … ADTast-experimental
(edit) @9845cb6   19 months ajbeach Cleaning old box pass for easier translation. Removed an unused … ADTast-experimental
(edit) @34a1d2e   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b3d794fc   19 months caparson removed unneeded dependency that broke build ADTast-experimental
(edit) @d61d034   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8bb86ce   19 months j82liang Clean up some code related to Enum codegen ADTast-experimental
(edit) @42b739d7   19 months caparson fixed termination synchronization in the channel benchmark to get rid … ADTast-experimental
(edit) @862658a   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b49310f   19 months caparson fixed parameters for test to eliminate deadlock case ADTast-experimental
(edit) @8fcf921   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @9749d2fa   19 months j82liang Fix CodeGen? for function type enum ADTast-experimental
(edit) @2c8c314   19 months ajbeach Clean-up in the name mangler. ADTast-experimental
(edit) @dbd47d6   19 months caparson fixed makefile for tests by adding appropriate includes ADTast-experimental
(edit) @53ef99a   19 months caparson removed file accidentally included in earlier commit ADTast-experimental
(edit) @7878974   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @2cc969c   19 months caparson remove unused expect file due to renaming ADTast-experimental
(edit) @73e3a8f9   19 months caparson refactored name of channel test to remove channel from the name ADTast-experimental
(edit) @cca034e   19 months caparson added another channel test and refactored the existing one to reuse code ADTast-experimental
(edit) @5c931e0   19 months caparson made changes to support zero-size channels ADTast-experimental
(edit) @72abfddd   19 months caparson added expect for channel test ADTast-experimental
(edit) @afffd6c   19 months caparson removed accidentally committed a.out ADTast-experimental
(edit) @4a962d8   19 months caparson added channel impl with basic test. Will expand impl and tests soon ADTast-experimental
(edit) @0640c350   19 months caparson moved unified_locking test dir to be under concurrent ADTast-experimental
(edit) @aa45b15   19 months caparson commit expect files for the unified locking dir move ADTast-experimental
(edit) @703c88e   19 months caparson missed another lock name refactor in the earlier commit ADTast-experimental
(edit) @357ab79   19 months caparson moved unified locking tests to be under concurrent directory since … ADTast-experimental
(edit) @01a8954   19 months caparson renamed tests to match naming refactor ADTast-experimental
(edit) @0cee082   19 months caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADTast-experimental
(edit) @f76dd1a   19 months ajbeach Some cleanup in RenameVars?.cc. ADTast-experimental
(edit) @5e180c2   19 months caparson small future touchups ADTast-experimental
(edit) @8fb7402   19 months caparson fixed race condition in select_future test to fix build failure ADTast-experimental
(edit) @f28b1f8   20 months Thierry Delisle More small autoconf tweaks ADTast-experimental
(edit) @c130165   20 months Thierry Delisle small update to configure scripts, which should help for ubuntu 22.04 ADTast-experimental
(edit) @e78782b   20 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @243d998   20 months caparson added and updated future tests ADTast-experimental
(edit) @7eac70e   20 months caparson added select to includes ADTast-experimental
(edit) @339e30a   20 months caparson added new future and added rudimentary select statement support for it ADTast-experimental
(edit) @a20be49   20 months pabuhr remove all uses of USE_GNU ADTast-experimental
(edit) @3d4b7cc7   20 months pabuhr add Scott13 citation to pl.bib ADTast-experimental
(edit) @a14926b   20 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d99a716   20 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0348fd8   20 months caparson fixed clh bug where you couldn't hold more than 1 clh lock at once ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.