Timeline



Jan 5, 2023:

10:39 PM Changeset [a20be49] by Peter A. Buhr <pabuhr@…>
remove all uses of USE_GNU
10:34 PM Changeset [3d4b7cc7] by Peter A. Buhr <pabuhr@…>
add Scott13 citation to pl.bib
8:48 AM Changeset [a14926b] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Jan 4, 2023:

1:44 PM Changeset [d99a716] by caparsons <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
1:43 PM Changeset [0348fd8] by caparsons <caparson@…>
fixed clh bug where you couldn't hold more than 1 clh lock at once
10:28 AM Changeset [66a89e7] by Andrew Beach <ajbeach@…>
pass::get_result -> pass::result::get for consistency with the …
9:54 AM Changeset [331ee52c] by Andrew Beach <ajbeach@…>
Should silence a GCC 12 warning.

Jan 3, 2023:

4:28 PM Changeset [8d9d974] by Andrew Beach <ajbeach@…>
Cleaning old box pass for easier translation. Compacting one of the …

Dec 30, 2022:

8:42 AM Changeset [a7662b8] by Peter A. Buhr <pabuhr@…>
add cast from int to unsigned

Dec 28, 2022:

12:50 PM Changeset [d9585291] by Peter A. Buhr <pabuhr@…>
formatting
12:49 PM Changeset [8ee54963] by Peter A. Buhr <pabuhr@…>
change spinlock atomics to ATOMIC_ACQUIRE/RELEASE, increase alignment …

Dec 23, 2022:

10:40 AM Changeset [ea2ed3a] by Andrew Beach <ajbeach@…>
Reorganize ScrubTyVars?, the Node specialization trick is redundent …

Dec 22, 2022:

4:05 PM Changeset [64b3cda] by Andrew Beach <ajbeach@…>
Adjusted -Pasterr so it works while using the new ast. Removed the …
3:17 PM Changeset [019b2d3] by Andrew Beach <ajbeach@…>
Moved new to old ast conversion up into the RunParser? module. As far …

Dec 21, 2022:

9:43 PM Changeset [be3b952] by Peter A. Buhr <pabuhr@…>
update 32-bit .expect for tests using PRNG
9:25 PM Changeset [ae7a085c] by Peter A. Buhr <pabuhr@…>
change printing format in PRNG, update .expect for tests using PRNG
9:21 PM Changeset [b797d97] by Peter A. Buhr <pabuhr@…>
formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit …
3:24 PM Changeset [6b608c7] by Andrew Beach <ajbeach@…>
Moved the 'Hoist Type Decls' pass up because it establishes some (not …
2:46 PM Changeset [df9e412] by caparsons <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
2:46 PM Changeset [ebbe941] by caparsons <caparson@…>
changed algorithm to approximation since max cycle finding is NP-hard

Dec 20, 2022:

2:13 PM Ticket #269 (cfa-cc - Wrong type for generics' implicit _sizeof params on 32-bit) created by mlbrooks
[…] Compiling as […] Expected, actual on plg2: runs and prints …
1:25 PM Changeset [49db841] by Andrew Beach <ajbeach@…>
Cleaning old box pass for easier translation. Renamed the numbered …
11:12 AM Changeset [199456c] by Thierry Delisle <tdelisle@…>
Forgot that prng used different algorithm on 32bit

Dec 19, 2022:

9:37 PM Changeset [1afda5a2] by caparsons <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
9:37 PM Changeset [8e64cb4] by caparsons <caparson@…>
added single run mode and added sample for single run to data
4:44 PM Changeset [d18540f] by Andrew Beach <ajbeach@…>
Cleaning old box pass for easier translation. Cleaning unused code out …
2:04 PM Changeset [d0bdb18] by Andrew Beach <ajbeach@…>
Removed extra scope calls in the new Pass. Added some documentation on …
11:51 AM Changeset [cbd1ba8] by Andrew Beach <ajbeach@…>
Moved parsing code out of main into the parsing directly, as an …

Dec 18, 2022:

12:24 PM Changeset [c63f470] by Thierry Delisle <tdelisle@…>
Changed bounded buffer tests to use prng, which has better defined …

Dec 15, 2022:

4:09 PM Changeset [fd6e3a4] by caparsons <caparson@…>
small CLI changes to convoy script
3:56 PM Changeset [e716aec] by caparsons <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:56 PM Changeset [93e0603] by caparsons <caparson@…>
added convoy analysis script and sample data
12:08 PM Changeset [26544f9] by Thierry Delisle <tdelisle@…>
added helping and lock to allow remote processors to flush …

Dec 14, 2022:

2:25 PM Changeset [1ab773e0] by caparson <caparson@…>
more lock cleanup
2:25 PM Changeset [441a6a7] by caparson <caparson@…>
added/fixed lock tests
12:23 PM Changeset [2dcd80a] by caparson <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:23 PM Changeset [7d9598d] by caparson <caparson@…>
small lock cleanup

Dec 13, 2022:

4:03 PM Ticket #268 (cfa-cc - Downcasting against type parameter failed) created by f37yu
Minimal reproduction: […]

Dec 11, 2022:

9:02 PM Changeset [d8bdf13] by Peter A. Buhr <pabuhr@…>
add comments
9:02 PM Changeset [25ef81d] by Peter A. Buhr <pabuhr@…>
formatting, remove unnecessary temporary variable in prng function
9:00 PM Changeset [3ff64cb] by Peter A. Buhr <pabuhr@…>
add missing parenthesis in KISS PRNG
6:02 PM Changeset [ac8b016] by Peter A. Buhr <pabuhr@…>
adjust PRNG types from size_t to uint32_t/uint64_t

Dec 9, 2022:

5:27 PM Changeset [3e5eeaf] by Peter A. Buhr <pabuhr@…>
update documentation
5:11 PM Changeset [70cd431] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
5:11 PM Changeset [261e107] by Peter A. Buhr <pabuhr@…>
change all PRNG to prime the PRNG state in set_seed with the given seed

Dec 8, 2022:

11:27 AM Changeset [74227c6] by Thierry Delisle <tdelisle@…>
Added more stats

Dec 7, 2022:

4:52 PM Changeset [e1d66c84] by Andrew Beach <ajbeach@…>
Clean-up from my investigation on the anonymous issue. The parser …
Note: See TracTimeline for information about the timeline view.