Timeline
Oct 20, 2022:
- 4:09 PM Changeset [8bd886e]ADTast-experimental by
- Some clean-up in pthread emulation
- 2:50 PM Changeset [1a45263]ADTast-experimental by
- Merge branch 'master' into pthread-emulation
- 1:39 PM Ticket #265 (cfa-cc - Compilation failure passing zero_t through assertions) created by
- […] There is an impact on a programmer using new arrays, when …
- 11:00 AM Ticket #264 (cfa-cc - Can't compile direct call of a function pointer that's a member of a ...) created by
- […] Originally discovered by Thierry with the following, more …
- 10:34 AM Changeset [bc899d6]ADTast-experimental by
- Added ast::vector as a short hand and used it in one file as a test.
Oct 19, 2022:
- 5:29 PM Changeset [d191e24]ADTast-experimental by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 5:29 PM Changeset [82ff4ed1]ADTast-experimental by
- fix bug printing semantic error in buildList
- 4:55 PM Changeset [058ece2]ADTast-experimental by
- made all_t all extern. There is no definition but since it is a …
- 4:43 PM Changeset [df6cc9d]ADTast-experimental by
- Merge branch 'master' into pthread-emulation
- 4:34 PM Changeset [135143b]ADTast-experimental by
- Hacked in code location in a case where errors didn't have it. This is …
- 4:33 PM Changeset [d1abc63c]ADTast-experimental by
- Change parse args to use new arrays instead of C arrays. Also added …
- 3:11 PM Changeset [72b5805e]ADTast-experimental by
- Fixed device/cpu to support systems without caches
- 1:42 PM Changeset [77de429]ADTast-experimental by
- Fix overriding enum value
Oct 18, 2022:
- 10:39 PM Changeset [9511841]ADTast-experimental by
- Test case for qualified enum + inline
- 9:13 PM Changeset [c2b3243]ADTast-experimental by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:12 PM Changeset [5408b59]ADTast-experimental by
- Remove var in QualifiedNameExpr?
- 5:48 PM Changeset [1e30df7]ADTast-experimental by
- Supports inline enums
- 4:20 PM Changeset [ce7d197]ADTast-experimental by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:19 PM Changeset [4678c1ec]ADTast-experimental by
- check for non-homogeneous nodes in buildList processing
- 1:00 PM Changeset [7b737df]ADTast-experimental by
- undo arch flag to Makefile.am
Oct 17, 2022:
- 9:05 PM Changeset [bd30231]ADTast-experimental by
- add Makefile variable arch with default x64 and pass it to test.py
Oct 14, 2022:
- 2:54 PM Changeset [fad1f14]ADTast-experimental by
- Small bits of clean-up I would rather not want to keep looking at.
- 2:25 PM Changeset [4465777]ADTast-experimental by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:25 PM Changeset [59c7e3e]ADTast-experimental by
- parge va_arg as special case function
- 1:03 PM Changeset [d0fa494]ADTast-experimental by
- Fixed missing header in test distribution and sorted
- 9:39 AM Changeset [05d499ac]ADTast-experimental by
- change printf to sout
Oct 13, 2022:
- 10:33 PM Changeset [80fbdc9]ADTast-experimental by
- remove include for bits/locks.hfa, generalize format code in error …
- 10:00 PM Changeset [4af5396]ADTast-experimental by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:59 PM Changeset [a25bcf8]ADTast-experimental by
- formatting
- 9:59 PM Changeset [5951956]ADTast-experimental by
- fix 32-bit problemgenrating spurious unfreed-storage message
- 5:06 PM Changeset [f82f07e]ADTast-experimental by
- Fixes to usage and corresponding tests
- 5:05 PM Changeset [38cc59f]ADTast-experimental by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Oct 12, 2022:
- 6:13 PM Changeset [7671c6d]ADTast-experimental by
- make heap executable for thunks
- 4:32 PM Changeset [481f882]ADTast-experimental by
- Added some missing headers and cleaned up some of the fork+exec stuff.
- 4:21 PM Changeset [a51b8f6]ADTast-experimental by
- Fix bug with removal of old ast.
Oct 11, 2022:
- 8:35 PM Changeset [e5256bd]ADTast-experimental by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 8:28 PM Changeset [4f102fa]ADTast-experimental by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 8:23 PM Changeset [116a2ea]ADTast-experimental by
- new heap and associated tests updated
- 5:58 PM Changeset [301071a]ADTast-experimental by
- formatting
- 4:50 PM Changeset [926d358]ADTast-experimental by
- Removed old asm_labels. Modified preemption check to no longer poll …
- 4:47 PM Changeset [3fcb5921]ADTast-experimental by
- Fixed what appears to be a bug in retract. Text coverage for this …
- 1:14 PM Changeset [a55472cc]ADTast-experimental by
- Removed use of single_sem in io since oneshot is sufficient and used …
- 1:11 PM Changeset [a46f7b6]ADTast-experimental by
- Fixed some warnings/mistakes between 32/64bit builds
Oct 10, 2022:
- 2:49 PM Changeset [fd90096]ADTast-experimental by
- Added tests for parse args of bools and numbers
- 2:47 PM Changeset [68456fa]ADTast-experimental by
- First step at refactoring fork+exec to be reused across tests
- 2:47 PM Changeset [affb51b]ADTast-experimental by
- A few small fix to parseargs
Oct 8, 2022:
- 4:29 PM Changeset [95bda0a]ADTast-experimental by
- add attribute always_inline to many CFA-library cover-routines to …
- 4:25 PM Changeset [b2ddaf3]ADTast-experimental by
- fix parsing bug for attribute at the end of a distribution list
- 9:43 AM Changeset [265e460]ADTast-experimental by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Oct 7, 2022:
- 4:43 PM Changeset [d8c96a9]ADTast-experimental by
- Small white-space fix.
- 4:09 PM Changeset [c8837e5]ADTast-experimental by
- Rewrite in GenPoly? to avoid mixing new AST and TyVarMap? (which …
Oct 6, 2022:
- 4:00 PM Changeset [8c91088]ADTast-experimental by
- Slight improvement to documentation in Box.cc.
- 11:25 AM Changeset [7fffb1b]ADTast-experimental by
- Translated the convertLvalue pass. It could possibly use some …
- 10:56 AM Changeset [d0a00a5a]ADTast-experimental by
- Forgot to update makefile when I moved Jacob's tests
Oct 5, 2022:
- 10:10 PM Changeset [815943f]ADTast-experimental by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 5:20 PM Changeset [0deeaad]ADTast-experimental by
- Added fixed point log2 calculation, which is not that useful but kind …
- 5:20 PM Changeset [5f6b2c2]ADTast-experimental by
- 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
- Changed moving average weights as an attempt to compensate for logscale.
Oct 3, 2022:
- 4:37 PM Changeset [31c967b]ADTast-experimental by
- Changed ready-queue so I can easily change the averaging algorithm. …
- 3:26 PM Changeset [890f67a]ADTast-experimental by
- Was passing CodeLocation? to an old node. Not sure how that happened.
- 1:46 PM Changeset [4b8b2a4]ADTast-experimental by
- Make unset locations earier to find with a search for 'CodeLocation?()'.
- 11:13 AM Changeset [c02cef1]ADTast-experimental by
- Clean-up in AST/Inspect.
Oct 2, 2022:
- 10:00 PM Changeset [ae151cf]ADTast-experimental by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:58 PM Changeset [f704974]ADTast-experimental by
- update and add some bibliography references
Sep 29, 2022:
- 4:35 PM Changeset [f92e7b9]ADTast-experimental by
- Moved parseconfigs tests to its own folder so I can add parseargs to …
- 3:56 PM Changeset [33e4968e]ADTast-experimental by
- Relaxed the warning a little.
- 3:23 PM Changeset [da77728]ADTast-experimental by
- Added runtime warning for the leader_spin issue
- 3:19 PM Changeset [2e94d94f]ADTast-experimental by
- Fixed a few bugs in the processor listing.
- 3:16 PM Changeset [f58522b0]ADTast-experimental by
- python test script now nice +5 the executables before running them.
- 3:15 PM Changeset [77125cc]ADTast-experimental by
- Added support for warnf, like verifyf but doesn't abort. Will not warn …
- 11:57 AM Changeset [5f9c42b]ADTast-experimental by
- Added strict flag to moving average to keep track of which timestamps …
- 11:33 AM Changeset [1756e08]ADTast-experimental by
- Added some defensive programming to work around parsing bug
- 11:13 AM Changeset [a659b31]ADTast-experimental by
- 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
- 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
- Full Build now only builds documentation in one of the sub builds
Sep 26, 2022:
- 10:32 AM Changeset [36cb4d9]ADTast-experimental by
- Reorganize the expandTuple pass to hopefully make it easier to follow.
- 8:57 AM Changeset [996c8ed]ADTast-experimental by
- add better syntax error-messages for certain cases
Sep 23, 2022:
- 3:41 PM Changeset [160f1aa]ADTast-experimental by
- Changed links of processors in cluster to avoid anonymous names, which …
- 3:38 PM Changeset [43db35e]ADTast-experimental by
- missing pragma once
- 10:13 AM Changeset [3f7e68b7]ADTast-experimental by
- It has been ~3 years, still no one is using GuardMethod?.
Sep 22, 2022:
- 4:08 PM Changeset [b859f59]ADTast-experimental by
- Reordered fields in FunctionDecl? and removed some trailing white-space.
- 3:25 PM Changeset [5d8dae7]ADTast-experimental by
- Used Pass::read in Unify in one place.
- 3:10 PM Changeset [9cd5bd2]ADTast-experimentalpthread-emulation by
- Added an assembly to prevent null-checks from being optimized out. …
- 2:23 PM Changeset [e01eb4a]ADTast-experimental by
- Moved some functions from InitTweak? to Inspect.
Sep 21, 2022:
- 11:56 AM Changeset [95dab9e]ADTast-experimentalpthread-emulation by
- Changed real_pthread symbols (now cfaabi_pthread) to be protected in …
- 11:02 AM Changeset [7f6a7c9]ADTast-experimentalpthread-emulation by
- Merge branch 'master' into pthread-emulation
- 10:52 AM Changeset [0bd46fd]ADTast-experimentalpthread-emulation by
- Fixed several warnings
- 9:38 AM Changeset [20737104]ADTast-experimentalpthread-emulation by
- Wrote a new asForward helper for Autogen.
- 9:22 AM Changeset [e9e9f56]ADTast-experimentalpthread-emulation by
- Used the WithCodeLocation? helper in more passes. This cleans up some …
Sep 20, 2022:
- 10:04 PM Changeset [b6c3688]ADTast-experimentalpthread-emulation by
- rename directory ibm_CASCON19 to IBM_CASCON19
- 9:24 PM Changeset [dc56b9d]ADTast-experimentalpthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:24 PM Changeset [1c893ae]ADTast-experimentalpthread-emulation by
- add assert so compiler does not generate spurious warnings
- 9:22 PM Changeset [79ae13d]ADTast-experimentalpthread-emulation by
- remove unknown #pragma -Wnull-conversion
- 9:12 PM Changeset [53a768d]ADTast-experimentalpthread-emulation by
- Disable the funcEnum test for now
- 8:37 PM Changeset [a065f1f]ADTast-experimentalpthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 8:37 PM Changeset [4520b77e]ADTast-experimentalpthread-emulation by
- Merge to Master Sept 19
- 6:34 PM Changeset [ef1da0e2]ADTast-experimentalpthread-emulation by
- try to make parameter qualifier conversion work for assertions
- 3:07 PM Changeset [8f1e035]ADTast-experimentalpthread-emulation by
- Created a new module for more ast helpers. Put in code to efficiently …
- 2:42 PM Changeset [72d1118]ADTast-experimentalpthread-emulation by
- Finished final read
Note: See TracTimeline
for information about the timeline view.