source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6a4dae6   13 months ajbeach Clean-up some white spaces, spaces to tabs.
(edit) @378096a   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a59e338   13 months pabuhr small wording changes
(edit) @88f2f0f   13 months pabuhr change zeroing of individual statistics fields to memset
(edit) @d9b7b66   13 months pabuhr change C style for-loops to CFA-style for-loops
(edit) @f898983   13 months pabuhr add missing #include <string.h>
(edit) @0a2e0e21   13 months pabuhr add FIX-ME comment for forall-void routine in iostream
(edit) @374cdb66   13 months pabuhr use memset to initialize struct io_uring_sqe to zero in routine zero_sqe
(edit) @c1b6bc6   13 months pabuhr first proofread of conclusion chapter
(edit) @1ae3f185   13 months pabuhr more proofreading of waituntil chapter
(edit) @d4c1d1f   13 months pabuhr more proofreading of chapter waituntil
(edit) @47b7142   13 months caparson reworked 7.5.3 of thesis
(edit) @c03c1ac   13 months pabuhr more proofreading waituntil chapter
(edit) @0e8f4c6   13 months caparson refactored test to now use remove() in waituntil
(edit) @7a2c6b18   13 months caparson did some cleanup in locks.hfa and fixed seg fault bug in channel …
(edit) @a09552d   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @5e6fb07   13 months caparson added label to section to reference later
(edit) @d3b8752   13 months ajbeach Added min/max for 3+ argument cases.
(edit) @5a7789f   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @21a700e   13 months caparson test change to fix broken build. Working on fix to underlying issue …
(edit) @8a1d62b6   13 months ajbeach Reorganize ?\? operator to shorten it a bit and move lines of code …
(edit) @49caf644   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c635047   13 months pabuhr more convertion to new void-creation stream macros
(edit) @da6db1a2   13 months caparson added test with new waituntil remove() syntax
(edit) @db94b5d   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c44705c   13 months caparson fixed remove ambiguity issue
(edit) @5454d77   13 months pabuhr update types to use new void-creation stream macros
(edit) @94d2544   13 months pabuhr formatting, create macros OSTYPE_VOID, OSTYPE_VOID_IMPL. ISTYPE_VOID, …
(edit) @8b84973   13 months caparson updated waituntil benchmarks to use new channel arrow syntax
(edit) @daf4c89   13 months caparson updated channel chapter to reflect new syntax
(edit) @ca22a7c   13 months caparson removed ambiguous waituntil remove support
(edit) @cb344f7   13 months caparson refactored tests to use new syntax for channel ops
(edit) @a1467c1   13 months caparson added support for remove and insert calls in waituntils
(edit) @d5926ae   13 months caparson modified waituntil tests to test new features
(edit) @e0396d9   13 months caparson added discussion of channel shorthand operators
(edit) @5adb277   13 months caparson changed test back to using new operators
(edit) @bf55f32   13 months caparson added support for general channel operators
(edit) @1d66a91   13 months caparson added support for general channel operators and cleaned up some cruft
(edit) @66ac416   13 months caparson revert channel test change
(edit) @f3c02ea   13 months caparson reverted addition of channel operators since it broke the waituntil …
(edit) @9cb2742   13 months caparson refactored some waituntil code gen to be more concise
(edit) @c2c1717   13 months caparson cleaned up a waituntil test and changed a channel test to use go-style …
(edit) @a0b59ed   13 months caparson added support for go style channel operators
(edit) @494a7e5   13 months caparson more 7.5 improvements. Tried to improve chapter flow
(edit) @7ed01be   13 months caparson smoothed over 7.5 intro
(edit) @dbf5e18   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @847ab8f   13 months pabuhr first proofread of waituntil chapter up to Section 7.5
(edit) @bcc56c9   13 months pabuhr final proofread of actor chapter
(edit) @432e1de   13 months pabuhr capitalize titles in citations
(edit) @6da4cbbc   13 months pabuhr move uC++ beside CFA in table
(edit) @1f36fcd   13 months pabuhr update Ada citation from Ada12 to Ada16
(edit) @ac09751   13 months pabuhr reduce whitespace before backtick
(edit) @0d7fc00   13 months ajbeach This may fix the excessive 'struct _IO_FILE;' declarations. I still …
(edit) @c25f16b   13 months ajbeach Repeat "remove push/pop from KR_parameter_list and …
(edit) @402a1e7   13 months ajbeach Revert "remove push/pop from KR_parameter_list and …
(edit) @b7c53a9d   13 months ajbeach Added a new invariant check and the fixes required to make it pass. …
(edit) @4acf56d   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @09e400e   13 months pabuhr remove push/pop from KR_parameter_list and typedef_declaration
(edit) @a3c7bac   13 months caparson reworked part of actor perf section
(edit) @60a9164   13 months pabuhr update discussion about work stealing
(edit) @cc28153d   13 months pabuhr change href to url, add citations
(edit) @d6d2136   13 months caparson Made changes in response to Peter's comments
(edit) @e0069bd   13 months ajbeach Renaming of some SymbolTable? functions because they are different and …
(edit) @1d9dc9c   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ed274fe   13 months pabuhr more proofreading of actor chapter
(edit) @68db00e   13 months pabuhr add labels to sections
(edit) @71a422a   13 months pabuhr add additional debug printing, remove push/pop associated with …
(edit) @fc95df3   13 months pabuhr add additional debug printing
(edit) @bdbb448   13 months caparson updated documentation related to waituntil changes
(edit) @c16cc99   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d829c6d   13 months caparson added test that consistently produced the waituntil channel close …
(edit) @bbecdd4   13 months caparson missed two files with previous commit
(edit) @b93bf85   13 months caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @ffac259   13 months pabuhr hide numtimes
(edit) @4c8ce47   13 months caparson updated pingpong exception test to remove output race for repeatable …
(edit) @c54ca97   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a2eb21a   13 months pabuhr fix problems in pingpong_nonlocal
(edit) @39e6309   13 months caparson fixed undefined reference
(edit) @ea1bb94   13 months caparson actor perf cleanup following reordering
(edit) @614868b   13 months caparson first pass at cleaning up per chapter reorganization
(edit) @f80e0f1e   13 months pabuhr more proofreading of actor chapter
(edit) @0aa77e6   13 months caparson various actor changes and fixes
(edit) @04c31f4   13 months caparson some changes to the queue swap chapter
(edit) @c3f7dd9   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @713905fd   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @e6e1a12   13 months pabuhr more proofreading of actor chapter
(edit) @9b0c1936   13 months pabuhr add glossary abbreviations CAS, DWCAS, DCAS, DAS, LL, SC
(edit) @2f26b841   13 months pabuhr add and update citations
(edit) @b29a1e8   13 months ajbeach Removed unused includes from a file. (Clean-up, plus it cuts down on …
(edit) @555c599   14 months caparson removed test since it now contains unsupportd behaviour
(edit) @ded018f   14 months caparson refactored to fix bug in channel_close test. As a consquence can no …
(edit) @5186775   14 months pabuhr alternative version of fibonacci_nonlocal
(edit) @64e3ac7   14 months pabuhr harmonize name for fibonacci_nonlocal and pingpong_nonlocal
(edit) @bef2245   14 months caparson added basic tests for non-local exceptions
(edit) @2fe64ba   14 months caparson added support for non-local exceptions
(edit) @b4d2b3b   14 months ajbeach Some cases in linkReferencesToTypes: It always hits one or both of the …
(edit) @8f31be6   14 months ajbeach Fixed some warnings, deleted some commented out code.
(edit) @c8bf1b5   14 months ajbeach Removed a comment that referenced a long gone pass.
(edit) @a9e10e2   14 months caparson small update to end of work stealing section
(edit) @7c4416a   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Note: See TracRevisionLog for help on using the revision log.