source: libcfa/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2125443a   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a97248   14 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @ccf1d99   14 months caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
(edit) @5c473c9   14 months caparson fixed bug where I used buffer as a stack not a queue ADTast-experimental
(edit) @ecfe574   14 months caparson added envelope copying to avoid allocations ADTast-experimental
(edit) @9d0ff30   14 months caparson added missing header ADTast-experimental
(edit) @c042d79   14 months caparson ported uC++-style actor system ADTast-experimental
(edit) @378de69   14 months caparson small lock cleanup to remove unused field on spin_queue_lock ADTast-experimental
(edit) @42b739d7   15 months caparson fixed termination synchronization in the channel benchmark to get rid … ADTast-experimental
(edit) @5c931e0   15 months caparson made changes to support zero-size channels ADTast-experimental
(edit) @4a962d8   15 months caparson added channel impl with basic test. Will expand impl and tests soon ADTast-experimental
(edit) @0cee082   15 months caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADTast-experimental
(edit) @5e180c2   15 months caparson small future touchups ADTast-experimental
(edit) @e78782b   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7eac70e   15 months caparson added select to includes ADTast-experimental
(edit) @339e30a   15 months caparson added new future and added rudimentary select statement support for it ADTast-experimental
(edit) @a20be49   15 months pabuhr remove all uses of USE_GNU ADTast-experimental
(edit) @a14926b   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d99a716   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0348fd8   15 months caparson fixed clh bug where you couldn't hold more than 1 clh lock at once ADTast-experimental
(edit) @a7662b8   15 months pabuhr add cast from int to unsigned ADTast-experimental
(edit) @d9585291   15 months pabuhr formatting ADTast-experimental
(edit) @8ee54963   15 months pabuhr change spinlock atomics to ATOMIC_ACQUIRE/RELEASE, increase alignment … ADTast-experimental
(edit) @b797d97   15 months pabuhr formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit … ADTast-experimental
(edit) @26544f9   16 months Thierry Delisle added helping and lock to allow remote processors to flush … ADTast-experimental
(edit) @1ab773e0   16 months caparson more lock cleanup ADTast-experimental
(edit) @2dcd80a   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7d9598d   16 months caparson small lock cleanup ADTast-experimental
(edit) @d8bdf13   16 months pabuhr add comments ADTast-experimental
(edit) @25ef81d   16 months pabuhr formatting, remove unnecessary temporary variable in prng function ADTast-experimental
(edit) @3ff64cb   16 months pabuhr add missing parenthesis in KISS PRNG ADTast-experimental
(edit) @ac8b016   16 months pabuhr adjust PRNG types from size_t to uint32_t/uint64_t ADTast-experimental
(edit) @3e5eeaf   16 months pabuhr update documentation ADTast-experimental
(edit) @70cd431   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @261e107   16 months pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADTast-experimental
(edit) @74227c6   16 months Thierry Delisle Added more stats ADTast-experimental
(edit) @4020f09   16 months pabuhr formatting, switch to typedef for PRNG complex state ADTast-experimental
(edit) @8a3d5e7   16 months pabuhr formatting ADTast-experimental
(edit) @c8238c0   16 months pabuhr remove 32-bit use of lehmer64, which requires uint128_t ADTast-experimental
(edit) @dd46fd3   16 months pabuhr generalization of PRNG ADTast-experimental
(edit) @78de1e5   16 months ajbeach Small fix to the exception header, the wrong trait was used in one place. ADTast-experimental
(edit) @20cf96d   16 months pabuhr changes to PRNG types to eliminate casts ADTast-experimental
(edit) @29702ad   16 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1553a55   16 months Thierry Delisle Explicitly zero initialize the intrusive link fields ADTast-experimental
(edit) @857081e   16 months pabuhr change type of yield parameter from unsigned int to size_t ADTast-experimental
(edit) @9fce2572   16 months pabuhr 32-bit update of PRNG ADTast-experimental
(edit) @d2ad151   16 months pabuhr major update of PRNG ADTast-experimental
(edit) @63be3387   17 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b77f0e1   17 months caparson cleaned up some lock stuff ADTast-experimental
(edit) @639e4fc   17 months Thierry Delisle Changed cluster link to use explicit type to avoid anonymous names in … ADTast-experimental
(edit) @a757ba1   17 months Thierry Delisle Removed wait-with-io_uring feature which was slow, broken and ifdefed out. ADTast-experimental
(edit) @6a4ef0c   17 months Thierry Delisle Changed cltr_link to use explicit field name to make gdb easier ADTast-experimental
(edit) @e50d9cb8   17 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0bdfcc3   17 months pabuhr formatting ADTast-experimental
(edit) @e8b8e65   17 months Thierry Delisle Added implementation of call_once ADTast-experimental
(edit) @cd5b58f   17 months Thierry Delisle Changed node link in thread to use dlink called cltr_link ADTast-experimental
(edit) @7a2057a   17 months pabuhr remove unused BUCKETLOCK, restructure OWNERSHIP and RETURNSPIN ADTast-experimental
(edit) @15c93d8   17 months Thierry Delisle Renamed ready-queue link fields to rdy_link ADTast-experimental
(edit) @be5f0a5   17 months Thierry Delisle Changed monitors to use the user_link instead of the ready_link ADTast-experimental
(edit) @2856982c   17 months Thierry Delisle Changed implicit dlink field in thread$ to have name uxer_link ADTast-experimental
(edit) @28372f7   17 months Thierry Delisle Changed to park/unpark permit/ticketing to make sure no one unparks a … ADTast-experimental
(edit) @88ac843e   17 months Thierry Delisle Moved lockfree containers to containers/lockfree.hfa. Added … ADTast-experimental
(edit) @a167c70c   17 months Thierry Delisle Added thread support for migrating between clusters. ADTast-experimental
(edit) @8b74fa7   17 months Thierry Delisle cluster now support 'set_concurrency' which addes/removes processors … ADTast-experimental
(edit) @878cfcc   17 months Thierry Delisle Added extra check to make sure threads is never double executed ADTast-experimental
(edit) @7f81ef4   17 months Thierry Delisle added pthread once among the list of routines in the cfa_libpthread. ADTast-experimental
(edit) @a5e2682   17 months mlbrooks Improve new-array subscripting to cover missing cases. Missing cases … ADTast-experimental
(edit) @8bd886e   17 months Thierry Delisle Some clean-up in pthread emulation ADTast-experimental
(edit) @1a45263   17 months Thierry Delisle Merge branch 'master' into pthread-emulation ADTast-experimental
(edit) @058ece2   18 months Thierry Delisle made all_t all extern. There is no definition but since it is a … ADTast-experimental
(edit) @df6cc9d   18 months Thierry Delisle Merge branch 'master' into pthread-emulation ADTast-experimental
(edit) @d1abc63c   18 months Thierry Delisle Change parse args to use new arrays instead of C arrays. Also added … ADTast-experimental
(edit) @72b5805e   18 months Thierry Delisle Fixed device/cpu to support systems without caches ADTast-experimental
(edit) @80fbdc9   18 months pabuhr remove include for bits/locks.hfa, generalize format code in error … ADTast-experimental
(edit) @4af5396   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @5951956   18 months pabuhr fix 32-bit problemgenrating spurious unfreed-storage message ADTast-experimental
(edit) @f82f07e   18 months Thierry Delisle Fixes to usage and corresponding tests ADTast-experimental
(edit) @38cc59f   18 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7671c6d   18 months pabuhr make heap executable for thunks ADTast-experimental
(edit) @481f882   18 months Thierry Delisle Added some missing headers and cleaned up some of the fork+exec stuff. ADTast-experimental
(edit) @e5256bd   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @4f102fa   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @116a2ea   18 months pabuhr new heap and associated tests updated ADTast-experimental
(edit) @301071a   18 months pabuhr formatting ADTast-experimental
(edit) @926d358   18 months Thierry Delisle Removed old asm_labels. Modified preemption check to no longer poll … ADTast-experimental
(edit) @3fcb5921   18 months Thierry Delisle Fixed what appears to be a bug in retract. Text coverage for this … ADTast-experimental
(edit) @a55472cc   18 months Thierry Delisle Removed use of single_sem in io since oneshot is sufficient and used … ADTast-experimental
(edit) @a46f7b6   18 months Thierry Delisle Fixed some warnings/mistakes between 32/64bit builds ADTast-experimental
(edit) @affb51b   18 months Thierry Delisle A few small fix to parseargs ADTast-experimental
(edit) @95bda0a   18 months pabuhr add attribute always_inline to many CFA-library cover-routines to … ADTast-experimental
(edit) @0deeaad   18 months Thierry Delisle Added fixed point log2 calculation, which is not that useful but kind … ADTast-experimental
(edit) @5f6b2c2   18 months Thierry Delisle Fixed case where the measure time could be 0 and log2(0) is a problem. ADTast-experimental
(edit) @d1cd4c4   18 months Thierry Delisle Changed moving average weights as an attempt to compensate for logscale. ADTast-experimental
(edit) @31c967b   18 months Thierry Delisle Changed ready-queue so I can easily change the averaging algorithm. … ADTast-experimental
(edit) @33e4968e   18 months Thierry Delisle Relaxed the warning a little. ADTast-experimental
(edit) @da77728   18 months Thierry Delisle Added runtime warning for the leader_spin issue ADTast-experimental
(edit) @77125cc   18 months Thierry Delisle Added support for warnf, like verifyf but doesn't abort. Will not warn … ADTast-experimental
(edit) @5f9c42b   18 months Thierry Delisle Added strict flag to moving average to keep track of which timestamps … ADTast-experimental
(edit) @1756e08   18 months Thierry Delisle Added some defensive programming to work around parsing bug ADTast-experimental
(edit) @160f1aa   18 months Thierry Delisle Changed links of processors in cluster to avoid anonymous names, which … ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.