source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @88ac843e   3 years Thierry Delisle Moved lockfree containers to containers/lockfree.hfa. Added … ADT ast-experimental
(edit) @a167c70c   3 years Thierry Delisle Added thread support for migrating between clusters. ADT ast-experimental
(edit) @8b74fa7   3 years Thierry Delisle cluster now support 'set_concurrency' which addes/removes processors … ADT ast-experimental
(edit) @878cfcc   3 years Thierry Delisle Added extra check to make sure threads is never double executed ADT ast-experimental
(edit) @7f81ef4   3 years Thierry Delisle added pthread once among the list of routines in the cfa_libpthread. ADT ast-experimental
(edit) @eb9f7f9   3 years Thierry Delisle Added NSERC to acknowledgements ADT ast-experimental
(edit) @9e042d8   3 years Thierry Delisle Moved around some headers to avoid the parsing bug ADT ast-experimental
(edit) @a5e26821   3 years mlbrooks Improve new-array subscripting to cover missing cases. Missing cases … ADT ast-experimental
(edit) @8bd886e   3 years Thierry Delisle Some clean-up in pthread emulation ADT ast-experimental
(edit) @1a45263   3 years Thierry Delisle Merge branch 'master' into pthread-emulation ADT ast-experimental
(edit) @bc899d6   3 years ajbeach Added ast::vector as a short hand and used it in one file as a test. ADT ast-experimental
(edit) @d191e24   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @82ff4ed1   3 years pabuhr fix bug printing semantic error in buildList ADT ast-experimental
(edit) @058ece2   3 years Thierry Delisle made all_t all extern. There is no definition but since it is a … ADT ast-experimental
(edit) @df6cc9d   3 years Thierry Delisle Merge branch 'master' into pthread-emulation ADT ast-experimental
(edit) @135143ba   3 years Thierry Delisle Hacked in code location in a case where errors didn't have it. This is … ADT ast-experimental
(edit) @d1abc63c   3 years Thierry Delisle Change parse args to use new arrays instead of C arrays. Also added … ADT ast-experimental
(edit) @72b5805e   3 years Thierry Delisle Fixed device/cpu to support systems without caches ADT ast-experimental
(edit) @77de429   3 years j82liang Fix overriding enum value ADT ast-experimental
(edit) @9511841   3 years j82liang Test case for qualified enum + inline ADT ast-experimental
(edit) @c2b3243   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @5408b59   3 years j82liang Remove var in QualifiedNameExpr ADT ast-experimental
(edit) @1e30df7   3 years j82liang Supports inline enums ADT ast-experimental
(edit) @ce7d197   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @4678c1ec   3 years pabuhr check for non-homogeneous nodes in buildList processing ADT ast-experimental
(edit) @7b737df   3 years pabuhr undo arch flag to Makefile.am ADT ast-experimental
(edit) @bd30231   3 years pabuhr add Makefile variable arch with default x64 and pass it to test.py ADT ast-experimental
(edit) @fad1f14   3 years ajbeach Small bits of clean-up I would rather not want to keep looking at. ADT ast-experimental
(edit) @4465777   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @59c7e3e   3 years pabuhr parge va_arg as special case function ADT ast-experimental
(edit) @d0fa494   3 years Thierry Delisle Fixed missing header in test distribution and sorted ADT ast-experimental
(edit) @05d499ac   3 years pabuhr change printf to sout ADT ast-experimental
(edit) @80fbdc9   3 years pabuhr remove include for bits/locks.hfa, generalize format code in error … ADT ast-experimental
(edit) @4af5396   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @a25bcf8   3 years pabuhr formatting ADT ast-experimental
(edit) @5951956   3 years pabuhr fix 32-bit problemgenrating spurious unfreed-storage message ADT ast-experimental
(edit) @f82f07e   3 years Thierry Delisle Fixes to usage and corresponding tests ADT ast-experimental
(edit) @38cc59f   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @7671c6d   3 years pabuhr make heap executable for thunks ADT ast-experimental
(edit) @481f882   3 years Thierry Delisle Added some missing headers and cleaned up some of the fork+exec stuff. ADT ast-experimental
(edit) @a51b8f6   3 years Thierry Delisle Fix bug with removal of old ast. ADT ast-experimental
(edit) @e5256bd   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @4f102fa   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @116a2ea   3 years pabuhr new heap and associated tests updated ADT ast-experimental
(edit) @301071a   3 years pabuhr formatting ADT ast-experimental
(edit) @926d358   3 years Thierry Delisle Removed old asm_labels. Modified preemption check to no longer poll … ADT ast-experimental
(edit) @3fcb5921   3 years Thierry Delisle Fixed what appears to be a bug in retract. Text coverage for this … ADT ast-experimental
(edit) @a55472cc   3 years Thierry Delisle Removed use of single_sem in io since oneshot is sufficient and used … ADT ast-experimental
(edit) @a46f7b6   3 years Thierry Delisle Fixed some warnings/mistakes between 32/64bit builds ADT ast-experimental
(edit) @fd90096   3 years Thierry Delisle Added tests for parse args of bools and numbers ADT ast-experimental
(edit) @68456fa   3 years Thierry Delisle First step at refactoring fork+exec to be reused across tests ADT ast-experimental
(edit) @affb51b   3 years Thierry Delisle A few small fix to parseargs ADT ast-experimental
(edit) @95bda0a   3 years pabuhr add attribute always_inline to many CFA-library cover-routines to … ADT ast-experimental
(edit) @b2ddaf3   3 years pabuhr fix parsing bug for attribute at the end of a distribution list ADT ast-experimental
(edit) @265e460   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @d8c96a9   3 years ajbeach Small white-space fix. ADT ast-experimental
(edit) @c8837e5   3 years ajbeach Rewrite in GenPoly to avoid mixing new AST and TyVarMap (which … ADT ast-experimental
(edit) @8c91088   3 years ajbeach Slight improvement to documentation in Box.cc. ADT ast-experimental
(edit) @7fffb1b   3 years ajbeach Translated the convertLvalue pass. It could possibly use some … ADT ast-experimental
(edit) @d0a00a5a   3 years Thierry Delisle Forgot to update makefile when I moved Jacob's tests ADT ast-experimental
(edit) @815943f   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @0deeaad   3 years Thierry Delisle Added fixed point log2 calculation, which is not that useful but kind … ADT ast-experimental
(edit) @5f6b2c2   3 years Thierry Delisle Fixed case where the measure time could be 0 and log2(0) is a problem. ADT ast-experimental
(edit) @d1cd4c4   3 years Thierry Delisle Changed moving average weights as an attempt to compensate for logscale. ADT ast-experimental
(edit) @31c967b   3 years Thierry Delisle Changed ready-queue so I can easily change the averaging algorithm. … ADT ast-experimental
(edit) @890f67a   3 years ajbeach Was passing CodeLocation to an old node. Not sure how that happened. ADT ast-experimental
(edit) @4b8b2a4   3 years ajbeach Make unset locations earier to find with a search for 'CodeLocation()'. ADT ast-experimental
(edit) @c02cef1   3 years ajbeach Clean-up in AST/Inspect. ADT ast-experimental
(edit) @ae151cf   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @f704974   3 years pabuhr update and add some bibliography references ADT ast-experimental
(edit) @f92e7b9   3 years Thierry Delisle Moved parseconfigs tests to its own folder so I can add parseargs to … ADT ast-experimental
(edit) @33e4968e   3 years Thierry Delisle Relaxed the warning a little. ADT ast-experimental
(edit) @da77728   3 years Thierry Delisle Added runtime warning for the leader_spin issue ADT ast-experimental
(edit) @2e94d94f   3 years Thierry Delisle Fixed a few bugs in the processor listing. ADT ast-experimental
(edit) @f58522b0   3 years Thierry Delisle python test script now nice +5 the executables before running them. ADT ast-experimental
(edit) @77125cc   3 years Thierry Delisle Added support for warnf, like verifyf but doesn't abort. Will not warn … ADT ast-experimental
(edit) @5f9c42b   3 years Thierry Delisle Added strict flag to moving average to keep track of which timestamps … ADT ast-experimental
(edit) @1756e08   3 years Thierry Delisle Added some defensive programming to work around parsing bug ADT ast-experimental
(edit) @a659b31   3 years Thierry Delisle Added meta test to check exec+fork options to validating args ADT ast-experimental
(edit) @d3af505   3 years Thierry Delisle Full Build now only builds documentation in one of the sub builds ADT ast-experimental
(edit) @36cb4d9   3 years ajbeach Reorganize the expandTuple pass to hopefully make it easier to follow. ADT ast-experimental
(edit) @996c8ed   3 years pabuhr add better syntax error-messages for certain cases ADT ast-experimental
(edit) @160f1aa   3 years Thierry Delisle Changed links of processors in cluster to avoid anonymous names, which … ADT ast-experimental
(edit) @43db35e   3 years Thierry Delisle missing pragma once ADT ast-experimental
(edit) @3f7e68b7   3 years ajbeach It has been ~3 years, still no one is using GuardMethod. ADT ast-experimental
(edit) @b859f59   3 years ajbeach Reordered fields in FunctionDecl and removed some trailing white-space. ADT ast-experimental
(edit) @5d8dae7   3 years ajbeach Used Pass::read in Unify in one place. ADT ast-experimental
(edit) @9cd5bd2   3 years Thierry Delisle Added an assembly to prevent null-checks from being optimized out. … ADT ast-experimental pthread-emulation
(edit) @e01eb4a   3 years ajbeach Moved some functions from InitTweak to Inspect. ADT ast-experimental
(edit) @95dab9e   3 years Thierry Delisle Changed real_pthread symbols (now cfaabi_pthread) to be protected in … ADT ast-experimental pthread-emulation
(edit) @7f6a7c9   3 years Thierry Delisle Merge branch 'master' into pthread-emulation ADT ast-experimental pthread-emulation
(edit) @0bd46fd   3 years Thierry Delisle Fixed several warnings ADT ast-experimental pthread-emulation
(edit) @20737104   3 years ajbeach Wrote a new asForward helper for Autogen. ADT ast-experimental pthread-emulation
(edit) @e9e9f56   3 years ajbeach Used the WithCodeLocation helper in more passes. This cleans up some … ADT ast-experimental pthread-emulation
(edit) @b6c3688   3 years pabuhr rename directory ibm_CASCON19 to IBM_CASCON19 ADT ast-experimental pthread-emulation
(edit) @dc56b9d   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental pthread-emulation
(edit) @1c893ae   3 years pabuhr add assert so compiler does not generate spurious warnings ADT ast-experimental pthread-emulation
(edit) @79ae13d   3 years pabuhr remove unknown #pragma -Wnull-conversion ADT ast-experimental pthread-emulation
(edit) @53a768d   3 years j82liang Disable the funcEnum test for now ADT ast-experimental pthread-emulation
(edit) @a065f1f   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental pthread-emulation
Note: See TracRevisionLog for help on using the revision log.