source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @34a1d2e   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b3d794fc   18 months caparson removed unneeded dependency that broke build ADTast-experimental
(edit) @d61d034   18 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8bb86ce   18 months j82liang Clean up some code related to Enum codegen ADTast-experimental
(edit) @42b739d7   18 months caparson fixed termination synchronization in the channel benchmark to get rid … ADTast-experimental
(edit) @862658a   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b49310f   18 months caparson fixed parameters for test to eliminate deadlock case ADTast-experimental
(edit) @8fcf921   18 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @9749d2fa   18 months j82liang Fix CodeGen? for function type enum ADTast-experimental
(edit) @2c8c314   18 months ajbeach Clean-up in the name mangler. ADTast-experimental
(edit) @dbd47d6   18 months caparson fixed makefile for tests by adding appropriate includes ADTast-experimental
(edit) @53ef99a   18 months caparson removed file accidentally included in earlier commit ADTast-experimental
(edit) @7878974   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @2cc969c   18 months caparson remove unused expect file due to renaming ADTast-experimental
(edit) @73e3a8f9   18 months caparson refactored name of channel test to remove channel from the name ADTast-experimental
(edit) @cca034e   18 months caparson added another channel test and refactored the existing one to reuse code ADTast-experimental
(edit) @5c931e0   18 months caparson made changes to support zero-size channels ADTast-experimental
(edit) @72abfdd   18 months caparson added expect for channel test ADTast-experimental
(edit) @afffd6c   18 months caparson removed accidentally committed a.out ADTast-experimental
(edit) @4a962d8   18 months caparson added channel impl with basic test. Will expand impl and tests soon ADTast-experimental
(edit) @0640c350   18 months caparson moved unified_locking test dir to be under concurrent ADTast-experimental
(edit) @aa45b15   18 months caparson commit expect files for the unified locking dir move ADTast-experimental
(edit) @703c88e   18 months caparson missed another lock name refactor in the earlier commit ADTast-experimental
(edit) @357ab79   18 months caparson moved unified locking tests to be under concurrent directory since … ADTast-experimental
(edit) @01a8954   18 months caparson renamed tests to match naming refactor ADTast-experimental
(edit) @0cee082   18 months caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADTast-experimental
(edit) @f76dd1a   18 months ajbeach Some cleanup in RenameVars?.cc. ADTast-experimental
(edit) @5e180c2   18 months caparson small future touchups ADTast-experimental
(edit) @8fb7402   18 months caparson fixed race condition in select_future test to fix build failure ADTast-experimental
(edit) @f28b1f8   18 months Thierry Delisle More small autoconf tweaks ADTast-experimental
(edit) @c130165   18 months Thierry Delisle small update to configure scripts, which should help for ubuntu 22.04 ADTast-experimental
(edit) @e78782b   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @243d998   18 months caparson added and updated future tests ADTast-experimental
(edit) @7eac70e   18 months caparson added select to includes ADTast-experimental
(edit) @339e30a   18 months caparson added new future and added rudimentary select statement support for it ADTast-experimental
(edit) @a20be49   18 months pabuhr remove all uses of USE_GNU ADTast-experimental
(edit) @3d4b7cc7   18 months pabuhr add Scott13 citation to pl.bib ADTast-experimental
(edit) @a14926b   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d99a716   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0348fd8   18 months caparson fixed clh bug where you couldn't hold more than 1 clh lock at once ADTast-experimental
(edit) @66a89e7   18 months ajbeach pass::get_result -> pass::result::get for consistency with the … ADTast-experimental
(edit) @331ee52c   18 months ajbeach Should silence a GCC 12 warning. ADTast-experimental
(edit) @8d9d974   18 months ajbeach Cleaning old box pass for easier translation. Compacting one of the … ADTast-experimental
(edit) @a7662b8   18 months pabuhr add cast from int to unsigned ADTast-experimental
(edit) @d9585291   18 months pabuhr formatting ADTast-experimental
(edit) @8ee54963   18 months pabuhr change spinlock atomics to ATOMIC_ACQUIRE/RELEASE, increase alignment … ADTast-experimental
(edit) @ea2ed3a   18 months ajbeach Reorganize ScrubTyVars?, the Node specialization trick is redundent … ADTast-experimental
(edit) @64b3cda   18 months ajbeach Adjusted -Pasterr so it works while using the new ast. Removed the … ADTast-experimental
(edit) @019b2d3   18 months ajbeach Moved new to old ast conversion up into the RunParser? module. As far … ADTast-experimental
(edit) @be3b952   18 months pabuhr update 32-bit .expect for tests using PRNG ADTast-experimental
(edit) @ae7a085c   18 months pabuhr change printing format in PRNG, update .expect for tests using PRNG ADTast-experimental
(edit) @b797d97   18 months pabuhr formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit … ADTast-experimental
(edit) @6b608c7   18 months ajbeach Moved the 'Hoist Type Decls' pass up because it establishes some (not … ADTast-experimental
(edit) @df9e412   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @ebbe941   18 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   19 months ajbeach Moved parsing code out of main into the parsing directly, as an … ADTast-experimental
(edit) @c63f470   19 months Thierry Delisle Changed bounded buffer tests to use prng, which has better defined … ADTast-experimental
(edit) @fd6e3a4   19 months caparson small CLI changes to convoy script ADTast-experimental
(edit) @e716aec   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @93e0603   19 months caparson added convoy analysis script and sample data ADTast-experimental
(edit) @26544f9   19 months Thierry Delisle added helping and lock to allow remote processors to flush … ADTast-experimental
(edit) @1ab773e0   19 months caparson more lock cleanup ADTast-experimental
(edit) @441a6a7   19 months caparson added/fixed lock tests ADTast-experimental
(edit) @2dcd80a   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7d9598d   19 months caparson small lock cleanup ADTast-experimental
(edit) @d8bdf13   19 months pabuhr add comments ADTast-experimental
(edit) @25ef81d   19 months pabuhr formatting, remove unnecessary temporary variable in prng function ADTast-experimental
(edit) @3ff64cb   19 months pabuhr add missing parenthesis in KISS PRNG ADTast-experimental
(edit) @ac8b016   19 months pabuhr adjust PRNG types from size_t to uint32_t/uint64_t ADTast-experimental
(edit) @3e5eeaf   19 months pabuhr update documentation ADTast-experimental
(edit) @70cd431   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @261e107   19 months pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADTast-experimental
(edit) @74227c6   19 months Thierry Delisle Added more stats ADTast-experimental
(edit) @e1d66c84   19 months ajbeach Clean-up from my investigation on the anonymous issue. The parser … ADTast-experimental
(edit) @258aaab8   19 months Thierry Delisle Forgot to commit the changes to the Makefile ADTast-experimental
(edit) @262d4d51   19 months Thierry Delisle Updating gdb tools to latest invoke.h changes ADTast-experimental
(edit) @d4c8b59   19 months Thierry Delisle Added test that stresses more how we link anonymous types ADTast-experimental
(edit) @4020f09   19 months pabuhr formatting, switch to typedef for PRNG complex state ADTast-experimental
(edit) @aadb0c8   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a3d5e7   19 months pabuhr formatting ADTast-experimental
(edit) @474a170   19 months ajbeach Cleaning old box pass for easier translation. Removing another out … ADTast-experimental
(edit) @a84f643   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @c8238c0   19 months pabuhr remove 32-bit use of lehmer64, which requires uint128_t ADTast-experimental
(edit) @5657de9   19 months Thierry Delisle Changes needed for UWSpace ADTast-experimental
(edit) @dd46fd3   19 months pabuhr generalization of PRNG ADTast-experimental
(edit) @be1d00c   19 months Thierry Delisle Changed fairness tests to use sched_yield in case exhausting the time … ADTast-experimental
(edit) @5a4b403   19 months ajbeach Cleaning old box pass for easier translation. I believe I have an … ADTast-experimental
(edit) @9f70a67b   19 months ajbeach Cleaning old box pass for easier translation. Again, this loop … ADTast-experimental
(edit) @dacd8e6e   19 months Thierry Delisle fixed some tiny issues in the bibtex ADTast-experimental
(edit) @ddcaff6   19 months Thierry Delisle Last corrections to my thesis... hopefully ADTast-experimental
(edit) @82a90d4   19 months ajbeach Follow up to TypeEnvKey/TypeDecl?, removing extra includes (but I only … ADTast-experimental
(edit) @93c10de   19 months ajbeach Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and … ADTast-experimental
(edit) @78de1e5   19 months ajbeach Small fix to the exception header, the wrong trait was used in one place. ADTast-experimental
(edit) @20cf96d   19 months pabuhr changes to PRNG types to eliminate casts ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.