Timeline



Jan 29, 2025:

4:42 PM Changeset [161b98e] by Andrew Beach <ajbeach@…>
Cleaned up some errors that did not show up in my local test but …
11:41 AM Changeset [a22e8b4] by Andrew Beach <ajbeach@…>
Removed the warnings from more tests. I think '(void)var;' might be …
9:09 AM Changeset [49510db] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
9:07 AM Changeset [a950021] by Peter A. Buhr <pabuhr@…>
proofread chapter 3

Jan 28, 2025:

10:11 PM Changeset [c699602] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
10:10 PM Changeset [2e0bb92] by Peter A. Buhr <pabuhr@…>
remove warnings, and change I/O to work with gcc
4:12 PM Changeset [bada452] by Andrew Beach <ajbeach@…>
Removed warnings from serveral tests and removed them from the …
12:19 PM Changeset [71ca5b9] by kyoung <lseo@…>
perform proper casting before pointer arithmetic

Jan 27, 2025:

9:23 PM Changeset [c3d0182a] by kyoung <lseo@…>
plan9 inline ordering for concurrency keywords.

Jan 26, 2025:

6:37 PM Changeset [de8a0a4] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
6:33 PM Changeset [0f070a4] by Peter A. Buhr <pabuhr@…>
proofread intro chapter
6:32 PM Changeset [c0beea3] by Peter A. Buhr <pabuhr@…>
remove spurious blank line
6:31 PM Changeset [8c3516c] by Peter A. Buhr <pabuhr@…>
update .gitignore file list
3:19 PM Changeset [11f92fac] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:19 PM Changeset [35eef3b] by Peter A. Buhr <pabuhr@…>
updates to prepare for moving location of inline data for new kinds of …

Jan 25, 2025:

5:59 PM Changeset [2a5345b] by Fangren Yu <f37yu@…>
try to fix cost table one more time, add some comments

Jan 24, 2025:

4:12 PM Ticket #287 (cfa-cc - Incorrect Typeof on Array Index) closed by ajbeach
fixed: This was fixed a while ago. Cforall behaviour was changed to be …
3:00 PM Changeset [1fb0a883] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
2:53 PM Changeset [1cc5c6a] by Peter A. Buhr <pabuhr@…>
update C arithmetic conversions and add ARM conversion testing
1:19 PM Changeset [f070ea8] by Andrew Beach <ajbeach@…>
Improved code generation for intermediate steps. Now generates using …

Jan 23, 2025:

2:42 PM Changeset [9e72bae3] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
2:37 PM Changeset [a750c71b] by Peter A. Buhr <pabuhr@…>
update input file names for eofType test
12:09 PM Changeset [857b5f9] by Andrew Beach <ajbeach@…>
CountExpr? -> CountofExpr?. Actually the main fix was making countof use …

Jan 22, 2025:

5:12 PM Ticket #135 (cfa-cc - Modify SizeofExpr argument) closed by ajbeach
fixed
5:07 PM Ticket #301 (cfa-cc - Incorrect & When Building Reference To Pointer) created by ajbeach
If you write the following code: […] Then you get the following …
3:39 PM Ticket #172 (cfa-cc - Anonymous struct can conflict across translation unit) closed by ajbeach
fixed: Checked it. This seems to work. Also, I believe it is covered by the …
1:15 PM Changeset [829821c] by Michael Brooks <mlbrooks@…>
Fix test suite to run with no warnings on gcc 12, 13, 14
8:47 AM Changeset [a9e327a] by Peter A. Buhr <pabuhr@…>
formatting
8:34 AM Changeset [e051c8e] by Peter A. Buhr <pabuhr@…>
remove spurious include file
8:25 AM Changeset [373f098] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
8:24 AM Changeset [04138cc] by Peter A. Buhr <pabuhr@…>
more updates for eof of file checking
8:23 AM Changeset [5db17077] by Peter A. Buhr <pabuhr@…>
test for end-of-file with and without a terminating newline across …

Jan 20, 2025:

10:59 PM Changeset [5dad25df] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
10:59 PM Changeset [e6491ca] by JiadaL <j82liang@…>
resolve enum dimension as size of enum
9:45 PM Changeset [fd5d251] by Peter A. Buhr <pabuhr@…>
update eof of file checking

Jan 18, 2025:

4:04 PM Changeset [d0b6712] by Peter A. Buhr <pabuhr@…>
formatting
3:46 PM Changeset [8e90fd6] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:32 PM Changeset [fa59c40] by Peter A. Buhr <pabuhr@…>
updates on llheap paper
3:30 PM Changeset [9ae4f5f] by Peter A. Buhr <pabuhr@…>
remove cforall.el

Jan 17, 2025:

3:46 PM Changeset [df56e25] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:46 PM Changeset [d96f7c4] by Peter A. Buhr <pabuhr@…>
expunge fallthru keyword and replace its usages with fallthrough
3:43 PM Changeset [3b340d68] by Peter A. Buhr <pabuhr@…>
remove spurious file my_tests/floating.cfa

Jan 16, 2025:

9:52 PM Changeset [4ac0949] by Fangren Yu <f37yu@…>
add contributions section
1:58 PM Changeset [5cc53b2] by Andrew Beach <ajbeach@…>
Updated documenation in VariableExpr::get_lvalue. This accounts for …
1:49 PM Changeset [9c65169] by Peter A. Buhr <pabuhr@…>
reduce yields in test but still get deterministic results
1:27 PM Changeset [f6f7b52] by kyoung <lseo@…>
fixed a parser bug to generate correct ast for waitfor. added a test …
11:57 AM Changeset [3b21c96] by Peter A. Buhr <pabuhr@…>
update comparison of C++ and Cforall I/O

Jan 13, 2025:

9:37 PM Changeset [7aa246cb] by Peter A. Buhr <pabuhr@…>
add information about sources for providing permissions
4:21 PM Changeset [c086c6e] by Peter A. Buhr <pabuhr@…>
move code out of #ifdef
1:32 PM Changeset [6a6e205] by Michael Brooks <mlbrooks@…>
Clean some warnings from unused variables and pointer-to-int casts.
1:03 PM Changeset [267b543] by Michael Brooks <mlbrooks@…>
Add basic gdb navigation.
1:02 PM Changeset [9b9d3f9] by Michael Brooks <mlbrooks@…>
Offer CodeGen::generate overloads that simplify calling from gdb.
1:01 PM Changeset [37c3db8] by Michael Brooks <mlbrooks@…>
Improve pointer's debug print format to include array-like detail when …
12:10 PM Changeset [86cccd5] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:10 PM Changeset [a595ab7] by Peter A. Buhr <pabuhr@…>
update arithmeticConversions test to work on ARM
12:10 PM Changeset [3ea1d93] by Peter A. Buhr <pabuhr@…>
move optional code out of #ifdef

Jan 12, 2025:

10:34 PM Changeset [5a79dae3] by Peter A. Buhr <pabuhr@…>
expected output for arithmeticConversions test on x64
10:26 PM Changeset [689d057] by Peter A. Buhr <pabuhr@…>
unsure if these files should be committed because they have generated code
10:24 PM Changeset [445b281] by Peter A. Buhr <pabuhr@…>
rename test ArithmeticConversions? to arithmeticConversions
9:13 PM Changeset [522f71c] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
9:13 PM Changeset [b0708ea] by Peter A. Buhr <pabuhr@…>
add test for gcc arithmetic conversions
8:46 PM Changeset [44acc72] by Peter A. Buhr <pabuhr@…>
update conversion graph to correct and complete all relationships …
8:44 PM Changeset [cdd287b9] by Peter A. Buhr <pabuhr@…>
update prelude basicTypes with _Float128 and _Float128 _Complex needed …

Jan 11, 2025:

6:29 PM Changeset [f886608] by Peter A. Buhr <pabuhr@…>
remove temp files generated by xfig
5:48 PM Changeset [d60a4c2] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
4:49 PM Changeset [7d65715f] by Peter A. Buhr <pabuhr@…>
add thesis pictures
4:48 PM Changeset [eb42db4] by Peter A. Buhr <pabuhr@…>
more thesis proofreading
4:47 PM Changeset [5db580e] by Peter A. Buhr <pabuhr@…>
adjust formatting of second-level enumeration
4:32 PM Changeset [32a119e9] by Peter A. Buhr <pabuhr@…>
make AST/BasicKind.hpp .PRECIOUS so it is not deleted if …
9:36 AM Changeset [c309af1] by Peter A. Buhr <pabuhr@…>
update complex float conversion cost

Jan 10, 2025:

7:02 PM Changeset [c44f1f9] by Fangren Yu <f37yu@…>
attempt to fix complex float conversion cost
3:40 PM Changeset [299bd989] by Andrew Beach <ajbeach@…>
Looking over some virtual cast related code to reduce the forall list …
12:49 PM Changeset [d6c59bce] by Michael Brooks <mlbrooks@…>
Starter for developer roll-on instructions.

Jan 9, 2025:

1:13 PM Changeset [329c62f] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
1:13 PM Changeset [454aab2] by Peter A. Buhr <pabuhr@…>
update io_uring casts to prevent 32-bit warning messages about wrong …
11:44 AM Changeset [5a894e12] by Andrew Beach <ajbeach@…>
Added more custom constructors into the new exceptions test to avoid …

Jan 8, 2025:

4:30 PM Changeset [550446f] by Andrew Beach <ajbeach@…>
Added some code to the code generator for printing try statements in …
2:10 PM Changeset [f32448e] by Andrew Beach <ajbeach@…>
Fixed white-space. Woops.
2:00 PM Changeset [658f3179] by Andrew Beach <ajbeach@…>
Moved massive function log2_u32_32 out of header.
1:00 PM Changeset [d84f2ae] by Michael Brooks <mlbrooks@…>
Fix transpiler-induced unused parameter on layoutof.

Jan 7, 2025:

4:31 PM Changeset [190a833] by Andrew Beach <ajbeach@…>
Returning to exceptions after a long time and added the ability to …
3:22 PM Changeset [10b5970] by Michael Brooks <mlbrooks@…>
Fix many test-suite- and libcfa-caused unused variable warnings. In …

Jan 6, 2025:

6:10 PM Changeset [70670e7] by Michael Brooks <Michael Brooks>
Try to fix full build by regenerating botched .arm64.expect file on …
4:19 PM Changeset [7d30a1e] by Michael Brooks <mlbrooks@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
4:18 PM Changeset [1f6623c] by Michael Brooks <mlbrooks@…>
Try to fix full build by removing missed x86-debug-specific workaround …
12:54 PM Changeset [66e7cc1] by Andrew Beach <ajbeach@…>
Added some tests for recent changes to the resolver.
12:34 PM Changeset [58eb9250] by Michael Brooks <mlbrooks@…>
Partly fix #269 and try to fix nightly build. Switch to correct type …
12:23 PM Ticket #300 (cfa-cc - sizeof/typeof as a variable's usage may leave this variable unused) created by mlbrooks
[…] […] Expected: run, print 1 twice Actual: compile error: …

Jan 4, 2025:

3:57 PM Ticket #298 (cfa-cc - Return cast does not work with variables) closed by f37yu
fixed
1:09 AM Changeset [8893ad4] by Fangren Yu <f37yu@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:22 AM Changeset [6b95feb] by Fangren Yu <f37yu@…>
implement return cast for other types of expressions

Jan 3, 2025:

5:07 PM Changeset [2e63915] by Michael Brooks <mlbrooks@…>
Remove warnings from remaining array-collections tests.

Jan 2, 2025:

7:23 PM Changeset [2a32118] by Michael Brooks <mlbrooks@…>
Fix a warning missed in 2853d6fb0.
7:08 PM Changeset [656c8ac] by Michael Brooks <mlbrooks@…>
Restore full sense of wflag strictness, mistakenly reduced in 2853d6fb0.
7:00 PM Changeset [2853d6f] by Michael Brooks <mlbrooks@…>
Remove uses of warnings to show test success. Eliminate simple causes …
5:03 PM Ticket #292 (cfa-cc - Constant Reference Argument Binding Update) closed by f37yu
fixed: Should be working for now.
3:29 PM Ticket #299 (cfa-cc - Unusable overload allowed, between array and pointer) created by mlbrooks
[…] CFA actual (with and without -DSUPPRESS_COMP_ERR): …
3:25 PM Ticket #298 (cfa-cc - Return cast does not work with variables) created by mlbrooks
[…] Actual: Error "cannot choose between 2 alternatives" at …
3:20 PM Ticket #297 (cfa-cc - Parameter name does not shadow in-scope type name) created by mlbrooks
[…] CFA Actual: compile error, as commented above GCC …
3:19 PM Ticket #296 (cfa-cc - Forgetting an exception vtable gives runtime crash) created by mlbrooks
[…] Actual: Runtime error, segment fault at memory location near …
Note: See TracTimeline for information about the timeline view.