Timeline



Aug 3, 2020:

10:38 PM Changeset [25cbd99]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
change calloc/realloc to use malloc_size versus malloc_usable_size, …
10:37 PM Changeset [60062be]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
make polymorphic resize/realloc align T, rewrite polymorphic T/S (re)alloc
10:34 PM Changeset [d5d3a90]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
abort when out of memory, return 0p for zero size allocation request, …
2:36 PM Changeset [1a39a5a]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Fixed compilation failure without io_uring
2:23 PM Changeset [95789be]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
1:59 PM Changeset [3e2b9c9]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
More restructuring of translation units Unclear if it improves …

Jul 31, 2020:

4:05 PM Ticket #212 (cfa-cc - Revert InferUnion change in new-ast) created by f37yu
The partially unresolved inferred parameters are actually useful as …
4:02 PM Changeset [e660761]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
First attempt at reducing complation time by restructuring the code. …
3:43 PM Changeset [3ac8b9f]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added make variable to allow timing CFA compilation. Usage : make T=1 …
11:06 AM Changeset [6dba8755]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
I was given a trick with the indexer that fixes some scoping issues …

Jul 30, 2020:

3:01 PM Changeset [920dca3]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Fixed readv after io_context re-work
3:00 PM Changeset [f00b26d4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Re-worked IO to use epoll and support multiple io_contexts per …
2:57 PM Changeset [e0f93e0]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added single_sem type, which effectively extends park/unpark logic for …
2:56 PM Changeset [22ddade]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added configure logic for io_uring flags
11:56 AM Changeset [0c760db]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Removed some bugs that appear to have been fixed incidentally.
10:53 AM Ticket #211 (cfa-cc - Mutable Initializers are not Detected) created by ajbeach
[…] C only allows initialization of a global variable with a …

Jul 29, 2020:

11:35 PM Ticket #189 (cfa-cc - Reference and pointer types allow unsound initialization) closed by mlbrooks
fixed
11:29 PM Changeset [b81fd95]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Michael Brooks <mlbrooks@…>
Fix bug where pointer and reference types allow unsound initialization …
10:51 PM Ticket #210 (cfa-cc - Should string literals be const, like in C++?) created by mlbrooks
With array type: […] gcc actual, g++ actual, cfa actual: compile …
10:33 PM Ticket #209 (cfa-cc - Mutable reference to constant is not forbidden) created by mlbrooks
[…] Actual: Compile succeeds, run prints: […] Expected …
10:10 PM Ticket #208 (cfa-cc - Zero-pointer literal does not work as an argument for a const parameter) created by mlbrooks
This issue seems to be a case of the #189 fix going too far: a typed …
10:02 PM Ticket #207 (cfa-cc - Safe const variations are not considered for assertion satisfaction) created by mlbrooks
Assertion satisfaction is invariant in the function type, but it …
5:35 PM Ticket #204 (cfa-cc - Conversion cost ignores type parameters) closed by ajbeach
fixed: Used the suggested fix (simply removing the offending code) and added …
5:12 PM Changeset [1d17939]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Implemented the recomented fix for #204, added at test that would have …
12:09 PM Ticket #206 (cfa-cc - Replace Lvalues With References) created by ajbeach
We have worked through the theory of replacing all lvalues with …
11:24 AM Ticket #205 (cfa-cc - Incorrect Lvalues On Expressions) created by ajbeach
There are a some expressions we do not choose the correct lvalue for …

Jul 28, 2020:

4:04 PM Ticket #204 (cfa-cc - Conversion cost ignores type parameters) created by f37yu
The conversionCost function incorrectly produces a cost of zero …
2:39 PM Changeset [3251b66]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Fangren Yu <f37yu@…>
use different autogen prefix for new ast
2:38 PM Changeset [eb1be63]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Fangren Yu <f37yu@…>
conversion cost pass should not consider structs again after types …
2:37 PM Changeset [c408483]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Fangren Yu <f37yu@…>
cleanup
11:29 AM Changeset [15806ed]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Added bugs for 203 (the new multipart one) and 140 (the only issue …
7:10 AM Changeset [4cf617e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
memalign - correct size to eliminate alignment offset

Jul 27, 2020:

2:18 PM Changeset [7288c00]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added comment to cat example
1:44 PM Changeset [3a1cf0d]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Moved example to more appropriate folder/name
1:43 PM Changeset [f3ed2af]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Fixed example with O_DIRECT to use proper alignment
1:32 PM Changeset [a86b1b85]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
io_uring example now uses O_DIRECT to test polling support
1:31 PM Changeset [5b15c4f]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added fixed file example to filereader program
1:10 PM Changeset [7458fea]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added new example of io_uring server. Commented purpose of existing …

Jul 24, 2020:

3:42 PM Changeset [39fc03e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Fixed ready_queue working with 0/1 processors on cluster
1:11 PM Changeset [320ec6fc]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Changed ready_queue_(grow/shrink) to take a target instead of going …
1:06 PM Changeset [f4ec4a90]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:49 PM Changeset [42cd451]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:49 PM Changeset [f854ee32]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added support for using liburing to check for kernel support for IORING_OPs

Jul 23, 2020:

4:36 PM Ticket #203 (cfa-cc - Polymorphic Structure Initalization Errors) created by ajbeach
So I am pretty sure there is more than one bug here, but I'm not …
3:37 PM Changeset [04b73b6]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
2:43 PM Changeset [d1ee9ec]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Added some notes about the copy functions to the porting document.
2:42 PM Changeset [923d25a]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
SueInstType? is a template that replaces {Struct,Union,Enum}InstType?, …
1:37 PM Changeset [f0c3120]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added unsuccesfull reverse rng attempt
1:35 PM Changeset [e262b5e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Re-run autoconf on 16.04 to be consistent with rest of source-tree
1:33 PM Changeset [54eb5ebd]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
1:33 PM Changeset [5751a56]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Changed handling of io_uring support to handle op codes in configure. …

Jul 22, 2020:

4:09 PM Changeset [2e5fd8b6]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Changed seed to be more different per threads and added more snzi nodes
4:05 PM Changeset [9304ca2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Changed snzi to group consecutive queues together and removed spurious …
4:04 PM Changeset [c0587193]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Changed seed to unsigned
11:24 AM Changeset [f19fbbc]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Fixed the virtual system so it can handle in polymorphic virtual …

Jul 21, 2020:

4:59 PM Changeset [a82a8f4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added two new variants to the ready queue which are based on the idea …
11:19 AM Changeset [4a32319]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
update expected output for 'alloc' test after updating heap
11:18 AM Changeset [d8d8f20]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
remove one unnecessary call to malloc_size in alloc_set and alloc_align_set
11:16 AM Changeset [2b23d78]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
check for allocation size change and reset if necessary in resize and …

Jul 20, 2020:

8:20 PM Changeset [b0a0ee4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
refactor duplicate code into cpp macros
8:19 PM Changeset [92850ef]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
change parameter name to be consistent
4:32 PM Changeset [d9c2284]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Started doing preliminary work to use Fixed FDs. Starting with the …
3:54 PM Changeset [124c1b7]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:52 PM Changeset [7d94bfe3]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:52 PM Changeset [ffa48a8]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
patch bug causing print of -0 for gcc 5 & 6
3:49 PM Changeset [896f083]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
fix CFA resize/realloc to use 'size' rather than 'sizeof(T)'
3:30 PM Changeset [28d73c1]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Moved processor registration to constructor
1:20 PM Changeset [3f1d9b5]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Parse args help now properly formats on narrow terminals
1:19 PM Changeset [03ed863]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Http request buffer size is now configurable
1:06 PM Changeset [a8ed717]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Small fix in printing, fixing mismatched casing for casts.
10:40 AM Changeset [289a21c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
10:23 AM Changeset [e95a117]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Fixed handling of closed connections. Started work on cleanly closing …

Jul 19, 2020:

9:23 PM Changeset [e93cbfa]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
9:22 PM Changeset [eacf82c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
update allocation test results after changes
8:59 PM Changeset [b89c7c2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
move realloc special cases into inline routines to access _Alignof, …
8:53 PM Changeset [e310238]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
move alloc routine into stdlib.hfa to access _Alignof at call site
8:50 PM Changeset [849fb370]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
fix return from false to 0 to match with return type size_t

Jul 17, 2020:

5:47 PM Ticket #202 (cfa-cc - Type manipulation in long chains of post-fix functions) created by m3zulfiq
In the code below, ndp1 initialization goes to the wrong polymorphic …
5:39 PM Changeset [2ecbd7b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Implemented more options and moved them to their own file
4:58 PM Changeset [aebf5b0]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Made a few changes that should have no effect but will silence some …
4:41 PM Ticket #201 (prelude - GCC-7,8,9 Bug with -O2,3) created by m3zulfiq
Compiling the program below will give the following error with GCC …
3:46 PM Changeset [0d52c6f]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:46 PM Changeset [680ae0e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Changed cleanup stack in pass visitor to use std::vector
3:03 PM Changeset [53e4562]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added options to list files instead of running the server

Jul 16, 2020:

6:44 PM Changeset [50d529e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Removed spurious -l
5:30 PM Changeset [527acfc]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
5:30 PM Changeset [0aa20e3]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added support for syntax -XCFA,OPTION instead of -XCFA OPTION in …
5:27 PM Changeset [efc171d1]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Fixed several concurrency warnings
4:25 PM Ticket #198 (cfa-cc - Forward Declaration Leads to Bad Function Pointer Types) closed by ajbeach
fixed: I fixed this, hopefully. Also I poked around seeing which of the …
4:21 PM Changeset [cf48a14]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added missing include
4:17 PM Changeset [5db836e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Removed left over call to sendfile
3:55 PM Ticket #200 (cfa-cc - Polymorphic Function Pointers not handled by Constructor) created by ajbeach
There seems to be an issue with function pointers in constructors if …
3:22 PM Changeset [c82af9f]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Moved sendfile to protocol.cfa to reduce compilation time
2:59 PM Changeset [463cb33]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
2:59 PM Changeset [519f11c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Minor fixes in concurrency lib. Remove async support for sendfile as a …
2:58 PM Changeset [79306383]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Fixed error in containers
2:56 PM Changeset [7f389a5c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added support for argument parsing. Removed unnecessary headers. Fixed …
12:35 PM Changeset [3f06c05]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Fixed InstantiateGeneric? so that it can handle cyclic type references …
12:28 PM Ticket #199 (cfa-cc - Only Forward Declare Concrete Instantiations When Needed) created by ajbeach
Currently the GenericInstantiator? produces two declarations for every …
7:53 AM Changeset [cadec25]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
#ifdef int128 code for reading

Jul 15, 2020:

6:48 PM Changeset [20f5eb8]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
add tests and data for reading int128 values
6:43 PM Changeset [791028a]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
formatting, fix warning for usage of uninitialized variable val
6:42 PM Changeset [fe68bdf]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
add reading for int128 values
6:41 PM Changeset [21baa40]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
formatting
6:40 PM Changeset [c6b5c11]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
testing for reading int128 values
5:46 PM Changeset [0aec496]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
First attempt at webserver, no option support yet

Jul 14, 2020:

1:39 PM Changeset [f5d4f62]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:10 PM Ticket #198 (cfa-cc - Forward Declaration Leads to Bad Function Pointer Types) created by ajbeach
So I have encountered a rather convoluted case where a combination of …
11:43 AM Changeset [b4cd58ed]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Removed bugs output until regex support is added to test suite

Jul 13, 2020:

10:27 PM Changeset [62328b1]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
try again to commit this file from x64 side
10:23 PM Changeset [678ac19]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
fix conflict
10:13 PM Changeset [2b22b5c4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
formatting
10:00 PM Changeset [cf5af9c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
change from SIZEOF_POINTER to SIZEOF_INT128 to determine if …
8:51 PM Changeset [a588f2a]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
add x86 expect value for errors/completeType
6:17 PM Ticket #197 (cfa-cc - Generated constructor calls copy ctor twice on tuple elements) created by f37yu
Compiler generated copy constructor for struct with fields of tuple …
6:04 PM Changeset [61ce214]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
extend testing for int128
3:43 PM Ticket #196 (cfa-cc - Forward Declaring Generic Types Crash with Dtypes) created by ajbeach
So polymorphic types can lead to an assertion failure if there is a …
3:07 PM Ticket #192 (cfa-cc - Can't catch exception raised by default resumption handler of another ...) closed by ajbeach
fixed: Fixed! Technically if one considered the default handler to happen …

Jul 12, 2020:

3:14 PM Changeset [ccb776b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
fix #if to elide int128 code for 32-bit build
10:43 AM Changeset [dbe8e31c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
use #if to elide int128 code for 32-bit build
7:51 AM Changeset [a3d3efc]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
remove utf-8 characters from error messages

Jul 11, 2020:

6:41 PM Changeset [d34575b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
6:40 PM Changeset [fc9bb79]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
temporary fix for batchtest failure
6:39 PM Changeset [9f350c4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
fix output difference resulting from new mangled name
6:37 PM Changeset [f6582252]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
add support for int128 constants
6:36 PM Changeset [7d9bbef]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
add commented out debug prints
6:35 PM Changeset [bb83b47]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
change initialization of kernelTLS to use @= and remove spurious …
6:32 PM Changeset [b56f55c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
add int128 constructor to compose values from two ints

Jul 10, 2020:

4:18 PM Changeset [e1801fc]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added support for non-blocking sendfile
4:07 PM Changeset [7922158]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
4:07 PM Changeset [ab44413]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Now correctly install iofwd.hfa
2:22 PM Changeset [365e423]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
2:21 PM Changeset [0a92c78]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added support for splice and tee in cfa io
2:18 PM Changeset [59f74a2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
2:17 PM Changeset [20ab637]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added quick and dirty support for fixed files reads. Added support for …
12:59 PM Changeset [0376da9]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:59 PM Changeset [2fc94ced]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added -Wno-yacc when compiling parser.yy
12:58 PM Changeset [fb98462]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Fixed io.cfa for machines supporting single map feature
11:42 AM Changeset [3a32b3a]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Jul 9, 2020:

3:37 PM Changeset [732b406]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added missing lock around release_consumed_submission

Jul 8, 2020:

6:05 PM Changeset [34b61882]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Submission release is now based on previous seen head rather than the …
4:30 PM Changeset [1d5e4711]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Optim: No longer call io_uring_enter to poll for events if - We don't …
2:14 PM Changeset [1c49dc5]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Updated batch benchmark to factor io_uring setup
2:13 PM Changeset [69237cd]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
added latest option on readv benchmark
2:01 PM Changeset [47746a2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added stats macro to reduce typing when using stats Added new macros …
1:36 PM Changeset [49cad912]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Removed bug tests 104 and 7, which vary per machines/gcc version

Jul 7, 2020:

5:03 PM Changeset [76de075]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Test should now print total duration
5:02 PM Changeset [4d23dd2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added tests cases for some of the opened tickets
3:24 PM Ticket #70 (cfa-cc - resolver problesm) closed by Thierry Delisle
invalid: This ticket has changed from the original and now has 2 different …
3:24 PM Ticket #195 (cfa-cc - Unnecessary dereference leads to segfault [from ticket #70]) created by Thierry Delisle
[…] This leads to a segfault from a null ptr that should never be …
3:18 PM Ticket #194 (cfa-cc - Ambiguous reference vs pointer return [from ticket #70]) created by Thierry Delisle
[…] This should not be ambiguous, one side is an exact match. This …

Jul 6, 2020:

4:54 PM Changeset [6437ce4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
4:47 PM Changeset [ac9ba12]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
add comments
4:46 PM Changeset [82bbaf4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
formatting
4:45 PM Changeset [d9326ad]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
add comments
4:44 PM Changeset [2ed33710]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
make int128 test x64 only to fix the build
1:23 PM Changeset [381132b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Default handlers for uncaught exceptions are now run at the top of the …

Jul 5, 2020:

5:24 PM Changeset [9ec8c5f]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
add additional int128 tests
4:04 PM Changeset [2c60c644]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by Peter A. Buhr <pabuhr@…>
new version for printing int128 values including manipulators
Note: See TracTimeline for information about the timeline view.