source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c86b08d   14 months caparson added support for the waituntil statement in the compiler ADTast-experimental
(edit) @73bf7ddc   14 months caparson updated lock interface to support waituntil trait ADTast-experimental
(edit) @beeff61e   14 months caparson some cleanup and a bunch of changes to support waituntil statement ADTast-experimental
(edit) @bb7422a   15 months ajbeach Translated parser to the new ast. This incuded a small fix in the … ADTast-experimental
(edit) @4541b09   15 months pabuhr small corrections ADTast-experimental
(edit) @9586d22   15 months pabuhr add access to LstNumberStyle?, make tt font smalled for lst string constants ADTast-experimental
(edit) @deeda09   15 months pabuhr proofread CFA-concurrency chapter ADTast-experimental
(edit) @11e3e97   15 months pabuhr formatting ADTast-experimental
(edit) @55fabac   15 months pabuhr change citation colour from green to blue ADTast-experimental
(edit) @59c05958   15 months pabuhr proofread CFA-introduction chapter ADTast-experimental
(edit) @9363b1b   15 months caparson removed code style and refactored to use cfa code style ADTast-experimental
(edit) @e8b1f23c   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @525a46a   15 months pabuhr formatting ADTast-experimental
(edit) @0e398ad   15 months pabuhr convert to CFAStyle in CFA_intro chapter ADTast-experimental
(edit) @9432499   15 months pabuhr turn on CFAStyle and make default language ADTast-experimental
(edit) @bf0c723   15 months pabuhr add style file to Makefile dependencies ADTast-experimental
(edit) @34b6a7b6   15 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @fa6ca1a   15 months mlbrooks LL perf: reduce frequency of using volatile variables. Significantly … ADTast-experimental
(edit) @90a3a89   15 months mlbrooks LL perf: Add comments for rerunning tests ADTast-experimental
(edit) @1689ecf   15 months caparson fixed citation issue ADTast-experimental
(edit) @9a5a2cd   15 months caparson Big cleanup pass. Updated style to get rid of almost all macros. … ADTast-experimental
(edit) @48fda7a   15 months caparson cleaned up cpp figure ADTast-experimental
(edit) @fb7cda9   15 months caparson removed uneeded make rules ADTast-experimental
(edit) @e41c4c6   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1e6cecb   15 months caparson fixed accidental duplicate label ADTast-experimental
(edit) @3c17a10   15 months caparson updated style to remove some 800-lb gorilla macros ADTast-experimental
(edit) @678c540   15 months pabuhr small commits before changing latex macros ADTast-experimental
(edit) @75bd041   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @3d08cea   15 months caparson Removed unneeded include. Should fix failing channels/churn test. ADTast-experimental
(edit) @f3ba69d   15 months mlbrooks LL perf: Upgrade the results' dataset to have more runs of longer … ADTast-experimental
(edit) @0b66ef9   15 months mlbrooks Add linked list performance experiment ADTast-experimental
(edit) @eb47a80   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @70056ed   15 months pabuhr clean up waituntil grammar ADTast-experimental
(edit) @6e83384   15 months caparson did more editing, finished first draft of mutex stmt and channel … ADTast-experimental
(edit) @c7f6786   15 months caparson added figures for mutex stmt and channels ADTast-experimental
(edit) @bd72c28   15 months caparson fixed build issue caused by globals ADTast-experimental
(edit) @9082d7e8   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d24b1985   15 months caparson updated plotting and run scripts for channel benchmarks ADTast-experimental
(edit) @e2f827f   15 months caparson added go counterpart to cfa benchmarks ADTast-experimental
(edit) @76a8400   15 months caparson added all cfa benchmarks, contend is the only one used in the thesis, … ADTast-experimental
(edit) @a45e21c   15 months caparson cleaned up channel, added safety/productivity features to channels. … ADTast-experimental
(edit) @efdd18c   15 months caparson updated actor header to use better name for stat toggling ADTast-experimental
(edit) @9319a23   15 months caparson added channel tests that use new termination feature ADTast-experimental
(edit) @ff443e5   15 months pabuhr forgot to add to last commit ADTast-experimental
(edit) @ac235a8   15 months pabuhr deprecated qualifiers/specifiers before TYPEDEF ADTast-experimental
(edit) @9fd9d015   15 months pabuhr formatting, add new waituntil grammar, rewrite waitfor grammar, … ADTast-experimental
(edit) @afdb74b   15 months ajbeach Looks like we missed one of the ast 'should be in every derived class' … ADTast-experimental
(edit) @9feb34b   15 months ajbeach Moved toString and toCString to a new header. Updated includes. … ADTast-experimental
(edit) @60380a1   15 months caparson trying to get Jenkins Promote to work with new credentials ADTast-experimental
(edit) @e10714a   15 months pabuhr update interpose code, and document 32-bit interpose bug in glibc ADTast-experimental
(edit) @4eebbcc   15 months caparson some mutex stmt benchmark cleanup ADTast-experimental
(edit) @2f6a9391   15 months caparson added first channel bench and copied over scripts that will need to be … ADTast-experimental
(edit) @5fd5de2   15 months caparson added WIP channels chapter ADTast-experimental
(edit) @512d937c   15 months caparson various edits and cleanup and added mutexstmt chapter ADTast-experimental
(edit) @75d874a   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0e16a2d   15 months caparson added two other channel variations to channel file ADTast-experimental
(edit) @1633e04   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d30e3eb   15 months caparson cleaned up exp_backoff lock and rewrote parts of channels to improve … ADTast-experimental
(edit) @056bee8   15 months ajbeach Added printing of with clauses to the printing of both new and old ast … ADTast-experimental
(edit) @c94b1f0   15 months ajbeach Removed unused (debug only?) code. If you want to change how … ADTast-experimental
(edit) @d800676   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1afd9ccb   15 months pabuhr update call.cfa.in with generic casts for io-uring field types ADTast-experimental
(edit) @18ea270   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d63aeba   15 months pabuhr print unimplemented error for forall in typedef ADTast-experimental
(edit) @de934c7   15 months caparson minor changes to channel test harness ADTast-experimental
(edit) @1d245ea   15 months caparson added padding to channel to prevent false sharing that was occurring ADTast-experimental
(edit) @5d9c4bb   15 months pabuhr proofread Mike's list chapter ADTast-experimental
(edit) @1f771fc   15 months mganesan Removed list initialization and simple assignment expression rules for … ADTast-experimental
(edit) @1205b3e   15 months pabuhr update 32-bit tests after change to PRNG ADTast-experimental
(edit) @90fb672   15 months pabuhr use splitmix32/64 to prime set seed for all PRNG ADTast-experimental
(edit) @12b006c   15 months caparson small comment cleanup ADTast-experimental
(edit) @09965e5   15 months caparson added splitmix64 since wyhash has 128 bit dependency and xoshiro doesnt ADTast-experimental
(edit) @814a4da   15 months caparson updated expect files for prng based tests ADTast-experimental
(edit) @c3ed603   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @a6bb5fc   15 months caparson fixed merge conflict ADTast-experimental
(edit) @4c6ba5a   15 months caparson refactored to use generators for seeding state, added splitmix32 for … ADTast-experimental
(edit) @e62802f   15 months pabuhr add missing comma for citation field ADTast-experimental
(edit) @c2dfa56a   15 months pabuhr remove SKULLDUGGERY dealing with CFA typedef numbering problem ADTast-experimental
(edit) @eac318a   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @cd477ca   15 months caparson renamed baseline bench and added separate cluster to cfa benchmark to … ADTast-experimental
(edit) @5f648fb3   15 months caparson updated runscript and shared header for rand bench ADTast-experimental
(edit) @0da7181   15 months caparson added randomized lock ordering bench for mutexstmt ADTast-experimental
(edit) @60e14fc   15 months ajbeach Fixed some whitespace. ADTast-experimental
(edit) @9a9ca36   15 months caparson a little bit of mutex stmt header cleanup ADTast-experimental
(edit) @ce04120   15 months caparson made generated finally routine inline to allow for better optimization ADTast-experimental
(edit) @0faacb8   15 months caparson various additions to thesis, finished first draft of actor chapter … ADTast-experimental
(edit) @119e6c8   15 months caparson updated mutex stmt run script and header for cpp variant ADTast-experimental
(edit) @5ff9b23   15 months caparson moved existing diagrams to diagram dir ADTast-experimental
(edit) @bb9b8f0   15 months caparson added plotting script for mutexstmt benchmarks ADTast-experimental
(edit) @6bc70a38   15 months caparson added baseline mutex stmt and scoped lock benchmarks ADTast-experimental
(edit) @d8e164c4   15 months caparson cleaned up data files ADTast-experimental
(edit) @7205265   15 months caparson committing current actor figures, will overwrite as benchmarks are … ADTast-experimental
(edit) @109e8b7   15 months caparson added actor performance graph plotting script ADTast-experimental
(edit) @ac26347   15 months caparson added diagram subdir for thesis ADTast-experimental
(edit) @9d84a88   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @6e6989c   15 months caparson added mutex stmt benchmarking ADTast-experimental
(edit) @5717495   15 months mlbrooks Start of the linked-list chapter. ADTast-experimental
(edit) @1fd3d85   15 months mlbrooks Support P9_EMBEDDED annotations inside functions and at more flexible … ADTast-experimental
(edit) @52a2248   15 months ajbeach This should get some of the Parser changes working on older compilers. ADTast-experimental
(edit) @360bfe41   15 months ajbeach Whitespace clean-up in Makefile. ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.