source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fd6e3a4   17 months caparson small CLI changes to convoy script ADTast-experimental
(edit) @e716aec   17 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @93e0603   17 months caparson added convoy analysis script and sample data ADTast-experimental
(edit) @26544f9   17 months Thierry Delisle added helping and lock to allow remote processors to flush … ADTast-experimental
(edit) @1ab773e0   18 months caparson more lock cleanup ADTast-experimental
(edit) @441a6a7   18 months caparson added/fixed lock tests ADTast-experimental
(edit) @2dcd80a   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7d9598d   18 months caparson small lock cleanup ADTast-experimental
(edit) @d8bdf13   18 months pabuhr add comments ADTast-experimental
(edit) @25ef81d   18 months pabuhr formatting, remove unnecessary temporary variable in prng function ADTast-experimental
(edit) @3ff64cb   18 months pabuhr add missing parenthesis in KISS PRNG ADTast-experimental
(edit) @ac8b016   18 months pabuhr adjust PRNG types from size_t to uint32_t/uint64_t ADTast-experimental
(edit) @3e5eeaf   18 months pabuhr update documentation ADTast-experimental
(edit) @70cd431   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @261e107   18 months pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADTast-experimental
(edit) @74227c6   18 months Thierry Delisle Added more stats ADTast-experimental
(edit) @e1d66c84   18 months ajbeach Clean-up from my investigation on the anonymous issue. The parser … ADTast-experimental
(edit) @258aaab8   18 months Thierry Delisle Forgot to commit the changes to the Makefile ADTast-experimental
(edit) @262d4d51   18 months Thierry Delisle Updating gdb tools to latest invoke.h changes ADTast-experimental
(edit) @d4c8b59   18 months Thierry Delisle Added test that stresses more how we link anonymous types ADTast-experimental
(edit) @4020f09   18 months pabuhr formatting, switch to typedef for PRNG complex state ADTast-experimental
(edit) @aadb0c8   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a3d5e7   18 months pabuhr formatting ADTast-experimental
(edit) @474a170   18 months ajbeach Cleaning old box pass for easier translation. Removing another out … ADTast-experimental
(edit) @a84f643   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @c8238c0   18 months pabuhr remove 32-bit use of lehmer64, which requires uint128_t ADTast-experimental
(edit) @5657de9   18 months Thierry Delisle Changes needed for UWSpace ADTast-experimental
(edit) @dd46fd3   18 months pabuhr generalization of PRNG ADTast-experimental
(edit) @be1d00c   18 months Thierry Delisle Changed fairness tests to use sched_yield in case exhausting the time … ADTast-experimental
(edit) @5a4b403   18 months ajbeach Cleaning old box pass for easier translation. I believe I have an … ADTast-experimental
(edit) @9f70a67b   18 months ajbeach Cleaning old box pass for easier translation. Again, this loop … ADTast-experimental
(edit) @dacd8e6e   18 months Thierry Delisle fixed some tiny issues in the bibtex ADTast-experimental
(edit) @ddcaff6   18 months Thierry Delisle Last corrections to my thesis... hopefully ADTast-experimental
(edit) @82a90d4   18 months ajbeach Follow up to TypeEnvKey/TypeDecl?, removing extra includes (but I only … ADTast-experimental
(edit) @93c10de   18 months ajbeach Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and … ADTast-experimental
(edit) @78de1e5   18 months ajbeach Small fix to the exception header, the wrong trait was used in one place. ADTast-experimental
(edit) @20cf96d   18 months pabuhr changes to PRNG types to eliminate casts ADTast-experimental
(edit) @29702ad   18 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1553a55   18 months Thierry Delisle Explicitly zero initialize the intrusive link fields ADTast-experimental
(edit) @d41735a   18 months pabuhr parse CFA dimension-list with types ADTast-experimental
(edit) @7bc84b8   18 months pabuhr remove unsigned cast for prng calls ADTast-experimental
(edit) @857081e   18 months pabuhr change type of yield parameter from unsigned int to size_t ADTast-experimental
(edit) @9fce2572   18 months pabuhr 32-bit update of PRNG ADTast-experimental
(edit) @910e1d0   18 months pabuhr parse enumerated dimension ADTast-experimental
(edit) @d2ad151   18 months pabuhr major update of PRNG ADTast-experimental
(edit) @25b0fde   18 months j82liang Fix casted enum init ADTast-experimental
(edit) @db6cdc0   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e4d7c1c   19 months j82liang Implement enum Hiding ADTast-experimental
(edit) @1fb09ef   19 months ajbeach Grouped some control flow tests together. ADTast-experimental
(edit) @c1fb3903   19 months ajbeach Reformat/re-indent the ErasableScopedMap?. This should make it easier … ADTast-experimental
(edit) @63be3387   19 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b77f0e1   19 months caparson cleaned up some lock stuff ADTast-experimental
(edit) @19a8c40   19 months ajbeach Some clean-up I had stashed from before I knew the InlineMemberDecl?ADTast-experimental
(edit) @7491f97   19 months ajbeach Renaming and comments in group_iterate_t to help clarity. ADTast-experimental
(edit) @71806e0   19 months j82liang Rename InlineValueDecl? to InlineMemberDecl? ADTast-experimental
(edit) @639e4fc   19 months Thierry Delisle Changed cluster link to use explicit type to avoid anonymous names in … ADTast-experimental
(edit) @a757ba1   19 months Thierry Delisle Removed wait-with-io_uring feature which was slow, broken and ifdefed out. ADTast-experimental
(edit) @6a4ef0c   19 months Thierry Delisle Changed cltr_link to use explicit field name to make gdb easier ADTast-experimental
(edit) @5ce0659   19 months ajbeach The group_iterate_t type is now variadic, hopefully with acceptable … ADTast-experimental
(edit) @271a5d3   19 months ajbeach Cleaning old box pass for easier translation. Cleaned up more loops, … ADTast-experimental
(edit) @6411b7d   19 months ajbeach Modified group_iterate_t to accept three arguments. Also, there is … ADTast-experimental
(edit) @4da152a   19 months ajbeach Cleaning old box pass for easier translation. Adding a bunch of const … ADTast-experimental
(edit) @44547b0   19 months ajbeach Removed the ObjectDecl? fields now represented on InlineValueDecl?. … ADTast-experimental
(edit) @a805100   19 months ajbeach Cleaning old box pass for easier translation. Refactor to remove … ADTast-experimental
(edit) @7ed7b4a   19 months ajbeach Cleaning old box pass for easier translation. Added documentation to … ADTast-experimental
(edit) @f6aa89c   19 months ajbeach Cleaning old box pass for easier translation. Isolated the … ADTast-experimental
(edit) @7cf8006   19 months pabuhr add type to enum hiding productions ADTast-experimental
(edit) @e50d9cb8   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0bdfcc3   19 months pabuhr formatting ADTast-experimental
(edit) @03c56f6   19 months ajbeach Cleaning old box pass for easier translation. Another change, this one … ADTast-experimental
(edit) @75f6a5f   19 months ajbeach Found a likely error in GenPoly?.cc, now the new and old versions are … ADTast-experimental
(edit) @b3212de   19 months ajbeach Cleaning old box pass for easier translation. Scattered … ADTast-experimental
(edit) @1dafdfc   19 months ajbeach Moved code from _dtype_static_member_ initializer to an assignment in … ADTast-experimental
(edit) @e8b8e65   19 months Thierry Delisle Added implementation of call_once ADTast-experimental
(edit) @7f3b5ce   19 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @cd5b58f   19 months Thierry Delisle Changed node link in thread to use dlink called cltr_link ADTast-experimental
(edit) @f2ff0a6   19 months ajbeach Function attributes are now visited earlier, so they are not … ADTast-experimental
(edit) @994028dc   19 months ajbeach Cleaning old box pass for easier translation. Clean-up more loops. ADTast-experimental
(edit) @e3bf4cf   19 months ajbeach Cleaning old box pass for easier translation. Used isInFunction() to … ADTast-experimental
(edit) @637c139   19 months ajbeach Cleaning old box pass for easier translation. Simplify another loop, … ADTast-experimental
(edit) @c7f12a4   19 months pabuhr parse enum hiding ADTast-experimental
(edit) @7a2057a   19 months pabuhr remove unused BUCKETLOCK, restructure OWNERSHIP and RETURNSPIN ADTast-experimental
(edit) @0b1ca47   19 months ajbeach Cleaning old box pass for easier translation. Changed over for loops, … ADTast-experimental
(edit) @f1f481a   19 months ajbeach Cleaning old box pass for easier translation. Removing unused functions. ADTast-experimental
(edit) @15c93d8   19 months Thierry Delisle Renamed ready-queue link fields to rdy_link ADTast-experimental
(edit) @be5f0a5   19 months Thierry Delisle Changed monitors to use the user_link instead of the ready_link ADTast-experimental
(edit) @13edbac   19 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @fa2e183   19 months j82liang Missing file in the last commit ADTast-experimental
(edit) @93d2219   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e874605   19 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as … ADTast-experimental
(edit) @2856982c   19 months Thierry Delisle Changed implicit dlink field in thread$ to have name uxer_link ADTast-experimental
(edit) @28372f7   19 months Thierry Delisle Changed to park/unpark permit/ticketing to make sure no one unparks a … ADTast-experimental
(edit) @22a0e87   19 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @88ac843e   19 months Thierry Delisle Moved lockfree containers to containers/lockfree.hfa. Added … ADTast-experimental
(edit) @0026d67   19 months ajbeach Replaced Mangle::typeMode() with Mangle::mangleType(...), as it is how … ADTast-experimental
(edit) @63d1ebe   19 months ajbeach Changed GenPoly::TypeVarMap? to use the same key type as … ADTast-experimental
(edit) @a167c70c   19 months Thierry Delisle Added thread support for migrating between clusters. ADTast-experimental
(edit) @8b74fa7   19 months Thierry Delisle cluster now support 'set_concurrency' which addes/removes processors … ADTast-experimental
(edit) @878cfcc   19 months Thierry Delisle Added extra check to make sure threads is never double executed ADTast-experimental
(edit) @7f81ef4   19 months Thierry Delisle added pthread once among the list of routines in the cfa_libpthread. ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.