source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a1f3d93   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c7b2215   2 years Thierry Delisle Fix implementation of io_uring_enter instead of eventfds. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ddd2ec9   2 years Thierry Delisle Fix cache detention when only some cpus are present. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @0351e9f   2 years ajbeach Clean-up white-space and comments in the AST/Print module. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3cc1111   2 years ajbeach Small fix in Decl.hpp and a new-ast function added in InitTweak?. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @2514f68b   2 years Thierry Delisle Missed a not (!) ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @6ddef36   2 years Thierry Delisle No longer define kernel_read when not needed. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7ef162b2   2 years Thierry Delisle First attempt at using io_uring_enter for idle sleep. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @059ad16   2 years Thierry Delisle Flush now supports blocking until at least one I/O op terminates. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @cd4c605   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1757f98   2 years Thierry Delisle Refactoring idle sleep to try and help the change from idle on read to … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c60e5094   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3e417bf   2 years Thierry Delisle Reduced stack-size for connection thread ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @644162a   2 years Thierry Delisle Fix problem in splice use with signed/unsigned comparison. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @52d2545   2 years Thierry Delisle "Fix" problems with persistent connection using HTTP1.0 ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3a0ddb6   2 years Thierry Delisle Don't wait for the port if not in interactive mode. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a633f6f   2 years Thierry Delisle Fix the new FD change. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @b14ec5f   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @34b8cb7   2 years Thierry Delisle Step 1 of a new scheme to simplify wake_one. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @84a6e70   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3df86cc   2 years Thierry Delisle Added a new churn benchmark. Still have to implement it for other … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @5f5a729   2 years Thierry Delisle Mark idle now uses try_lock semantics ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1387ea0   2 years ajbeach We can now thread the global/special declarations from convert to … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ce36b55   2 years ajbeach Translation of Validate F; and some improvements in some helpers. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @5dcb881   2 years ajbeach Split up the validate pass. (Some statistics code is repeated, but … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3249dd8b   2 years ajbeach Some clean-up. DeepCopyCore? lost its already tenous reason to be in … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @b7fd9daf   2 years f37yu Merge branch 'new-ast-unique-expr' ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f95634e   2 years f37yu fix unique expr pass ADTast-experimentalenumforall-pointer-decaynew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @bb9924c   2 years f37yu fix unique expr pass ADTast-experimentalenumforall-pointer-decaynew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @1622af5   2 years ajbeach Created CandidatePrinter? from AlternativePrinter? (seems to uncover a … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @36a05d7   2 years Thierry Delisle Started doing some work on the eval portion of my thesis. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @cc287800   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @5ee153d   2 years ajbeach Translated the Translate Throws pass to the new ast. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a5a08a05   2 years ajbeach Missed a few extra references to LabelGenerator?. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @cb921d4   2 years ajbeach Changed some of the new ast code so they no longer pass around the … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @de31a1d   2 years ajbeach Converted the two LabelGenerator? singletons into a single pure-static … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @817bb3c   2 years ajbeach Clean-up in MultiLevelExit?, including a small interface change. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @21fe17f   2 years ajbeach Clean-up the FixLabelsCore? class and utilities. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @b8ab91a   2 years ajbeach Fix Labels pass translated. This is fix label, mult-level exit and … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @77c01ec   3 years Thierry Delisle Fixed tests for x86 ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @637240f   3 years Thierry Delisle Regenerated tests for changed to main_returned ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @49599a3   3 years Thierry Delisle Removed unnecessary debug ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ab4a595   3 years Thierry Delisle cpu.cfa now correctly uses "online" instead of "present" to check cpus. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a1574e2   3 years Thierry Delisle Forgot this was needed for the non-VLA commit. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7dd98b6   3 years Thierry Delisle Moved cfa_main_returned to libcfa so it works when the main is written … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3eb540fb   3 years Thierry Delisle Modified httpforall not to use VLA of threads. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a7026b4   3 years Thierry Delisle Fixed protocol to work with the sun machines. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @e58e423   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @42b7fa5f   3 years Thierry Delisle Forgot to close file in non-link splice. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3f39009   3 years Thierry Delisle Reimplemnted how splice is handled. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @4087baf   3 years Thierry Delisle Implmented non-interactive mode ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @58ca0a0a   3 years Thierry Delisle Conflict message now mentions the file cache. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c2ba08a   3 years Thierry Delisle Added missing io_future_t reset function. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @e8ac228   3 years Thierry Delisle Fix major bug where to few items were submitted. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @40a64f78   3 years Thierry Delisle Added options to redirect outputs and allow disabling Ctrl+D to stop. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @8e48fca4   3 years ajbeach Combined the code in FixMain? so it is all done with one pass. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @0c577f7   3 years ajbeach Implemented new AST version of the Fix Names pass. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f42fc13   3 years ajbeach Reorganize FixNames/FixMain? to avoid storing main_signature for so long. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @eb9c2dc   3 years caparson trimmed down includes more ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @52e311a   3 years caparson fixed merge conflict ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @441d11c   3 years caparson trimmed down includes ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a2e4b0c   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a51a02d   3 years caparson fstream mutexstmt lock/unlock ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @15885de9   3 years m3zulfiq removed errors from thesis and separated background chapter ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1ed9cb63   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c600df1   3 years ajbeach Added ast::WithConstTranslationUnit? to give access to the surrounding … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @148ba7d   3 years ajbeach Added a return value to WithGuards::GuardValue? so you can save the old … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a36eb2d   3 years ajbeach First translation of the Gen Init pass. Passed the tests. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @da6396f   3 years ajbeach Looks like Henry's MakeLibCfa? worked this entire time. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @55cbff8   3 years ajbeach Added new ast resolver prototype support. Not exactly the same but … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @efc8f3e   3 years pabuhr change loop default-block for while/do/for to Python style ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a73c16e   3 years pabuhr parse loop default-block for while/do/for ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @d4d4ac8   3 years pabuhr remove discussion of I/O acquire and replace with mutex statement, add … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @321a1b15   3 years pabuhr change getANL to getANL$ (private), change eof to return bool versus … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c8371b5   3 years pabuhr change getANL to getANL$ (private) ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @fe8c31e   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @05c941a   3 years pabuhr change mutex expression syntax from mutex@ to mutex(), add rule to … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @68fe946e   3 years ajbeach Updated DeclStats? for the new ast. Also fixed a bug in the old … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @237df76   3 years pabuhr convert from test programs I/O acquire to mutex statement ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @8dcb832   3 years pabuhr remove mutual-exclusion acquire for streams, add EINTR restarts for C … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @e16eb460   3 years pabuhr further restrict locations where @ occurs, remove empty argument list … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @96f01d7f   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7ce2483   3 years pabuhr formatting, remove release, and update lock/unlock for use with mutex … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @172a88d   3 years Thierry Delisle Tests now count failures, passes, timeouts and report the number ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @8a039be   3 years Thierry Delisle Fixed options to correctly default to the default. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @45c9441   3 years Thierry Delisle Fix lock in io.cfa ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c33c2af   3 years Thierry Delisle Made some of the schedule locking more fine grain. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @197df9b   3 years Thierry Delisle Only print time refreshing if logs are enabled. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1db1454   3 years Thierry Delisle Fixed Typo ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @949339b   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @056cbdb   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @86bd8538   3 years ajbeach Andrew MMath: Hopefully the last updates from the readers. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @166b384   3 years ajbeach Andrew MMath: Added the missing front matter and corrected a few … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f93c50a   3 years caparson fixed merge ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7e7a076   3 years caparson added routines so fstreams could be acquired with the mutex stmt ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @9411cf0   3 years ajbeach Andrew MMath: Maybe the last changes to the thesis. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @814f87d   3 years ajbeach Andrew MMath: Updated thesis with Yizhou Zhang's feedback. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @716b62c   3 years Thierry Delisle Added rust and cpu example. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @75c7252   3 years Thierry Delisle CPU workstealing now has correct remote unpark. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @24e321c   3 years Thierry Delisle Unpark now takes a hint on locality. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.