Skip to content
Success

Changes

Summary

  1. remove SKULLDUGGERY dealing with CFA typedef numbering problem (details)
  2. add missing comma for citation field (details)
  3. refactored to use generators for seeding state, added splitmix32 for 32 bit seeding (details)
  4. fixed merge conflict (details)
  5. updated expect files for prng based tests (details)
  6. added splitmix64 since wyhash has 128 bit dependency and xoshiro doesnt (details)
  7. small comment cleanup (details)
  8. use splitmix32/64 to prime set seed for all PRNG (details)
  9. update 32-bit tests after change to PRNG (details)
  10. Removed list initialization and simple assignment expression rules for functions. Split variable_type_redeclarator rule into variable_type_redeclarator and function_type_redeclarator rules (details)
  11. proofread Mike's list chapter (details)
  12. added padding to channel to prevent false sharing that was occurring (details)
  13. minor changes to channel test harness (details)
  14. print unimplemented error for forall in typedef (details)
Commit c2dfa56add568cd5de5c577ee3b9c646c9919748 by Peter Buhr
remove SKULLDUGGERY dealing with CFA typedef numbering problem
The file was modifiedlibcfa/src/bits/random.hfa
The file was removedtests/zombies/prolog.c
Commit e62802f05d6dda6a066a3df601dbb889a87092bf by Peter Buhr
add missing comma for citation field
The file was modifieddoc/bibliography/pl.bib
Commit 4c6ba5ad003f3f9296090ec36391b755cf9d6c45 by caparsons
refactored to use generators for seeding state, added splitmix32 for 32 bit seeding
The file was modifiedlibcfa/src/bits/random.hfa
Commit a6bb5fc3cba1bc103e8945536925013a92da67a2 by caparsons
fixed merge conflict
The file was modifiedlibcfa/src/bits/random.hfa
Commit 814a4da00637a1b6596dfdc58790e9773bfd45da by caparsons
updated expect files for prng based tests
The file was modifiedtests/concurrent/pthread/.expect/bounded_buffer.x64.txt
The file was modifiedtests/.expect/nested_function.x64.txt
The file was modifiedtests/.expect/PRNG.x64.txt
Commit 09965e57a9fb4b13e767fe042c1dfcb22883f5f8 by caparsons
added splitmix64 since wyhash has 128 bit dependency and xoshiro doesnt
The file was modifiedlibcfa/src/bits/random.hfa
Commit 12b006c42c66ef5cdeba312c8b20266b72c84df5 by caparsons
small comment cleanup
The file was modifiedlibcfa/src/bits/random.hfa
Commit 90fb672c6125815e30984194cc3d4f87dda0a50b by Peter Buhr
use splitmix32/64 to prime set seed for all PRNG
The file was modifiedtests/concurrent/pthread/.expect/bounded_buffer.x64.txt
The file was modifiedlibcfa/src/bits/random.hfa
The file was modifiedtests/.expect/PRNG.x64.txt
Commit 1205b3e488950bd1c88593ef9186f9f04a10ce6f by Peter Buhr
update 32-bit tests after change to PRNG
The file was modifiedtests/.expect/nested_function.x86.txt
The file was modifiedtests/.expect/PRNG.x86.txt
The file was modifiedtests/concurrent/pthread/.expect/bounded_buffer.x86.txt
Commit 1f771fcd9da4bad646684d7c7b5c0c793ee8f5fb by mganesan
Removed list initialization and simple assignment expression rules for functions. Split variable_type_redeclarator rule into variable_type_redeclarator and function_type_redeclarator rules
The file was modifiedsrc/Parser/parser.yy
Commit 5d9c4bbfae2973ba02e031879fea9e28b556845f by Peter Buhr
proofread Mike's list chapter
The file was modifieddoc/theses/mike_brooks_MMath/uw-ethesis.tex
The file was modifieddoc/theses/mike_brooks_MMath/list.tex
Commit 1d245ea070764ba5b100c52d36b44e4fbce2b808 by caparson
added padding to channel to prevent false sharing that was occurring
The file was modifiedlibcfa/src/concurrency/channel.hfa
Commit de934c76b7cc8c4011e51f6cfbc009396f498bb5 by caparson
minor changes to channel test harness
The file was modifiedtests/concurrent/channels/parallel_harness.hfa
Commit d63aeba5a24ac19ed7984faac773e20ce8121052 by Peter Buhr
print unimplemented error for forall in typedef
The file was modifiedsrc/Parser/parser.yy