source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @508671e   14 months caparson added termination check for non-stealing actor system
(edit) @a1f0cb6   14 months caparson added pragma once
(edit) @14e1053   14 months caparson first draft of full waituntil chapter and conclusion chapter. Lots of …
(edit) @917e1fd   14 months caparson changed throughput in plotting script to be per second not per 10 seconds
(edit) @48ec19a   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1fbf481   14 months caparson more actor changes and touchups
(edit) @97b47ec   14 months ajbeach The 'sized' trait is now implemented on top of 'T *' declarations and …
(edit) @fe0b94f   14 months pabuhr fix include files
(edit) @6065281f   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @3bf9d10   14 months pabuhr change printf to sout
(edit) @f02f546   14 months mlbrooks Implement new rules for array dimension expression matching. Core …
(edit) @2de175ce   14 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @132e4c1   14 months ajbeach Some clean-up in LinkReferenceToTypes?.cpp.
(edit) @da0edec   14 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @9c4330d5   14 months mlbrooks Add Makefile entries to include new test-support files in Promote …
(edit) @caf06aa   14 months ajbeach Added the check for bitfields in sized polymorphic types. It was …
(edit) @70d8e2f2   14 months caparson added extra poll point to check for termination in actor system
(edit) @adc73a5   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d10e391   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b065dbb   14 months caparson refactored actors to not need base pointers in envelopes
(edit) @1e538fb   14 months caparson added a comment
(edit) @2fd4cea   14 months ajbeach In a sentence, invariants is correct.
(edit) @0f4ac10   14 months mlbrooks Add tests demonstrating CFA's treatment of C arrays, compared with …
(edit) @b7b3e41   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @33d4bc8   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0388a99   14 months caparson updated a test to use the actor automatic executor config
(edit) @e39cfb9   14 months caparson various cleanups and improvements (shutdown flags, automatic processor …
(edit) @ca0c311   14 months caparson added ability to get number of processors constructed on a cluster …
(edit) @2c38b15   14 months ajbeach Moved the using statement in main out of view of the includes. Tried …
(edit) @dc136d7   14 months caparson cleaned up actor send/terminate sections
(edit) @6d18ddb   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Merged …
(edit) @60c3d87e   14 months caparson intermediate commit to pull actor changes
(edit) @df27752   14 months pabuhr update glossary
(edit) @739bd7b   14 months pabuhr more proofreading of actor chapter
(edit) @7c012e8   14 months pabuhr simplify computation for ceiling, add unsigned qualifiers on one_t …
(edit) @b87ef7be   14 months pabuhr update mathX.arm64 expected output
(edit) @97453ce   14 months pabuhr add length qualifiers on one_t constants in ceiling_div
(edit) @c8cbb41   14 months pabuhr update mathX.x86 expected output
(edit) @a983cbf   14 months pabuhr fix bug in gcc conditional expression by cloning omitted operand
(edit) @b38f6da   14 months pabuhr update conflicting type-specifier error-messages
(edit) @600478d   14 months pabuhr change ceiling function to work with negative values
(edit) @6527150   14 months pabuhr formatting
(edit) @c8f0199   14 months pabuhr add test case to device-driver input
(edit) @93c86ac   14 months pabuhr formatting and comments
(edit) @dc9dd94   14 months pabuhr formatting
(edit) @bbdf954   14 months pabuhr fix end-of-file bug when checking for I/O errors
(edit) @4f9d75d   14 months pabuhr formatting
(edit) @4dbdd1d   14 months pabuhr add comments for attomic pointer types
(edit) @727c39d5   14 months pabuhr add commented alternative option for ARM atomics
(edit) @0e0f25d5   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @77fd9fe2   14 months caparson refactored actor tests to use bar operator
(edit) @05956d21   14 months caparson refactored benchmarks to use actor bar operator
(edit) @086d6b8   14 months caparson changed actors to use bar operator
(edit) @b1e21da   14 months ajbeach Removed duplicate substution code in Autogen.
(edit) @64727bd   14 months ajbeach Did my best to reimplement all the improvements made to …
(edit) @b96b1c0   14 months ajbeach Reproduing changes from commit eb8d791. This fixes most of the errors …
(edit) @3a7aa94   14 months pabuhr harmonized help messages for --invariant and --no-invariant
(edit) @4c0acb0   14 months pabuhr add back --invariant with --no-invariant as both are needed for toggling
(edit) @da4a570   14 months caparson commented out some debugging code
(edit) @0d31434   14 months caparson changes test.py invariant flag to --no-invariant, with the default being on
(edit) @5dbb9f3   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d144c26   14 months caparson updated invariant flag to be default, can be toggled off with …
(edit) @e172f42   14 months caparson Merge branch 'ast-experimental'
(edit) @a0bd9a2   14 months ajbeach Lifted _Ostream_Flags out of _Ostream_Manip, so the bitfields do not …
(edit) @60f4919   14 months caparson fixed marker issue in data plotting scripts
(edit) @80fc78f   14 months caparson reformatted a bit of whitespace in mutex stmt chapter
(edit) @994030ce   14 months caparson added waituntil chapter figures
(edit) @f6fd22a4   14 months caparson refactored inherit test to avoid base ctor call bug
(edit) @8d6786b   14 months caparson added new actor test for plan-9 edge case
(edit) @1e940de0   14 months caparson cleanup/bugfix actors and fix virtual dtor bug
(edit) @7e4bd9b6   14 months caparson updated actor-related passes to fix some bugs
(edit) @5668740   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @32a4f3e   14 months caparson commit some thesis changes before pull to resolve merge
(edit) @8f557161   14 months mlbrooks Clarify and fix accuracy in eval public API, on reporting "unable to …
(edit) @576aadb   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @61a20af   14 months pabuhr change urlcolor to blue in hyperref
(edit) @f26a2f5   14 months pabuhr continue proofreading actor chapter
(edit) @4f6c628   14 months pabuhr add label for inheritance subsection
(edit) @1ba3959   14 months pabuhr change default horizontal comment position
(edit) @7365248   14 months pabuhr remove unicode hyphens
(edit) @9ab8a26   14 months pabuhr add glossary entry for gulp
(edit) @cec4f85   14 months pabuhr update figures changing worker to executor
(edit) @ebde95a   14 months pabuhr add lstlang.sty dependency to Makefile
(edit) @62d62db   14 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   14 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @38e266ca   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @1db6d70   14 months caparson removed unneeded fstream include from locks.hfa ast-experimental
(edit) @0658672   14 months ajbeach Improved hoisting. However, I had to change some code because of other … ast-experimental
(edit) @758c9ef   14 months pabuhr change font size of text in EHMHierarchy.fig ast-experimental
(edit) @37b2c2c   14 months pabuhr update lockfree stack with double-wide CAS ast-experimental
(edit) @0442f93f   14 months pabuhr update comments for special invalid syntax rules ast-experimental
(edit) @01fac29   14 months pabuhr lex _static_assert from C23 ast-experimental
(edit) @e6c9115   14 months pabuhr update short atomic macros ast-experimental
(edit) @b301a82   14 months pabuhr fix error in cc1.cc with repect to missing -dumpbase-ext check ast-experimental
(edit) @148f836e   14 months ajbeach Cleaned up namespacing, indentation and whitespacing in Pass.impl.hpp. ast-experimental
(edit) @334801b   14 months ajbeach Simplify one of the Pass::visit methods for CompoundStmt?. It repeats … ast-experimental
(edit) @918e4165   14 months ajbeach Removed some warnings. ast-experimental
(edit) @55266c7   15 months pabuhr harmonize semantic error messages with yacc error messages ast-experimental
(edit) @fa5e1aa5   15 months caparson small cleanup
(edit) @b5e3a80   15 months caparson refactored waituntil future benchmarks and updated runscript
Note: See TracRevisionLog for help on using the revision log.