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