source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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
(edit) @c74372f   3 years caparson added plotting script support for memory footprint bench ADT ast-experimental
(edit) @2ceb2bf   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @681d8f2   3 years caparson After many red herrings I think the race between checking a message … ADT ast-experimental
(edit) @52be2664   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @7044535   3 years caparson added data files for memory footprint benchmark ADT ast-experimental
(edit) @0f275f7   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @d40555e   3 years caparson fixed matrix.cfa test error by reworking globals to avoid spurious … ADT ast-experimental
(edit) @1d93ba7   3 years caparson changed default number of sends for CAF sendstatic ADT ast-experimental
(edit) @dd16dd5   3 years caparson added data files needed to generate plots/tables ADT ast-experimental
(edit) @625f3e2   3 years caparson added latex compatible output format ADT ast-experimental
(edit) @50d2513   3 years caparson added data files for tables in thesis ADT ast-experimental
(edit) @9155026   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @e23169b   3 years caparson some actor cleanup/optimizations ADT ast-experimental
(edit) @ab81e3b   3 years caparson updated run script and plotting script ADT ast-experimental
(edit) @b86d14c0   3 years caparson added caf benchmarks ADT ast-experimental
(edit) @4066bd2   3 years caparson added timing header and cleaned up benchmarks ADT ast-experimental
(edit) @cec2551   3 years caparson added cfa benchmarks ADT ast-experimental
(edit) @5adf4f4   3 years caparson added caf/uC++/proto benchmarks ADT ast-experimental
(edit) @99fb52c   3 years caparson fixed failing dynamic.cfa test ADT ast-experimental
(edit) @f23d34db   3 years caparson changed some stat collection for actors and attempted to fix … ADT ast-experimental
(edit) @e54b4e9   3 years caparson missed this in prev commit ADT ast-experimental
(edit) @4933f18   3 years caparson added test case to types test and refactored to remove redundant ctor calls ADT ast-experimental
(edit) @858350a   3 years caparson added poison pill messages and made test for them ADT ast-experimental
(edit) @2856044a   3 years caparson fixed div by zero bug in actor stats, cleaned up includes, changed to … ADT ast-experimental
(edit) @046ba23   3 years caparson small comment cleanup ADT ast-experimental
(edit) @809e058   3 years caparson changed actor tests to reflect syntax change and some small changes … ADT ast-experimental
(edit) @231e1ae   3 years caparson changed actor send from | operator to << operator to avoid conflict … ADT ast-experimental
(edit) @13f066d   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @1e38178   3 years caparson added some safety/productivity features and some stats ADT ast-experimental
(edit) @a8667ab   3 years pabuhr expunge all rseq code from runtime ADT ast-experimental
(edit) @397c4392   3 years ajbeach Explicity initialized the fields of ResolveCopyCtors. This may account … ADT ast-experimental
(edit) @1f951abd   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @8bb46d2   3 years pabuhr fix errors on interpose code for libc and libpthread ADT ast-experimental
(edit) @8603c10   3 years pabuhr move assert(env) to appropriate location ADT ast-experimental
(edit) @997324c   3 years mlbrooks Repair bad commit ad2424. Put back ix0 definition that was removed … ADT ast-experimental
(edit) @ad24245   3 years mlbrooks Add comments about arpk internals. ADT ast-experimental
(edit) @601bd9e   3 years caparson added figures, code examples and more to thesis stuff. wrote many more … ADT ast-experimental
(edit) @d964c39   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @ce44c5f   3 years caparson Thought of new channel implementation while working on the prevention … ADT ast-experimental
(edit) @2d028003   3 years pabuhr restructure #include files because issues with attribute … ADT ast-experimental
(edit) @3d937e2   3 years pabuhr remove warnings for incorrect usage of SuperfluousElse and … ADT ast-experimental
(edit) @be00a2d   3 years pabuhr change BadQualifiersZeroOne warning from dubious print of specified … ADT ast-experimental
(edit) @bf20567   3 years pabuhr generate error for empty mutex argument list ADT ast-experimental
(edit) @b1ad41f   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @dd3576b   3 years pabuhr update from old to new trait syntax using forall ADT ast-experimental
(edit) @44196deb   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @f9519d4   3 years pabuhr update expected test output for arm64 ADT ast-experimental
(edit) @2e77837   3 years pabuhr update expected test output for 32-bit ADT ast-experimental
(edit) @ae267366   3 years pabuhr fix merge conflict ADT ast-experimental
(edit) @f2a1cd2   3 years pabuhr temporary exclusion of include files causing build failure ADT ast-experimental
(edit) @1a73dbb   3 years pabuhr parser rejects useless type qualifier in empty declaration, and extern … ADT ast-experimental
(edit) @dc3c9b1   3 years pabuhr formatting ADT ast-experimental
(edit) @78e2fca   3 years pabuhr copy typedef name to SUE name for anonymous SUE ADT ast-experimental
(edit) @43f29f6   3 years pabuhr formatting ADT ast-experimental
(edit) @421703e   3 years pabuhr update expected test output after declaring anonymous structs static ADT ast-experimental
(edit) @aca0d2f   3 years pabuhr make anonymous struct declaration static ADT ast-experimental
(edit) @257a8f5   3 years ajbeach Made some of the AST/Print helpers public. ADT ast-experimental
(edit) @640b3df   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @1180175   3 years caparson rest of partial commit to move WIP thesis to plg ADT ast-experimental
(edit) @46ab782   3 years caparson partial commit to move theses framework to plg ADT ast-experimental
(edit) @9a533ba   3 years ajbeach Remove the unused DeclarationNode::Attr_t type and support. ADT ast-experimental
(edit) @40747247   3 years pabuhr comment out ifaddrs.h in #include file test because it is breaking the … ADT ast-experimental
(edit) @2d37a788   3 years pabuhr print enumeration type-name in print member ADT ast-experimental
(edit) @9a380e1a   3 years pabuhr formatting ADT ast-experimental
(edit) @44a0ca2   3 years pabuhr formatting ADT ast-experimental
(edit) @e4f13fe   3 years pabuhr formatting ADT ast-experimental
(edit) @0bcd707   3 years pabuhr make CV qualifiers on empty SUE declaration an error, gcc only has a … ADT ast-experimental
(edit) @f883ef1   3 years pabuhr formatting ADT ast-experimental
(edit) @c910709   3 years pabuhr remove use of _GNU_SOURCE and RTLD_NEXT to provide alternate means for … ADT ast-experimental
(edit) @3494ca9   3 years pabuhr formatting ADT ast-experimental
(edit) @ed52dd5   3 years pabuhr remove comment about _GNU_SOURCE ADT ast-experimental
(edit) @56bb2e1   3 years pabuhr clean up #include files ADT ast-experimental
(edit) @8f06277   3 years ajbeach Some clean-up in Common/utility.h. Deleted some unused declarations … ADT ast-experimental
(edit) @14f6a3cb   3 years pabuhr fix build problem ADT ast-experimental
(edit) @692c1cc   3 years pabuhr update printing attributes, clean up anon flag setting, move attribute … ADT ast-experimental
(edit) @f8729be   3 years pabuhr remove unnecessary #define for _XOPEN_SOURCE 600 ADT ast-experimental
(edit) @fb907d3   3 years pabuhr add explicit cast of with function exp10 ADT ast-experimental
(edit) @fbdfcd8   3 years pabuhr isolate error variable declaration ADT ast-experimental
Note: See TracRevisionLog for help on using the revision log.