source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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   3 years ajbeach Added IndexIterator, which absorbs some functionality of some … ADT ast-experimental
(edit) @45e753c   3 years ajbeach Clean-up in DeclarationNode.cc. Made all buildList loops the same. The … ADT ast-experimental
(edit) @028e512   3 years ajbeach Cleaned up some DeclarationNode code that had some extra code no … ADT ast-experimental
(edit) @a5ea261   3 years ajbeach The test.py (through Makefile) handles --invariant passing it to the … ADT ast-experimental
(edit) @81bd7e3   3 years ajbeach Adding explination to the memory leak in driver/cfa.cc. ADT ast-experimental
(edit) @66b6f66   3 years ajbeach Cleaned up some indentation in DeclarationNode.h. ADT ast-experimental
(edit) @6349929   3 years pabuhr fix 32-bit build with new PRNG output ADT ast-experimental
(edit) @c831073   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @8a2f7f1   3 years pabuhr fix PRNG test to work correctly on ARM ADT ast-experimental
(edit) @d859a30   3 years ajbeach Some SymbolTable clean-up I did while trying a change I didn't go … ADT ast-experimental
(edit) @fb4dc28   3 years ajbeach Moved new ast code out of one of the old files. The new file may have … ADT ast-experimental
(edit) @1b8fc06c   3 years ajbeach Updated Iterate.hpp documentation. ADT ast-experimental
(edit) @32d6fdc   3 years ajbeach Clean-up in the parser %union. ADT ast-experimental
(edit) @52f9804   3 years ajbeach Update macros in main. DUMP is now a macro to save space/noise and the … ADT ast-experimental
(edit) @eb8d791   3 years ajbeach CandidateFinder fills in the CodeLocation on a generated expression. … ADT ast-experimental
(edit) @153d3440   3 years ajbeach Reorganize CandidateFinder to lower indentation. I did not flatten the … ADT ast-experimental
(edit) @94c98f0e   3 years ajbeach Added/cleaned some AST comments. ADT ast-experimental
(edit) @b05beaa   3 years ajbeach Clean-up in CodeLocationTools. ADT ast-experimental
(edit) @5541a44e   3 years ajbeach Missed some uses of the new parser helpers. ADT ast-experimental
(edit) @6611177   3 years ajbeach Clean-up in parser. ClauseNode rework, plus internal adjustments to … ADT ast-experimental
(edit) @9921573   3 years pabuhr update channel chapter intro ADT ast-experimental
(edit) @e59a9fa   3 years pabuhr clean up .gitignore file ADT ast-experimental
(edit) @8c3d1d5   3 years pabuhr add Kahn74 citation ADT ast-experimental
(edit) @a1b41e3   3 years pabuhr add parsing test for waitfor statement ADT ast-experimental
(edit) @6adeb5f   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @372b6d3   3 years pabuhr add -invariant/--invariant flag to enable invariant checking during … ADT ast-experimental
(edit) @a085470   3 years mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @2b01f8e   3 years mlbrooks Adjust LL perf to use a random layout of nodes in memory ADT ast-experimental
(edit) @ea2759b   3 years ajbeach Some clean-up in CurrentObject, so that TupleIterator is no longer … ADT ast-experimental
(edit) @8472c6c   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @beabdf3   3 years pabuhr formatting, replace latex package subcaption with subfig ADT ast-experimental
(edit) @3d5fba21   3 years pabuhr formatting, replace latex package subcaption with subfig ADT ast-experimental
(edit) @16dff44   3 years pabuhr proofread chapter mutex_stmt ADT ast-experimental
(edit) @7f164c3   3 years pabuhr replace latex package subcaption with subfig ADT ast-experimental
(edit) @39b2403   3 years pabuhr add temporary Newterm, PAB macro, save boxes, and lstnewenvironment java ADT ast-experimental
(edit) @e9ed2a1   3 years mlbrooks Run LL perf with more stable compile flags and run context. ADT ast-experimental
(edit) @485393c   3 years ajbeach Moved code out of the CurrentObject header. ADT ast-experimental
(edit) @fac05b3   3 years ajbeach Removed members from TupleType. They were only used in one place, … ADT ast-experimental
(edit) @c468150   3 years ajbeach Split up ParseNode.h so that headers match implementation. May have a … ADT ast-experimental
(edit) @835d6e8   3 years ajbeach ast::SuspendStmt::Type -> ::Kind, this fits the new convention where … ADT ast-experimental
(edit) @3e94a23   3 years ajbeach More use of the new AST named boolean types. ADT ast-experimental
(edit) @9bb8ee42   3 years mlbrooks Extend LL perf experiment to run on many dataset sizes. ADT ast-experimental
(edit) @e02e13f   3 years mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @bb7422a   3 years ajbeach Translated parser to the new ast. This incuded a small fix in the … ADT ast-experimental
(edit) @ff71057   3 years mlbrooks Apply volatile variable frequency reduction (of fa6ca1ac779b4) to … ADT ast-experimental
(edit) @fdc042d   3 years mlbrooks Fix Makefile noise on LL perf rebuild. ADT ast-experimental
(edit) @b0be909f   3 years mlbrooks Remove mistakenly committed diagnostic output from LL prf. ADT ast-experimental
(edit) @1dfc3d0   3 years mlbrooks Tweak LL perf compilation--CLI to support a fixed-work mode that does … ADT ast-experimental
(edit) @4541b09   3 years pabuhr small corrections ADT ast-experimental
(edit) @9586d22   3 years pabuhr add access to LstNumberStyle, make tt font smalled for lst string constants ADT ast-experimental
(edit) @deeda09   3 years pabuhr proofread CFA-concurrency chapter ADT ast-experimental
(edit) @11e3e97   3 years pabuhr formatting ADT ast-experimental
(edit) @55fabac   3 years pabuhr change citation colour from green to blue ADT ast-experimental
(edit) @59c05958   3 years pabuhr proofread CFA-introduction chapter ADT ast-experimental
(edit) @9363b1b   3 years caparson removed code style and refactored to use cfa code style ADT ast-experimental
(edit) @e8b1f23c   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @525a46a   3 years pabuhr formatting ADT ast-experimental
(edit) @0e398ad   3 years pabuhr convert to CFAStyle in CFA_intro chapter ADT ast-experimental
(edit) @9432499   3 years pabuhr turn on CFAStyle and make default language ADT ast-experimental
(edit) @bf0c723   3 years pabuhr add style file to Makefile dependencies ADT ast-experimental
(edit) @34b6a7b6   3 years mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
Note: See TracRevisionLog for help on using the revision log.