source:

Revision Log Mode:


Legend:

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