source:

Revision Log Mode:


Legend:

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