Timeline



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 …

Dec 5, 2022:

4:26 PM Changeset [258aaab8] by Thierry Delisle <tdelisle@…>
Forgot to commit the changes to the Makefile
4:25 PM Changeset [262d4d51] by Thierry Delisle <tdelisle@…>
Updating gdb tools to latest invoke.h changes
2:49 PM Changeset [d4c8b59] by Thierry Delisle <tdelisle@…>
Added test that stresses more how we link anonymous types
1:23 PM Changeset [4020f09] by Peter A. Buhr <pabuhr@…>
formatting, switch to typedef for PRNG complex state

Dec 3, 2022:

5:57 PM Changeset [aadb0c8] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
5:56 PM Changeset [8a3d5e7] by Peter A. Buhr <pabuhr@…>
formatting

Dec 2, 2022:

9:53 AM Changeset [474a170] by Andrew Beach <ajbeach@…>
Cleaning old box pass for easier translation. Removing another out …

Dec 1, 2022:

5:26 PM Changeset [a84f643] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
5:26 PM Changeset [c8238c0] by Peter A. Buhr <pabuhr@…>
remove 32-bit use of lehmer64, which requires uint128_t
1:47 PM Changeset [5657de9] by Thierry Delisle <tdelisle@…>
Changes needed for UWSpace

Nov 30, 2022:

10:36 PM Changeset [dd46fd3] by Peter A. Buhr <pabuhr@…>
generalization of PRNG
7:18 PM Changeset [be1d00c] by Thierry Delisle <tdelisle@…>
Changed fairness tests to use sched_yield in case exhausting the time …
11:50 AM Changeset [5a4b403] by Andrew Beach <ajbeach@…>
Cleaning old box pass for easier translation. I believe I have an …

Nov 29, 2022:

11:49 AM Changeset [9f70a67b] by Andrew Beach <ajbeach@…>
Cleaning old box pass for easier translation. Again, this loop …

Nov 28, 2022:

2:34 PM Changeset [dacd8e6] by Thierry Delisle <tdelisle@…>
fixed some tiny issues in the bibtex

Nov 24, 2022:

3:41 PM Changeset [ddcaff6] by Thierry Delisle <tdelisle@…>
Last corrections to my thesis... hopefully
11:46 AM Changeset [82a90d4] by Andrew Beach <ajbeach@…>
Follow up to TypeEnvKey/TypeDecl?, removing extra includes (but I only …
11:01 AM Changeset [93c10de] by Andrew Beach <ajbeach@…>
Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and …

Nov 23, 2022:

11:31 AM Changeset [78de1e5] by Andrew Beach <ajbeach@…>
Small fix to the exception header, the wrong trait was used in one place.

Nov 22, 2022:

11:03 PM Changeset [20cf96d] by Peter A. Buhr <pabuhr@…>
changes to PRNG types to eliminate casts
10:18 AM Changeset [29702ad] by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
10:18 AM Changeset [1553a55] by Thierry Delisle <tdelisle@…>
Explicitly zero initialize the intrusive link fields

Nov 21, 2022:

10:37 PM Changeset [d41735a] by Peter A. Buhr <pabuhr@…>
parse CFA dimension-list with types
9:04 PM Changeset [7bc84b8] by Peter A. Buhr <pabuhr@…>
remove unsigned cast for prng calls
9:02 PM Changeset [857081e] by Peter A. Buhr <pabuhr@…>
change type of yield parameter from unsigned int to size_t
5:52 PM Changeset [9fce2572] by Peter A. Buhr <pabuhr@…>
32-bit update of PRNG

Nov 20, 2022:

10:25 PM Changeset [910e1d0] by Peter A. Buhr <pabuhr@…>
parse enumerated dimension
10:24 PM Changeset [d2ad151] by Peter A. Buhr <pabuhr@…>
major update of PRNG

Nov 16, 2022:

11:03 PM Changeset [25b0fde] by JiadaL <j82liang@…>
Fix casted enum init
12:08 AM Ticket #267 (cfa-cc - Expression candidate elimination with unsatisfiable assertion) created by f37yu
Reproduction: […] Expected: calls g(long) Actual: Attempts to …

Nov 14, 2022:

3:07 PM Changeset [db6cdc0] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:07 PM Changeset [e4d7c1c] by JiadaL <j82liang@…>
Implement enum Hiding
2:43 PM Changeset [1fb09ef] by Andrew Beach <ajbeach@…>
Grouped some control flow tests together.
1:51 PM Changeset [c1fb3903] by Andrew Beach <ajbeach@…>
Reformat/re-indent the ErasableScopedMap?. This should make it easier …
11:52 AM Changeset [63be3387] by caparson <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
11:52 AM Changeset [b77f0e1] by caparson <caparson@…>
cleaned up some lock stuff
11:47 AM Changeset [19a8c40] by Andrew Beach <ajbeach@…>
Some clean-up I had stashed from before I knew the InlineMemberDecl?
10:57 AM Changeset [7491f97] by Andrew Beach <ajbeach@…>
Renaming and comments in group_iterate_t to help clarity.

Nov 10, 2022:

8:21 PM Changeset [71806e0] by JiadaL <j82liang@…>
Rename InlineValueDecl? to InlineMemberDecl?
2:19 PM Changeset [639e4fc] by Thierry Delisle <tdelisle@…>
Changed cluster link to use explicit type to avoid anonymous names in …
12:17 PM Changeset [a757ba1] by Thierry Delisle <tdelisle@…>
Removed wait-with-io_uring feature which was slow, broken and ifdefed out.
12:14 PM Changeset [6a4ef0c] by Thierry Delisle <tdelisle@…>
Changed cltr_link to use explicit field name to make gdb easier

Nov 9, 2022:

5:18 PM Changeset [5ce0659] by Andrew Beach <ajbeach@…>
The group_iterate_t type is now variadic, hopefully with acceptable …
12:30 PM Changeset [271a5d3] by Andrew Beach <ajbeach@…>
Cleaning old box pass for easier translation. Cleaned up more loops, …
12:22 PM Changeset [6411b7d] by Andrew Beach <ajbeach@…>
Modified group_iterate_t to accept three arguments. Also, there is …
Note: See TracTimeline for information about the timeline view.