Timeline
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
Sep 19, 2022:
- 8:49 PM Changeset [aa9f215]ADTast-experimentalpthread-emulation by
- update return type of forward declaration for poll_interrupts
- 8:11 PM Changeset [23a08aa0]ADTast-experimentalpthread-emulation by
- fix merge conflict
- 6:25 PM Changeset [ebf8ca5]ADTast-experimentalpthread-emulation by
- switch for-loop from C to CFA format
- 4:22 PM Changeset [ae1d151]ADTast-experimentalpthread-emulation by
- White-space fixes and an improvement to some clean-up.
- 3:54 PM Changeset [1c7ed2d]ADTast-experimentalpthread-emulation by
- Changed futures and oneshots to use new enum capabilities
- 3:53 PM Changeset [9d55ff6]ADTast-experimentalpthread-emulation by
- Hack in code gen to make 0p a constant
- 3:51 PM Changeset [aa144c5a]ADTast-experimentalpthread-emulation by
- Relaxed helping cutoff from 1.5X to 8X
- 11:48 AM Changeset [12df6fe]ADTast-experimentalpthread-emulationqualifiedEnum by
- Fix an enumerator value bug; add basic tests for new features; save …
- 11:22 AM Changeset [d489da8]ADTast-experimentalpthread-emulation by
- core final read
Sep 16, 2022:
- 3:40 PM Changeset [4407b7e]ADTast-experimentalpthread-emulation by
- Tiny changes as part of my final read-through
- 11:19 AM Changeset [09f34a84]ADTast-experimentalpthread-emulation by
- Remove some of the warnings on the new clang
Sep 15, 2022:
- 4:59 PM Changeset [9a90092]ADTast-experimentalpthread-emulation by
- Fixed typo
- 4:51 PM Changeset [597e395]ADTast-experimentalpthread-emulation by
- Jenkins now runs all tests in debug on push
- 3:43 PM Changeset [0fc91db1]ADTast-experimentalpthread-emulation by
- Removed old ast from configure and tests.py
- 2:37 PM Changeset [79ee5b3]ADTast-experimentalpthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:37 PM Changeset [2c63fa2]ADTast-experimentalpthread-emulation by
- Tiny fixes to the front pages
- 2:06 PM Changeset [09366b8]ADTast-experimentalpthread-emulation by
- Cleaned out old AST code from main.
- 12:04 PM Changeset [747d0fa]ADTast-experimentalpthread-emulation by
- White-space clean-up in DeclReplacer?.
- 11:48 AM Changeset [a2fd937]ADTast-experimentalpthread-emulation by
- Finished last todo
- 11:28 AM Changeset [95e5018]ADTast-experimentalpthread-emulation by
- 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
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:36 PM Changeset [01865fb]ADTast-experimentalpthread-emulation by
- New pass mixin now has 1 use
- 4:35 PM Changeset [a9762dc]ADTast-experimentalpthread-emulation by
- Passvisitor can now track code location
- 4:34 PM Changeset [1b65595]ADTast-experimentalpthread-emulation by
- Implemented move semantics for ValueGuardPtr?
- 4:34 PM Changeset [3acc863]ADTast-experimentalpthread-emulation by
- Moved to C++17
- 4:33 PM Changeset [f8965f4]ADTast-experimentalpthread-emulation by
- Removed unnecessary throw lists
- 2:14 PM Changeset [ce31925]ADTast-experimentalpthread-emulation by
- Removed the -O/--old-ast and -A/--new-ast flags from main. Converted …
- 11:53 AM Changeset [c36814a]ADTast-experimentalpthread-emulation by
- Adding 'final' and removing a redundent namespace in the post resolve …
- 10:13 AM Changeset [1c0657a]ADTast-experimentalpthread-emulation by
- Forgot to add the main new code file.
- 9:46 AM Changeset [3606fe4]ADTast-experimentalpthread-emulation by
- Translated Instantiate Generic to the new AST. This includes various …
Sep 13, 2022:
- 3:07 PM Changeset [fc96890]ADTast-experimentalpthread-emulation by
- Ran second spell/grammar checker and now the cows have come home
Sep 12, 2022:
- 4:35 PM Changeset [1c334d1]ADTast-experimentalpthread-emulation by
- Checking conclusion
- 4:05 PM Changeset [4ab54c9]ADTast-experimentalpthread-emulation by
- checking eval macro
- 2:58 PM Changeset [5548175]ADTast-experimentalpthread-emulation by
- checking eval micro
Sep 9, 2022:
- 8:17 PM Changeset [3e8dacc]ADTast-experimentalpthread-emulation by
- Checking practice.tex
- 7:27 PM Changeset [1260224]ADTast-experimentalpthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 7:22 PM Changeset [b0ceb72]ADTast-experimentalpthread-emulation by
- Merged peter's changes to the glossary
- 7:10 PM Changeset [35ece70]ADTast-experimentalpthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 7:10 PM Changeset [d895e32]ADTast-experimentalpthread-emulation by
- Checking io.tex
- 6:19 PM Changeset [4a2d728]ADTast-experimentalpthread-emulation by
- proofread glossary
- 3:44 PM Changeset [62424af2]ADTast-experimentalpthread-emulation by
- More spell/grammer checking
- 12:43 PM Changeset [264f6c9]ADTast-experimentalpthread-emulation by
- Removed old svg that probably never should have been committed
Sep 8, 2022:
- 5:11 PM Changeset [918e0137]ADTast-experimentalpthread-emulation by
- First pass at spellchecking until chapter 2
Sep 7, 2022:
- 10:40 PM Changeset [e4855f6]ADTast-experimentalpthread-emulation by
- finished proofreading thesis
- 4:12 PM Changeset [a44514e]ADTast-experimentalpthread-emulation by
- A whole bunch of small changes: trying to setup a version that I can …
Sep 6, 2022:
- 4:05 PM Changeset [7a0f798b]ADTast-experimentalpthread-emulation by
- Merged peter's last changes and filled in most of the TODOs
Note: See TracTimeline
for information about the timeline view.