source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @63be3387   4 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental stuck-waitfor-destruct
(edit) @b77f0e1   4 years caparson cleaned up some lock stuff ADT ast-experimental stuck-waitfor-destruct
(edit) @19a8c40   4 years ajbeach Some clean-up I had stashed from before I knew the InlineMemberDeclADT ast-experimental stuck-waitfor-destruct
(edit) @7491f97   4 years ajbeach Renaming and comments in group_iterate_t to help clarity. ADT ast-experimental stuck-waitfor-destruct
(edit) @71806e0   4 years j82liang Rename InlineValueDecl to InlineMemberDecl ADT ast-experimental stuck-waitfor-destruct
(edit) @639e4fc   4 years Thierry Delisle Changed cluster link to use explicit type to avoid anonymous names in … ADT ast-experimental stuck-waitfor-destruct
(edit) @a757ba1   4 years Thierry Delisle Removed wait-with-io_uring feature which was slow, broken and ifdefed out. ADT ast-experimental stuck-waitfor-destruct
(edit) @6a4ef0c   4 years Thierry Delisle Changed cltr_link to use explicit field name to make gdb easier ADT ast-experimental stuck-waitfor-destruct
(edit) @5ce0659   4 years ajbeach The group_iterate_t type is now variadic, hopefully with acceptable … ADT ast-experimental stuck-waitfor-destruct
(edit) @271a5d3   4 years ajbeach Cleaning old box pass for easier translation. Cleaned up more loops, … ADT ast-experimental stuck-waitfor-destruct
(edit) @6411b7d   4 years ajbeach Modified group_iterate_t to accept three arguments. Also, there is … ADT ast-experimental stuck-waitfor-destruct
(edit) @4da152a   4 years ajbeach Cleaning old box pass for easier translation. Adding a bunch of const … ADT ast-experimental stuck-waitfor-destruct
(edit) @44547b0   4 years ajbeach Removed the ObjectDecl fields now represented on InlineValueDecl. … ADT ast-experimental stuck-waitfor-destruct
(edit) @a805100   4 years ajbeach Cleaning old box pass for easier translation. Refactor to remove … ADT ast-experimental stuck-waitfor-destruct
(edit) @7ed7b4a   4 years ajbeach Cleaning old box pass for easier translation. Added documentation to … ADT ast-experimental stuck-waitfor-destruct
(edit) @f6aa89c   4 years ajbeach Cleaning old box pass for easier translation. Isolated the … ADT ast-experimental stuck-waitfor-destruct
(edit) @7cf8006   4 years pabuhr add type to enum hiding productions ADT ast-experimental stuck-waitfor-destruct
(edit) @e50d9cb8   4 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental stuck-waitfor-destruct
(edit) @0bdfcc3   4 years pabuhr formatting ADT ast-experimental stuck-waitfor-destruct
(edit) @03c56f6   4 years ajbeach Cleaning old box pass for easier translation. Another change, this one … ADT ast-experimental stuck-waitfor-destruct
(edit) @75f6a5f   4 years ajbeach Found a likely error in GenPoly.cc, now the new and old versions are … ADT ast-experimental stuck-waitfor-destruct
(edit) @b3212de   4 years ajbeach Cleaning old box pass for easier translation. Scattered … ADT ast-experimental stuck-waitfor-destruct
(edit) @1dafdfc   4 years ajbeach Moved code from _dtype_static_member_ initializer to an assignment in … ADT ast-experimental stuck-waitfor-destruct
(edit) @e8b8e65   4 years Thierry Delisle Added implementation of call_once ADT ast-experimental stuck-waitfor-destruct
(edit) @7f3b5ce   4 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental stuck-waitfor-destruct
(edit) @cd5b58f   4 years Thierry Delisle Changed node link in thread to use dlink called cltr_link ADT ast-experimental stuck-waitfor-destruct
(edit) @f2ff0a6   4 years ajbeach Function attributes are now visited earlier, so they are not … ADT ast-experimental stuck-waitfor-destruct
(edit) @994028dc   4 years ajbeach Cleaning old box pass for easier translation. Clean-up more loops. ADT ast-experimental stuck-waitfor-destruct
(edit) @e3bf4cf   4 years ajbeach Cleaning old box pass for easier translation. Used isInFunction() to … ADT ast-experimental stuck-waitfor-destruct
(edit) @637c139   4 years ajbeach Cleaning old box pass for easier translation. Simplify another loop, … ADT ast-experimental stuck-waitfor-destruct
(edit) @c7f12a4   4 years pabuhr parse enum hiding ADT ast-experimental stuck-waitfor-destruct
(edit) @7a2057a   4 years pabuhr remove unused BUCKETLOCK, restructure OWNERSHIP and RETURNSPIN ADT ast-experimental stuck-waitfor-destruct
(edit) @0b1ca47   4 years ajbeach Cleaning old box pass for easier translation. Changed over for loops, … ADT ast-experimental stuck-waitfor-destruct
(edit) @f1f481a   4 years ajbeach Cleaning old box pass for easier translation. Removing unused functions. ADT ast-experimental stuck-waitfor-destruct
(edit) @15c93d8   4 years Thierry Delisle Renamed ready-queue link fields to rdy_link ADT ast-experimental stuck-waitfor-destruct
(edit) @be5f0a5   4 years Thierry Delisle Changed monitors to use the user_link instead of the ready_link ADT ast-experimental stuck-waitfor-destruct
(edit) @13edbac   4 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental stuck-waitfor-destruct
(edit) @fa2e183   4 years j82liang Missing file in the last commit ADT ast-experimental stuck-waitfor-destruct
(edit) @93d2219   4 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental stuck-waitfor-destruct
(edit) @e874605   4 years j82liang Add class InlineValueDecl, which is a Declaration class that works as … ADT ast-experimental stuck-waitfor-destruct
(edit) @2856982c   4 years Thierry Delisle Changed implicit dlink field in thread$ to have name uxer_link ADT ast-experimental stuck-waitfor-destruct
(edit) @28372f7   4 years Thierry Delisle Changed to park/unpark permit/ticketing to make sure no one unparks a … ADT ast-experimental stuck-waitfor-destruct
(edit) @22a0e87   4 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental stuck-waitfor-destruct
(edit) @88ac843e   4 years Thierry Delisle Moved lockfree containers to containers/lockfree.hfa. Added … ADT ast-experimental stuck-waitfor-destruct
(edit) @0026d67   4 years ajbeach Replaced Mangle::typeMode() with Mangle::mangleType(...), as it is how … ADT ast-experimental stuck-waitfor-destruct
(edit) @63d1ebe   4 years ajbeach Changed GenPoly::TypeVarMap to use the same key type as … ADT ast-experimental stuck-waitfor-destruct
(edit) @a167c70c   4 years Thierry Delisle Added thread support for migrating between clusters. ADT ast-experimental stuck-waitfor-destruct
(edit) @8b74fa7   4 years Thierry Delisle cluster now support 'set_concurrency' which addes/removes processors … ADT ast-experimental stuck-waitfor-destruct
(edit) @878cfcc   4 years Thierry Delisle Added extra check to make sure threads is never double executed ADT ast-experimental stuck-waitfor-destruct
(edit) @7f81ef4   4 years Thierry Delisle added pthread once among the list of routines in the cfa_libpthread. ADT ast-experimental stuck-waitfor-destruct
(edit) @eb9f7f9   4 years Thierry Delisle Added NSERC to acknowledgements ADT ast-experimental stuck-waitfor-destruct
(edit) @9e042d8   4 years Thierry Delisle Moved around some headers to avoid the parsing bug ADT ast-experimental stuck-waitfor-destruct
(edit) @a5e26821   4 years mlbrooks Improve new-array subscripting to cover missing cases. Missing cases … ADT ast-experimental stuck-waitfor-destruct
(edit) @8bd886e   4 years Thierry Delisle Some clean-up in pthread emulation ADT ast-experimental stuck-waitfor-destruct
(edit) @1a45263   4 years Thierry Delisle Merge branch 'master' into pthread-emulation ADT ast-experimental stuck-waitfor-destruct
Note: See TracRevisionLog for help on using the revision log.