Timeline



Oct 12, 2022:

6:13 PM Changeset [7671c6d]ADTast-experimental by Peter A. Buhr <pabuhr@…>
make heap executable for thunks
4:32 PM Changeset [481f882]ADTast-experimental by Thierry Delisle <tdelisle@…>
Added some missing headers and cleaned up some of the fork+exec stuff.
4:21 PM Changeset [a51b8f6]ADTast-experimental by Thierry Delisle <tdelisle@…>
Fix bug with removal of old ast.

Oct 11, 2022:

8:35 PM Changeset [e5256bd]ADTast-experimental by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
8:28 PM Changeset [4f102fa]ADTast-experimental by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
8:23 PM Changeset [116a2ea]ADTast-experimental by Peter A. Buhr <pabuhr@…>
new heap and associated tests updated
5:58 PM Changeset [301071a]ADTast-experimental by Peter A. Buhr <pabuhr@…>
formatting
4:50 PM Changeset [926d358]ADTast-experimental by Thierry Delisle <tdelisle@…>
Removed old asm_labels. Modified preemption check to no longer poll …
4:47 PM Changeset [3fcb5921]ADTast-experimental by Thierry Delisle <tdelisle@…>
Fixed what appears to be a bug in retract. Text coverage for this …
1:14 PM Changeset [a55472cc]ADTast-experimental by Thierry Delisle <tdelisle@…>
Removed use of single_sem in io since oneshot is sufficient and used …
1:11 PM Changeset [a46f7b6]ADTast-experimental by Thierry Delisle <tdelisle@…>
Fixed some warnings/mistakes between 32/64bit builds

Oct 10, 2022:

2:49 PM Changeset [fd90096]ADTast-experimental by Thierry Delisle <tdelisle@…>
Added tests for parse args of bools and numbers
2:47 PM Changeset [68456fa]ADTast-experimental by Thierry Delisle <tdelisle@…>
First step at refactoring fork+exec to be reused across tests
2:47 PM Changeset [affb51b]ADTast-experimental by Thierry Delisle <tdelisle@…>
A few small fix to parseargs

Oct 8, 2022:

4:29 PM Changeset [95bda0a]ADTast-experimental by Peter A. Buhr <pabuhr@…>
add attribute always_inline to many CFA-library cover-routines to …
4:25 PM Changeset [b2ddaf3]ADTast-experimental by Peter A. Buhr <pabuhr@…>
fix parsing bug for attribute at the end of a distribution list
9:43 AM Changeset [265e460]ADTast-experimental by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Oct 7, 2022:

4:43 PM Changeset [d8c96a9]ADTast-experimental by Andrew Beach <ajbeach@…>
Small white-space fix.
4:09 PM Changeset [c8837e5]ADTast-experimental by Andrew Beach <ajbeach@…>
Rewrite in GenPoly? to avoid mixing new AST and TyVarMap? (which …

Oct 6, 2022:

4:00 PM Changeset [8c91088]ADTast-experimental by Andrew Beach <ajbeach@…>
Slight improvement to documentation in Box.cc.
11:25 AM Changeset [7fffb1b]ADTast-experimental by Andrew Beach <ajbeach@…>
Translated the convertLvalue pass. It could possibly use some …
10:56 AM Changeset [d0a00a5a]ADTast-experimental by Thierry Delisle <tdelisle@…>
Forgot to update makefile when I moved Jacob's tests

Oct 5, 2022:

10:10 PM Changeset [815943f]ADTast-experimental by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
5:20 PM Changeset [0deeaad]ADTast-experimental by Thierry Delisle <tdelisle@…>
Added fixed point log2 calculation, which is not that useful but kind …
5:20 PM Changeset [5f6b2c2]ADTast-experimental by Thierry Delisle <tdelisle@…>
Fixed case where the measure time could be 0 and log2(0) is a problem.

Oct 4, 2022:

2:49 PM Changeset [d1cd4c4]ADTast-experimental by Thierry Delisle <tdelisle@…>
Changed moving average weights as an attempt to compensate for logscale.

Oct 3, 2022:

4:37 PM Changeset [31c967b]ADTast-experimental by Thierry Delisle <tdelisle@…>
Changed ready-queue so I can easily change the averaging algorithm. …
3:26 PM Changeset [890f67a]ADTast-experimental by Andrew Beach <ajbeach@…>
Was passing CodeLocation? to an old node. Not sure how that happened.
1:46 PM Changeset [4b8b2a4]ADTast-experimental by Andrew Beach <ajbeach@…>
Make unset locations earier to find with a search for 'CodeLocation?()'.
11:13 AM Changeset [c02cef1]ADTast-experimental by Andrew Beach <ajbeach@…>
Clean-up in AST/Inspect.

Oct 2, 2022:

10:00 PM Changeset [ae151cf]ADTast-experimental by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
9:58 PM Changeset [f704974]ADTast-experimental by Peter A. Buhr <pabuhr@…>
update and add some bibliography references

Sep 29, 2022:

4:35 PM Changeset [f92e7b9]ADTast-experimental by Thierry Delisle <tdelisle@…>
Moved parseconfigs tests to its own folder so I can add parseargs to …
3:56 PM Changeset [33e4968e]ADTast-experimental by Thierry Delisle <tdelisle@…>
Relaxed the warning a little.
3:23 PM Changeset [da77728]ADTast-experimental by Thierry Delisle <tdelisle@…>
Added runtime warning for the leader_spin issue
3:19 PM Changeset [2e94d94f]ADTast-experimental by Thierry Delisle <tdelisle@…>
Fixed a few bugs in the processor listing.
3:16 PM Changeset [f58522b0]ADTast-experimental by Thierry Delisle <tdelisle@…>
python test script now nice +5 the executables before running them.
3:15 PM Changeset [77125cc]ADTast-experimental by Thierry Delisle <tdelisle@…>
Added support for warnf, like verifyf but doesn't abort. Will not warn …
11:57 AM Changeset [5f9c42b]ADTast-experimental by Thierry Delisle <tdelisle@…>
Added strict flag to moving average to keep track of which timestamps …
11:33 AM Changeset [1756e08]ADTast-experimental by Thierry Delisle <tdelisle@…>
Added some defensive programming to work around parsing bug
11:13 AM Changeset [a659b31]ADTast-experimental by Thierry Delisle <tdelisle@…>
Added meta test to check exec+fork options to validating args

Sep 28, 2022:

2:27 PM Ticket #160 (cfa-cc - Constant 0p (NULL) does not work at the global declaration level) closed by Thierry Delisle
fixed: Fixed but not with proper constexpr. I just hacked it in in codegen.

Sep 27, 2022:

11:34 AM Changeset [d3af505]ADTast-experimental by Thierry Delisle <tdelisle@…>
Full Build now only builds documentation in one of the sub builds

Sep 26, 2022:

10:32 AM Changeset [36cb4d9]ADTast-experimental by Andrew Beach <ajbeach@…>
Reorganize the expandTuple pass to hopefully make it easier to follow.
8:57 AM Changeset [996c8ed]ADTast-experimental by Peter A. Buhr <pabuhr@…>
add better syntax error-messages for certain cases

Sep 23, 2022:

3:41 PM Changeset [160f1aa]ADTast-experimental by Thierry Delisle <tdelisle@…>
Changed links of processors in cluster to avoid anonymous names, which …
3:38 PM Changeset [43db35e]ADTast-experimental by Thierry Delisle <tdelisle@…>
missing pragma once
10:13 AM Changeset [3f7e68b7]ADTast-experimental by Andrew Beach <ajbeach@…>
It has been ~3 years, still no one is using GuardMethod?.

Sep 22, 2022:

4:08 PM Changeset [b859f59]ADTast-experimental by Andrew Beach <ajbeach@…>
Reordered fields in FunctionDecl? and removed some trailing white-space.
3:25 PM Changeset [5d8dae7]ADTast-experimental by Andrew Beach <ajbeach@…>
Used Pass::read in Unify in one place.
3:10 PM Changeset [9cd5bd2]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Added an assembly to prevent null-checks from being optimized out. …
2:23 PM Changeset [e01eb4a]ADTast-experimental by Andrew Beach <ajbeach@…>
Moved some functions from InitTweak? to Inspect.

Sep 21, 2022:

11:56 AM Changeset [95dab9e]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Changed real_pthread symbols (now cfaabi_pthread) to be protected in …
11:02 AM Changeset [7f6a7c9]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Merge branch 'master' into pthread-emulation
10:52 AM Changeset [0bd46fd]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Fixed several warnings
9:38 AM Changeset [20737104]ADTast-experimentalpthread-emulation by Andrew Beach <ajbeach@…>
Wrote a new asForward helper for Autogen.
9:22 AM Changeset [e9e9f56]ADTast-experimentalpthread-emulation by Andrew Beach <ajbeach@…>
Used the WithCodeLocation? helper in more passes. This cleans up some …

Sep 20, 2022:

10:04 PM Changeset [b6c3688]ADTast-experimentalpthread-emulation by Peter A. Buhr <pabuhr@…>
rename directory ibm_CASCON19 to IBM_CASCON19
9:24 PM Changeset [dc56b9d]ADTast-experimentalpthread-emulation by Peter A. Buhr <pabuhr@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
9:24 PM Changeset [1c893ae]ADTast-experimentalpthread-emulation by Peter A. Buhr <pabuhr@…>
add assert so compiler does not generate spurious warnings
9:22 PM Changeset [79ae13d]ADTast-experimentalpthread-emulation by Peter A. Buhr <pabuhr@…>
remove unknown #pragma -Wnull-conversion
9:12 PM Changeset [53a768d]ADTast-experimentalpthread-emulation by JiadaL <j82liang@…>
Disable the funcEnum test for now
8:37 PM Changeset [a065f1f]ADTast-experimentalpthread-emulation by JiadaL <j82liang@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
8:37 PM Changeset [4520b77e]ADTast-experimentalpthread-emulation by JiadaL <j82liang@…>
Merge to Master Sept 19
6:34 PM Changeset [ef1da0e2]ADTast-experimentalpthread-emulation by Fangren Yu <f37yu@…>
try to make parameter qualifier conversion work for assertions
3:07 PM Changeset [8f1e035]ADTast-experimentalpthread-emulation by Andrew Beach <ajbeach@…>
Created a new module for more ast helpers. Put in code to efficiently …
2:42 PM Changeset [72d1118]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Finished final read

Sep 19, 2022:

8:49 PM Changeset [aa9f215]ADTast-experimentalpthread-emulation by Peter A. Buhr <pabuhr@…>
update return type of forward declaration for poll_interrupts
8:11 PM Changeset [23a08aa0]ADTast-experimentalpthread-emulation by Peter A. Buhr <pabuhr@…>
fix merge conflict
6:25 PM Changeset [ebf8ca5]ADTast-experimentalpthread-emulation by Peter A. Buhr <pabuhr@…>
switch for-loop from C to CFA format
4:22 PM Changeset [ae1d151]ADTast-experimentalpthread-emulation by Andrew Beach <ajbeach@…>
White-space fixes and an improvement to some clean-up.
3:54 PM Changeset [1c7ed2d]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Changed futures and oneshots to use new enum capabilities
3:53 PM Changeset [9d55ff6]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Hack in code gen to make 0p a constant
3:51 PM Changeset [aa144c5]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Relaxed helping cutoff from 1.5X to 8X
11:48 AM Changeset [12df6fe]ADTast-experimentalpthread-emulationqualifiedEnum by JiadaL <j82liang@…>
Fix an enumerator value bug; add basic tests for new features; save …
11:22 AM Changeset [d489da8]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
core final read

Sep 16, 2022:

3:40 PM Changeset [4407b7e]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Tiny changes as part of my final read-through
11:19 AM Changeset [09f34a84]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Remove some of the warnings on the new clang

Sep 15, 2022:

4:59 PM Changeset [9a90092]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Fixed typo
4:51 PM Changeset [597e395]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Jenkins now runs all tests in debug on push
3:43 PM Changeset [0fc91db1]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Removed old ast from configure and tests.py
2:37 PM Changeset [79ee5b3]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
2:37 PM Changeset [2c63fa2]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Tiny fixes to the front pages
2:06 PM Changeset [09366b8]ADTast-experimentalpthread-emulation by Andrew Beach <ajbeach@…>
Cleaned out old AST code from main.
12:04 PM Changeset [747d0fa]ADTast-experimentalpthread-emulation by Andrew Beach <ajbeach@…>
White-space clean-up in DeclReplacer?.
11:48 AM Changeset [a2fd937]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Finished last todo
11:28 AM Changeset [95e5018]ADTast-experimentalpthread-emulation by Andrew Beach <ajbeach@…>
Changed ast::pass::make_location_guard so it should work with C++14.

Sep 14, 2022:

4:36 PM Changeset [25793da]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
4:36 PM Changeset [01865fb]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
New pass mixin now has 1 use
4:35 PM Changeset [a9762dc]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Passvisitor can now track code location
4:34 PM Changeset [1b65595]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Implemented move semantics for ValueGuardPtr?
4:34 PM Changeset [3acc863]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Moved to C++17
4:33 PM Changeset [f8965f4]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Removed unnecessary throw lists
2:14 PM Changeset [ce31925]ADTast-experimentalpthread-emulation by Andrew Beach <ajbeach@…>
Removed the -O/--old-ast and -A/--new-ast flags from main. Converted …
11:53 AM Changeset [c36814a]ADTast-experimentalpthread-emulation by Andrew Beach <ajbeach@…>
Adding 'final' and removing a redundent namespace in the post resolve …
10:13 AM Changeset [1c0657a]ADTast-experimentalpthread-emulation by Andrew Beach <ajbeach@…>
Forgot to add the main new code file.
9:46 AM Changeset [3606fe4]ADTast-experimentalpthread-emulation by Andrew Beach <ajbeach@…>
Translated Instantiate Generic to the new AST. This includes various …

Sep 13, 2022:

3:07 PM Changeset [fc96890]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Ran second spell/grammar checker and now the cows have come home

Sep 12, 2022:

4:35 PM Changeset [1c334d1]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
Checking conclusion
4:05 PM Changeset [4ab54c9]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
checking eval macro
2:58 PM Changeset [5548175]ADTast-experimentalpthread-emulation by Thierry Delisle <tdelisle@…>
checking eval micro
Note: See TracTimeline for information about the timeline view.