Timeline



Oct 23, 2023:

10:09 PM Changeset [d8a0e51] by Peter A. Buhr <pabuhr@…>
add gcc-9 back into ARM full build
4:11 PM Changeset [edc4813] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
4:11 PM Changeset [cb94e41] by Peter A. Buhr <pabuhr@…>
temporary change to as command to test ARM build
11:58 AM Changeset [7b84d3e] by caparson <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
11:13 AM Changeset [278e162] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
8:58 AM Changeset [2ad5e1d5] by caparson <caparson@…>
added missing semicolons
8:55 AM Changeset [8df19af] by caparsons <caparson@…>
added WO fences for mcs spin lock to fix failing arm test
8:55 AM Changeset [3f0b062] by caparsons <caparson@…>
ifdef'd the arm fences that were added to channels so that they only …

Oct 20, 2023:

9:37 AM Changeset [abb04a4] by Peter A. Buhr <pabuhr@…>
change genericUnion test fromt printf to sout

Oct 19, 2023:

9:41 PM Changeset [7619400] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
9:39 PM Changeset [1b0184b] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
7:35 PM Changeset [0803ead] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
7:35 PM Changeset [f842032] by Peter A. Buhr <pabuhr@…>
remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input
3:26 PM Changeset [2d7cb19] by caparsons <caparson@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:26 PM Changeset [cbbfba9] by caparsons <caparson@…>
added fence to failing test to hopefully fix stale data issue on the …

Oct 17, 2023:

9:32 PM Changeset [e0dc038] by Peter A. Buhr <pabuhr@…>
first attempt at new C string input
3:24 PM Changeset [ca995e3] by caparsons <caparson@…>
added missing ARM fence on the signallee side of channel handoff
2:14 PM Changeset [5e0bba5] by Andrew Beach <ajbeach@…>
Work on the box pass, fixing up the FunctionDecl? update.
12:12 PM Changeset [37ceccb] by Michael Brooks <mlbrooks@…>
Change string-read semantics so that reading nothing leaves the …
8:50 AM Changeset [1b41219] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
8:49 AM Changeset [2bf46a5] by Peter A. Buhr <pabuhr@…>
add additional test for engineering and unit manipulator output

Oct 16, 2023:

7:01 PM Changeset [d85141f] by Andrew Beach <ajbeach@…>
Small refactoring of some helper functions to avoid repeating a loop.
4:10 PM Changeset [52a5262e] by Andrew Beach <ajbeach@…>
TypeVarMap? is now a subtype instead of an alias to remove the …
3:04 PM Changeset [4d2d7e27] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:04 PM Changeset [54e59dd] by Peter A. Buhr <pabuhr@…>
temporally remove gcc-9 from ARM nightly build because it is failing
1:56 PM Changeset [e14d169] by Andrew Beach <ajbeach@…>
Remove some cruft from the box pass. Some pieces left over from …
1:39 PM Changeset [6bd9f9e] by JiadaL <j82liang@…>
Rename and move the file to proposal
1:16 PM Changeset [c298079] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
1:16 PM Changeset [bab2917] by JiadaL <j82liang@…>
Update the introduction
10:24 AM Changeset [61e5d99] by Andrew Beach <ajbeach@…>
Boxing no longer passes layout information about polymorphic types in …
8:09 AM Changeset [a97b9ed] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
8:09 AM Changeset [946a6e4] by Peter A. Buhr <pabuhr@…>
updates to the uC++toCFA cheat sheet

Oct 13, 2023:

7:13 PM Changeset [8cbe732] by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
7:13 PM Changeset [85034ed] by JiadaL <j82liang@…>
Initial commit
10:10 AM Changeset [0bf0b97] by Andrew Beach <ajbeach@…>
Layout function builds its entire parameter list before creating the …

Oct 12, 2023:

5:57 PM Changeset [e85a72b8] by Peter A. Buhr <pabuhr@…>
change valide (French) to valid (English)
5:39 PM Changeset [80f8703] by Peter A. Buhr <pabuhr@…>
temporary fix to linkonce problem by changing -7 to 7 so …
4:03 PM Changeset [02c5880] by caparsons <caparson@…>
Added fence after channel handoff to prevent reordering on the arm …
10:35 AM Changeset [4604bf5] by Andrew Beach <ajbeach@…>
Clean-up of some names and comments. Removed some TODO comments which …

Oct 10, 2023:

11:42 AM Changeset [cf3da24] by Andrew Beach <ajbeach@…>
Fixed up some whitespace. Pretty minor stuff mostly.

Oct 9, 2023:

1:02 PM Changeset [ee9ad40] by caparsons <caparson@…>
Changed cofor files to support the corun statement
1:01 PM Changeset [72b518fc] by caparsons <caparson@…>
added error message for using corun statements without including the …
12:56 PM Changeset [26dfce5] by caparsons <caparson@…>
Updated cofor test to use new corun statement
12:55 PM Changeset [eb779d5] by caparsons <caparson@…>
Implemented corun statement
8:02 AM Changeset [0d49efb] by Peter A. Buhr <pabuhr@…>
allow precision < 3 for manipulator eng
7:43 AM Changeset [4817662] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Oct 8, 2023:

10:53 PM Changeset [8bc67cf] by Peter A. Buhr <pabuhr@…>
formatting, SKULLDUGGERY to remove spurious free-nonheap-object warning
10:31 AM Changeset [d3652df] by Andrew Beach <ajbeach@…>
Took the new EraseWith? pass out of the box pass. It might be able to …
9:55 AM Changeset [be8ee65] by Peter A. Buhr <pabuhr@…>
change host from arm64 to aarch64 for ARM nightly build
9:37 AM Changeset [3770b87] by Peter A. Buhr <pabuhr@…>
formatting, add PRNG copy to checkpoint PRNG state, remove autogen …
9:35 AM Changeset [92211d9] by Peter A. Buhr <pabuhr@…>
formatting
9:14 AM Changeset [f45772e] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Oct 7, 2023:

3:41 PM Changeset [9689e54] by Peter A. Buhr <pabuhr@…>
formatting
3:40 PM Changeset [8e860a7] by Peter A. Buhr <pabuhr@…>
fix typing mistake: arm4 to arm64
1:55 PM Changeset [7d128cb] by Peter A. Buhr <pabuhr@…>
add ARM architecture to regression tests
1:53 PM Changeset [299f4e0] by Peter A. Buhr <pabuhr@…>
add ARM architecture to nightly build
1:46 PM Changeset [500a60f] by Peter A. Buhr <pabuhr@…>
add ARM architecture to nightly build
12:24 PM Changeset [2261bcc] by Peter A. Buhr <pabuhr@…>
add arm64 to Jenkins nightly build

Oct 6, 2023:

2:58 PM Changeset [4d860ea3] by Michael Brooks <mlbrooks@…>
Fix compiler bug where duplicate type declarations caused crash. And …
2:56 PM Ticket #284 (cfa-cc - Cannot have multiple forward declarations of a polymorphic type) created by mlbrooks
[…] Expected: Allowed Actual: Compilation error on second …

Oct 5, 2023:

4:17 PM Changeset [0860d9c] by Michael Brooks <mlbrooks@…>
Fix read-to-variable-length-string cases when internal buffer fills. …
2:49 PM Changeset [b67b632] by Michael Brooks <mlbrooks@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
2:47 PM Changeset [097c8d0] by Andrew Beach <ajbeach@…>
Fixes to Box pass's DeclAdapter?. The two largest are: Only local …
2:30 PM Changeset [8cffa4f] by Michael Brooks <mlbrooks@…>
Support match-failure reporting for string input. On failed match, …
1:50 PM Changeset [bf1cbde] by Michael Brooks <mlbrooks@…>
Implement "scanset" semantics for manipulator skip, in place of …
11:27 AM Changeset [04db9f6] by Andrew Beach <ajbeach@…>
Updated some documentation about the Instantiate Generic pass.

Oct 4, 2023:

5:30 PM Changeset [045cda3] by Andrew Beach <ajbeach@…>
First clean-up pass on box pass. Some of it is stuff that could have …
4:55 PM Changeset [15b5abac] by Peter A. Buhr <pabuhr@…>
increase timeout in test.py from 180 to 240 seconds to deal with long …
11:04 AM Changeset [3cbe320] by Andrew Beach <ajbeach@…>
Translated the Link-Once pass to the new ast.

Oct 3, 2023:

5:31 PM Changeset [cf34e82] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
5:31 PM Changeset [11ab0b4a] by Peter A. Buhr <pabuhr@…>
add corun/cofor statement, update old cofor
10:58 AM Changeset [1ee0a4da] by Andrew Beach <ajbeach@…>
Translated the box pass to the new AST. This includes direct as …

Oct 2, 2023:

5:27 PM Changeset [46f9f02] by Peter A. Buhr <pabuhr@…>
add keywords alignas, alignof, static_assert, and thread_local
3:12 PM Changeset [cfcbd03] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:11 PM Changeset [5b4dacf] by Peter A. Buhr <pabuhr@…>
general updates to the Cforall user manual
3:10 PM Changeset [4e2a57ff] by Peter A. Buhr <pabuhr@…>
add command setgcolumn to set lstlisting comment-column alignment, …
2:59 PM Changeset [adaf062] by Peter A. Buhr <pabuhr@…>
update citation entry
2:58 PM Changeset [562a711] by Peter A. Buhr <pabuhr@…>
add keyword _Exception to uC++ lstlisting
9:42 AM Changeset [8514bcf8] by Peter A. Buhr <pabuhr@…>
create ARM test results for hotpotato
9:25 AM Changeset [8f570f1] by Peter A. Buhr <pabuhr@…>
create 32-bit test results for hotpotato
9:07 AM Changeset [16b5d11] by Peter A. Buhr <pabuhr@…>
make hotpotato test 32/64-bit specific due to different prng

Oct 1, 2023:

12:29 PM Changeset [7a925a41] by caparsons <caparson@…>
final hotpotato cleanup, removed two unneeded routines from explicit …
12:25 PM Changeset [26be854] by caparsons <caparson@…>
a bit of cleanup of the hotpotato tests
12:06 PM Changeset [fd775ae] by caparsons <caparson@…>
added hotpotato non-local ehm test in both enable/disable and poll flavours
12:05 PM Changeset [147a137] by caparsons <caparson@…>
added enable/disable ehm with no params for coroutines

Sep 30, 2023:

10:36 PM Changeset [1e7a765] by Peter A. Buhr <pabuhr@…>
fix lock/unlock for heap statistic-mode

Sep 28, 2023:

10:44 PM Changeset [0bb64bfa] by Peter A. Buhr <pabuhr@…>
update tiobe index, update new command-line documentation
10:43 PM Changeset [12f671e] by Peter A. Buhr <pabuhr@…>
tweak comments for CFA comand-line options
10:04 PM Changeset [5f917740] by Peter A. Buhr <pabuhr@…>
update help message from main.cc
10:03 PM Changeset [c2d728c] by Peter A. Buhr <pabuhr@…>
add using namespace std to cfa.cc

Sep 27, 2023:

10:07 PM Changeset [ca20b07] by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
9:56 PM Changeset [7350330f] by Peter A. Buhr <pabuhr@…>
formatting, remove unnecessary use of c_str(), add better debug …

Sep 25, 2023:

12:52 PM Changeset [f033d01] by JiadaL <j82liang@…>
Fix typo{
2:52 AM Changeset [c7616dd] by JiadaL <j82liang@…>
Fix designation value error

Sep 23, 2023:

10:50 PM Changeset [62c6cfa] by JiadaL <j82liang@…>
Revert "Fix designator value in enumerated array and implemented …
Note: See TracTimeline for information about the timeline view.