source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d9585291   3 years pabuhr formatting ADT ast-experimental
(edit) @8ee54963   3 years pabuhr change spinlock atomics to ATOMIC_ACQUIRE/RELEASE, increase alignment … ADT ast-experimental
(edit) @ea2ed3a   3 years ajbeach Reorganize ScrubTyVars, the Node specialization trick is redundent … ADT ast-experimental
(edit) @64b3cda   3 years ajbeach Adjusted -Pasterr so it works while using the new ast. Removed the … ADT ast-experimental
(edit) @019b2d3   3 years ajbeach Moved new to old ast conversion up into the RunParser module. As far … ADT ast-experimental
(edit) @be3b952   3 years pabuhr update 32-bit .expect for tests using PRNG ADT ast-experimental
(edit) @ae7a085c   3 years pabuhr change printing format in PRNG, update .expect for tests using PRNG ADT ast-experimental
(edit) @b797d978   3 years pabuhr formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit … ADT ast-experimental
(edit) @6b608c7   3 years ajbeach Moved the 'Hoist Type Decls' pass up because it establishes some (not … ADT ast-experimental
(edit) @df9e412   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @ebbe941   3 years caparson changed algorithm to approximation since max cycle finding is NP-hard ADT ast-experimental
(edit) @49db841   3 years ajbeach Cleaning old box pass for easier translation. Renamed the numbered … ADT ast-experimental
(edit) @199456c   3 years Thierry Delisle Forgot that prng used different algorithm on 32bit ADT ast-experimental
(edit) @1afda5a2   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @8e64cb4   3 years caparson added single run mode and added sample for single run to data ADT ast-experimental
(edit) @d18540f   3 years ajbeach Cleaning old box pass for easier translation. Cleaning unused code out … ADT ast-experimental
(edit) @d0bdb18   3 years ajbeach Removed extra scope calls in the new Pass. Added some documentation on … ADT ast-experimental
(edit) @cbd1ba8   3 years ajbeach Moved parsing code out of main into the parsing directly, as an … ADT ast-experimental
(edit) @c63f470   3 years Thierry Delisle Changed bounded buffer tests to use prng, which has better defined … ADT ast-experimental
(edit) @fd6e3a4   3 years caparson small CLI changes to convoy script ADT ast-experimental
(edit) @e716aec   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @93e0603   3 years caparson added convoy analysis script and sample data ADT ast-experimental
(edit) @26544f9   3 years Thierry Delisle added helping and lock to allow remote processors to flush … ADT ast-experimental
(edit) @1ab773e0   3 years caparson more lock cleanup ADT ast-experimental
(edit) @441a6a7   3 years caparson added/fixed lock tests ADT ast-experimental
(edit) @2dcd80a   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @7d9598d8   3 years caparson small lock cleanup ADT ast-experimental
(edit) @d8bdf13   3 years pabuhr add comments ADT ast-experimental
(edit) @25ef81d   3 years pabuhr formatting, remove unnecessary temporary variable in prng function ADT ast-experimental
(edit) @3ff64cb   3 years pabuhr add missing parenthesis in KISS PRNG ADT ast-experimental
(edit) @ac8b016   3 years pabuhr adjust PRNG types from size_t to uint32_t/uint64_t ADT ast-experimental
(edit) @3e5eeaf2   3 years pabuhr update documentation ADT ast-experimental
(edit) @70cd431   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @261e107   3 years pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADT ast-experimental
(edit) @74227c6   3 years Thierry Delisle Added more stats ADT ast-experimental
(edit) @e1d66c84   3 years ajbeach Clean-up from my investigation on the anonymous issue. The parser … ADT ast-experimental
(edit) @258aaab8   3 years Thierry Delisle Forgot to commit the changes to the Makefile ADT ast-experimental
(edit) @262d4d51   3 years Thierry Delisle Updating gdb tools to latest invoke.h changes ADT ast-experimental
(edit) @d4c8b59   3 years Thierry Delisle Added test that stresses more how we link anonymous types ADT ast-experimental
(edit) @4020f09   3 years pabuhr formatting, switch to typedef for PRNG complex state ADT ast-experimental
(edit) @aadb0c8   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @8a3d5e7   3 years pabuhr formatting ADT ast-experimental
(edit) @474a170   3 years ajbeach Cleaning old box pass for easier translation. Removing another out … ADT ast-experimental
(edit) @a84f643   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @c8238c0   3 years pabuhr remove 32-bit use of lehmer64, which requires uint128_t ADT ast-experimental
(edit) @5657de9   3 years Thierry Delisle Changes needed for UWSpace ADT ast-experimental
(edit) @dd46fd3   3 years pabuhr generalization of PRNG ADT ast-experimental
(edit) @be1d00c   3 years Thierry Delisle Changed fairness tests to use sched_yield in case exhausting the time … ADT ast-experimental
(edit) @5a4b403   3 years ajbeach Cleaning old box pass for easier translation. I believe I have an … ADT ast-experimental
(edit) @9f70a67b   3 years ajbeach Cleaning old box pass for easier translation. Again, this loop … ADT ast-experimental
(edit) @dacd8e6e   3 years Thierry Delisle fixed some tiny issues in the bibtex ADT ast-experimental
(edit) @ddcaff6   3 years Thierry Delisle Last corrections to my thesis... hopefully ADT ast-experimental
(edit) @82a90d4   3 years ajbeach Follow up to TypeEnvKey/TypeDecl, removing extra includes (but I only … ADT ast-experimental
(edit) @93c10de   3 years ajbeach Minimal changes to pull out nested types, TypeInstType::TypeEnvKey and … ADT ast-experimental
(edit) @78de1e5   3 years ajbeach Small fix to the exception header, the wrong trait was used in one place. ADT ast-experimental
(edit) @20cf96d   3 years pabuhr changes to PRNG types to eliminate casts ADT ast-experimental
(edit) @29702ad   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @1553a55   3 years Thierry Delisle Explicitly zero initialize the intrusive link fields ADT ast-experimental
(edit) @d41735a   3 years pabuhr parse CFA dimension-list with types ADT ast-experimental
(edit) @7bc84b8   3 years pabuhr remove unsigned cast for prng calls ADT ast-experimental
(edit) @857081e   3 years pabuhr change type of yield parameter from unsigned int to size_t ADT ast-experimental
(edit) @9fce2572   3 years pabuhr 32-bit update of PRNG ADT ast-experimental
(edit) @910e1d0   3 years pabuhr parse enumerated dimension ADT ast-experimental
(edit) @d2ad151   3 years pabuhr major update of PRNG ADT ast-experimental
(edit) @25b0fde   3 years j82liang Fix casted enum init ADT ast-experimental
(edit) @db6cdc0   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @e4d7c1c   3 years j82liang Implement enum Hiding ADT ast-experimental
(edit) @1fb09eff   3 years ajbeach Grouped some control flow tests together. ADT ast-experimental
(edit) @c1fb3903   3 years ajbeach Reformat/re-indent the ErasableScopedMap. This should make it easier … ADT ast-experimental
(edit) @63be3387   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @b77f0e1   3 years caparson cleaned up some lock stuff ADT ast-experimental
(edit) @19a8c40   3 years ajbeach Some clean-up I had stashed from before I knew the InlineMemberDeclADT ast-experimental
(edit) @7491f97   3 years ajbeach Renaming and comments in group_iterate_t to help clarity. ADT ast-experimental
(edit) @71806e0   3 years j82liang Rename InlineValueDecl to InlineMemberDecl ADT ast-experimental
(edit) @639e4fc   3 years Thierry Delisle Changed cluster link to use explicit type to avoid anonymous names in … ADT ast-experimental
(edit) @a757ba1   3 years Thierry Delisle Removed wait-with-io_uring feature which was slow, broken and ifdefed out. ADT ast-experimental
(edit) @6a4ef0c   3 years Thierry Delisle Changed cltr_link to use explicit field name to make gdb easier ADT ast-experimental
(edit) @5ce0659   3 years ajbeach The group_iterate_t type is now variadic, hopefully with acceptable … ADT ast-experimental
(edit) @271a5d3   3 years ajbeach Cleaning old box pass for easier translation. Cleaned up more loops, … ADT ast-experimental
(edit) @6411b7d   3 years ajbeach Modified group_iterate_t to accept three arguments. Also, there is … ADT ast-experimental
(edit) @4da152a   3 years ajbeach Cleaning old box pass for easier translation. Adding a bunch of const … ADT ast-experimental
(edit) @44547b0   3 years ajbeach Removed the ObjectDecl fields now represented on InlineValueDecl. … ADT ast-experimental
(edit) @a805100   3 years ajbeach Cleaning old box pass for easier translation. Refactor to remove … ADT ast-experimental
(edit) @7ed7b4a   3 years ajbeach Cleaning old box pass for easier translation. Added documentation to … ADT ast-experimental
(edit) @f6aa89c   3 years ajbeach Cleaning old box pass for easier translation. Isolated the … ADT ast-experimental
(edit) @7cf8006   3 years pabuhr add type to enum hiding productions ADT ast-experimental
(edit) @e50d9cb8   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @0bdfcc3   3 years pabuhr formatting ADT ast-experimental
(edit) @03c56f6   3 years ajbeach Cleaning old box pass for easier translation. Another change, this one … ADT ast-experimental
(edit) @75f6a5f   3 years ajbeach Found a likely error in GenPoly.cc, now the new and old versions are … ADT ast-experimental
(edit) @b3212de   3 years ajbeach Cleaning old box pass for easier translation. Scattered … ADT ast-experimental
(edit) @1dafdfc   3 years ajbeach Moved code from _dtype_static_member_ initializer to an assignment in … ADT ast-experimental
(edit) @e8b8e65   3 years Thierry Delisle Added implementation of call_once ADT ast-experimental
(edit) @7f3b5ce   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @cd5b58f   3 years Thierry Delisle Changed node link in thread to use dlink called cltr_link ADT ast-experimental
(edit) @f2ff0a6   3 years ajbeach Function attributes are now visited earlier, so they are not … ADT ast-experimental
(edit) @994028dc   3 years ajbeach Cleaning old box pass for easier translation. Clean-up more loops. ADT ast-experimental
(edit) @e3bf4cf   3 years ajbeach Cleaning old box pass for easier translation. Used isInFunction() to … ADT ast-experimental
(edit) @637c139   3 years ajbeach Cleaning old box pass for easier translation. Simplify another loop, … ADT ast-experimental
(edit) @c7f12a4   3 years pabuhr parse enum hiding ADT ast-experimental
Note: See TracRevisionLog for help on using the revision log.