source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3c714ad   9 months ajbeach I don't actually know if this fixes anything, but the old version was …
(edit) @0b5e780   9 months ajbeach Code dumps (under the -P flag) no longer convert to the old ast to print.
(edit) @f43146e4   9 months ajbeach Updated some stats/counters to trigger off the new AST. Others will …
(edit) @bef4f1a   9 months ajbeach Translation of the fix main pass to the new ast data structures.
(edit) @8941b6b   9 months ajbeach Direct translation of code generation.
(edit) @d22bf87   9 months pabuhr formatting
(edit) @a310ae9   9 months pabuhr add i386 with x86_64
(edit) @e832485   9 months pabuhr comment out debug prints
(edit) @dd7c2ce0   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1da2affb   9 months pabuhr test as.cc file on ARM
(edit) @a1da039   9 months ajbeach Make all new declarations have a properly defined LinkageSpec?. Also …
(edit) @d8a0e51   9 months pabuhr add gcc-9 back into ARM full build
(edit) @edc4813   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cb94e41   9 months pabuhr temporary change to as command to test ARM build
(edit) @7b84d3e   9 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @278e162   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2ad5e1d5   9 months caparson added missing semicolons
(edit) @8df19af   9 months caparson added WO fences for mcs spin lock to fix failing arm test
(edit) @3f0b062   9 months caparson ifdef'd the arm fences that were added to channels so that they only …
(edit) @abb04a4   9 months pabuhr change genericUnion test fromt printf to sout
(edit) @7619400   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1b0184b   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0803ead   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f842032   9 months pabuhr remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input
(edit) @2d7cb19   9 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cbbfba9   9 months caparson added fence to failing test to hopefully fix stale data issue on the …
(edit) @e0dc038   9 months pabuhr first attempt at new C string input
(edit) @ca995e3   9 months caparson added missing ARM fence on the signallee side of channel handoff
(edit) @5e0bba5   9 months ajbeach Work on the box pass, fixing up the FunctionDecl? update.
(edit) @37ceccb   9 months mlbrooks Change string-read semantics so that reading nothing leaves the …
(edit) @1b41219   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2bf46a5   9 months pabuhr add additional test for engineering and unit manipulator output
(edit) @d85141f   9 months ajbeach Small refactoring of some helper functions to avoid repeating a loop.
(edit) @52a5262e   9 months ajbeach TypeVarMap? is now a subtype instead of an alias to remove the …
(edit) @4d2d7e27   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @54e59dd   9 months pabuhr temporally remove gcc-9 from ARM nightly build because it is failing
(edit) @e14d169   9 months ajbeach Remove some cruft from the box pass. Some pieces left over from …
(edit) @6bd9f9e   9 months j82liang Rename and move the file to proposal
(edit) @c298079   9 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @bab2917   9 months j82liang Update the introduction
(edit) @61e5d99   9 months ajbeach Boxing no longer passes layout information about polymorphic types in …
(edit) @a97b9ed   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @946a6e4   9 months pabuhr updates to the uC++toCFA cheat sheet
(edit) @8cbe732   9 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @85034ed   9 months j82liang Initial commit
(edit) @0bf0b97   9 months ajbeach Layout function builds its entire parameter list before creating the …
(edit) @e85a72b8   9 months pabuhr change valide (French) to valid (English)
(edit) @80f8703   9 months pabuhr temporary fix to linkonce problem by changing -7 to 7 so …
(edit) @02c5880   9 months caparson Added fence after channel handoff to prevent reordering on the arm …
(edit) @4604bf5   9 months ajbeach Clean-up of some names and comments. Removed some TODO comments which …
(edit) @cf3da24   9 months ajbeach Fixed up some whitespace. Pretty minor stuff mostly.
(edit) @ee9ad40   9 months caparson Changed cofor files to support the corun statement
(edit) @72b518fc   9 months caparson added error message for using corun statements without including the …
(edit) @26dfce5   9 months caparson Updated cofor test to use new corun statement
(edit) @eb779d5   9 months caparson Implemented corun statement
(edit) @0d49efb   9 months pabuhr allow precision < 3 for manipulator eng
(edit) @4817662   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @8bc67cf   9 months pabuhr formatting, SKULLDUGGERY to remove spurious free-nonheap-object warning
(edit) @d3652df   9 months ajbeach Took the new EraseWith? pass out of the box pass. It might be able to …
(edit) @be8ee65   9 months pabuhr change host from arm64 to aarch64 for ARM nightly build
(edit) @3770b87   9 months pabuhr formatting, add PRNG copy to checkpoint PRNG state, remove autogen …
(edit) @92211d9   9 months pabuhr formatting
(edit) @f45772e   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @9689e54   9 months pabuhr formatting
(edit) @8e860a7   9 months pabuhr fix typing mistake: arm4 to arm64
(edit) @7d128cb   9 months pabuhr add ARM architecture to regression tests
(edit) @299f4e0   9 months pabuhr add ARM architecture to nightly build
(edit) @500a60f   9 months pabuhr add ARM architecture to nightly build
(edit) @2261bcc   9 months pabuhr add arm64 to Jenkins nightly build
(edit) @4d860ea3   9 months mlbrooks Fix compiler bug where duplicate type declarations caused crash. And …
(edit) @0860d9c   10 months mlbrooks Fix read-to-variable-length-string cases when internal buffer fills. …
(edit) @b67b632   10 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @097c8d0   10 months ajbeach Fixes to Box pass's DeclAdapter?. The two largest are: Only local …
(edit) @8cffa4f   10 months mlbrooks Support match-failure reporting for string input. On failed match, …
(edit) @bf1cbde   10 months mlbrooks Implement "scanset" semantics for manipulator skip, in place of …
(edit) @04db9f6   10 months ajbeach Updated some documentation about the Instantiate Generic pass.
(edit) @045cda3   10 months ajbeach First clean-up pass on box pass. Some of it is stuff that could have …
(edit) @15b5abac   10 months pabuhr increase timeout in test.py from 180 to 240 seconds to deal with long …
(edit) @3cbe320   10 months ajbeach Translated the Link-Once pass to the new ast.
(edit) @cf34e82   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @11ab0b4a   10 months pabuhr add corun/cofor statement, update old cofor
(edit) @1ee0a4da   10 months ajbeach Translated the box pass to the new AST. This includes direct as …
(edit) @46f9f02   10 months pabuhr add keywords alignas, alignof, static_assert, and thread_local
(edit) @cfcbd03   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @5b4dacf   10 months pabuhr general updates to the Cforall user manual
(edit) @4e2a57ff   10 months pabuhr add command setgcolumn to set lstlisting comment-column alignment, …
(edit) @adaf062   10 months pabuhr update citation entry
(edit) @562a711   10 months pabuhr add keyword _Exception to uC++ lstlisting
(edit) @8514bcf8   10 months pabuhr create ARM test results for hotpotato
(edit) @8f570f1   10 months pabuhr create 32-bit test results for hotpotato
(edit) @16b5d11   10 months pabuhr make hotpotato test 32/64-bit specific due to different prng
(edit) @7a925a41   10 months caparson final hotpotato cleanup, removed two unneeded routines from explicit …
(edit) @26be854   10 months caparson a bit of cleanup of the hotpotato tests
(edit) @fd775ae   10 months caparson added hotpotato non-local ehm test in both enable/disable and poll flavours
(edit) @147a137   10 months caparson added enable/disable ehm with no params for coroutines
(edit) @1e7a765   10 months pabuhr fix lock/unlock for heap statistic-mode
(edit) @0bb64bfa   10 months pabuhr update tiobe index, update new command-line documentation
(edit) @12f671e   10 months pabuhr tweak comments for CFA comand-line options
(edit) @5f917740   10 months pabuhr update help message from main.cc
(edit) @c2d728c   10 months pabuhr add using namespace std to cfa.cc
Note: See TracRevisionLog for help on using the revision log.