|
|
@6c3c51d
|
20 months |
caparson |
removed scoped lock
ADTast-experimental
|
|
|
@b9cd3b5
|
20 months |
caparson |
removed clh lock
ADTast-experimental
|
|
|
@a33a5e2
|
20 months |
caparson |
added tests for the waituntil stmt
ADTast-experimental
|
|
|
@bb7422a
|
21 months |
ajbeach |
Translated parser to the new ast. This incuded a small fix in the …
ADTast-experimental
|
|
|
@3d08cea
|
21 months |
caparson |
Removed unneeded include. Should fix failing channels/churn test.
ADTast-experimental
|
|
|
@9319a23
|
21 months |
caparson |
added channel tests that use new termination feature
ADTast-experimental
|
|
|
@de934c7
|
21 months |
caparson |
minor changes to channel test harness
ADTast-experimental
|
|
|
@1205b3e
|
21 months |
pabuhr |
update 32-bit tests after change to PRNG
ADTast-experimental
|
|
|
@90fb672
|
21 months |
pabuhr |
use splitmix32/64 to prime set seed for all PRNG
ADTast-experimental
|
|
|
@814a4da
|
21 months |
caparson |
updated expect files for prng based tests
ADTast-experimental
|
|
|
@c2dfa56a
|
21 months |
pabuhr |
remove SKULLDUGGERY dealing with CFA typedef numbering problem
ADTast-experimental
|
|
|
@dbae916
|
22 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@1950837
|
22 months |
caparson |
added virtual dtor test to actor test suite, updated other relevant …
ADTast-experimental
|
|
|
@b2f3880
|
22 months |
pabuhr |
add newline at end of file
ADTast-experimental
|
|
|
@02b1ac6
|
22 months |
pabuhr |
formatting
ADTast-experimental
|
|
|
@85a95cc
|
22 months |
pabuhr |
add test for problem with anonymous naming across compilation units
ADTast-experimental
|
|
|
@e54b4e9
|
22 months |
caparson |
missed this in prev commit
ADTast-experimental
|
|
|
@4933f18
|
22 months |
caparson |
added test case to types test and refactored to remove redundant ctor calls
ADTast-experimental
|
|
|
@858350a
|
22 months |
caparson |
added poison pill messages and made test for them
ADTast-experimental
|
|
|
@809e058
|
22 months |
caparson |
changed actor tests to reflect syntax change and some small changes …
ADTast-experimental
|
|
|
@d964c39
|
22 months |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@ce44c5f
|
22 months |
caparson |
Thought of new channel implementation while working on the prevention …
ADTast-experimental
|
|
|
@b1ad41f
|
22 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@dd3576b
|
22 months |
pabuhr |
update from old to new trait syntax using forall
ADTast-experimental
|
|
|
@44196deb
|
22 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@f9519d4
|
22 months |
pabuhr |
update expected test output for arm64
ADTast-experimental
|
|
|
@2e77837
|
22 months |
pabuhr |
update expected test output for 32-bit
ADTast-experimental
|
|
|
@f2a1cd2
|
22 months |
pabuhr |
temporary exclusion of include files causing build failure
ADTast-experimental
|
|
|
@421703e
|
22 months |
pabuhr |
update expected test output after declaring anonymous structs static
ADTast-experimental
|
|
|
@aca0d2f
|
22 months |
pabuhr |
make anonymous struct declaration static
ADTast-experimental
|
|
|
@40747247
|
22 months |
pabuhr |
comment out ifaddrs.h in #include file test because it is breaking the …
ADTast-experimental
|
|
|
@35d1de5
|
23 months |
pabuhr |
change test forall.cfa from compilation only to execution
ADTast-experimental
|
|
|
@2125443a
|
23 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@8a97248
|
23 months |
pabuhr |
switch from old trait syntax to new trait syntax using forall clause
ADTast-experimental
|
|
|
@ccf1d99
|
23 months |
caparson |
intermediate push so I can move to nasus to performance test some stuff
ADTast-experimental
|
|
|
@1f35220
|
23 months |
caparson |
updated test params so that they ran for appropriate duration
ADTast-experimental
|
|
|
@a4ab235
|
23 months |
caparson |
added executor test
ADTast-experimental
|
|
|
@dab2b6a
|
23 months |
caparson |
added dynamic allocation actor test
ADTast-experimental
|
|
|
@757099e
|
23 months |
caparson |
reverted changes to types.cfa now that I fixed the underlying bug and …
ADTast-experimental
|
|
|
@d2b94f2
|
23 months |
caparson |
temporary fix to correct build error, fix in actor pass to come later
ADTast-experimental
|
|
|
@1c75ef8
|
23 months |
caparson |
added pingpong test
ADTast-experimental
|
|
|
@77ca074
|
23 months |
caparson |
cleaned up actor matrix test a bit
ADTast-experimental
|
|
|
@82b96953
|
23 months |
caparson |
added expect files for actor tests
ADTast-experimental
|
|
|
@418882af
|
23 months |
caparson |
added two actor tests. More to come
ADTast-experimental
|
|
|
@34a1d2e
|
2 years |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@b3d794fc
|
2 years |
caparson |
removed unneeded dependency that broke build
ADTast-experimental
|
|
|
@d61d034
|
2 years |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@8bb86ce
|
2 years |
j82liang |
Clean up some code related to Enum codegen
ADTast-experimental
|
|
|
@42b739d7
|
2 years |
caparson |
fixed termination synchronization in the channel benchmark to get rid …
ADTast-experimental
|
|
|
@b49310f
|
2 years |
caparson |
fixed parameters for test to eliminate deadlock case
ADTast-experimental
|
|
|
@dbd47d6
|
2 years |
caparson |
fixed makefile for tests by adding appropriate includes
ADTast-experimental
|
|
|
@53ef99a
|
2 years |
caparson |
removed file accidentally included in earlier commit
ADTast-experimental
|
|
|
@2cc969c
|
2 years |
caparson |
remove unused expect file due to renaming
ADTast-experimental
|
|
|
@73e3a8f9
|
2 years |
caparson |
refactored name of channel test to remove channel from the name
ADTast-experimental
|
|
|
@cca034e
|
2 years |
caparson |
added another channel test and refactored the existing one to reuse code
ADTast-experimental
|
|
|
@72abfddd
|
2 years |
caparson |
added expect for channel test
ADTast-experimental
|
|
|
@afffd6c
|
2 years |
caparson |
removed accidentally committed a.out
ADTast-experimental
|
|
|
@4a962d8
|
2 years |
caparson |
added channel impl with basic test. Will expand impl and tests soon
ADTast-experimental
|
|
|
@0640c350
|
2 years |
caparson |
moved unified_locking test dir to be under concurrent
ADTast-experimental
|
|
|
@aa45b15
|
2 years |
caparson |
commit expect files for the unified locking dir move
ADTast-experimental
|
|
|
@703c88e
|
2 years |
caparson |
missed another lock name refactor in the earlier commit
ADTast-experimental
|
|
|
@357ab79
|
2 years |
caparson |
moved unified locking tests to be under concurrent directory since …
ADTast-experimental
|
|
|
@01a8954
|
2 years |
caparson |
renamed tests to match naming refactor
ADTast-experimental
|
|
|
@0cee082
|
2 years |
caparson |
refactored naming for lock to be more accurate and cleaned up REACQ …
ADTast-experimental
|
|
|
@8fb7402
|
2 years |
caparson |
fixed race condition in select_future test to fix build failure
ADTast-experimental
|
|
|
@243d998
|
2 years |
caparson |
added and updated future tests
ADTast-experimental
|
|
|
@be3b952
|
2 years |
pabuhr |
update 32-bit .expect for tests using PRNG
ADTast-experimental
|
|
|
@ae7a085c
|
2 years |
pabuhr |
change printing format in PRNG, update .expect for tests using PRNG
ADTast-experimental
|
|
|
@b797d978
|
2 years |
pabuhr |
formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit …
ADTast-experimental
|
|
|
@199456c
|
2 years |
Thierry Delisle |
Forgot that prng used different algorithm on 32bit
ADTast-experimental
|
|
|
@c63f470
|
2 years |
Thierry Delisle |
Changed bounded buffer tests to use prng, which has better defined …
ADTast-experimental
|
|
|
@441a6a7
|
2 years |
caparson |
added/fixed lock tests
ADTast-experimental
|
|
|
@261e107
|
2 years |
pabuhr |
change all PRNG to prime the PRNG state in set_seed with the given seed
ADTast-experimental
|
|
|
@e1d66c84
|
2 years |
ajbeach |
Clean-up from my investigation on the anonymous issue. The parser …
ADTast-experimental
|
|
|
@258aaab8
|
2 years |
Thierry Delisle |
Forgot to commit the changes to the Makefile
ADTast-experimental
|
|
|
@d4c8b59
|
2 years |
Thierry Delisle |
Added test that stresses more how we link anonymous types
ADTast-experimental
|
|
|
@dd46fd3
|
2 years |
pabuhr |
generalization of PRNG
ADTast-experimental
|
|
|
@be1d00c
|
2 years |
Thierry Delisle |
Changed fairness tests to use sched_yield in case exhausting the time …
ADTast-experimental
|
|
|
@20cf96d
|
2 years |
pabuhr |
changes to PRNG types to eliminate casts
ADTast-experimental
|
|
|
@7bc84b8
|
2 years |
pabuhr |
remove unsigned cast for prng calls
ADTast-experimental
|
|
|
@9fce2572
|
2 years |
pabuhr |
32-bit update of PRNG
ADTast-experimental
|
|
|
@d2ad151
|
2 years |
pabuhr |
major update of PRNG
ADTast-experimental
|
|
|
@25b0fde
|
2 years |
j82liang |
Fix casted enum init
ADTast-experimental
|
|
|
@1fb09ef
|
2 years |
ajbeach |
Grouped some control flow tests together.
ADTast-experimental
|
|
|
@1dafdfc
|
2 years |
ajbeach |
Moved code from _dtype_static_member_ initializer to an assignment in …
ADTast-experimental
|
|
|
@e8b8e65
|
2 years |
Thierry Delisle |
Added implementation of call_once
ADTast-experimental
|
|
|
@93d2219
|
2 years |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@e874605
|
2 years |
j82liang |
Add class InlineValueDecl?, which is a Declaration class that works as …
ADTast-experimental
|
|
|
@88ac843e
|
2 years |
Thierry Delisle |
Moved lockfree containers to containers/lockfree.hfa.
Added …
ADTast-experimental
|
|
|
@a167c70c
|
2 years |
Thierry Delisle |
Added thread support for migrating between clusters.
ADTast-experimental
|
|
|
@9e042d8
|
2 years |
Thierry Delisle |
Moved around some headers to avoid the parsing bug
ADTast-experimental
|
|
|
@a5e2682
|
2 years |
mlbrooks |
Improve new-array subscripting to cover missing cases.
Missing cases …
ADTast-experimental
|
|
|
@df6cc9d
|
2 years |
Thierry Delisle |
Merge branch 'master' into pthread-emulation
ADTast-experimental
|
|
|
@d1abc63c
|
2 years |
Thierry Delisle |
Change parse args to use new arrays instead of C arrays.
Also added …
ADTast-experimental
|
|
|
@72b5805e
|
2 years |
Thierry Delisle |
Fixed device/cpu to support systems without caches
ADTast-experimental
|
|
|
@77de429
|
2 years |
j82liang |
Fix overriding enum value
ADTast-experimental
|
|
|
@9511841
|
2 years |
j82liang |
Test case for qualified enum + inline
ADTast-experimental
|
|
|
@d0fa494
|
2 years |
Thierry Delisle |
Fixed missing header in test distribution and sorted
ADTast-experimental
|
|
|
@05d499ac
|
2 years |
pabuhr |
change printf to sout
ADTast-experimental
|
|
|
@4af5396
|
2 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|