source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8f01ad71   2 years Thierry Delisle Forgot a few pragma once ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a8e9e9d   2 years Thierry Delisle Made dumpable test much more agressive ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @14d5461   2 years Thierry Delisle Fixed incorrect used of $ in jenkins file ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a76202d   2 years ajbeach Removed some code from Validate that had been used for the translation … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d672350   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @ef3c383   2 years Thierry Delisle Added statistics about sendfile in the webserver ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @dbe2533   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @b39e961b   2 years caparson fixed stats.hfa include and added monitor to polymorphic test ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4ecc35a   2 years Thierry Delisle Added spin lock to io drain. last step before completion fairness ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @98d1b90   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @41d3c8d   2 years caparson added check for mutex stmt header ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @0d4f954   2 years caparson changed concurrency library to work with new mutexstmt changes ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @080d2d7   2 years caparson added changes to mutex stmt pass ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @51239d1b   2 years caparson added new mutexstmt tests ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @adb3ea1   3 years Thierry Delisle Some more incremental work towards using timestamps for io fairness ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @0b4ddb71   3 years Thierry Delisle Restore correct -j settings on jenkins tests ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @22226e4   3 years Thierry Delisle Tentative fix for spurious deadlock in some concurrency tests ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @3bc69f2   3 years ajbeach May have fixed the build failure, but I'm still not sure why … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f7496c5   3 years ajbeach class -> struct, silences a warning. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @39d8950   3 years ajbeach Thread global information through resolution. Non-top-level calls to … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9d8124f   3 years f37yu fix some code that clearly does not accomplish the correct thing. has … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @708ae38   3 years Thierry Delisle Some more cleanup and grow/shrink now readjusts io timestamps. (They … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a552a8c   3 years Thierry Delisle Added test to check fairness of completions, disable since my pc … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @48a91e2   3 years Thierry Delisle Fixed defines for cases without RSEQ ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @33b7d49   3 years ajbeach Added another check to checkInvariants for code locations. I also went … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d824715   3 years pabuhr support reverse array subscript, 3[a] => a[3], 3abc? => "abc"[3] ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @c7f2d9b   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @bfb9bf5   3 years Thierry Delisle Fixed some warnings ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @884f3f67   3 years Thierry Delisle Change how the ready queue is initialized to make it common with I/O ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @623d1c8   3 years caparson added test changes ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @510e6f9   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @eb3bc52   3 years caparson split mutexstmt locking test to try and catch error ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @c42b8a1   3 years Thierry Delisle Major cleanup and moved cluster growth to new file ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @3c4bf05   3 years Thierry Delisle Removed old scheduler algorithms which weren't as good. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @630c4bb   3 years Thierry Delisle Added more information when we expect a core dump and didn't get one. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4f6dda0   3 years ajbeach Converted Implement Concurrent Keywords to the new AST. Includes … ADTast-experimentalenumpthread-emulationqualifiedEnum old-sched
(edit) @b053083   3 years Thierry Delisle Fixed error handling for core_info ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @cc9b520   3 years Thierry Delisle Clean-up error handling in test scripts ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @5baa33c   3 years Thierry Delisle Removed debug print and drop spurious 'w' in make flags. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @ef56087   3 years Thierry Delisle Fixed test.py to support -j. (unlimited jobs) ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @fc01219   3 years Thierry Delisle fixed -j option in the test suite to behave like make's -j. -j … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d529ad0   3 years Thierry Delisle Pending/Dirty? flags now use relaxed atomics since they can be set remotely ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9cd44ba   3 years Thierry Delisle change tests to evaluate -j option once ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d9d8b9f   3 years Thierry Delisle Away_fair no longer uses private io header ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @40a606d2   3 years Thierry Delisle Modified io headers so io/types.hfa can stay private ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @bf8b77e   3 years m3zulfiq Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9c5aef9   3 years m3zulfiq Added heap structure and design choices to allocator chapter ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @b0d0285   3 years Thierry Delisle kernel now aborts if a ring is closed with unsubmitted entries. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @496f92ed   3 years Thierry Delisle Enabled away_fair test and added more randomness to it. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9f5a71eb   3 years Thierry Delisle Totally confusing myself in these commit messages. This file was … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @1860885   3 years Thierry Delisle Messed-up last commit... This commit : moved preempt reason to … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @13fdf86   3 years Thierry Delisle Moved preemption reason to kernel_private and added preempt IO. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a494d105   3 years ajbeach Added a semantic error if the proper includes are not used before a … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @362f760   3 years Thierry Delisle Implemented test that highlights potential deadlock when a yield … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @93829cb   3 years Thierry Delisle Added helper function to zero out sqes. Not done in allocate since so … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @ced2e855   3 years Thierry Delisle Fixed typo ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @2432e8e   3 years Thierry Delisle Fixed deadlock on io slowpath due to spin lock recursion. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @028404f   3 years pabuhr more editing of Mubeen's thesis ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @05ffb7b   3 years pabuhr more editing of Mubeen's thesis ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @41870a5   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @afe9e45   3 years pabuhr add more detailed syntax-error messages ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @c5af4f9   3 years Thierry Delisle Small fixes to io.tex and reworked start of existing work. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @08ed947   3 years mlbrooks Roll up of string changes for performance testing/improvement, and a … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @cc7bbe6   3 years mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @3a038fa   3 years pabuhr more updates to added text ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f53afafb   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @5cefa43   3 years pabuhr update PRNG documentation ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @1eec0b0   3 years pabuhr organizes figures into directories, update Makefile, add text from … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a182ad5   3 years Thierry Delisle Revert "removed old memory allocator and replaced it with the … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @5c216b4   3 years pabuhr add detailed syntax-error messages ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f69fac7   3 years ajbeach Got the Util module started by moving over the unused AssertAcyclic? pass. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @fe610ab   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @778315e   3 years pabuhr add attribute no-reorder-blocks to preemption_enabled to prevent … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a389ffe   3 years pabuhr change expected output for ARM tests ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @09ae8a6   3 years pabuhr change initialization of stacksize = max( PTHREAD_STACK_MIN, … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d43a1fe   3 years pabuhr remove unused parameters from checkEnv1 to remove warnings ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9ef9644   3 years ajbeach Merge branch 'forall-pointer-decay' into 'master'. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a556492   3 years ajbeach There was less extra code in ForallPointerDecay? then I hopped, but it … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7d7ef6f   3 years ajbeach Revereted some changes and added a fix to get around the current issue … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f0567a8   3 years Thierry Delisle Fix meta/dumpable which had integer overflow errors. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @8ee163e2   3 years m3zulfiq Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @5614a191   3 years m3zulfiq removed old memory allocator and replaced it with the concurrent allocator ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @3a40df6   3 years Thierry Delisle Producer now also uses the naive read/write approach ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @51b8582   3 years ajbeach So it was a bug in old code that seemed to be cancelling itself out … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3263e2a4   3 years Thierry Delisle Producer now has multiple io_uring implementations. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @6dc17a3d   3 years Thierry Delisle Changed consumer to run for ever. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @7d18733   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @1a0b600   3 years Thierry Delisle Implemented producer to use sendfile and splice. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @ef6d059   3 years Thierry Delisle Changed the consumer to accept twice ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @da81b849   3 years Thierry Delisle Fix argument handling for sink. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @8761d40a   3 years Thierry Delisle Added sink program to test splice ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a38bbbc   3 years pabuhr change font size from 11pt to 10pt ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @0ebbca4   3 years pabuhr optimization calls, initialize callcnt ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @0db48ca   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4708eaa   3 years pabuhr update PRNG documentation ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @470618c0   3 years pabuhr add mutex statement for concurrent printing ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @c655650   3 years pabuhr update fast PRNG code ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @aac37fa   3 years pabuhr remove SemanticError? for "else" extension, support extern "..." for … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @eb211bf   3 years ajbeach Did some clean-up with the ast::Pass class. Moved some things out of … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @0240a7cb   3 years Thierry Delisle Apparently -j1 is a special case I don't support, changed it to -j2. ADTast-experimentalenumpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.