source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b5513f1   2 years caparson refactored tests to refine failure case to minimal repro ADT ast-experimental
(edit) @02fa55e   2 years caparson added zero size channel waituntil test case ADT ast-experimental
(edit) @c4f411e   2 years caparson fixed a bug which may potentially fix build ADT ast-experimental
(edit) @84018e0   2 years caparson cleaned up benchmark pseudocode ADT ast-experimental
(edit) @2d831a1   2 years caparson added various small edits and resolved some action items ADT ast-experimental
(edit) @c0527f8   2 years caparson added CAP annotation macro ADT ast-experimental
(edit) @4912520   2 years caparson updated plotting scripts with new plot style ADT ast-experimental
(edit) @ab2b352   2 years caparson updated channel and mutex stmt figures ADT ast-experimental
(edit) @d5187a0   2 years caparson removed potential race to attempt to fix failing test ADT ast-experimental
(edit) @a32a887   2 years caparson removed uneeded tests ADT ast-experimental
(edit) @85e49a6   2 years caparson added and removed some tests in pursuit of a more minimal repro of the … ADT ast-experimental
(edit) @dd7a8ce   2 years caparson added some variations on failing channel test to try and narrow down … ADT ast-experimental
(edit) @a882b68   2 years caparson added a test change to help locate the deadlock on next test failure ADT ast-experimental
(edit) @cb69fba   2 years caparson did some cleanup of channels ADT ast-experimental
(edit) @ca8c91ce   2 years pabuhr small changes to channel chapter ADT ast-experimental
(edit) @d5c5586   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @7bef8cf   2 years pabuhr start paper on llheap ADT ast-experimental
(edit) @8607a72   2 years caparson added 32 bit failure fix for channels ADT ast-experimental
(edit) @7358f65   2 years pabuhr remove version count of thesis builds ADT ast-experimental
(edit) @e9fffb1   2 years pabuhr start proofreading of channel chapter ADT ast-experimental
(edit) @e0e2f02   2 years pabuhr small updates ADT ast-experimental
(edit) @21d1c9c   2 years pabuhr small updates ADT ast-experimental
(edit) @c459f99   2 years pabuhr formatting, small updates ADT ast-experimental
(edit) @d1c51b1   2 years pabuhr small updates ADT ast-experimental
(edit) @6c7227b   2 years pabuhr formatting, small updates ADT ast-experimental
(edit) @302a16c   2 years pabuhr formatting, add intro chapter to tex dependencies ADT ast-experimental
(edit) @8c25760   2 years pabuhr put keywords in alphabetic order in lex.ll ADT ast-experimental
(edit) @ab6dcc8   2 years pabuhr add citations for Actor paper ADT ast-experimental
(edit) @e20c0af   2 years pabuhr update list of CFA keywords in lstlang.sty ADT ast-experimental
(edit) @085f67a   2 years pabuhr remove unsed cfa-format.tex file ADT ast-experimental
(edit) @67408114   2 years pabuhr change all-tests to tests to match new make targets ADT ast-experimental
(edit) @c083c3d   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @4daf79f   2 years pabuhr formatting, adjust target names for Makefiles ADT ast-experimental
(edit) @6e1e2d0   2 years caparson resolved merge conflicts ADT ast-experimental
(edit) @a50fdfb   2 years caparson added waituntil test expect files ADT ast-experimental
(edit) @63d5ac5f   2 years caparson removed TODO since it is now done ADT ast-experimental
(edit) @2a84d994   2 years caparson removed old unused benchmark file ADT ast-experimental
(edit) @6c3c51d   2 years caparson removed scoped lock ADT ast-experimental
(edit) @b9cd3b5   2 years caparson removed clh lock ADT ast-experimental
(edit) @a33a5e2   2 years caparson added tests for the waituntil stmt ADT ast-experimental
(edit) @c86b08d   2 years caparson added support for the waituntil statement in the compiler ADT ast-experimental
(edit) @73bf7ddc   2 years caparson updated lock interface to support waituntil trait ADT ast-experimental
(edit) @beeff61e   2 years caparson some cleanup and a bunch of changes to support waituntil statement ADT ast-experimental
(edit) @985b624   2 years pabuhr remove gcc 4.9, 5, 6 from jenkins know compilers and change nightly … ADT ast-experimental
(edit) @e6d8d11   2 years pabuhr update comment about locale problem with leaked storage ADT ast-experimental
(edit) @04c78215   2 years pabuhr change waituntil expression from cast_expression to comma_expression ADT ast-experimental
(edit) @699a97d   2 years ajbeach Added IndexIterator, which absorbs some functionality of some … ADT ast-experimental
(edit) @45e753c   2 years ajbeach Clean-up in DeclarationNode.cc. Made all buildList loops the same. The … ADT ast-experimental
(edit) @028e512   2 years ajbeach Cleaned up some DeclarationNode code that had some extra code no … ADT ast-experimental
(edit) @a5ea261   2 years ajbeach The test.py (through Makefile) handles --invariant passing it to the … ADT ast-experimental
(edit) @81bd7e3   2 years ajbeach Adding explination to the memory leak in driver/cfa.cc. ADT ast-experimental
(edit) @66b6f66   2 years ajbeach Cleaned up some indentation in DeclarationNode.h. ADT ast-experimental
(edit) @6349929   2 years pabuhr fix 32-bit build with new PRNG output ADT ast-experimental
(edit) @c831073   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @8a2f7f1   2 years pabuhr fix PRNG test to work correctly on ARM ADT ast-experimental
(edit) @d859a30   2 years ajbeach Some SymbolTable clean-up I did while trying a change I didn't go … ADT ast-experimental
(edit) @fb4dc28   2 years ajbeach Moved new ast code out of one of the old files. The new file may have … ADT ast-experimental
(edit) @1b8fc06c   2 years ajbeach Updated Iterate.hpp documentation. ADT ast-experimental
(edit) @32d6fdc   2 years ajbeach Clean-up in the parser %union. ADT ast-experimental
(edit) @52f9804   2 years ajbeach Update macros in main. DUMP is now a macro to save space/noise and the … ADT ast-experimental
(edit) @eb8d791   2 years ajbeach CandidateFinder fills in the CodeLocation on a generated expression. … ADT ast-experimental
(edit) @153d3440   2 years ajbeach Reorganize CandidateFinder to lower indentation. I did not flatten the … ADT ast-experimental
(edit) @94c98f0e   2 years ajbeach Added/cleaned some AST comments. ADT ast-experimental
(edit) @b05beaa   2 years ajbeach Clean-up in CodeLocationTools. ADT ast-experimental
(edit) @5541a44e   2 years ajbeach Missed some uses of the new parser helpers. ADT ast-experimental
(edit) @6611177   2 years ajbeach Clean-up in parser. ClauseNode rework, plus internal adjustments to … ADT ast-experimental
(edit) @9921573   2 years pabuhr update channel chapter intro ADT ast-experimental
(edit) @e59a9fa   2 years pabuhr clean up .gitignore file ADT ast-experimental
(edit) @8c3d1d5   2 years pabuhr add Kahn74 citation ADT ast-experimental
(edit) @a1b41e3   2 years pabuhr add parsing test for waitfor statement ADT ast-experimental
(edit) @6adeb5f   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @372b6d3   2 years pabuhr add -invariant/--invariant flag to enable invariant checking during … ADT ast-experimental
(edit) @a085470   2 years mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @2b01f8e   2 years mlbrooks Adjust LL perf to use a random layout of nodes in memory ADT ast-experimental
(edit) @ea2759b   2 years ajbeach Some clean-up in CurrentObject, so that TupleIterator is no longer … ADT ast-experimental
(edit) @8472c6c   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @beabdf3   2 years pabuhr formatting, replace latex package subcaption with subfig ADT ast-experimental
(edit) @3d5fba21   2 years pabuhr formatting, replace latex package subcaption with subfig ADT ast-experimental
(edit) @16dff44   2 years pabuhr proofread chapter mutex_stmt ADT ast-experimental
(edit) @7f164c3   2 years pabuhr replace latex package subcaption with subfig ADT ast-experimental
(edit) @39b2403   2 years pabuhr add temporary Newterm, PAB macro, save boxes, and lstnewenvironment java ADT ast-experimental
(edit) @e9ed2a1   2 years mlbrooks Run LL perf with more stable compile flags and run context. ADT ast-experimental
(edit) @485393c   2 years ajbeach Moved code out of the CurrentObject header. ADT ast-experimental
(edit) @fac05b3   2 years ajbeach Removed members from TupleType. They were only used in one place, … ADT ast-experimental
(edit) @c468150   2 years ajbeach Split up ParseNode.h so that headers match implementation. May have a … ADT ast-experimental
(edit) @835d6e8   2 years ajbeach ast::SuspendStmt::Type -> ::Kind, this fits the new convention where … ADT ast-experimental
(edit) @3e94a23   2 years ajbeach More use of the new AST named boolean types. ADT ast-experimental
(edit) @9bb8ee42   2 years mlbrooks Extend LL perf experiment to run on many dataset sizes. ADT ast-experimental
(edit) @e02e13f   2 years mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @bb7422a   2 years ajbeach Translated parser to the new ast. This incuded a small fix in the … ADT ast-experimental
(edit) @ff71057   2 years mlbrooks Apply volatile variable frequency reduction (of fa6ca1ac779b4) to … ADT ast-experimental
(edit) @fdc042d   2 years mlbrooks Fix Makefile noise on LL perf rebuild. ADT ast-experimental
(edit) @b0be909f   2 years mlbrooks Remove mistakenly committed diagnostic output from LL prf. ADT ast-experimental
(edit) @1dfc3d0   2 years mlbrooks Tweak LL perf compilation--CLI to support a fixed-work mode that does … ADT ast-experimental
(edit) @4541b09   2 years pabuhr small corrections ADT ast-experimental
(edit) @9586d22   2 years pabuhr add access to LstNumberStyle, make tt font smalled for lst string constants ADT ast-experimental
(edit) @deeda09   2 years pabuhr proofread CFA-concurrency chapter ADT ast-experimental
(edit) @11e3e97   2 years pabuhr formatting ADT ast-experimental
(edit) @55fabac   2 years pabuhr change citation colour from green to blue ADT ast-experimental
(edit) @59c05958   2 years pabuhr proofread CFA-introduction chapter ADT ast-experimental
Note: See TracRevisionLog for help on using the revision log.