source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1b0184b   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f842032   2 years pabuhr remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input
(edit) @2d7cb19   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cbbfba9   2 years caparson added fence to failing test to hopefully fix stale data issue on the …
(edit) @e0dc038   2 years pabuhr first attempt at new C string input
(edit) @ca995e3   2 years caparson added missing ARM fence on the signallee side of channel handoff
(edit) @5e0bba5   2 years ajbeach Work on the box pass, fixing up the FunctionDecl update.
(edit) @37ceccb   2 years mlbrooks Change string-read semantics so that reading nothing leaves the …
(edit) @1b41219   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2bf46a5   2 years pabuhr add additional test for engineering and unit manipulator output
(edit) @d85141f   2 years ajbeach Small refactoring of some helper functions to avoid repeating a loop.
(edit) @52a5262e   2 years ajbeach TypeVarMap is now a subtype instead of an alias to remove the …
(edit) @e14d169   2 years ajbeach Remove some cruft from the box pass. Some pieces left over from …
(edit) @6bd9f9e   2 years j82liang Rename and move the file to proposal
(edit) @c298079   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @bab2917   2 years j82liang Update the introduction
(edit) @61e5d99   2 years ajbeach Boxing no longer passes layout information about polymorphic types in …
(edit) @a97b9ed   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @946a6e4   2 years pabuhr updates to the uC++toCFA cheat sheet
(edit) @8cbe732   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @85034ed   2 years j82liang Initial commit
(edit) @0bf0b978   2 years ajbeach Layout function builds its entire parameter list before creating the …
(edit) @e85a72b8   2 years pabuhr change valide (French) to valid (English)
(edit) @80f8703   2 years pabuhr temporary fix to linkonce problem by changing -7 to 7 so …
(edit) @02c5880   2 years caparson Added fence after channel handoff to prevent reordering on the arm …
(edit) @4604bf5   2 years ajbeach Clean-up of some names and comments. Removed some TODO comments which …
(edit) @cf3da24   2 years ajbeach Fixed up some whitespace. Pretty minor stuff mostly.
(edit) @ee9ad40   2 years caparson Changed cofor files to support the corun statement
(edit) @72b518fc   2 years caparson added error message for using corun statements without including the …
(edit) @26dfce5   2 years caparson Updated cofor test to use new corun statement
(edit) @eb779d5   2 years caparson Implemented corun statement
(edit) @0d49efb   2 years pabuhr allow precision < 3 for manipulator eng
(edit) @4817662   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @8bc67cf   2 years pabuhr formatting, SKULLDUGGERY to remove spurious free-nonheap-object warning
(edit) @d3652df   2 years ajbeach Took the new EraseWith pass out of the box pass. It might be able to …
(edit) @be8ee65   2 years pabuhr change host from arm64 to aarch64 for ARM nightly build
(edit) @3770b87   2 years pabuhr formatting, add PRNG copy to checkpoint PRNG state, remove autogen …
(edit) @92211d9   2 years pabuhr formatting
(edit) @f45772e   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @9689e54   2 years pabuhr formatting
(edit) @8e860a7   2 years pabuhr fix typing mistake: arm4 to arm64
(edit) @7d128cb   2 years pabuhr add ARM architecture to regression tests
(edit) @299f4e0   2 years pabuhr add ARM architecture to nightly build
(edit) @500a60f   2 years pabuhr add ARM architecture to nightly build
(edit) @2261bcc   2 years pabuhr add arm64 to Jenkins nightly build
(edit) @4d860ea3   2 years mlbrooks Fix compiler bug where duplicate type declarations caused crash. And …
(edit) @0860d9c   2 years mlbrooks Fix read-to-variable-length-string cases when internal buffer fills. …
(edit) @b67b632   2 years mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @097c8d0   2 years ajbeach Fixes to Box pass's DeclAdapter. The two largest are: Only local …
(edit) @8cffa4f   2 years mlbrooks Support match-failure reporting for string input. On failed match, …
(edit) @bf1cbde   2 years mlbrooks Implement "scanset" semantics for manipulator skip, in place of …
(edit) @04db9f6   2 years ajbeach Updated some documentation about the Instantiate Generic pass.
(edit) @045cda3   2 years ajbeach First clean-up pass on box pass. Some of it is stuff that could have …
(edit) @15b5abac   2 years pabuhr increase timeout in test.py from 180 to 240 seconds to deal with long …
(edit) @3cbe320   2 years ajbeach Translated the Link-Once pass to the new ast.
(edit) @cf34e82   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @11ab0b4a   2 years pabuhr add corun/cofor statement, update old cofor
(edit) @1ee0a4da   2 years ajbeach Translated the box pass to the new AST. This includes direct as …
(edit) @46f9f02   2 years pabuhr add keywords alignas, alignof, static_assert, and thread_local
(edit) @cfcbd03   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @5b4dacf   2 years pabuhr general updates to the Cforall user manual
(edit) @4e2a57ff   2 years pabuhr add command setgcolumn to set lstlisting comment-column alignment, …
(edit) @adaf062   2 years pabuhr update citation entry
(edit) @562a711   2 years pabuhr add keyword _Exception to uC++ lstlisting
(edit) @8514bcf8   2 years pabuhr create ARM test results for hotpotato
(edit) @8f570f1   2 years pabuhr create 32-bit test results for hotpotato
(edit) @16b5d11   2 years pabuhr make hotpotato test 32/64-bit specific due to different prng
(edit) @7a925a41   2 years caparson final hotpotato cleanup, removed two unneeded routines from explicit …
(edit) @26be854   2 years caparson a bit of cleanup of the hotpotato tests
(edit) @fd775ae   2 years caparson added hotpotato non-local ehm test in both enable/disable and poll flavours
(edit) @147a137   2 years caparson added enable/disable ehm with no params for coroutines
(edit) @1e7a765   2 years pabuhr fix lock/unlock for heap statistic-mode
(edit) @0bb64bfa   2 years pabuhr update tiobe index, update new command-line documentation
(edit) @12f671e   2 years pabuhr tweak comments for CFA comand-line options
(edit) @5f917740   2 years pabuhr update help message from main.cc
(edit) @c2d728c   2 years pabuhr add using namespace std to cfa.cc
(edit) @ca20b07   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @7350330f   2 years pabuhr formatting, remove unnecessary use of c_str(), add better debug …
(edit) @f033d01   2 years j82liang Fix typo{
(edit) @c7616dd   2 years j82liang Fix designation value error
(edit) @62c6cfa   2 years j82liang Revert "Fix designator value in enumerated array and implemented …
(edit) @deda7e6   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c1e66d9   2 years j82liang Fix designator value in enumerated array and implemented enumerated …
(edit) @5a1ae14   2 years pabuhr remove superfluous inner_loop routine
(edit) @b244fa8   2 years pabuhr formatting
(edit) @60f69f0   2 years pabuhr formatting
(edit) @e4c3819   2 years pabuhr refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle cofor.cfa
(edit) @a2c2363   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @e3784a50   2 years caparson updated cofor test to use macro
(edit) @334e0cf2   2 years caparson added cofor macro
(edit) @7edf912   2 years pabuhr formatting, replace constructor calls with set_allocation calls
(edit) @50be8af5   2 years pabuhr clean up command-line handling and I/O
(edit) @697c957   2 years pabuhr add uC++toCFA document
(edit) @3df4cd9   2 years ajbeach Some mistakes in isPolyType found while working on the box pass. There …
(edit) @a738c68   2 years ajbeach Update max/min so n-ary version doesn't match against the 2 argument …
(edit) @efe420f3   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f64cc42   2 years caparson committed makefile change for cofor include
(edit) @bfeb37a6   2 years ajbeach Added another check to the invariants for SizeofExpr/AlignofExpr.
(edit) @1ed5e9e   2 years caparson Added cfa equivalent of cofor/cobegin/coend
(edit) @c0035fc   2 years caparson Added references when incorporating Trevor's comments
Note: See TracRevisionLog for help on using the revision log.