source:

Revision Log Mode:


Legend:

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