source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b729c01   23 months j82liang Update enum unifier; now unifier compare types based on the enum's base ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d958834b   23 months j82liang Save a minimal compilable version. The enum pointer … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d4b37ab   23 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b9f8274   23 months ajbeach Removed the validate sub-pass interface. This also showed an extra … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1931bb01   23 months ajbeach Converted 'Validate A' to the new AST. There some utility changes as well. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @25404c7   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9c6443e   2 years Thierry Delisle Merge peter's changes for core ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @3e3bee2   2 years pabuhr add bridge at end of chapter 4 to chapter 5 ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @aa60460   2 years pabuhr proofread chapter text/core.tex ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @84f90b6   2 years pabuhr added the latex comment package ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @be99234   2 years pabuhr update figures ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @2a859b5   2 years pabuhr add new figure base_ts2 ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6415549   2 years pabuhr update attribute.cfa expect file for ARM64 ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @0edbdb2   2 years pabuhr add constant expression tests ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f37d9e7   2 years pabuhr change CurrentObject?.cc to use eval rather than ad-hoc … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7991c7d   2 years pabuhr change enumerator_value_opt to only parse constant_expression ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @120867e   2 years pabuhr update EvalNew? to handle more compile-time constant-expression evaluation ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1ed3fe7c   2 years pabuhr change semantic error message for non-const enumerator to be clearer ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @06bdba4   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @adf03a6   2 years Thierry Delisle Updated intro ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d7af839   2 years Thierry Delisle More merging of Peter's changes ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @72e76fd   2 years ajbeach Converted the last pass in validate B (linkReferenceToTypes). Cleaned … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @43aec9e   2 years Thierry Delisle Merged some of peter's changes ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7b71402   2 years ajbeach Some white-space and comment fixes. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b01d459   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fd365da   2 years caparson added atomics to other spin_queue style locks ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fc2c57a9   2 years Thierry Delisle Fixed assert in waitctx. Removed unnecessary loop in retract. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e4ea4b8d   2 years pabuhr proofread runtime chapter ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @cad61f4   2 years pabuhr talk about Go safe-points ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9b817e15   2 years pabuhr update system figure ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6e21aaf   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8446c18   2 years pabuhr proofread existing.tex ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6e8d446   2 years pabuhr add some outline material for the introduction ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1f201238   2 years pabuhr add 4 figures for consideration ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @10bd126   2 years pabuhr git ignore SAVE.fig ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @a6cfb4d   2 years pabuhr remove temporary file SAVE.fig ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @91715ce1   2 years Thierry Delisle Don't autogen for struct with flexible array members fixes #261? ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b70abaf   2 years Thierry Delisle Added inspect file for asking questions about the ast. So far only … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b99fd56   2 years Thierry Delisle CodeGeneration? now generates variable exprs of type zero_t as litteral 0s. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5a076837   2 years Thierry Delisle Remove unnecessary declaration in heap ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @3322180   2 years Thierry Delisle Fix enum assignment warning ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d28524a   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @4e83bb7   2 years caparson fixed timeout cond var bug and updated pthread_locks test with timeout … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9dad5b3   2 years Thierry Delisle Fixed gdb printing of processors which was broken for a while now. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1158180   2 years Thierry Delisle Added check for IORING_REGISTER_IOWQ_MAX_WORKERS. Not used yet. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ae2f2ae   2 years Thierry Delisle Removed and ignored some warnings in Parser. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c19edd1   2 years Thierry Delisle Removed some warnings and fixed some whitespace ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c5d5723   2 years Thierry Delisle Disabled null conversion warning in lexer. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b62d1d6   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @eb5962a   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1df492a   2 years j82liang Convert TypeInstType? to PointerType? before resolution ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b0be3713   2 years Thierry Delisle Missed an atomic store on the TS handling. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @86601a5   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1dbbef6   2 years caparson added non shared critical section entry counter ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5a96b36   2 years Thierry Delisle Fixed small bugs with dry-run in tests. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @2ed32fa7   2 years caparson added atomics to spin_queue_lock ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @df932552   2 years caparson added atomic store/load for spinqueue ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @76a798d   2 years caparson hopefully fixed mcs spin lock ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e3d123   2 years caparson added atomic_load_n to mcs_spin in attempt at fixing it ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e1a9c77   2 years caparson added tests for qspinlocks internal mcs lock ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6739590   2 years ajbeach A small spacing fix. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @aec20700   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ae020ea   2 years Thierry Delisle Printer now prints max fd and open/closed/live connections. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @563a36b   2 years Thierry Delisle Fixed verify that was backwards. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @a8b87d3   2 years ajbeach Various bits of clean-up. The big one was some renaming inside … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1f0ee71   2 years Thierry Delisle Fixed typo in wait_any after yesterday's fix ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @07997cd   2 years Thierry Delisle Fixed errors with the accept many version ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8419b76   2 years Thierry Delisle printer now properly uses eng3 ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @329e26a   2 years Thierry Delisle Re-instated the isolate/multi-cluster option. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @bf7c7ea   2 years Thierry Delisle Moved printer and protocol thread to the main cluster ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c25338d   2 years Thierry Delisle Added accept 10 method (it doesn't really work). ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @10ba012   2 years Thierry Delisle Minor fixes to Worker threads ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f3da205   2 years Thierry Delisle Fixed wait_any to be polymorphic on future type. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1c56bf7   2 years Thierry Delisle Fixed retract to not reset the future when retracting. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6d41f66   2 years Thierry Delisle Fixed wait_any to use fulfil rather than post ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c06551b   2 years caparson added wait_any to fwd.cfa for future_t ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @aeb20a4   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @db7a3ad   2 years caparson fixed build (hopefully) ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @430ce61   2 years Thierry Delisle Added sendfile test in Cforall ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @137974ae   2 years Thierry Delisle Moved stats printer to it's own file and now using push-stats rather … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8c58e73   2 years Thierry Delisle Removed webserver feature to have multiple clusters (it never actually … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @bbf61838   2 years Thierry Delisle Fixed missing header ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7f0ac12   2 years Thierry Delisle First draft at acceptor thread webserver ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6e2b04e   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @55422cf   2 years caparson added tests for pthread lock and cond var ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ae06e0b   2 years caparson added pthread_cond_var ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ced5e2a   2 years caparson removed debug fields from spinlock_t ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @720f2fe2   2 years Thierry Delisle Changed 'addDataSectionAttribute' to correctly handle tls. Fixed Typo. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b6e0b61   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c8f5f7d   2 years ajbeach Translated Gen Waitfor, the waitfor statement works in the new ast. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @86c12d65   2 years Thierry Delisle Checkpoint of the broken version of reuseport ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ac1aba4b   2 years Thierry Delisle Tentative change to fix jenkins setup script when RUNPATH is not found … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f11296a   2 years ajbeach Updated the nanorc file to include some missing keywords (exception … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ce98816   2 years Thierry Delisle Stats printer now uses a condition variable to sleep so it exists … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c4b10e2   2 years Thierry Delisle Moved socket creation to a different file. Makefile now has debug … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @153570d   2 years Thierry Delisle Server now cleanly closes in non interactive mode ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7affcda   2 years Thierry Delisle Fixed a bug where io wouldn't drain everything if the completion queue … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @90a8125   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @bf0263c   2 years Thierry Delisle setup error is now clearer ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e5d9274   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.