|
|
|
@0348fd8
|
2 years |
caparson |
fixed clh bug where you couldn't hold more than 1 clh lock at once
ADTast-experimental
|
|
|
@df9e412
|
2 years |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@ebbe941
|
2 years |
caparson |
changed algorithm to approximation since max cycle finding is NP-hard
ADTast-experimental
|
|
|
@49db841
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Renamed the numbered …
ADTast-experimental
|
|
|
@199456c
|
2 years |
Thierry Delisle |
Forgot that prng used different algorithm on 32bit
ADTast-experimental
|
|
|
@1afda5a2
|
2 years |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@8e64cb4
|
2 years |
caparson |
added single run mode and added sample for single run to data
ADTast-experimental
|
|
|
@d18540f
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Cleaning unused code out …
ADTast-experimental
|
|
|
@d0bdb18
|
2 years |
ajbeach |
Removed extra scope calls in the new Pass. Added some documentation on …
ADTast-experimental
|
|
|
@cbd1ba8
|
2 years |
ajbeach |
Moved parsing code out of main into the parsing directly, as an …
ADTast-experimental
|
|
|
@c63f470
|
2 years |
Thierry Delisle |
Changed bounded buffer tests to use prng, which has better defined …
ADTast-experimental
|
|
|
@fd6e3a4
|
2 years |
caparson |
small CLI changes to convoy script
ADTast-experimental
|
|
|
@e716aec
|
2 years |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@93e0603
|
2 years |
caparson |
added convoy analysis script and sample data
ADTast-experimental
|
|
|
@26544f9
|
2 years |
Thierry Delisle |
added helping and lock to allow remote processors to flush …
ADTast-experimental
|
|
|
@1ab773e0
|
2 years |
caparson |
more lock cleanup
ADTast-experimental
|
|
|
@441a6a7
|
2 years |
caparson |
added/fixed lock tests
ADTast-experimental
|
|
|
@2dcd80a
|
2 years |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@7d9598d8
|
2 years |
caparson |
small lock cleanup
ADTast-experimental
|
|
|
@d8bdf13
|
2 years |
pabuhr |
add comments
ADTast-experimental
|
|
|
@25ef81d
|
2 years |
pabuhr |
formatting, remove unnecessary temporary variable in prng function
ADTast-experimental
|
|
|
@3ff64cb
|
2 years |
pabuhr |
add missing parenthesis in KISS PRNG
ADTast-experimental
|
|
|
@ac8b016
|
2 years |
pabuhr |
adjust PRNG types from size_t to uint32_t/uint64_t
ADTast-experimental
|
|
|
@3e5eeaf
|
2 years |
pabuhr |
update documentation
ADTast-experimental
|
|
|
@70cd431
|
2 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@261e107
|
2 years |
pabuhr |
change all PRNG to prime the PRNG state in set_seed with the given seed
ADTast-experimental
|
|
|
@74227c6
|
2 years |
Thierry Delisle |
Added more stats
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
|
|
|
@262d4d51
|
2 years |
Thierry Delisle |
Updating gdb tools to latest invoke.h changes
ADTast-experimental
|
|
|
@d4c8b59
|
2 years |
Thierry Delisle |
Added test that stresses more how we link anonymous types
ADTast-experimental
|
|
|
@4020f09
|
2 years |
pabuhr |
formatting, switch to typedef for PRNG complex state
ADTast-experimental
|
|
|
@aadb0c8
|
2 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@8a3d5e7
|
2 years |
pabuhr |
formatting
ADTast-experimental
|
|
|
@474a170
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Removing another out …
ADTast-experimental
|
|
|
@a84f643
|
2 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@c8238c0
|
2 years |
pabuhr |
remove 32-bit use of lehmer64, which requires uint128_t
ADTast-experimental
|
|
|
@5657de9
|
2 years |
Thierry Delisle |
Changes needed for UWSpace
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
|
|
|
@5a4b403
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. I believe I have an …
ADTast-experimental
|
|
|
@9f70a67b
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Again, this loop …
ADTast-experimental
|
|
|
@dacd8e6e
|
2 years |
Thierry Delisle |
fixed some tiny issues in the bibtex
ADTast-experimental
|
|
|
@ddcaff6
|
2 years |
Thierry Delisle |
Last corrections to my thesis... hopefully
ADTast-experimental
|
|
|
@82a90d4
|
2 years |
ajbeach |
Follow up to TypeEnvKey/TypeDecl?, removing extra includes (but I only …
ADTast-experimental
|
|
|
@93c10de
|
2 years |
ajbeach |
Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and …
ADTast-experimental
|
|
|
@78de1e5
|
2 years |
ajbeach |
Small fix to the exception header, the wrong trait was used in one place.
ADTast-experimental
|
|
|
@20cf96d
|
2 years |
pabuhr |
changes to PRNG types to eliminate casts
ADTast-experimental
|
|
|
@29702ad
|
2 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@1553a55
|
2 years |
Thierry Delisle |
Explicitly zero initialize the intrusive link fields
ADTast-experimental
|
|
|
@d41735a
|
2 years |
pabuhr |
parse CFA dimension-list with types
ADTast-experimental
|
|
|
@7bc84b8
|
2 years |
pabuhr |
remove unsigned cast for prng calls
ADTast-experimental
|
|
|
@857081e
|
2 years |
pabuhr |
change type of yield parameter from unsigned int to size_t
ADTast-experimental
|
|
|
@9fce2572
|
2 years |
pabuhr |
32-bit update of PRNG
ADTast-experimental
|
|
|
@910e1d0
|
2 years |
pabuhr |
parse enumerated dimension
ADTast-experimental
|
|
|
@d2ad151
|
2 years |
pabuhr |
major update of PRNG
ADTast-experimental
|
|
|
@25b0fde
|
2 years |
j82liang |
Fix casted enum init
ADTast-experimental
|
|
|
@db6cdc0
|
2 years |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@e4d7c1c
|
2 years |
j82liang |
Implement enum Hiding
ADTast-experimental
|
|
|
@1fb09ef
|
2 years |
ajbeach |
Grouped some control flow tests together.
ADTast-experimental
|
|
|
@c1fb3903
|
2 years |
ajbeach |
Reformat/re-indent the ErasableScopedMap?. This should make it easier …
ADTast-experimental
|
|
|
@63be3387
|
2 years |
caparson |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@b77f0e1
|
2 years |
caparson |
cleaned up some lock stuff
ADTast-experimental
|
|
|
@19a8c40
|
2 years |
ajbeach |
Some clean-up I had stashed from before I knew the InlineMemberDecl? …
ADTast-experimental
|
|
|
@7491f97
|
2 years |
ajbeach |
Renaming and comments in group_iterate_t to help clarity.
ADTast-experimental
|
|
|
@71806e0
|
2 years |
j82liang |
Rename InlineValueDecl? to InlineMemberDecl?
ADTast-experimental
|
|
|
@639e4fc
|
2 years |
Thierry Delisle |
Changed cluster link to use explicit type to avoid anonymous names in …
ADTast-experimental
|
|
|
@a757ba1
|
2 years |
Thierry Delisle |
Removed wait-with-io_uring feature which was slow, broken and ifdefed out.
ADTast-experimental
|
|
|
@6a4ef0c
|
2 years |
Thierry Delisle |
Changed cltr_link to use explicit field name to make gdb easier
ADTast-experimental
|
|
|
@5ce0659
|
2 years |
ajbeach |
The group_iterate_t type is now variadic, hopefully with acceptable …
ADTast-experimental
|
|
|
@271a5d3
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Cleaned up more loops, …
ADTast-experimental
|
|
|
@6411b7d
|
2 years |
ajbeach |
Modified group_iterate_t to accept three arguments. Also, there is …
ADTast-experimental
|
|
|
@4da152a
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Adding a bunch of const …
ADTast-experimental
|
|
|
@44547b0
|
2 years |
ajbeach |
Removed the ObjectDecl? fields now represented on InlineValueDecl?. …
ADTast-experimental
|
|
|
@a805100
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Refactor to remove …
ADTast-experimental
|
|
|
@7ed7b4a
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Added documentation to …
ADTast-experimental
|
|
|
@f6aa89c
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Isolated the …
ADTast-experimental
|
|
|
@7cf8006
|
2 years |
pabuhr |
add type to enum hiding productions
ADTast-experimental
|
|
|
@e50d9cb8
|
2 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@0bdfcc3
|
2 years |
pabuhr |
formatting
ADTast-experimental
|
|
|
@03c56f6
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Another change, this one …
ADTast-experimental
|
|
|
@75f6a5f
|
2 years |
ajbeach |
Found a likely error in GenPoly?.cc, now the new and old versions are …
ADTast-experimental
|
|
|
@b3212de
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Scattered …
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
|
|
|
@7f3b5ce
|
2 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@cd5b58f
|
2 years |
Thierry Delisle |
Changed node link in thread to use dlink called cltr_link
ADTast-experimental
|
|
|
@f2ff0a6
|
2 years |
ajbeach |
Function attributes are now visited earlier, so they are not …
ADTast-experimental
|
|
|
@994028dc
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Clean-up more loops.
ADTast-experimental
|
|
|
@e3bf4cf
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Used isInFunction() to …
ADTast-experimental
|
|
|
@637c139
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Simplify another loop, …
ADTast-experimental
|
|
|
@c7f12a4
|
2 years |
pabuhr |
parse enum hiding
ADTast-experimental
|
|
|
@7a2057a
|
2 years |
pabuhr |
remove unused BUCKETLOCK, restructure OWNERSHIP and RETURNSPIN
ADTast-experimental
|
|
|
@0b1ca47
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Changed over for loops, …
ADTast-experimental
|
|
|
@f1f481a
|
2 years |
ajbeach |
Cleaning old box pass for easier translation. Removing unused functions.
ADTast-experimental
|
|
|
@15c93d8
|
2 years |
Thierry Delisle |
Renamed ready-queue link fields to rdy_link
ADTast-experimental
|
|
|
@be5f0a5
|
2 years |
Thierry Delisle |
Changed monitors to use the user_link instead of the ready_link
ADTast-experimental
|
|
|
@13edbac
|
2 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@fa2e183
|
2 years |
j82liang |
Missing file in the last commit
ADTast-experimental
|
|
|
@93d2219
|
2 years |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|