source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @60e14fc   14 months ajbeach Fixed some whitespace. ADTast-experimental
(edit) @9a9ca36   14 months caparson a little bit of mutex stmt header cleanup ADTast-experimental
(edit) @ce04120   14 months caparson made generated finally routine inline to allow for better optimization ADTast-experimental
(edit) @0faacb8   14 months caparson various additions to thesis, finished first draft of actor chapter … ADTast-experimental
(edit) @119e6c8   14 months caparson updated mutex stmt run script and header for cpp variant ADTast-experimental
(edit) @5ff9b23   14 months caparson moved existing diagrams to diagram dir ADTast-experimental
(edit) @bb9b8f0   14 months caparson added plotting script for mutexstmt benchmarks ADTast-experimental
(edit) @6bc70a38   14 months caparson added baseline mutex stmt and scoped lock benchmarks ADTast-experimental
(edit) @d8e164c4   14 months caparson cleaned up data files ADTast-experimental
(edit) @7205265   14 months caparson committing current actor figures, will overwrite as benchmarks are … ADTast-experimental
(edit) @109e8b7   14 months caparson added actor performance graph plotting script ADTast-experimental
(edit) @ac26347   14 months caparson added diagram subdir for thesis ADTast-experimental
(edit) @9d84a88   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @6e6989c   14 months caparson added mutex stmt benchmarking ADTast-experimental
(edit) @5717495   14 months mlbrooks Start of the linked-list chapter. ADTast-experimental
(edit) @1fd3d85   14 months mlbrooks Support P9_EMBEDDED annotations inside functions and at more flexible … ADTast-experimental
(edit) @52a2248   14 months ajbeach This should get some of the Parser changes working on older compilers. ADTast-experimental
(edit) @360bfe41   14 months ajbeach Whitespace clean-up in Makefile. ADTast-experimental
(edit) @dbae916   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @5217569   14 months caparson added better x tick marks in plotting script ADTast-experimental
(edit) @1950837   14 months caparson added virtual dtor test to actor test suite, updated other relevant … ADTast-experimental
(edit) @8512a2f   14 months caparson added libcfa support for virtual dtors and added it to actor impl ADTast-experimental
(edit) @3830c84   14 months caparson cleaned up actor pass and added virtual destructor pass ADTast-experimental
(edit) @c19ca4b   14 months pabuhr add comment about why no #pragma once ADTast-experimental
(edit) @0d0931d   14 months ajbeach Removing some indent changes in parser. These can go in later, but … ADTast-experimental
(edit) @a96ce07   14 months pabuhr comment out #pragma once to fix build ADTast-experimental
(edit) @9fa61f5   14 months pabuhr remove unnecessary code, add action to not duplicate aggregate (work … ADTast-experimental
(edit) @15596d7   14 months pabuhr small formatting changes after Andrew's major updates ADTast-experimental
(edit) @089a0d7   14 months pabuhr formatting, rework interpose code (again), remove unnecessary #include … ADTast-experimental
(edit) @a0a949c   14 months pabuhr formatting, remove unnecessary #include files and code ADTast-experimental
(edit) @b2f3880   14 months pabuhr add newline at end of file ADTast-experimental
(edit) @5e4a830   14 months pabuhr add #pragma once to .h and .hfa files ADTast-experimental
(edit) @50f3f3a   14 months pabuhr update multiple citations ADTast-experimental
(edit) @b19ab6d   14 months pabuhr add name for lstlisting numbering style ADTast-experimental
(edit) @02b1ac6   14 months pabuhr formatting ADTast-experimental
(edit) @85a95cc   14 months pabuhr add test for problem with anonymous naming across compilation units ADTast-experimental
(edit) @1cdc052   14 months ajbeach Preventing NullStmts? from being added into ForCtrl? ended up being a … ADTast-experimental
(edit) @fed03b3   14 months ajbeach Make sure fields of the TranslationUnit?, and its TranslationGlobal?ADTast-experimental
(edit) @702e826   14 months ajbeach Pre-translation pass on the parser. Entirely code readability … ADTast-experimental
(edit) @a29477f   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @c74372f   14 months caparson added plotting script support for memory footprint bench ADTast-experimental
(edit) @2ceb2bf   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @681d8f2   14 months caparson After many red herrings I think the race between checking a message … ADTast-experimental
(edit) @52be2664   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7044535   14 months caparson added data files for memory footprint benchmark ADTast-experimental
(edit) @0f275f7   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d40555e   14 months caparson fixed matrix.cfa test error by reworking globals to avoid spurious … ADTast-experimental
(edit) @1d93ba7   14 months caparson changed default number of sends for CAF sendstatic ADTast-experimental
(edit) @dd16dd5   14 months caparson added data files needed to generate plots/tables ADTast-experimental
(edit) @625f3e2   14 months caparson added latex compatible output format ADTast-experimental
(edit) @50d2513   14 months caparson added data files for tables in thesis ADTast-experimental
(edit) @9155026   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e23169b   14 months caparson some actor cleanup/optimizations ADTast-experimental
(edit) @ab81e3b   14 months caparson updated run script and plotting script ADTast-experimental
(edit) @b86d14c   14 months caparson added caf benchmarks ADTast-experimental
(edit) @4066bd2   14 months caparson added timing header and cleaned up benchmarks ADTast-experimental
(edit) @cec2551   14 months caparson added cfa benchmarks ADTast-experimental
(edit) @5adf4f4   14 months caparson added caf/uC++/proto benchmarks ADTast-experimental
(edit) @99fb52c   14 months caparson fixed failing dynamic.cfa test ADTast-experimental
(edit) @f23d34db   14 months caparson changed some stat collection for actors and attempted to fix … ADTast-experimental
(edit) @e54b4e9   14 months caparson missed this in prev commit ADTast-experimental
(edit) @4933f18   14 months caparson added test case to types test and refactored to remove redundant ctor calls ADTast-experimental
(edit) @858350a   14 months caparson added poison pill messages and made test for them ADTast-experimental
(edit) @2856044a   14 months caparson fixed div by zero bug in actor stats, cleaned up includes, changed to … ADTast-experimental
(edit) @046ba23   14 months caparson small comment cleanup ADTast-experimental
(edit) @809e058   14 months caparson changed actor tests to reflect syntax change and some small changes … ADTast-experimental
(edit) @231e1ae   14 months caparson changed actor send from | operator to << operator to avoid conflict … ADTast-experimental
(edit) @13f066d   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1e38178   14 months caparson added some safety/productivity features and some stats ADTast-experimental
(edit) @a8667ab   14 months pabuhr expunge all rseq code from runtime ADTast-experimental
(edit) @397c4392   14 months ajbeach Explicity initialized the fields of ResolveCopyCtors?. This may account … ADTast-experimental
(edit) @1f951abd   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8bb46d2   14 months pabuhr fix errors on interpose code for libc and libpthread ADTast-experimental
(edit) @8603c10   14 months pabuhr move assert(env) to appropriate location ADTast-experimental
(edit) @997324c   14 months mlbrooks Repair bad commit ad2424. Put back ix0 definition that was removed … ADTast-experimental
(edit) @ad24245   14 months mlbrooks Add comments about arpk internals. ADTast-experimental
(edit) @601bd9e   14 months caparson added figures, code examples and more to thesis stuff. wrote many more … ADTast-experimental
(edit) @d964c39   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @ce44c5f   14 months caparson Thought of new channel implementation while working on the prevention … ADTast-experimental
(edit) @2d028003   14 months pabuhr restructure #include files because issues with attribute … ADTast-experimental
(edit) @3d937e2   14 months pabuhr remove warnings for incorrect usage of SuperfluousElse? and … ADTast-experimental
(edit) @be00a2d   14 months pabuhr change BadQualifiersZeroOne? warning from dubious print of specified … ADTast-experimental
(edit) @bf20567   14 months pabuhr generate error for empty mutex argument list ADTast-experimental
(edit) @b1ad41f   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @dd3576b   14 months pabuhr update from old to new trait syntax using forall ADTast-experimental
(edit) @44196deb   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @f9519d4   14 months pabuhr update expected test output for arm64 ADTast-experimental
(edit) @2e77837   14 months pabuhr update expected test output for 32-bit ADTast-experimental
(edit) @ae267366   14 months pabuhr fix merge conflict ADTast-experimental
(edit) @f2a1cd2   14 months pabuhr temporary exclusion of include files causing build failure ADTast-experimental
(edit) @1a73dbb   14 months pabuhr parser rejects useless type qualifier in empty declaration, and extern … ADTast-experimental
(edit) @dc3c9b1   14 months pabuhr formatting ADTast-experimental
(edit) @78e2fca   14 months pabuhr copy typedef name to SUE name for anonymous SUE ADTast-experimental
(edit) @43f29f6   14 months pabuhr formatting ADTast-experimental
(edit) @421703e   14 months pabuhr update expected test output after declaring anonymous structs static ADTast-experimental
(edit) @aca0d2f   14 months pabuhr make anonymous struct declaration static ADTast-experimental
(edit) @257a8f5   14 months ajbeach Made some of the AST/Print helpers public. ADTast-experimental
(edit) @640b3df   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1180175   15 months caparson rest of partial commit to move WIP thesis to plg ADTast-experimental
(edit) @46ab782   15 months caparson partial commit to move theses framework to plg ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.