source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fb7cda9   2 years caparson removed uneeded make rules ADT ast-experimental
(edit) @e41c4c6   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @1e6cecb   2 years caparson fixed accidental duplicate label ADT ast-experimental
(edit) @3c17a10   2 years caparson updated style to remove some 800-lb gorilla macros ADT ast-experimental
(edit) @678c540   2 years pabuhr small commits before changing latex macros ADT ast-experimental
(edit) @75bd041   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @3d08cea   2 years caparson Removed unneeded include. Should fix failing channels/churn test. ADT ast-experimental
(edit) @f3ba69d   2 years mlbrooks LL perf: Upgrade the results' dataset to have more runs of longer … ADT ast-experimental
(edit) @0b66ef9   2 years mlbrooks Add linked list performance experiment ADT ast-experimental
(edit) @eb47a80   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @70056ed   2 years pabuhr clean up waituntil grammar ADT ast-experimental
(edit) @6e83384   2 years caparson did more editing, finished first draft of mutex stmt and channel … ADT ast-experimental
(edit) @c7f6786   2 years caparson added figures for mutex stmt and channels ADT ast-experimental
(edit) @bd72c284   2 years caparson fixed build issue caused by globals ADT ast-experimental
(edit) @9082d7e8   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @d24b1985   2 years caparson updated plotting and run scripts for channel benchmarks ADT ast-experimental
(edit) @e2f827f   2 years caparson added go counterpart to cfa benchmarks ADT ast-experimental
(edit) @76a8400   2 years caparson added all cfa benchmarks, contend is the only one used in the thesis, … ADT ast-experimental
(edit) @a45e21c   2 years caparson cleaned up channel, added safety/productivity features to channels. … ADT ast-experimental
(edit) @efdd18c   2 years caparson updated actor header to use better name for stat toggling ADT ast-experimental
(edit) @9319a23   2 years caparson added channel tests that use new termination feature ADT ast-experimental
(edit) @ff443e5   2 years pabuhr forgot to add to last commit ADT ast-experimental
(edit) @ac235a8   2 years pabuhr deprecated qualifiers/specifiers before TYPEDEF ADT ast-experimental
(edit) @9fd9d015   2 years pabuhr formatting, add new waituntil grammar, rewrite waitfor grammar, … ADT ast-experimental
(edit) @afdb74b   2 years ajbeach Looks like we missed one of the ast 'should be in every derived class' … ADT ast-experimental
(edit) @9feb34b   2 years ajbeach Moved toString and toCString to a new header. Updated includes. … ADT ast-experimental
(edit) @60380a1   2 years caparson trying to get Jenkins Promote to work with new credentials ADT ast-experimental
(edit) @e10714a   2 years pabuhr update interpose code, and document 32-bit interpose bug in glibc ADT ast-experimental
(edit) @4eebbcc   2 years caparson some mutex stmt benchmark cleanup ADT ast-experimental
(edit) @2f6a9391   2 years caparson added first channel bench and copied over scripts that will need to be … ADT ast-experimental
(edit) @5fd5de2   2 years caparson added WIP channels chapter ADT ast-experimental
(edit) @512d937c   2 years caparson various edits and cleanup and added mutexstmt chapter ADT ast-experimental
(edit) @75d874a   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @0e16a2d   2 years caparson added two other channel variations to channel file ADT ast-experimental
(edit) @1633e04   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @d30e3eb   2 years caparson cleaned up exp_backoff lock and rewrote parts of channels to improve … ADT ast-experimental
(edit) @056bee8   2 years ajbeach Added printing of with clauses to the printing of both new and old ast … ADT ast-experimental
(edit) @c94b1f0   2 years ajbeach Removed unused (debug only?) code. If you want to change how … ADT ast-experimental
(edit) @d800676   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @1afd9ccb   2 years pabuhr update call.cfa.in with generic casts for io-uring field types ADT ast-experimental
(edit) @18ea270   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @d63aeba   2 years pabuhr print unimplemented error for forall in typedef ADT ast-experimental
(edit) @de934c7   2 years caparson minor changes to channel test harness ADT ast-experimental
(edit) @1d245ea   2 years caparson added padding to channel to prevent false sharing that was occurring ADT ast-experimental
(edit) @5d9c4bb   2 years pabuhr proofread Mike's list chapter ADT ast-experimental
(edit) @1f771fc   2 years mganesan Removed list initialization and simple assignment expression rules for … ADT ast-experimental
(edit) @1205b3e   2 years pabuhr update 32-bit tests after change to PRNG ADT ast-experimental
(edit) @90fb672   2 years pabuhr use splitmix32/64 to prime set seed for all PRNG ADT ast-experimental
(edit) @12b006c   2 years caparson small comment cleanup ADT ast-experimental
(edit) @09965e5   2 years caparson added splitmix64 since wyhash has 128 bit dependency and xoshiro doesnt ADT ast-experimental
(edit) @814a4da   2 years caparson updated expect files for prng based tests ADT ast-experimental
(edit) @c3ed603   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @a6bb5fc   2 years caparson fixed merge conflict ADT ast-experimental
(edit) @4c6ba5a   2 years caparson refactored to use generators for seeding state, added splitmix32 for … ADT ast-experimental
(edit) @e62802f   2 years pabuhr add missing comma for citation field ADT ast-experimental
(edit) @c2dfa56a   2 years pabuhr remove SKULLDUGGERY dealing with CFA typedef numbering problem ADT ast-experimental
(edit) @eac318a   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @cd477ca   2 years caparson renamed baseline bench and added separate cluster to cfa benchmark to … ADT ast-experimental
(edit) @5f648fb3   2 years caparson updated runscript and shared header for rand bench ADT ast-experimental
(edit) @0da7181   2 years caparson added randomized lock ordering bench for mutexstmt ADT ast-experimental
(edit) @60e14fc   2 years ajbeach Fixed some whitespace. ADT ast-experimental
(edit) @9a9ca36   2 years caparson a little bit of mutex stmt header cleanup ADT ast-experimental
(edit) @ce04120   2 years caparson made generated finally routine inline to allow for better optimization ADT ast-experimental
(edit) @0faacb8   2 years caparson various additions to thesis, finished first draft of actor chapter … ADT ast-experimental
(edit) @119e6c8   2 years caparson updated mutex stmt run script and header for cpp variant ADT ast-experimental
(edit) @5ff9b23   2 years caparson moved existing diagrams to diagram dir ADT ast-experimental
(edit) @bb9b8f0   2 years caparson added plotting script for mutexstmt benchmarks ADT ast-experimental
(edit) @6bc70a38   2 years caparson added baseline mutex stmt and scoped lock benchmarks ADT ast-experimental
(edit) @d8e164c4   2 years caparson cleaned up data files ADT ast-experimental
(edit) @7205265   2 years caparson committing current actor figures, will overwrite as benchmarks are … ADT ast-experimental
(edit) @109e8b7   2 years caparson added actor performance graph plotting script ADT ast-experimental
(edit) @ac26347   2 years caparson added diagram subdir for thesis ADT ast-experimental
(edit) @9d84a88   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @6e6989c   2 years caparson added mutex stmt benchmarking ADT ast-experimental
(edit) @5717495   2 years mlbrooks Start of the linked-list chapter. ADT ast-experimental
(edit) @1fd3d85   2 years mlbrooks Support P9_EMBEDDED annotations inside functions and at more flexible … ADT ast-experimental
(edit) @52a2248   2 years ajbeach This should get some of the Parser changes working on older compilers. ADT ast-experimental
(edit) @360bfe41   2 years ajbeach Whitespace clean-up in Makefile. ADT ast-experimental
(edit) @dbae916   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @5217569   3 years caparson added better x tick marks in plotting script ADT ast-experimental
(edit) @1950837   3 years caparson added virtual dtor test to actor test suite, updated other relevant … ADT ast-experimental
(edit) @8512a2f   3 years caparson added libcfa support for virtual dtors and added it to actor impl ADT ast-experimental
(edit) @3830c84   3 years caparson cleaned up actor pass and added virtual destructor pass ADT ast-experimental
(edit) @c19ca4b   3 years pabuhr add comment about why no #pragma once ADT ast-experimental
(edit) @0d0931d   3 years ajbeach Removing some indent changes in parser. These can go in later, but … ADT ast-experimental
(edit) @a96ce07   3 years pabuhr comment out #pragma once to fix build ADT ast-experimental
(edit) @9fa61f5   3 years pabuhr remove unnecessary code, add action to not duplicate aggregate (work … ADT ast-experimental
(edit) @15596d7   3 years pabuhr small formatting changes after Andrew's major updates ADT ast-experimental
(edit) @089a0d7   3 years pabuhr formatting, rework interpose code (again), remove unnecessary #include … ADT ast-experimental
(edit) @a0a949c   3 years pabuhr formatting, remove unnecessary #include files and code ADT ast-experimental
(edit) @b2f3880   3 years pabuhr add newline at end of file ADT ast-experimental
(edit) @5e4a830   3 years pabuhr add #pragma once to .h and .hfa files ADT ast-experimental
(edit) @50f3f3a   3 years pabuhr update multiple citations ADT ast-experimental
(edit) @b19ab6d   3 years pabuhr add name for lstlisting numbering style ADT ast-experimental
(edit) @02b1ac6   3 years pabuhr formatting ADT ast-experimental
(edit) @85a95cc   3 years pabuhr add test for problem with anonymous naming across compilation units ADT ast-experimental
(edit) @1cdc052   3 years ajbeach Preventing NullStmts from being added into ForCtrl ended up being a … ADT ast-experimental
(edit) @fed03b3   3 years ajbeach Make sure fields of the TranslationUnit, and its TranslationGlobalADT ast-experimental
(edit) @702e826   3 years ajbeach Pre-translation pass on the parser. Entirely code readability … ADT ast-experimental
(edit) @a29477f   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
Note: See TracRevisionLog for help on using the revision log.