Commit
382467f107c8ab83732aeb24661a7f05cc7990cb
by caparsonsadded go and cfa waituntil channel benchmarks
|
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/contend.cfa |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/run |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/sidechan/sidechan.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin8/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend2/contend.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin4/spin.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/spin.cfa |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend/contend.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend8/contend.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin/spin.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin4/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend8/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin2/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/cfa/sidechan.cfa |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend4/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin2/spin.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend2/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/contend4/contend.go |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/sidechan/go.mod |
The file was added | doc/theses/colby_parsons_MMAth/benchmarks/waituntil/go/spin8/spin.go |
Commit
bccd70a18277379d29bc911ade6a08acf9c36dbd
by ajbeachRemoved internal code from TypeSubstitution header. It caused a chain of include problems, which have been corrected.
|
The file was modified | src/ResolvExpr/PolyCost.cc |
The file was modified | src/AST/Pass.impl.hpp |
The file was modified | src/MakeLibCfaNew.cpp |
The file was modified | src/GenPoly/SpecializeNew.cpp |
The file was modified | src/Concurrency/Waituntil.cpp |
The file was modified | src/main.cc |
The file was modified | src/AST/SymbolTable.cpp |
The file was modified | src/Validate/Autogen.cpp |
The file was modified | src/AST/TypeSubstitution.cpp |
The file was modified | src/Virtual/ExpandCasts.cc |
The file was modified | src/ControlStruct/ExceptDeclNew.cpp |
The file was modified | src/AST/Print.cpp |
The file was modified | src/Validate/FixQualifiedTypes.cpp |
The file was modified | src/ResolvExpr/CommonType.cc |
The file was modified | src/Validate/GenericParameter.cpp |
The file was modified | src/Validate/ReplaceTypedef.cpp |
The file was modified | src/AST/TypeSubstitution.hpp |
The file was modified | src/Tuples/Explode.cc |
Commit
8463136403456b96eddab58ce5210e58298e178a
by Peter Buhradd short atomic instruction macros
|
The file was added | libcfa/src/concurrency/atomic.hfa |
Commit
2314aac465581f544ba9e4fc46886c658b16c34b
by Peter Buhradd lock-free stack using double-wide CAS
|
The file was added | tests/concurrent/lockfree_stack.cfa |
The file was added | tests/concurrent/.expect/lockfree_stack.txt |
Commit
0e6cadf17f96f2948028d7a51ba20e3fe63a524c
by Peter Buhradd new atomic macros to Makefile.am
|
The file was modified | libcfa/src/Makefile.am |
Commit
42468693de700fc817ab7892fc8bd114feaa45f7
by Peter Buhrupdate header comments
|
The file was modified | tests/PRNG.cfa |
Commit
a5aa5bf540d60862fa4c03609b41cf72df5835d0
by Michael BrooksFlesh out "C" array syntax testing.
Enable testing of expected-rejection cases. One such "test" (now trac #275) had regressed while it was commented out.
Add expected-acceptance cases for size-star declarations. Add cases for "dependent parameter" syntax.
Add comments summarizing semantics of these (obscure C) syntax cases.
|
The file was added | tests/.expect/array-ERR2.txt |
The file was modified | tests/.expect/array.txt |
The file was added | tests/.expect/array-ERR3.txt |
The file was added | tests/.expect/array-ERR1.txt |
The file was modified | tests/array.cfa |
The file was modified | tests/Makefile.am |
Commit
8a919cfec5f277378c3bc7e5d16717f7d44058c6
by Michael BrooksAddress build error from commit a5aa5b.
To keep: Change all tabs to spaces in the test source, to make error-case output consistent across compilers.
To investigate further: Comment out test of "dependent parameter" syntax that uses star in prototype, which got an unexpected warning under gcc11.
|
The file was modified | tests/array.cfa |
Commit
687b663f6ff1064b49dd90edc1954e54108c791c
by Peter Buhrfix lockfree-stack test on 32-bit
|
The file was modified | tests/concurrent/lockfree_stack.cfa |
Commit
c26bea2aa0f87b4b070349c5801adc32fb0d4cf9
by Peter Buhrfirst attempt at renaming directory tests/concurrent to tests/concurrency to harmonize with other concurrency directory names
|
The file was added | tests/concurrency/unified_locking/.expect/spin_queue_lock.txt |
The file was added | tests/concurrency/unified_locking/.expect/mcs_block_spin_lock.txt |
The file was added | tests/concurrency/examples/boundedBufferINT.cfa |
The file was added | tests/concurrency/waituntil/timeout.cfa |
The file was removed | tests/concurrent/examples/boundedBufferTHREAD.cfa |
The file was removed | tests/concurrent/waitfor/dtor.cfa |
The file was removed | tests/concurrent/waitfor/else.cfa |
The file was removed | tests/concurrent/futures/.expect/typed.txt |
The file was removed | tests/concurrent/examples/boundedBufferINT.cfa |
The file was added | tests/concurrency/actors/inherit.cfa |
The file was added | tests/concurrency/barrier/.expect/generation.txt |
The file was added | tests/concurrency/waitfor/dtor.cfa |
The file was added | tests/concurrency/waitfor/.expect/when.txt |
The file was added | tests/concurrency/waituntil/locks.cfa |
The file was removed | tests/concurrent/park/.expect/contention.txt |
The file was added | tests/concurrency/unified_locking/pthread_locks.cfa |
The file was added | tests/concurrency/readyQ/barrier_sleeper.cfa |
The file was removed | tests/concurrent/thread.cfa |
The file was removed | tests/concurrent/futures/select_future.cfa |
The file was added | tests/concurrency/readyQ/.expect/barrier_sleeper.txt |
The file was removed | tests/concurrent/unified_locking/simple_owner_lock.cfa |
The file was added | tests/concurrency/channels/barrier.cfa |
The file was removed | tests/concurrent/waituntil/.expect/channels.txt |
The file was removed | tests/concurrent/waituntil/channel_close.cfa |
The file was removed | tests/concurrent/actors/types.cfa |
The file was added | tests/concurrency/preempt.cfa |
The file was removed | tests/concurrent/examples/multiSort.cfa |
The file was added | tests/concurrency/unified_locking/.expect/pthread_locks.txt |
The file was added | tests/concurrency/.expect/clib.txt |
The file was removed | tests/concurrent/pthread/.expect/pthread_demo_create_join.txt |
The file was added | tests/concurrency/examples/.in/quickSort.txt |
The file was added | tests/concurrency/park/start_parked.cfa |
The file was added | tests/concurrency/pthread/pthread_key_test.cfa |
The file was added | tests/concurrency/mainError.cfa |
The file was removed | tests/concurrent/waituntil/.expect/channel_close.txt |
The file was modified | tests/Makefile.am |
The file was removed | tests/concurrent/examples/.expect/gortn.txt |
The file was added | tests/concurrency/channels/big_elems.cfa |
The file was removed | tests/concurrent/unified_locking/.expect/futex_mutex.txt |
The file was added | tests/concurrency/waituntil/.expect/locks.txt |
The file was removed | tests/concurrent/pthread/pthread_attr_test.cfa |
The file was removed | tests/concurrent/waituntil/one_chan.cfa |
The file was removed | tests/concurrent/waitfor/.expect/recurse.txt |
The file was removed | tests/concurrent/examples/datingService.cfa |
The file was added | tests/concurrency/mutexstmt/monitors.cfa |
The file was removed | tests/concurrent/channels/.expect/pub_sub.txt |
The file was removed | tests/concurrent/actors/poison.cfa |
The file was added | tests/concurrency/futures/basic.cfa |
The file was added | tests/concurrency/.expect/multi-monitor.txt |
The file was removed | tests/concurrent/.expect/once.txt |
The file was added | tests/concurrency/actors/pingpong.cfa |
The file was added | tests/concurrency/unified_locking/exp_backoff.cfa |
The file was added | tests/concurrency/mutexstmt/.expect/locks.txt |
The file was removed | tests/concurrent/pthread/pthread_demo_lock.cfa |
The file was removed | tests/concurrent/waituntil/channel_zero_size.cfa |
The file was removed | tests/concurrent/.expect/cluster.txt |
The file was added | tests/concurrency/waituntil/.expect/channel_close.txt |
The file was removed | tests/concurrent/pthread/.expect/pthread_demo_lock.txt |
The file was added | tests/concurrency/.expect/monitor.txt |
The file was added | tests/concurrency/unified_locking/mcs_spin.cfa |
The file was removed | tests/concurrent/pthread/.expect/bounded_buffer.x64.txt |
The file was removed | tests/concurrent/signal/.expect/disjoint.txt |
The file was added | tests/concurrency/channels/zero_size.cfa |
The file was removed | tests/concurrent/barrier/.expect/generation.txt |
The file was removed | tests/concurrent/actors/static.cfa |
The file was added | tests/concurrency/clib_tls.c |
The file was added | tests/concurrency/keywordErrors.cfa |
The file was added | tests/concurrency/unified_locking/.expect/fast_block_lock.txt |
The file was removed | tests/concurrent/channels/.expect/ping_pong.txt |
The file was removed | tests/concurrent/channels/.expect/big_elems.txt |
The file was added | tests/concurrency/channels/.expect/contend.txt |
The file was added | tests/concurrency/unified_locking/.expect/mcs_spin.txt |
The file was removed | tests/concurrent/futures/.expect/select_future.txt |
The file was added | tests/concurrency/futures/.expect/abandon.txt |
The file was removed | tests/concurrent/signal/.expect/block.txt |
The file was removed | tests/concurrent/join.cfa |
The file was removed | tests/concurrent/.expect/preempt2.txt |
The file was removed | tests/concurrent/channels/churn.cfa |
The file was added | tests/concurrency/unified_locking/spintest.cfa |
The file was removed | tests/concurrent/waitfor/simple.cfa |
The file was added | tests/concurrency/signal/block.cfa |
The file was added | tests/concurrency/waitfor/parse.cfa |
The file was added | tests/concurrency/clib.c |
The file was removed | tests/concurrent/waituntil/.expect/locks.txt |
The file was added | tests/concurrency/unified_locking/thread_test.cfa |
The file was removed | tests/concurrent/barrier/generation.cfa |
The file was removed | tests/concurrent/pthread/pthread_key_test.cfa |
The file was removed | tests/concurrent/actors/.expect/pingpong.txt |
The file was added | tests/concurrency/.expect/migrate.txt |
The file was added | tests/concurrency/.expect/ctor-check.txt |
The file was added | tests/concurrency/.expect/lockfree_stack.txt |
The file was removed | tests/concurrent/waitfor/.expect/else.txt |
The file was removed | tests/concurrent/barrier/.expect/order.txt |
The file was added | tests/concurrency/unified_locking/mcs.cfa |
The file was removed | tests/concurrent/futures/.expect/wait_any.txt |
The file was removed | tests/concurrent/waitfor/.expect/when.txt |
The file was removed | tests/concurrent/waitfor/when.cfa |
The file was added | tests/concurrency/pthread/pthread_cond_test.cfa |
The file was removed | tests/concurrent/channels/.expect/zero_size.txt |
The file was removed | tests/concurrent/unified_locking/mcs_spin.cfa |
The file was removed | tests/concurrent/actors/.expect/types.txt |
The file was added | tests/concurrency/.expect/thread.txt |
The file was removed | tests/concurrent/actors/.expect/static.txt |
The file was removed | tests/concurrent/.expect/mainError.txt |
The file was removed | tests/concurrent/unified_locking/.expect/mcs_spin.txt |
The file was added | tests/concurrency/channels/daisy_chain.cfa |
The file was added | tests/concurrency/multi-monitor.cfa |
The file was removed | tests/concurrent/clib.c |
The file was added | tests/concurrency/unified_locking/futex_mutex.cfa |
The file was removed | tests/concurrent/examples/quickSort.generic.cfa |
The file was removed | tests/concurrent/actors/.expect/dynamic.txt |
The file was removed | tests/concurrent/cluster.cfa |
The file was added | tests/concurrency/unified_locking/test_debug.cfa |
The file was removed | tests/concurrent/.expect/preempt.txt |
The file was removed | tests/concurrent/examples/.expect/boundedBufferINT.txt |
The file was added | tests/concurrency/.expect/joinerror.sed |
The file was removed | tests/concurrent/barrier/.expect/last.txt |
The file was added | tests/concurrency/examples/.expect/boundedBufferEXT.txt |
The file was removed | tests/concurrent/waituntil/timeout.cfa |
The file was added | tests/concurrency/actors/.expect/static.txt |
The file was added | tests/concurrency/preempt2.cfa |
The file was added | tests/concurrency/waitfor/.expect/recurse.txt |
The file was added | tests/concurrency/.expect/join.txt |
The file was removed | tests/concurrent/unified_locking/mutex_test.hfa |
The file was added | tests/concurrency/waituntil/futures.cfa |
The file was removed | tests/concurrent/unified_locking/mcs_block_spin_lock.cfa |
The file was added | tests/concurrency/signal/disjoint.cfa |
The file was removed | tests/concurrent/futures/abandon.cfa |
The file was added | tests/concurrency/waituntil/channels.cfa |
The file was removed | tests/concurrent/examples/matrixSum.cfa |
The file was added | tests/concurrency/channels/.expect/hot_potato.txt |
The file was removed | tests/concurrent/ctor-check.cfa |
The file was removed | tests/concurrent/mutexstmt/locks.cfa |
The file was removed | tests/concurrent/actors/pingpong.cfa |
The file was added | tests/concurrency/futures/.expect/select_future.txt |
The file was removed | tests/concurrent/joinerror.cfa |
The file was added | tests/concurrency/channels/churn.cfa |
The file was removed | tests/concurrent/actors/.expect/poison.txt |
The file was removed | tests/concurrent/.expect/joinerror.sed |
The file was added | tests/concurrency/unified_locking/fast_block_lock.cfa |
The file was removed | tests/concurrent/unified_locking/.expect/block_spin_lock.txt |
The file was removed | tests/concurrent/examples/gortn.cfa |
The file was added | tests/concurrency/examples/gortn.cfa |
The file was added | tests/concurrency/pthread/.expect/pthread_once_test.txt |
The file was added | tests/concurrency/readyQ/leader_spin.cfa |
The file was removed | tests/concurrent/signal/block.cfa |
The file was added | tests/concurrency/waituntil/.expect/channel_zero_size.txt |
The file was removed | tests/concurrent/examples/.expect/datingService.txt |
The file was added | tests/concurrency/barrier/.expect/order.txt |
The file was added | tests/concurrency/channels/ping_pong.cfa |
The file was removed | tests/concurrent/actors/matrix.cfa |
The file was added | tests/concurrency/signal/.expect/wait.txt |
The file was removed | tests/concurrent/waituntil/basic_else.cfa |
The file was removed | tests/concurrent/channels/.expect/contend.txt |
The file was added | tests/concurrency/sleep.cfa |
The file was added | tests/concurrency/unified_locking/.expect/locks.txt |
The file was removed | tests/concurrent/unified_locking/pthread_locks.cfa |
The file was added | tests/concurrency/pthread/.expect/pthread_key_test.txt |
The file was added | tests/concurrency/barrier/.expect/last.txt |
The file was removed | tests/concurrent/unified_locking/futex_mutex.cfa |
The file was removed | tests/concurrent/unified_locking/.expect/simple_owner_lock.txt |
The file was removed | tests/concurrent/multi-monitor.cfa |
The file was removed | tests/concurrent/channels/daisy_chain.cfa |
The file was removed | tests/concurrent/unified_locking/spin_queue_lock.cfa |
The file was added | tests/concurrency/waituntil/.expect/all_types.txt |
The file was removed | tests/concurrent/channels/contend.cfa |
The file was removed | tests/concurrent/pthread/pthread_demo_create_join.cfa |
The file was removed | tests/concurrent/waitfor/.expect/dtor.txt |
The file was added | tests/concurrency/park/contention.cfa |
The file was removed | tests/concurrent/pthread/pthread_once_test.cfa |
The file was removed | tests/concurrent/waitfor/barge.cfa |
The file was removed | tests/concurrent/pthread/bounded_buffer.cfa |
The file was added | tests/concurrency/unified_locking/.expect/block_spin_lock.txt |
The file was added | tests/concurrency/futures/typed.cfa |
The file was added | tests/concurrency/unified_locking/mcs_block_spin_lock.cfa |
The file was removed | tests/concurrent/once.cfa |
The file was added | tests/concurrency/actors/static.cfa |
The file was added | tests/concurrency/waitfor/recurse.cfa |
The file was added | tests/concurrency/channels/.expect/daisy_chain.txt |
The file was removed | tests/concurrent/.expect/clib_tls.txt |
The file was removed | tests/concurrent/park/.expect/start_parked.txt |
The file was removed | tests/concurrent/actors/dynamic.cfa |
The file was added | tests/concurrency/waitfor/.expect/statment.txt |
The file was removed | tests/concurrent/waituntil/locks.cfa |
The file was added | tests/concurrency/actors/.expect/poison.txt |
The file was removed | tests/concurrent/pthread/.expect/pthread_attr_test.txt |
The file was added | tests/concurrency/channels/contend.cfa |
The file was removed | tests/concurrent/readyQ/leader_spin.cfa |
The file was removed | tests/concurrent/futures/typed.cfa |
The file was removed | tests/concurrent/waitfor/recurse.cfa |
The file was removed | tests/concurrent/signal/disjoint.cfa |
The file was removed | tests/concurrent/examples/.expect/matrixSum.txt |
The file was removed | tests/concurrent/waitfor/parse.cfa |
The file was added | tests/concurrency/unified_locking/mutex_test.hfa |
The file was added | tests/concurrency/actors/.expect/executor.txt |
The file was added | tests/concurrency/examples/datingService.cfa |
The file was added | tests/concurrency/actors/.expect/dynamic.txt |
The file was removed | tests/concurrent/waituntil/.expect/basic_else.txt |
The file was added | tests/concurrency/.expect/preempt.txt |
The file was removed | tests/concurrent/pthread/.expect/pthread_key_test.txt |
The file was added | tests/concurrency/unified_locking/.expect/simple_owner_lock.txt |
The file was removed | tests/concurrent/actors/executor.cfa |
The file was removed | tests/concurrent/examples/quickSort.cfa |
The file was added | tests/concurrency/examples/.expect/datingService.txt |
The file was added | tests/concurrency/signal/.expect/disjoint.txt |
The file was added | tests/concurrency/pthread/.expect/bounded_buffer.x64.txt |
The file was added | tests/concurrency/joinerror.cfa |
The file was added | tests/concurrency/mutexstmt/locks.cfa |
The file was added | tests/concurrency/unified_locking/block_spin_lock.cfa |
The file was added | tests/concurrency/futures/select_future.cfa |
The file was added | tests/concurrency/examples/boundedBufferTHREAD.cfa |
The file was added | tests/concurrency/unified_locking/.expect/timeout_lock.txt |
The file was removed | tests/concurrent/barrier/order.cfa |
The file was added | tests/concurrency/.expect/clib_tls.txt |
The file was removed | tests/concurrent/keywordErrors.cfa |
The file was added | tests/concurrency/examples/.expect/quickSort.txt |
The file was added | tests/concurrency/actors/executor.cfa |
The file was added | tests/concurrency/barrier/last.cfa |
The file was removed | tests/concurrent/preempt.cfa |
The file was added | tests/concurrency/actors/.expect/matrix.txt |
The file was removed | tests/concurrent/mutexstmt/.expect/monitors.txt |
The file was removed | tests/concurrent/channels/barrier.cfa |
The file was added | tests/concurrency/actors/matrix.cfa |
The file was added | tests/concurrency/actors/poison.cfa |
The file was added | tests/concurrency/pthread/.expect/bounded_buffer.x86.txt |
The file was removed | tests/concurrent/actors/.expect/inherit.txt |
The file was added | tests/concurrency/waituntil/one_chan.cfa |
The file was added | tests/concurrency/pthread/pthread_demo_create_join.cfa |
The file was added | tests/concurrency/unified_locking/.expect/futex_mutex.txt |
The file was removed | tests/concurrent/.expect/sleep.txt |
The file was added | tests/concurrency/actors/dynamic.cfa |
The file was added | tests/concurrency/barrier/gen_generation_expect.cfa |
The file was added | tests/concurrency/actors/.expect/inherit.txt |
The file was added | tests/concurrency/park/.expect/force_preempt.txt |
The file was removed | tests/concurrent/.expect/join.txt |
The file was added | tests/concurrency/channels/pub_sub.cfa |
The file was added | tests/concurrency/thread.cfa |
The file was added | tests/concurrency/waitfor/else.cfa |
The file was removed | tests/concurrent/waituntil/.expect/futures.txt |
The file was added | tests/concurrency/futures/.expect/multi.txt |
The file was added | tests/concurrency/.expect/keywordErrors.txt |
The file was removed | tests/concurrent/channels/ping_pong.cfa |
The file was added | tests/concurrency/futures/abandon.cfa |
The file was added | tests/concurrency/barrier/order.cfa |
The file was removed | tests/concurrent/waitfor/.expect/statment.txt |
The file was removed | tests/concurrent/unified_locking/block_spin_lock.cfa |
The file was removed | tests/concurrent/unified_locking/locks.cfa |
The file was added | tests/concurrency/examples/.expect/boundedBufferINT.txt |
The file was added | tests/concurrency/unified_locking/.expect/mcs.txt |
The file was removed | tests/concurrent/.expect/keywordErrors.txt |
The file was added | tests/concurrency/futures/.expect/wait_any.txt |
The file was removed | tests/concurrent/clib_tls.c |
The file was removed | tests/concurrent/examples/.expect/quickSort.txt |
The file was added | tests/concurrency/channels/.expect/ping_pong.txt |
The file was added | tests/concurrency/cluster.cfa |
The file was removed | tests/concurrent/futures/.expect/abandon.txt |
The file was added | tests/concurrency/mutexstmt/.expect/monitors.txt |
The file was removed | tests/concurrent/signal/.expect/wait.txt |
The file was removed | tests/concurrent/readyQ/.expect/leader_spin.txt |
The file was removed | tests/concurrent/sleep.cfa |
The file was removed | tests/concurrent/unified_locking/exp_backoff.cfa |
The file was added | tests/concurrency/pthread/pthread_attr_test.cfa |
The file was removed | tests/concurrent/coroutineYield.cfa |
The file was added | tests/concurrency/.expect/suspend_then.txt |
The file was removed | tests/concurrent/.expect/ctor-check.txt |
The file was removed | tests/concurrent/park/.expect/force_preempt.txt |
The file was removed | tests/concurrent/unified_locking/.expect/timeout_lock.txt |
The file was removed | tests/concurrent/channels/zero_size.cfa |
The file was removed | tests/concurrent/examples/.expect/boundedBufferEXT.txt |
The file was removed | tests/concurrent/unified_locking/mcs.cfa |
The file was removed | tests/concurrent/signal/wait.cfa |
The file was removed | tests/concurrent/unified_locking/.expect/fast_block_lock.txt |
The file was removed | tests/concurrent/barrier/gen_generation_expect.cfa |
The file was removed | tests/concurrent/channels/.expect/daisy_chain.txt |
The file was added | tests/concurrency/park/.expect/contention.txt |
The file was removed | tests/concurrent/mutexstmt/monitors.cfa |
The file was removed | tests/concurrent/futures/multi.cfa |
The file was removed | tests/concurrent/examples/.in/quickSort.txt |
The file was removed | tests/concurrent/readyQ/barrier_sleeper.cfa |
The file was removed | tests/concurrent/.expect/thread.txt |
The file was removed | tests/concurrent/examples/boundedBufferEXT.cfa |
The file was added | tests/concurrency/unified_locking/.expect/exp_backoff.txt |
The file was added | tests/concurrency/waituntil/all_types.cfa |
The file was removed | tests/concurrent/.expect/coroutineYield.txt |
The file was removed | tests/concurrent/unified_locking/.expect/locks.txt |
The file was removed | tests/concurrent/waitfor/statment.cfa |
The file was added | tests/concurrency/channels/.expect/pub_sub.txt |
The file was removed | tests/concurrent/actors/.expect/matrix.txt |
The file was removed | tests/concurrent/pthread/.expect/pthread_cond_test.txt |
The file was added | tests/concurrency/signal/.expect/block.txt |
The file was added | tests/concurrency/waitfor/statment.cfa |
The file was added | tests/concurrency/readyQ/.expect/leader_spin.txt |
The file was removed | tests/concurrent/unified_locking/.expect/exp_backoff.txt |
The file was removed | tests/concurrent/readyQ/.expect/barrier_sleeper.txt |
The file was added | tests/concurrency/waituntil/.expect/timeout.txt |
The file was removed | tests/concurrent/channels/pub_sub.cfa |
The file was removed | tests/concurrent/pthread/pthread_cond_test.cfa |
The file was added | tests/concurrency/waitfor/.expect/parse.txt |
The file was added | tests/concurrency/pthread/.expect/pthread_attr_test.txt |
The file was added | tests/concurrency/channels/parallel_harness.hfa |
The file was added | tests/concurrency/waituntil/channel_zero_size.cfa |
The file was removed | tests/concurrent/waituntil/.expect/all_types.txt |
The file was added | tests/concurrency/once.cfa |
The file was removed | tests/concurrent/channels/.expect/churn.txt |
The file was removed | tests/concurrent/waitfor/.expect/barge.txt |
The file was removed | tests/concurrent/waituntil/futures.cfa |
The file was removed | tests/concurrent/waituntil/channels.cfa |
The file was removed | tests/concurrent/unified_locking/.expect/mcs.txt |
The file was added | tests/concurrency/examples/quickSort.cfa |
The file was removed | tests/concurrent/futures/.expect/basic.txt |
The file was added | tests/concurrency/waitfor/when.cfa |
The file was added | tests/concurrency/futures/.expect/basic.txt |
The file was removed | tests/concurrent/channels/hot_potato.cfa |
The file was removed | tests/concurrent/waituntil/.expect/timeout.txt |
The file was added | tests/concurrency/monitor.cfa |
The file was added | tests/concurrency/channels/.expect/big_elems.txt |
The file was added | tests/concurrency/examples/multiSort.cfa |
The file was added | tests/concurrency/unified_locking/timeout_lock.cfa |
The file was added | tests/concurrency/pthread/bounded_buffer.cfa |
The file was added | tests/concurrency/barrier/generation.cfa |
The file was removed | tests/concurrent/.expect/clib.txt |
The file was added | tests/concurrency/migrate.cfa |
The file was added | tests/concurrency/pthread/pthread_demo_lock.cfa |
The file was removed | tests/concurrent/mutexstmt/.expect/locks.txt |
The file was removed | tests/concurrent/.expect/lockfree_stack.txt |
The file was added | tests/concurrency/.expect/coroutineYield.txt |
The file was added | tests/concurrency/waituntil/.expect/one_chan.txt |
The file was added | tests/concurrency/waitfor/simple.cfa |
The file was removed | tests/concurrent/waituntil/.expect/channel_zero_size.txt |
The file was removed | tests/concurrent/unified_locking/.expect/mcs_block_spin_lock.txt |
The file was removed | tests/concurrent/.expect/migrate.txt |
The file was added | tests/concurrency/ctor-check.cfa |
The file was added | tests/concurrency/futures/.expect/typed.txt |
The file was removed | tests/concurrent/actors/.expect/executor.txt |
The file was removed | tests/concurrent/unified_locking/thread_test.cfa |
The file was added | tests/concurrency/waituntil/basic_else.cfa |
The file was added | tests/concurrency/examples/.expect/matrixSum.txt |
The file was removed | tests/concurrent/pthread/.expect/pthread_once_test.txt |
The file was added | tests/concurrency/signal/wait.cfa |
The file was added | tests/concurrency/waituntil/channel_close.cfa |
The file was added | tests/concurrency/park/force_preempt.cfa |
The file was removed | tests/concurrent/monitor.cfa |
The file was added | tests/concurrency/actors/.expect/pingpong.txt |
The file was added | tests/concurrency/.expect/cluster.txt |
The file was added | tests/concurrency/pthread/.expect/pthread_demo_lock.txt |
The file was added | tests/concurrency/unified_locking/locks.cfa |
The file was added | tests/concurrency/waitfor/barge.cfa |
The file was added | tests/concurrency/pthread/.expect/pthread_cond_test.txt |
The file was added | tests/concurrency/waituntil/.expect/basic_else.txt |
The file was added | tests/concurrency/actors/.expect/types.txt |
The file was added | tests/concurrency/channels/.expect/churn.txt |
The file was added | tests/concurrency/actors/types.cfa |
The file was added | tests/concurrency/.expect/once.txt |
The file was added | tests/concurrency/pthread/.expect/pthread_demo_create_join.txt |
The file was removed | tests/concurrent/unified_locking/timeout_lock.cfa |
The file was removed | tests/concurrent/park/contention.cfa |
The file was added | tests/concurrency/waitfor/.expect/dtor.txt |
The file was added | tests/concurrency/waitfor/.expect/barge.txt |
The file was added | tests/concurrency/waitfor/.expect/else.txt |
The file was added | tests/concurrency/channels/hot_potato.cfa |
The file was added | tests/concurrency/channels/.expect/zero_size.txt |
The file was removed | tests/concurrent/lockfree_stack.cfa |
The file was removed | tests/concurrent/park/force_preempt.cfa |
The file was added | tests/concurrency/unified_locking/spin_queue_lock.cfa |
The file was added | tests/concurrency/waituntil/.expect/futures.txt |
The file was added | tests/concurrency/examples/.expect/gortn.txt |
The file was removed | tests/concurrent/unified_locking/.expect/spin_queue_lock.txt |
The file was removed | tests/concurrent/barrier/last.cfa |
The file was added | tests/concurrency/futures/wait_any.cfa |
The file was added | tests/concurrency/.expect/preempt2.txt |
The file was removed | tests/concurrent/unified_locking/.expect/pthread_locks.txt |
The file was removed | tests/concurrent/unified_locking/test_debug.cfa |
The file was added | tests/concurrency/examples/boundedBufferEXT.cfa |
The file was removed | tests/concurrent/waituntil/all_types.cfa |
The file was added | tests/concurrency/.expect/sleep.txt |
The file was added | tests/concurrency/join.cfa |
The file was added | tests/concurrency/.expect/mainError.txt |
The file was removed | tests/concurrent/channels/big_elems.cfa |
The file was added | tests/concurrency/futures/multi.cfa |
The file was removed | tests/concurrent/migrate.cfa |
The file was added | tests/concurrency/coroutineYield.cfa |
The file was added | tests/concurrency/pthread/pthread_once_test.cfa |
The file was removed | tests/concurrent/preempt2.cfa |
The file was added | tests/concurrency/unified_locking/simple_owner_lock.cfa |
The file was removed | tests/concurrent/suspend_then.cfa |
The file was removed | tests/concurrent/waituntil/.expect/one_chan.txt |
The file was added | tests/concurrency/examples/quickSort.generic.cfa |
The file was removed | tests/concurrent/channels/.expect/hot_potato.txt |
The file was removed | tests/concurrent/unified_locking/spintest.cfa |
The file was removed | tests/concurrent/.expect/multi-monitor.txt |
The file was removed | tests/concurrent/park/start_parked.cfa |
The file was removed | tests/concurrent/unified_locking/fast_block_lock.cfa |
The file was added | tests/concurrency/examples/matrixSum.cfa |
The file was removed | tests/concurrent/mainError.cfa |
The file was removed | tests/concurrent/pthread/.expect/bounded_buffer.x86.txt |
The file was removed | tests/concurrent/futures/basic.cfa |
The file was removed | tests/concurrent/channels/parallel_harness.hfa |
The file was added | tests/concurrency/lockfree_stack.cfa |
The file was removed | tests/concurrent/futures/.expect/multi.txt |
The file was removed | tests/concurrent/.expect/monitor.txt |
The file was removed | tests/concurrent/futures/wait_any.cfa |
The file was added | tests/concurrency/suspend_then.cfa |
The file was removed | tests/concurrent/.expect/suspend_then.txt |
The file was added | tests/concurrency/waituntil/.expect/channels.txt |
The file was removed | tests/concurrent/actors/inherit.cfa |
The file was added | tests/concurrency/park/.expect/start_parked.txt |
Commit
98edf2f96038aa20f9ca3944a3c547669d824bf0
by Peter Buhrfound further uses of concurrent directory
|
The file was modified | benchmark/Makefile.am |
Commit
6b1c4f2b7e0190ae0c36b5f7fc2c04f4626f49f2
by Peter Buhrfix spelling mistake of concurrency
|
The file was modified | tests/Makefile.am |
Commit
b2fa3c21fd80cbfee17d58ed9945fc3138b226d8
by Peter Buhrfix comments referring to concurrency directory
|
The file was modified | tests/concurrency/barrier/generation.cfa |
The file was modified | tests/concurrency/readyQ/barrier_sleeper.cfa |
The file was modified | tests/concurrency/barrier/last.cfa |
The file was modified | tests/concurrency/readyQ/leader_spin.cfa |
The file was modified | tests/concurrency/barrier/gen_generation_expect.cfa |
The file was modified | tests/concurrency/barrier/order.cfa |