|
|
@23edb61
|
15 months |
caparson |
added warning message and cleanup for unhandled pending non-local …
|
|
|
@3318dff
|
15 months |
caparson |
fixed non-local ehm issue and added no arg resumer routine
|
|
|
@57fd66d
|
15 months |
caparson |
exposed some exception routines to use for non local ehm in coroutines
|
|
|
@c34bb1f
|
15 months |
caparson |
fixed nonlocal exception edge case for program main and added poll() …
|
|
|
@c3e510b
|
15 months |
caparson |
added support for resuming at resumer, added test for support and …
|
|
|
@ff7f6d07
|
15 months |
pabuhr |
formatting
|
|
|
@bc9f84a
|
15 months |
pabuhr |
add missing slicing routine with one argument
|
|
|
@3c82bf6
|
15 months |
pabuhr |
update exception macros
|
|
|
@6d5790d
|
15 months |
pabuhr |
formatting
|
|
|
@76acb60
|
15 months |
pabuhr |
remove static from Exception macro
|
|
|
@419985c
|
15 months |
pabuhr |
add macros Exception and Throw to simplify using exceptions
|
|
|
@502a107
|
15 months |
pabuhr |
add comment on lock$ in i/ofstream indicating used by trait is_lock …
|
|
|
@a47fe52
|
15 months |
pabuhr |
missing add of terminating thread-heap statistics to master heap, …
|
|
|
@28c2933
|
15 months |
pabuhr |
formatting
|
|
|
@07b59ec
|
15 months |
pabuhr |
change startup sequence by adding back heapManagerBootFlag, add build …
|
|
|
@33e9b87
|
16 months |
pabuhr |
remove spurious .section from exception assembler code, which is …
|
|
|
@7882c58
|
16 months |
pabuhr |
change old trait syntax to use new forall syntax
|
|
|
@88f2f0f
|
16 months |
pabuhr |
change zeroing of individual statistics fields to memset
|
|
|
@d9b7b66
|
16 months |
pabuhr |
change C style for-loops to CFA-style for-loops
|
|
|
@f898983
|
16 months |
pabuhr |
add missing #include <string.h>
|
|
|
@0a2e0e21
|
16 months |
pabuhr |
add FIX-ME comment for forall-void routine in iostream
|
|
|
@374cdb66
|
16 months |
pabuhr |
use memset to initialize struct io_uring_sqe to zero in routine zero_sqe
|
|
|
@7a2c6b18
|
16 months |
caparson |
did some cleanup in locks.hfa and fixed seg fault bug in channel …
|
|
|
@d3b8752
|
16 months |
ajbeach |
Added min/max for 3+ argument cases.
|
|
|
@8a1d62b6
|
16 months |
ajbeach |
Reorganize ?\? operator to shorten it a bit and move lines of code …
|
|
|
@49caf644
|
16 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c635047
|
16 months |
pabuhr |
more convertion to new void-creation stream macros
|
|
|
@db94b5d
|
16 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c44705c
|
16 months |
caparson |
fixed remove ambiguity issue
|
|
|
@5454d77
|
16 months |
pabuhr |
update types to use new void-creation stream macros
|
|
|
@94d2544
|
16 months |
pabuhr |
formatting, create macros OSTYPE_VOID, OSTYPE_VOID_IMPL. ISTYPE_VOID, …
|
|
|
@ca22a7c
|
16 months |
caparson |
removed ambiguous waituntil remove support
|
|
|
@a1467c1
|
16 months |
caparson |
added support for remove and insert calls in waituntils
|
|
|
@bf55f32
|
16 months |
caparson |
added support for general channel operators
|
|
|
@f3c02ea
|
16 months |
caparson |
reverted addition of channel operators since it broke the waituntil …
|
|
|
@a0b59ed
|
16 months |
caparson |
added support for go style channel operators
|
|
|
@bdbb448
|
16 months |
caparson |
updated documentation related to waituntil changes
|
|
|
@bbecdd4
|
16 months |
caparson |
missed two files with previous commit
|
|
|
@b93bf85
|
16 months |
caparson |
fixed spurious channel close waituntil error case. Was caused by a …
|
|
|
@2fe64ba
|
16 months |
caparson |
added support for non-local exceptions
|
|
|
@9235192c
|
16 months |
caparson |
added support for missed gulps benchmark
|
|
|
@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
|
17 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@508671e
|
17 months |
caparson |
added termination check for non-stealing actor system
|
|
|
@a1f0cb6
|
17 months |
caparson |
added pragma once
|
|
|
@b9c06b98
|
17 months |
pabuhr |
formatting, change set_allocation to return previous value, add …
|
|
|
@1fbf481
|
17 months |
caparson |
more actor changes and touchups
|
|
|
@97b47ec
|
17 months |
ajbeach |
The 'sized' trait is now implemented on top of 'T *' declarations and …
|
|
|
@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
|
|
|
@4dbdd1d
|
17 months |
pabuhr |
add comments for attomic pointer types
|
|
|
@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
|
|
|