Timeline



Dec 18, 2023:

12:24 PM Changeset [b7898ac] by Andrew Beach <ajbeach@…>
Another attempt at fixing execptions. It is very close to the last …

Dec 16, 2023:

1:01 AM Changeset [5546eee4] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
1:01 AM Changeset [0fa0201d] by JiadaL <j82liang@…>
Update enumeration data structure

Dec 15, 2023:

4:16 PM Changeset [69ab896] by Andrew Beach <ajbeach@…>
Small fix in code generation. The first case in a switch is formatted …
9:30 AM Changeset [19a2890] by Peter A. Buhr <pabuhr@…>
small proofreading changes

Dec 14, 2023:

9:05 PM Changeset [ca9d65e] by Peter A. Buhr <pabuhr@…>
second attempt at simplifying SemanticError? messages
1:55 PM Changeset [21ad568] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
1:55 PM Changeset [610354a] by Peter A. Buhr <pabuhr@…>
first attempt at simplifying SemanticWarning?, inline SemanticError? routine

Dec 13, 2023:

6:27 PM Changeset [dc80280] by JiadaL <j82liang@…>
Started the storage section (inling and weak reference)
4:45 PM Changeset [142930b] by Andrew Beach <ajbeach@…>
A harder revert of exception changes, hopefully it will get the tests …
2:47 PM Changeset [21ce2c7] by JiadaL <j82liang@…>
Change the unification scheme
9:28 AM Changeset [3e49c477] by Peter A. Buhr <pabuhr@…>
update expected output from tests after changes in semantic error messages
9:18 AM Changeset [b83c575] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
9:18 AM Changeset [4c2fe47] by Peter A. Buhr <pabuhr@…>
formatting
9:17 AM Changeset [b1f2007] by Peter A. Buhr <pabuhr@…>
first attempt at simplifying SemanticError? and its usage

Dec 12, 2023:

9:12 PM Changeset [96b0e49] by Peter A. Buhr <pabuhr@…>
add papers directory and start populating it
4:12 PM Changeset [c40157e] by Andrew Beach <ajbeach@…>
Minimal change to get exceptions running the old way while a fix is …
2:35 PM Changeset [f277ab6c] by Peter A. Buhr <pabuhr@…>
comment back in lstinputlisting files after missing files pushed
1:55 PM Changeset [7972603] by Michael Brooks <mlbrooks@…>
Missing files from last thesis push
11:29 AM Changeset [ed79428] by Peter A. Buhr <pabuhr@…>
comment out missing lstinputlisting files, fix missing @'s for …
11:27 AM Changeset [cd79053] by Peter A. Buhr <pabuhr@…>
comment out assert( s1_mid == fc ) bug
11:26 AM Changeset [77d46c7] by Peter A. Buhr <pabuhr@…>
change containers/list.hfa to collections/list.hfa in thesis test files

Dec 11, 2023:

1:48 PM Changeset [40ab446] by Michael Brooks <mlbrooks@…>
Recent thesis writing
1:46 PM Changeset [dab9fb93] by Michael Brooks <mlbrooks@…>
Accept Peter's proofreading and adjustment of examples to current syntax
1:05 PM Changeset [2554f24] by Andrew Beach <ajbeach@…>
Try terminate now does not call the catch function, now they have the …
4:18 AM Changeset [81da3da4] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
4:17 AM Changeset [5ddb8bf] by JiadaL <j82liang@…>
(Not really readable right now. Will clean up today and probably …

Dec 5, 2023:

11:50 AM Changeset [1c85ffc] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
11:13 AM Changeset [2345ab3] by Andrew Beach <ajbeach@…>
Clean-up of the chain mutator. Seems like it is underused.
9:11 AM Changeset [2b12d6e] by Peter A. Buhr <pabuhr@…>
add PRNG expected output for arm64
9:09 AM Changeset [33e4e8ef] by Peter A. Buhr <pabuhr@…>
change incorrect architecture name arm_64 to aarch64
8:46 AM Changeset [e274264] by Peter A. Buhr <pabuhr@…>
update PRNG output for x86
8:16 AM Changeset [3267041] by Peter A. Buhr <pabuhr@…>
reduce runtime testing duration of PRNG
8:13 AM Changeset [ebadb5d] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Dec 4, 2023:

5:01 PM Changeset [c7f9f53] by Andrew Beach <ajbeach@…>
Moved include from Decl header. Removed some old ast code from the Parser.
4:39 PM Changeset [8a4e472] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:33 PM Changeset [539a8c8] by Andrew Beach <ajbeach@…>
Some general clean-up, removing bits and pieces from the old version.
10:22 AM Changeset [2f8d351] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Dec 1, 2023:

3:19 PM Changeset [c4b9fa9] by Andrew Beach <ajbeach@…>
Just some random clean-up in Box pass while I was musing.
2:37 PM Changeset [dd900b5] by Andrew Beach <ajbeach@…>
Implicit and layout parameters are now marked as const. This is …

Nov 30, 2023:

6:14 PM Changeset [4dc3b8c] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
5:00 PM Changeset [c4570af3] by Andrew Beach <ajbeach@…>
Removed some code that supported ast conversion, it supported ast …
3:53 PM Changeset [37b3151] by Andrew Beach <ajbeach@…>
Rename the linkReferenceTypes pass and the file that contains it. …
2:58 PM Changeset [d787828d] by Andrew Beach <ajbeach@…>
Rename the ScrubTyVars? moduel to ScrubTypeVars?. This makes it more …
2:41 PM Changeset [4a89b52] by Andrew Beach <ajbeach@…>
Renamed ResolvMode? to ResolveMode?. This is less consistent with the …
2:04 PM Changeset [83fd57d] by Andrew Beach <ajbeach@…>
Removed 'New' suffixes, they are no longer needed for disambiguation.
12:10 PM Changeset [6009a5a] by Andrew Beach <ajbeach@…>
Combined the new and old TupleExpansion? files.

Nov 29, 2023:

1:41 PM Changeset [7f2bfb7] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Nov 28, 2023:

4:04 PM Changeset [ab9c1b3] by Andrew Beach <ajbeach@…>
Updated .gitignore for the new location of demangler.
3:01 PM Changeset [37273c8] by Andrew Beach <ajbeach@…>
Removed the old-ast-compatable FunctionDecl? constructor. However, …
1:24 PM Changeset [4bc4b4c] by Andrew Beach <ajbeach@…>
Completed the second demangler/automake task: The demangler (when …

Nov 27, 2023:

3:38 PM Changeset [da5ac2e] by Andrew Beach <ajbeach@…>
Removed unused case in CurrentObject::findNext. Did a bit of clean-up …
1:06 PM Changeset [2d373440] by JiadaL <j82liang@…>
Update enum.tex
9:05 AM Changeset [4f1b2d69] by Peter A. Buhr <pabuhr@…>
formatting
9:04 AM Changeset [39eb784] by Peter A. Buhr <pabuhr@…>
formatting

Nov 26, 2023:

9:42 AM Changeset [69e06ff] by Peter A. Buhr <pabuhr@…>
formatting
9:40 AM Changeset [6a1f553] by Peter A. Buhr <pabuhr@…>
formatting

Nov 24, 2023:

4:08 PM Changeset [f48dfcd] by Andrew Beach <ajbeach@…>
Slight improvement to forall clause erasing.
10:14 AM Changeset [3c4003b9] by Andrew Beach <ajbeach@…>
Box pass Eraser now removes the polymorphic arguments now that the …

Nov 21, 2023:

5:31 PM Changeset [53dac82] by Andrew Beach <ajbeach@…>
Round of clean-up in the Concurrency directory headers.
4:47 PM Changeset [8984003] by Andrew Beach <ajbeach@…>
Round of significant clean-up and reindentation of InitTweak? directory.
2:27 PM Changeset [c36a419] by Andrew Beach <ajbeach@…>
Removed Decl::fromId as it was unused. There are a few places that use …
1:35 PM Changeset [4883712] by Andrew Beach <ajbeach@…>
Added a test showing how the conflict handling in the with clause …
11:34 AM Changeset [6a0b043] by Andrew Beach <ajbeach@…>
Did some investigation of WithStmt?. It may not be possible to convert …

Nov 20, 2023:

1:25 PM Changeset [0da9475] by caparson <caparson@…>
fixed bug where cofor runner could derefence a null pointer
11:53 AM Changeset [29eaa3f] by Peter A. Buhr <pabuhr@…>
disable building the demangler (executable and library)
11:52 AM Changeset [40bca07] by Peter A. Buhr <pabuhr@…>
slight restructuring of automake rules for generating the demangler
11:48 AM Changeset [634cb80] by Peter A. Buhr <pabuhr@…>
formatting
10:34 AM Changeset [66d92e3] by Peter A. Buhr <pabuhr@…>
proofread enumeration proposal

Nov 18, 2023:

7:44 AM Changeset [8c13ca8] by Peter A. Buhr <pabuhr@…>
raise exception missing_data when read fails to find value, initial …
7:41 AM Changeset [decd4a6] by Peter A. Buhr <pabuhr@…>
formatting
Note: See TracTimeline for information about the timeline view.