|
|
|
@930a800
|
18 months |
caparson |
added conclusion to makefile, removed duplicate bib entry and added …
|
|
|
@5e81a9c
|
18 months |
caparson |
polished waituntil and conclusion chapter
|
|
|
@adb67cf3
|
18 months |
caparson |
added steal diagram
|
|
|
@f519bd8
|
18 months |
caparson |
reworked actor steal section
|
|
|
@96ea77a
|
18 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@8909a2d
|
18 months |
pabuhr |
more proofreading of actor chapter
|
|
|
@70f97c8
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@00b046f
|
18 months |
caparson |
very slim race condition between a channel closing and a waituntil …
|
|
|
@a2f1ea8d
|
18 months |
caparson |
added test for fixed waituntil break case
|
|
|
@ed1a7ab8
|
18 months |
caparson |
fixed two bugs with breaks in waituntils, required reordering of …
|
|
|
@1ae3ac46
|
18 months |
pabuhr |
change text font-size in figures to match paper font-size
|
|
|
@5384793
|
18 months |
pabuhr |
use FIFO abbrev in channel chapter
|
|
|
@fb4b283
|
18 months |
pabuhr |
add LIFO and FIFO to glossary abbreviation
|
|
|
@729b794
|
18 months |
pabuhr |
force bibtex to run in Makefile and print more output
|
|
|
@c5e2a84
|
18 months |
pabuhr |
remove duplicate entries from local.bib in pl.bib
|
|
|
@6c7fe7b
|
18 months |
pabuhr |
change from printf to sout
|
|
|
@d7874052
|
18 months |
pabuhr |
print proper error for hiding enumerator names of an anonymous …
|
|
|
@bdf4cd9e
|
18 months |
caparson |
added test for mutex stmt tuples and changed actor test to use a …
|
|
|
@d464b79
|
18 months |
caparson |
added flattening so that the mutex statement now can accept tuples
|
|
|
@4bae7b4
|
18 months |
caparson |
fixed bug where virtual dtor would not work if dtors or ctors of the …
|
|
|
@599dc6a
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c9019ce
|
18 months |
caparson |
added to conclusion, cleaned up and added some citations
|
|
|
@48ee593
|
18 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@795500c3
|
18 months |
pabuhr |
update documentation for stream input and output
|
|
|
@af5cfad6
|
18 months |
pabuhr |
fix number of calls to latex
|
|
|
@260dad7
|
18 months |
ajbeach |
Updated indentation in AST/LinckageSpec.
|
|
|
@3d70ca9
|
18 months |
pabuhr |
add and update citations
|
|
|
@6587f9d
|
18 months |
pabuhr |
update user manual from old separator manipulator names to new names
|
|
|
@85a3806
|
18 months |
pabuhr |
change from printf to sout
|
|
|
@7d25f44
|
18 months |
pabuhr |
update files from old separator manipulator names to new names
|
|
|
@f5d9c37
|
18 months |
pabuhr |
harmonize separator manipulators names with newline names: change from …
|
|
|
@70e47fec
|
18 months |
caparson |
removed comment
|
|
|
@2dfdae3
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@508671e
|
18 months |
caparson |
added termination check for non-stealing actor system
|
|
|
@a1f0cb6
|
18 months |
caparson |
added pragma once
|
|
|
@14e1053
|
18 months |
caparson |
first draft of full waituntil chapter and conclusion chapter. Lots of …
|
|
|
@b9c06b98
|
18 months |
pabuhr |
formatting, change set_allocation to return previous value, add …
|
|
|
@c4497e3
|
18 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@65ef0cd
|
18 months |
pabuhr |
fix comments
|
|
|
@917e1fd
|
18 months |
caparson |
changed throughput in plotting script to be per second not per 10 seconds
|
|
|
@48ec19a
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@1fbf481
|
18 months |
caparson |
more actor changes and touchups
|
|
|
@97b47ec
|
18 months |
ajbeach |
The 'sized' trait is now implemented on top of 'T *' declarations and …
|
|
|
@fe0b94f
|
18 months |
pabuhr |
fix include files
|
|
|
@6065281f
|
18 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@3bf9d10
|
18 months |
pabuhr |
change printf to sout
|
|
|
@f02f546
|
18 months |
mlbrooks |
Implement new rules for array dimension expression matching.
Core …
|
|
|
@2de175ce
|
18 months |
mlbrooks |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@132e4c1
|
18 months |
ajbeach |
Some clean-up in LinkReferenceToTypes?.cpp.
|
|
|
@da0edec
|
18 months |
mlbrooks |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@9c4330d5
|
18 months |
mlbrooks |
Add Makefile entries to include new test-support files in Promote …
|
|
|
@caf06aa
|
18 months |
ajbeach |
Added the check for bitfields in sized polymorphic types. It was …
|
|
|
@70d8e2f2
|
18 months |
caparson |
added extra poll point to check for termination in actor system
|
|
|
@adc73a5
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@d10e391
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@b065dbb
|
18 months |
caparson |
refactored actors to not need base pointers in envelopes
|
|
|
@1e538fb
|
18 months |
caparson |
added a comment
|
|
|
@2fd4cea
|
18 months |
ajbeach |
In a sentence, invariants is correct.
|
|
|
@0f4ac10
|
18 months |
mlbrooks |
Add tests demonstrating CFA's treatment of C arrays, compared with …
|
|
|
@b7b3e41
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@33d4bc8
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@0388a99
|
18 months |
caparson |
updated a test to use the actor automatic executor config
|
|
|
@e39cfb9
|
18 months |
caparson |
various cleanups and improvements (shutdown flags, automatic processor …
|
|
|
@ca0c311
|
18 months |
caparson |
added ability to get number of processors constructed on a cluster …
|
|
|
@2c38b15
|
18 months |
ajbeach |
Moved the using statement in main out of view of the includes. Tried …
|
|
|
@dc136d7
|
18 months |
caparson |
cleaned up actor send/terminate sections
|
|
|
@6d18ddb
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Merged …
|
|
|
@60c3d87e
|
18 months |
caparson |
intermediate commit to pull actor changes
|
|
|
@df27752
|
18 months |
pabuhr |
update glossary
|
|
|
@739bd7b
|
18 months |
pabuhr |
more proofreading of actor chapter
|
|
|
@7c012e8
|
18 months |
pabuhr |
simplify computation for ceiling, add unsigned qualifiers on one_t …
|
|
|
@b87ef7be
|
18 months |
pabuhr |
update mathX.arm64 expected output
|
|
|
@97453ce
|
18 months |
pabuhr |
add length qualifiers on one_t constants in ceiling_div
|
|
|
@c8cbb41
|
18 months |
pabuhr |
update mathX.x86 expected output
|
|
|
@a983cbf
|
18 months |
pabuhr |
fix bug in gcc conditional expression by cloning omitted operand
|
|
|
@b38f6da
|
18 months |
pabuhr |
update conflicting type-specifier error-messages
|
|
|
@600478d
|
18 months |
pabuhr |
change ceiling function to work with negative values
|
|
|
@6527150
|
18 months |
pabuhr |
formatting
|
|
|
@c8f0199
|
18 months |
pabuhr |
add test case to device-driver input
|
|
|
@93c86ac
|
18 months |
pabuhr |
formatting and comments
|
|
|
@dc9dd94
|
18 months |
pabuhr |
formatting
|
|
|
@bbdf954
|
18 months |
pabuhr |
fix end-of-file bug when checking for I/O errors
|
|
|
@4f9d75d
|
18 months |
pabuhr |
formatting
|
|
|
@4dbdd1d
|
18 months |
pabuhr |
add comments for attomic pointer types
|
|
|
@727c39d5
|
18 months |
pabuhr |
add commented alternative option for ARM atomics
|
|
|
@0e0f25d5
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@77fd9fe2
|
18 months |
caparson |
refactored actor tests to use bar operator
|
|
|
@05956d21
|
18 months |
caparson |
refactored benchmarks to use actor bar operator
|
|
|
@086d6b8
|
18 months |
caparson |
changed actors to use bar operator
|
|
|
@b1e21da
|
18 months |
ajbeach |
Removed duplicate substution code in Autogen.
|
|
|
@64727bd
|
18 months |
ajbeach |
Did my best to reimplement all the improvements made to …
|
|
|
@b96b1c0
|
18 months |
ajbeach |
Reproduing changes from commit eb8d791. This fixes most of the errors …
|
|
|
@3a7aa94
|
18 months |
pabuhr |
harmonized help messages for --invariant and --no-invariant
|
|
|
@4c0acb0
|
18 months |
pabuhr |
add back --invariant with --no-invariant as both are needed for toggling
|
|
|
@da4a570
|
18 months |
caparson |
commented out some debugging code
|
|
|
@0d31434
|
18 months |
caparson |
changes test.py invariant flag to --no-invariant, with the default being on
|
|
|
@5dbb9f3
|
18 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@d144c26
|
18 months |
caparson |
updated invariant flag to be default, can be toggled off with …
|
|
|
@e172f42
|
18 months |
caparson |
Merge branch 'ast-experimental'
|
|
|
@a0bd9a2
|
18 months |
ajbeach |
Lifted _Ostream_Flags out of _Ostream_Manip, so the bitfields do not …
|
|
|