source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5657de9   3 years Thierry Delisle Changes needed for UWSpace ADTast-experimental
(edit) @dd46fd3   3 years pabuhr generalization of PRNG ADTast-experimental
(edit) @be1d00c   3 years Thierry Delisle Changed fairness tests to use sched_yield in case exhausting the time … ADTast-experimental
(edit) @5a4b403   3 years ajbeach Cleaning old box pass for easier translation. I believe I have an … ADTast-experimental
(edit) @9f70a67b   3 years ajbeach Cleaning old box pass for easier translation. Again, this loop … ADTast-experimental
(edit) @dacd8e6e   3 years Thierry Delisle fixed some tiny issues in the bibtex ADTast-experimental
(edit) @ddcaff6   3 years Thierry Delisle Last corrections to my thesis... hopefully ADTast-experimental
(edit) @82a90d4   3 years ajbeach Follow up to TypeEnvKey/TypeDecl?, removing extra includes (but I only … ADTast-experimental
(edit) @93c10de   3 years ajbeach Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and … ADTast-experimental
(edit) @78de1e5   3 years ajbeach Small fix to the exception header, the wrong trait was used in one place. ADTast-experimental
(edit) @20cf96d   3 years pabuhr changes to PRNG types to eliminate casts ADTast-experimental
(edit) @29702ad   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1553a55   3 years Thierry Delisle Explicitly zero initialize the intrusive link fields ADTast-experimental
(edit) @d41735a   3 years pabuhr parse CFA dimension-list with types ADTast-experimental
(edit) @7bc84b8   3 years pabuhr remove unsigned cast for prng calls ADTast-experimental
(edit) @857081e   3 years pabuhr change type of yield parameter from unsigned int to size_t ADTast-experimental
(edit) @9fce2572   3 years pabuhr 32-bit update of PRNG ADTast-experimental
(edit) @910e1d0   3 years pabuhr parse enumerated dimension ADTast-experimental
(edit) @d2ad151   3 years pabuhr major update of PRNG ADTast-experimental
(edit) @25b0fde   3 years j82liang Fix casted enum init ADTast-experimental
(edit) @db6cdc0   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e4d7c1c   3 years j82liang Implement enum Hiding ADTast-experimental
(edit) @1fb09eff   3 years ajbeach Grouped some control flow tests together. ADTast-experimental
(edit) @c1fb3903   3 years ajbeach Reformat/re-indent the ErasableScopedMap?. This should make it easier … ADTast-experimental
(edit) @19a8c40   3 years ajbeach Some clean-up I had stashed from before I knew the InlineMemberDecl?ADTast-experimental
(edit) @7491f97   3 years ajbeach Renaming and comments in group_iterate_t to help clarity. ADTast-experimental
(edit) @71806e0   3 years j82liang Rename InlineValueDecl? to InlineMemberDecl? ADTast-experimental
(edit) @639e4fc   3 years Thierry Delisle Changed cluster link to use explicit type to avoid anonymous names in … ADTast-experimental
(edit) @a757ba1   3 years Thierry Delisle Removed wait-with-io_uring feature which was slow, broken and ifdefed out. ADTast-experimental
(edit) @6a4ef0c   3 years Thierry Delisle Changed cltr_link to use explicit field name to make gdb easier ADTast-experimental
(edit) @5ce0659   3 years ajbeach The group_iterate_t type is now variadic, hopefully with acceptable … ADTast-experimental
(edit) @271a5d3   3 years ajbeach Cleaning old box pass for easier translation. Cleaned up more loops, … ADTast-experimental
(edit) @6411b7d   3 years ajbeach Modified group_iterate_t to accept three arguments. Also, there is … ADTast-experimental
(edit) @4da152a   3 years ajbeach Cleaning old box pass for easier translation. Adding a bunch of const … ADTast-experimental
(edit) @44547b0   3 years ajbeach Removed the ObjectDecl? fields now represented on InlineValueDecl?. … ADTast-experimental
(edit) @a805100   3 years ajbeach Cleaning old box pass for easier translation. Refactor to remove … ADTast-experimental
(edit) @7ed7b4a   3 years ajbeach Cleaning old box pass for easier translation. Added documentation to … ADTast-experimental
(edit) @f6aa89c   3 years ajbeach Cleaning old box pass for easier translation. Isolated the … ADTast-experimental
(edit) @7cf8006   3 years pabuhr add type to enum hiding productions ADTast-experimental
(edit) @e50d9cb8   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0bdfcc3   3 years pabuhr formatting ADTast-experimental
(edit) @03c56f6   3 years ajbeach Cleaning old box pass for easier translation. Another change, this one … ADTast-experimental
(edit) @75f6a5f   3 years ajbeach Found a likely error in GenPoly?.cc, now the new and old versions are … ADTast-experimental
(edit) @b3212de   3 years ajbeach Cleaning old box pass for easier translation. Scattered … ADTast-experimental
(edit) @1dafdfc   3 years ajbeach Moved code from _dtype_static_member_ initializer to an assignment in … ADTast-experimental
(edit) @e8b8e65   3 years Thierry Delisle Added implementation of call_once ADTast-experimental
(edit) @7f3b5ce   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @cd5b58f   3 years Thierry Delisle Changed node link in thread to use dlink called cltr_link ADTast-experimental
(edit) @f2ff0a6   3 years ajbeach Function attributes are now visited earlier, so they are not … ADTast-experimental
(edit) @994028dc   3 years ajbeach Cleaning old box pass for easier translation. Clean-up more loops. ADTast-experimental
(edit) @e3bf4cf   3 years ajbeach Cleaning old box pass for easier translation. Used isInFunction() to … ADTast-experimental
(edit) @637c139   3 years ajbeach Cleaning old box pass for easier translation. Simplify another loop, … ADTast-experimental
(edit) @c7f12a4   3 years pabuhr parse enum hiding ADTast-experimental
(edit) @7a2057a   3 years pabuhr remove unused BUCKETLOCK, restructure OWNERSHIP and RETURNSPIN ADTast-experimental
(edit) @0b1ca47   3 years ajbeach Cleaning old box pass for easier translation. Changed over for loops, … ADTast-experimental
(edit) @f1f481a   3 years ajbeach Cleaning old box pass for easier translation. Removing unused functions. ADTast-experimental
(edit) @15c93d8   3 years Thierry Delisle Renamed ready-queue link fields to rdy_link ADTast-experimental
(edit) @be5f0a5   3 years Thierry Delisle Changed monitors to use the user_link instead of the ready_link ADTast-experimental
(edit) @13edbac   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @fa2e183   3 years j82liang Missing file in the last commit ADTast-experimental
(edit) @93d2219   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e874605   3 years j82liang Add class InlineValueDecl?, which is a Declaration class that works as … ADTast-experimental
(edit) @2856982c   3 years Thierry Delisle Changed implicit dlink field in thread$ to have name uxer_link ADTast-experimental
(edit) @28372f7   3 years Thierry Delisle Changed to park/unpark permit/ticketing to make sure no one unparks a … ADTast-experimental
(edit) @22a0e87   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @88ac843e   3 years Thierry Delisle Moved lockfree containers to containers/lockfree.hfa. Added … ADTast-experimental
(edit) @0026d67   3 years ajbeach Replaced Mangle::typeMode() with Mangle::mangleType(...), as it is how … ADTast-experimental
(edit) @63d1ebe   3 years ajbeach Changed GenPoly::TypeVarMap? to use the same key type as … ADTast-experimental
(edit) @a167c70c   3 years Thierry Delisle Added thread support for migrating between clusters. ADTast-experimental
(edit) @8b74fa7   3 years Thierry Delisle cluster now support 'set_concurrency' which addes/removes processors … ADTast-experimental
(edit) @878cfcc   3 years Thierry Delisle Added extra check to make sure threads is never double executed ADTast-experimental
(edit) @7f81ef4   3 years Thierry Delisle added pthread once among the list of routines in the cfa_libpthread. ADTast-experimental
(edit) @eb9f7f9   3 years Thierry Delisle Added NSERC to acknowledgements ADTast-experimental
(edit) @9e042d8   3 years Thierry Delisle Moved around some headers to avoid the parsing bug ADTast-experimental
(edit) @a5e26821   3 years mlbrooks Improve new-array subscripting to cover missing cases. Missing cases … ADTast-experimental
(edit) @8bd886e   3 years Thierry Delisle Some clean-up in pthread emulation ADTast-experimental
(edit) @1a45263   3 years Thierry Delisle Merge branch 'master' into pthread-emulation ADTast-experimental
(edit) @bc899d6   3 years ajbeach Added ast::vector as a short hand and used it in one file as a test. ADTast-experimental
(edit) @d191e24   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @82ff4ed1   3 years pabuhr fix bug printing semantic error in buildList ADTast-experimental
(edit) @058ece2   3 years Thierry Delisle made all_t all extern. There is no definition but since it is a … ADTast-experimental
(edit) @df6cc9d   3 years Thierry Delisle Merge branch 'master' into pthread-emulation ADTast-experimental
(edit) @135143ba   3 years Thierry Delisle Hacked in code location in a case where errors didn't have it. This is … ADTast-experimental
(edit) @d1abc63c   3 years Thierry Delisle Change parse args to use new arrays instead of C arrays. Also added … ADTast-experimental
(edit) @72b5805e   3 years Thierry Delisle Fixed device/cpu to support systems without caches ADTast-experimental
(edit) @77de429   3 years j82liang Fix overriding enum value ADTast-experimental
(edit) @9511841   3 years j82liang Test case for qualified enum + inline ADTast-experimental
(edit) @c2b3243   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @5408b59   3 years j82liang Remove var in QualifiedNameExpr? ADTast-experimental
(edit) @1e30df7   3 years j82liang Supports inline enums ADTast-experimental
(edit) @ce7d197   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @4678c1ec   3 years pabuhr check for non-homogeneous nodes in buildList processing ADTast-experimental
(edit) @7b737df   3 years pabuhr undo arch flag to Makefile.am ADTast-experimental
(edit) @bd30231   3 years pabuhr add Makefile variable arch with default x64 and pass it to test.py ADTast-experimental
(edit) @fad1f14   3 years ajbeach Small bits of clean-up I would rather not want to keep looking at. ADTast-experimental
(edit) @4465777   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @59c7e3e   3 years pabuhr parge va_arg as special case function ADTast-experimental
(edit) @d0fa494   3 years Thierry Delisle Fixed missing header in test distribution and sorted ADTast-experimental
(edit) @05d499ac   3 years pabuhr change printf to sout ADTast-experimental
(edit) @80fbdc9   3 years pabuhr remove include for bits/locks.hfa, generalize format code in error … ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.