source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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
(edit) @f5f2768   3 years pabuhr make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … ADT ast-experimental
(edit) @1c80f20   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @4b60b28   3 years ajbeach Moved parser utility from common utility file to the parserutility file. ADT ast-experimental
(edit) @26e6d88   3 years ajbeach Updated indentation in Pass.proto.hpp. ADT ast-experimental
(edit) @cad9edb   3 years ajbeach Split the forward include namespace from the declaration namespace in … ADT ast-experimental
(edit) @f2f595d7   3 years ajbeach RunParser now uses AST for its interface everywhere. (Works because … ADT ast-experimental
(edit) @abcb393   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @d3bffdb   3 years ajbeach Added some notes to porting.md. ADT ast-experimental
(edit) @4d35bc6   3 years pabuhr remove explicit declaration of accept4 function ADT ast-experimental
(edit) @531c3d5   3 years pabuhr add include bits/debug.hfa for verify function ADT ast-experimental
(edit) @1b7b604   3 years pabuhr formatting ADT ast-experimental
(edit) @07e3652   3 years pabuhr formatting, minor expression restructuring ADT ast-experimental
(edit) @f7c41d4   3 years pabuhr formatting ADT ast-experimental
(edit) @f6bceeb   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @641be0a   3 years pabuhr add Actor and work-stealing citations, change inproceedings booktitle … ADT ast-experimental
(edit) @c97b448   3 years ajbeach Added some box pass utilities that I believe are working and I don't … ADT ast-experimental
(edit) @f26421f   3 years mganesan Removed CompilerError and UnimplementedError ADT ast-experimental
(edit) @966b4c6   3 years pabuhr update Csharp macro, remove pslatex package and replace with helvet, … ADT ast-experimental
(edit) @747a7c1   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @5e3f1e1   3 years ajbeach Cleaning old box pass for easier translation. Added guards to cut down … ADT ast-experimental
(edit) @4616622   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @2d028039   3 years caparson added support for copy based envelopes ADT ast-experimental
(edit) @ccb29b4   3 years ajbeach This should fix the issues with building with older gcc versions. ADT ast-experimental
(edit) @8fa77eb   3 years pabuhr fix documentation ADT ast-experimental
(edit) @6d2af204   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @9ef5516   3 years pabuhr formatting, add bibliography entries for Actor paper ADT ast-experimental
(edit) @35d1de5   3 years pabuhr change test forall.cfa from compilation only to execution ADT ast-experimental
(edit) @21a2a7d   3 years ajbeach Replaced ScopedMap::erase with a version that should avoid the order … ADT ast-experimental
(edit) @e9b5043   3 years ajbeach Added contains to some of our containers. Also changed some code to … ADT ast-experimental
(edit) @2f61765   3 years ajbeach Fixed a clang warning and cleaned up the rest of the function. ADT ast-experimental
(edit) @2125443a   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @8a97248   3 years pabuhr switch from old trait syntax to new trait syntax using forall clause ADT ast-experimental
(edit) @db9d7a9   3 years ajbeach Fixed clang++-10 error. One of the problem functions was never used … ADT ast-experimental
(edit) @85dd381   3 years ajbeach Fixed indentation in ScopedSet and moved the iterator details to the … ADT ast-experimental
(edit) @98a2b1dc   3 years ajbeach Updated ScopedMap to use the layout of ErasableScopedMap; putting the … ADT ast-experimental
(edit) @ccf1d99   3 years caparson intermediate push so I can move to nasus to performance test some stuff ADT ast-experimental
(edit) @a64137f   3 years caparson added support for copying envelopes in generated | routine ADT ast-experimental
(edit) @1f35220   3 years caparson updated test params so that they ran for appropriate duration ADT ast-experimental
(edit) @5c473c9   3 years caparson fixed bug where I used buffer as a stack not a queue ADT ast-experimental
(edit) @a4ab235   3 years caparson added executor test ADT ast-experimental
(edit) @ecfe574   3 years caparson added envelope copying to avoid allocations ADT ast-experimental
(edit) @dab2b6a   3 years caparson added dynamic allocation actor test ADT ast-experimental
(edit) @03936530   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @757099e   3 years caparson reverted changes to types.cfa now that I fixed the underlying bug and … ADT ast-experimental
Note: See TracRevisionLog for help on using the revision log.