|
|
@00b046f
|
16 months |
caparson |
very slim race condition between a channel closing and a waituntil …
|
|
|
@7d25f44
|
16 months |
pabuhr |
update files from old separator manipulator names to new names
|
|
|
@f5d9c37
|
16 months |
pabuhr |
harmonize separator manipulators names with newline names: change from …
|
|
|
@2dfdae3
|
16 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@508671e
|
16 months |
caparson |
added termination check for non-stealing actor system
|
|
|
@a1f0cb6
|
16 months |
caparson |
added pragma once
|
|
|
@b9c06b98
|
16 months |
pabuhr |
formatting, change set_allocation to return previous value, add …
|
|
|
@1fbf481
|
17 months |
caparson |
more actor changes and touchups
|
|
|
@f02f546
|
17 months |
mlbrooks |
Implement new rules for array dimension expression matching.
Core …
|
|
|
@70d8e2f2
|
17 months |
caparson |
added extra poll point to check for termination in actor system
|
|
|
@b065dbb
|
17 months |
caparson |
refactored actors to not need base pointers in envelopes
|
|
|
@1e538fb
|
17 months |
caparson |
added a comment
|
|
|
@e39cfb9
|
17 months |
caparson |
various cleanups and improvements (shutdown flags, automatic processor …
|
|
|
@ca0c311
|
17 months |
caparson |
added ability to get number of processors constructed on a cluster …
|
|
|
@7c012e8
|
17 months |
pabuhr |
simplify computation for ceiling, add unsigned qualifiers on one_t …
|
|
|
@97453ce
|
17 months |
pabuhr |
add length qualifiers on one_t constants in ceiling_div
|
|
|
@600478d
|
17 months |
pabuhr |
change ceiling function to work with negative values
|
|
|
@dc9dd94
|
17 months |
pabuhr |
formatting
|
|
|
@bbdf954
|
17 months |
pabuhr |
fix end-of-file bug when checking for I/O errors
|
|
|
@4f9d75d
|
17 months |
pabuhr |
formatting
|
|
|
@e172f42
|
17 months |
caparson |
Merge branch 'ast-experimental'
|
|
|
@a0bd9a2
|
17 months |
ajbeach |
Lifted _Ostream_Flags out of _Ostream_Manip, so the bitfields do not …
|
|
|
@1e940de0
|
17 months |
caparson |
cleanup/bugfix actors and fix virtual dtor bug
|
|
|
@62d62db
|
17 months |
caparson |
Merge branch 'master' into ast-experimental
ast-experimental
|
|
|
@24d6572
|
17 months |
f37yu |
Merge branch 'master' into ast-experimental
ast-experimental
|
|
|
@38e266ca
|
17 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ast-experimental
|
|
|
@1db6d70
|
17 months |
caparson |
removed unneeded fstream include from locks.hfa
ast-experimental
|
|
|
@0658672
|
17 months |
ajbeach |
Improved hoisting. However, I had to change some code because of other …
ast-experimental
|
|
|
@e6c9115
|
17 months |
pabuhr |
update short atomic macros
ast-experimental
|
|
|
@541dbc09
|
17 months |
pabuhr |
make type names arithmetic, rational, rat_int lower-case
ast-experimental
|
|
|
@6a93e4d
|
17 months |
pabuhr |
make trait names not, equality, relational, additive, inc_dec, …
ast-experimental
|
|
|
@874b16e
|
17 months |
pabuhr |
lower case type names open_failure, close_failure, write_failure, …
ast-experimental
|
|
|
@0794365
|
17 months |
caparson |
refactored allocation enum to match naming style and refactored some …
ast-experimental
|
|
|
@bebfc2e
|
17 months |
caparson |
renamed some types to make style consistent. fixed race condition in …
ast-experimental
|
|
|
@ded6c2a6
|
17 months |
caparson |
fixed build failure
ast-experimental
|
|
|
@3eeeb88
|
17 months |
caparson |
added utility functions for channel exceptions
ast-experimental
|
|
|
@0aef549
|
17 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ast-experimental
|
|
|
@6f774be
|
17 months |
caparson |
fixed bug where waituntil deadlock could occur
ast-experimental
|
|
|
@22f2b7d
|
17 months |
caparson |
missed including in previous commits
ast-experimental
|
|
|
@70a4ed5
|
17 months |
caparson |
refactored to remove return val from on_selected
ast-experimental
|
|
|
@a5294af
|
18 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ast-experimental
|
|
|
@0e6cadf1
|
18 months |
pabuhr |
add new atomic macros to Makefile.am
ast-experimental
|
|
|
@8463136
|
18 months |
pabuhr |
add short atomic instruction macros
ast-experimental
|
|
|
@88b49bb
|
18 months |
caparson |
added a small waituntil optimization and added some improvements to …
ADTast-experimental
|
|
|
@5ece8ce
|
18 months |
caparson |
fixed a bug in mcs implementation and cleaned up a bit
ADTast-experimental
|
|
|
@5908fb4
|
18 months |
caparson |
changed channel fetch routines to use relaxed atomics
ADTast-experimental
|
|
|
@100d12d4
|
18 months |
caparson |
changed makefile since select has a .cfa now
ADTast-experimental
|
|
|
@e23b3ce
|
18 months |
caparson |
added support for timeouts in waituntil
ADTast-experimental
|
|
|
@c0ec8b6
|
18 months |
caparson |
fixed bug in waituntil and future interop where signals could be lost
ADTast-experimental
|
|
|
@629c95a
|
18 months |
caparson |
fixed bug in special OR case for channels and waituntil
ADTast-experimental
|
|
|
@5a05946
|
18 months |
caparson |
cleanup up locks files and fixed a minor whitespace issue in preemption.cfa
ADTast-experimental
|
|
|
@4dd10fb
|
18 months |
caparson |
added atomic_load to non-MX channel get routines
ADTast-experimental
|
|
|
@c5a2c96
|
18 months |
caparson |
added atomic to eliminate if failing test deadlock is a staleness issue
ADTast-experimental
|
|
|
@fece3d9
|
18 months |
caparson |
Added fix for cond var timeout handling race. Cleanup of locks.hfa/cfa …
ADTast-experimental
|
|
|
@c4f411e
|
18 months |
caparson |
fixed a bug which may potentially fix build
ADTast-experimental
|
|
|
@d5187a0
|
18 months |
caparson |
removed potential race to attempt to fix failing test
ADTast-experimental
|
|
|
@cb69fba
|
18 months |
caparson |
did some cleanup of channels
ADTast-experimental
|
|
|
@8607a72
|
18 months |
caparson |
added 32 bit failure fix for channels
ADTast-experimental
|
|
|
@73bf7ddc
|
18 months |
caparson |
updated lock interface to support waituntil trait
ADTast-experimental
|
|
|
@beeff61e
|
18 months |
caparson |
some cleanup and a bunch of changes to support waituntil statement
ADTast-experimental
|
|
|
@bd72c28
|
19 months |
caparson |
fixed build issue caused by globals
ADTast-experimental
|
|
|
@9082d7e8
|
19 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@a45e21c
|
19 months |
caparson |
cleaned up channel, added safety/productivity features to channels. …
ADTast-experimental
|
|
|
@efdd18c
|
19 months |
caparson |
updated actor header to use better name for stat toggling
ADTast-experimental
|
|
|
@ff443e5
|
19 months |
pabuhr |
forgot to add to last commit
ADTast-experimental
|
|
|
@e10714a
|
20 months |
pabuhr |
update interpose code, and document 32-bit interpose bug in glibc
ADTast-experimental
|
|
|
@75d874a
|
20 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@0e16a2d
|
20 months |
caparson |
added two other channel variations to channel file
ADTast-experimental
|
|
|
@1633e04
|
20 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@d30e3eb
|
20 months |
caparson |
cleaned up exp_backoff lock and rewrote parts of channels to improve …
ADTast-experimental
|
|
|
@d800676
|
20 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@1afd9ccb
|
20 months |
pabuhr |
update call.cfa.in with generic casts for io-uring field types
ADTast-experimental
|
|
|
@1d245ea
|
20 months |
caparson |
added padding to channel to prevent false sharing that was occurring
ADTast-experimental
|
|
|
@90fb672
|
20 months |
pabuhr |
use splitmix32/64 to prime set seed for all PRNG
ADTast-experimental
|
|
|
@12b006c
|
20 months |
caparson |
small comment cleanup
ADTast-experimental
|
|
|
@09965e5
|
20 months |
caparson |
added splitmix64 since wyhash has 128 bit dependency and xoshiro doesnt
ADTast-experimental
|
|
|
@a6bb5fc
|
20 months |
caparson |
fixed merge conflict
ADTast-experimental
|
|
|
@4c6ba5a
|
20 months |
caparson |
refactored to use generators for seeding state, added splitmix32 for …
ADTast-experimental
|
|
|
@9a9ca36
|
20 months |
caparson |
a little bit of mutex stmt header cleanup
ADTast-experimental
|
|
|
@1fd3d85
|
20 months |
mlbrooks |
Support P9_EMBEDDED annotations inside functions and at more flexible …
ADTast-experimental
|
|
|
@360bfe41
|
20 months |
ajbeach |
Whitespace clean-up in Makefile.
ADTast-experimental
|
|
|
@dbae916
|
20 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@8512a2f
|
20 months |
caparson |
added libcfa support for virtual dtors and added it to actor impl
ADTast-experimental
|
|
|
@c19ca4b
|
20 months |
pabuhr |
add comment about why no #pragma once
ADTast-experimental
|
|
|
@a96ce07
|
20 months |
pabuhr |
comment out #pragma once to fix build
ADTast-experimental
|
|
|
@089a0d7
|
20 months |
pabuhr |
formatting, rework interpose code (again), remove unnecessary #include …
ADTast-experimental
|
|
|
@a0a949c
|
20 months |
pabuhr |
formatting, remove unnecessary #include files and code
ADTast-experimental
|
|
|
@b2f3880
|
20 months |
pabuhr |
add newline at end of file
ADTast-experimental
|
|
|
@5e4a830
|
20 months |
pabuhr |
add #pragma once to .h and .hfa files
ADTast-experimental
|
|
|
@681d8f2
|
20 months |
caparson |
After many red herrings I think the race between checking a message …
ADTast-experimental
|
|
|
@d40555e
|
20 months |
caparson |
fixed matrix.cfa test error by reworking globals to avoid spurious …
ADTast-experimental
|
|
|
@9155026
|
20 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@e23169b
|
20 months |
caparson |
some actor cleanup/optimizations
ADTast-experimental
|
|
|
@99fb52c
|
20 months |
caparson |
fixed failing dynamic.cfa test
ADTast-experimental
|
|
|
@f23d34db
|
20 months |
caparson |
changed some stat collection for actors and attempted to fix …
ADTast-experimental
|
|
|
@858350a
|
20 months |
caparson |
added poison pill messages and made test for them
ADTast-experimental
|
|
|
@2856044a
|
20 months |
caparson |
fixed div by zero bug in actor stats, cleaned up includes, changed to …
ADTast-experimental
|
|
|
@13f066d
|
20 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@1e38178
|
20 months |
caparson |
added some safety/productivity features and some stats
ADTast-experimental
|
|
|
@a8667ab
|
20 months |
pabuhr |
expunge all rseq code from runtime
ADTast-experimental
|
|
|