source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @757099e   16 months caparson reverted changes to types.cfa now that I fixed the underlying bug and … ADTast-experimental
(edit) @a8e8c67   16 months caparson fixed non-inline actor/message bug and cleaned up Actor pass ADTast-experimental
(edit) @96ddc62   16 months caparson Added appropriate fwd decl hoisting to ensure there are no use before … ADTast-experimental
(edit) @9d0ff30   16 months caparson added missing header ADTast-experimental
(edit) @ce691d2   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d2b94f2   16 months caparson temporary fix to correct build error, fix in actor pass to come later ADTast-experimental
(edit) @8728104   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0f15e3b   16 months pabuhr add alternate syntax using forall with trait ADTast-experimental
(edit) @a5f9444   16 months pabuhr change 0 to nullptr ADTast-experimental
(edit) @79a6b17   16 months pabuhr print better error message when semi-colon missing after aggregate ADTast-experimental
(edit) @1c75ef8   16 months caparson added pingpong test ADTast-experimental
(edit) @34ed17b   16 months caparson Fixed decl before use issue with actors sending messages to other actors ADTast-experimental
(edit) @77ca074   16 months caparson cleaned up actor matrix test a bit ADTast-experimental
(edit) @82b96953   16 months caparson added expect files for actor tests ADTast-experimental
(edit) @cd5eb4b   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @418882a   16 months caparson added two actor tests. More to come ADTast-experimental
(edit) @c042d79   16 months caparson ported uC++-style actor system ADTast-experimental
(edit) @3dd8f42   16 months caparson added actor support to the compiler ADTast-experimental
(edit) @378de69   16 months caparson small lock cleanup to remove unused field on spin_queue_lock ADTast-experimental
(edit) @ad861ef   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @466787a   16 months pabuhr add keyword waituntil, add parsing stub for static declarations in … ADTast-experimental
(edit) @a0d1f1c   17 months ajbeach Header Clean-up: Removed no longer needed includes from typeops, and … ADTast-experimental
(edit) @5bf3976   17 months ajbeach Header Clean-Up: Created new headers for new AST typeops and moved … ADTast-experimental
(edit) @fed6a0f   17 months ajbeach Header Clean-up: Moving more declarations to the header of the … ADTast-experimental
(edit) @7b5694d   17 months ajbeach Header Clean-up: Moved more things from typeops to Unify. ADTast-experimental
(edit) @e563edf   17 months ajbeach Header Clean-up: Clearing out typeops, moving things to Unify because … ADTast-experimental
(edit) @9845cb6   17 months ajbeach Cleaning old box pass for easier translation. Removed an unused … ADTast-experimental
(edit) @34a1d2e   17 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b3d794fc   17 months caparson removed unneeded dependency that broke build ADTast-experimental
(edit) @d61d034   17 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8bb86ce   17 months j82liang Clean up some code related to Enum codegen ADTast-experimental
(edit) @42b739d7   17 months caparson fixed termination synchronization in the channel benchmark to get rid … ADTast-experimental
(edit) @862658a   17 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b49310f   17 months caparson fixed parameters for test to eliminate deadlock case ADTast-experimental
(edit) @8fcf921   17 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @9749d2fa   17 months j82liang Fix CodeGen? for function type enum ADTast-experimental
(edit) @2c8c314   17 months ajbeach Clean-up in the name mangler. ADTast-experimental
(edit) @dbd47d6   17 months caparson fixed makefile for tests by adding appropriate includes ADTast-experimental
(edit) @53ef99a   17 months caparson removed file accidentally included in earlier commit ADTast-experimental
(edit) @7878974   17 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @2cc969c   17 months caparson remove unused expect file due to renaming ADTast-experimental
(edit) @73e3a8f9   17 months caparson refactored name of channel test to remove channel from the name ADTast-experimental
(edit) @cca034e   17 months caparson added another channel test and refactored the existing one to reuse code ADTast-experimental
(edit) @5c931e0   17 months caparson made changes to support zero-size channels ADTast-experimental
(edit) @72abfdd   17 months caparson added expect for channel test ADTast-experimental
(edit) @afffd6c   17 months caparson removed accidentally committed a.out ADTast-experimental
(edit) @4a962d8   17 months caparson added channel impl with basic test. Will expand impl and tests soon ADTast-experimental
(edit) @0640c350   17 months caparson moved unified_locking test dir to be under concurrent ADTast-experimental
(edit) @aa45b15   17 months caparson commit expect files for the unified locking dir move ADTast-experimental
(edit) @703c88e   17 months caparson missed another lock name refactor in the earlier commit ADTast-experimental
(edit) @357ab79   17 months caparson moved unified locking tests to be under concurrent directory since … ADTast-experimental
(edit) @01a8954   17 months caparson renamed tests to match naming refactor ADTast-experimental
(edit) @0cee082   17 months caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADTast-experimental
(edit) @f76dd1a   17 months ajbeach Some cleanup in RenameVars?.cc. ADTast-experimental
(edit) @5e180c2   17 months caparson small future touchups ADTast-experimental
(edit) @8fb7402   17 months caparson fixed race condition in select_future test to fix build failure ADTast-experimental
(edit) @f28b1f8   17 months Thierry Delisle More small autoconf tweaks ADTast-experimental
(edit) @c130165   17 months Thierry Delisle small update to configure scripts, which should help for ubuntu 22.04 ADTast-experimental
(edit) @e78782b   17 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @243d998   17 months caparson added and updated future tests ADTast-experimental
(edit) @7eac70e   17 months caparson added select to includes ADTast-experimental
(edit) @339e30a   17 months caparson added new future and added rudimentary select statement support for it ADTast-experimental
(edit) @a20be49   17 months pabuhr remove all uses of USE_GNU ADTast-experimental
(edit) @3d4b7cc7   17 months pabuhr add Scott13 citation to pl.bib ADTast-experimental
(edit) @a14926b   17 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d99a716   17 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0348fd8   17 months caparson fixed clh bug where you couldn't hold more than 1 clh lock at once ADTast-experimental
(edit) @66a89e7   17 months ajbeach pass::get_result -> pass::result::get for consistency with the … ADTast-experimental
(edit) @331ee52c   17 months ajbeach Should silence a GCC 12 warning. ADTast-experimental
(edit) @8d9d974   17 months ajbeach Cleaning old box pass for easier translation. Compacting one of the … ADTast-experimental
(edit) @a7662b8   17 months pabuhr add cast from int to unsigned ADTast-experimental
(edit) @d9585291   17 months pabuhr formatting ADTast-experimental
(edit) @8ee54963   17 months pabuhr change spinlock atomics to ATOMIC_ACQUIRE/RELEASE, increase alignment … ADTast-experimental
(edit) @ea2ed3a   17 months ajbeach Reorganize ScrubTyVars?, the Node specialization trick is redundent … ADTast-experimental
(edit) @64b3cda   17 months ajbeach Adjusted -Pasterr so it works while using the new ast. Removed the … ADTast-experimental
(edit) @019b2d3   17 months ajbeach Moved new to old ast conversion up into the RunParser? module. As far … ADTast-experimental
(edit) @be3b952   17 months pabuhr update 32-bit .expect for tests using PRNG ADTast-experimental
(edit) @ae7a085c   17 months pabuhr change printing format in PRNG, update .expect for tests using PRNG ADTast-experimental
(edit) @b797d97   17 months pabuhr formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit … ADTast-experimental
(edit) @6b608c7   17 months ajbeach Moved the 'Hoist Type Decls' pass up because it establishes some (not … ADTast-experimental
(edit) @df9e412   17 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @ebbe941   17 months caparson changed algorithm to approximation since max cycle finding is NP-hard ADTast-experimental
(edit) @49db841   18 months ajbeach Cleaning old box pass for easier translation. Renamed the numbered … ADTast-experimental
(edit) @199456c   18 months Thierry Delisle Forgot that prng used different algorithm on 32bit ADTast-experimental
(edit) @1afda5a2   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8e64cb4   18 months caparson added single run mode and added sample for single run to data ADTast-experimental
(edit) @d18540f   18 months ajbeach Cleaning old box pass for easier translation. Cleaning unused code out … ADTast-experimental
(edit) @d0bdb18   18 months ajbeach Removed extra scope calls in the new Pass. Added some documentation on … ADTast-experimental
(edit) @cbd1ba8   18 months ajbeach Moved parsing code out of main into the parsing directly, as an … ADTast-experimental
(edit) @c63f470   18 months Thierry Delisle Changed bounded buffer tests to use prng, which has better defined … ADTast-experimental
(edit) @fd6e3a4   18 months caparson small CLI changes to convoy script ADTast-experimental
(edit) @e716aec   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @93e0603   18 months caparson added convoy analysis script and sample data ADTast-experimental
(edit) @26544f9   18 months Thierry Delisle added helping and lock to allow remote processors to flush … ADTast-experimental
(edit) @1ab773e0   18 months caparson more lock cleanup ADTast-experimental
(edit) @441a6a7   18 months caparson added/fixed lock tests ADTast-experimental
(edit) @2dcd80a   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7d9598d   18 months caparson small lock cleanup ADTast-experimental
(edit) @d8bdf13   18 months pabuhr add comments ADTast-experimental
(edit) @25ef81d   18 months pabuhr formatting, remove unnecessary temporary variable in prng function ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.