|
|
@b2ab352
|
15 months |
pabuhr |
add missing .expect file
|
|
|
@f02f546
|
17 months |
mlbrooks |
Implement new rules for array dimension expression matching.
Core …
|
|
|
@caf06aa
|
17 months |
ajbeach |
Added the check for bitfields in sized polymorphic types. It was …
|
|
|
@b87ef7be
|
17 months |
pabuhr |
update mathX.arm64 expected output
|
|
|
@c8cbb41
|
17 months |
pabuhr |
update mathX.x86 expected output
|
|
|
@600478d
|
17 months |
pabuhr |
change ceiling function to work with negative values
|
|
|
@8f557161
|
17 months |
mlbrooks |
Clarify and fix accuracy in eval public API, on reporting "unable to …
|
|
|
@874b16e
|
17 months |
pabuhr |
lower case type names open_failure, close_failure, write_failure, …
ast-experimental
|
|
|
@7ae39f0
|
17 months |
mlbrooks |
Re-enable testing function prototype taking length-star array, working …
ast-experimental
|
|
|
@a5aa5bf
|
18 months |
mlbrooks |
Flesh out "C" array syntax testing.
Enable testing of …
ast-experimental
|
|
|
@6349929
|
19 months |
pabuhr |
fix 32-bit build with new PRNG output
ADTast-experimental
|
|
|
@8a2f7f1
|
19 months |
pabuhr |
fix PRNG test to work correctly on ARM
ADTast-experimental
|
|
|
@bb7422a
|
19 months |
ajbeach |
Translated parser to the new ast. This incuded a small fix in the …
ADTast-experimental
|
|
|
@1205b3e
|
20 months |
pabuhr |
update 32-bit tests after change to PRNG
ADTast-experimental
|
|
|
@90fb672
|
20 months |
pabuhr |
use splitmix32/64 to prime set seed for all PRNG
ADTast-experimental
|
|
|
@814a4da
|
20 months |
caparson |
updated expect files for prng based tests
ADTast-experimental
|
|
|
@44196deb
|
21 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@f9519d4
|
21 months |
pabuhr |
update expected test output for arm64
ADTast-experimental
|
|
|
@2e77837
|
21 months |
pabuhr |
update expected test output for 32-bit
ADTast-experimental
|
|
|
@421703e
|
21 months |
pabuhr |
update expected test output after declaring anonymous structs static
ADTast-experimental
|
|
|
@35d1de5
|
21 months |
pabuhr |
change test forall.cfa from compilation only to execution
ADTast-experimental
|
|
|
@be3b952
|
23 months |
pabuhr |
update 32-bit .expect for tests using PRNG
ADTast-experimental
|
|
|
@ae7a085c
|
23 months |
pabuhr |
change printing format in PRNG, update .expect for tests using PRNG
ADTast-experimental
|
|
|
@b797d978
|
23 months |
pabuhr |
formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit …
ADTast-experimental
|
|
|
@261e107
|
23 months |
pabuhr |
change all PRNG to prime the PRNG state in set_seed with the given seed
ADTast-experimental
|
|
|
@dd46fd3
|
2 years |
pabuhr |
generalization of PRNG
ADTast-experimental
|
|
|
@7bc84b8
|
2 years |
pabuhr |
remove unsigned cast for prng calls
ADTast-experimental
|
|
|
@9fce2572
|
2 years |
pabuhr |
32-bit update of PRNG
ADTast-experimental
|
|
|
@d2ad151
|
2 years |
pabuhr |
major update of PRNG
ADTast-experimental
|
|
|
@1fb09ef
|
2 years |
ajbeach |
Grouped some control flow tests together.
ADTast-experimental
|
|
|
@1dafdfc
|
2 years |
ajbeach |
Moved code from _dtype_static_member_ initializer to an assignment in …
ADTast-experimental
|
|
|
@116a2ea
|
2 years |
pabuhr |
new heap and associated tests updated
ADTast-experimental
|
|
|
@f92e7b9
|
2 years |
Thierry Delisle |
Moved parseconfigs tests to its own folder so I can add parseargs to …
ADTast-experimental
|
|
|
@594e1db
|
2 years |
Thierry Delisle |
Removed a bunch of oast tests, since they are never triggered anymore.
ADTast-experimentalpthread-emulation
|
|
|
@64af7ac
|
2 years |
Thierry Delisle |
Added thread and _Thread_local to some tests.
ADTast-experimentalpthread-emulation
|
|
|
@283876d
|
2 years |
pabuhr |
update loop tests and expected output for corrected @ usage for …
ADTast-experimentalpthread-emulation
|
|
|
@ff36907
|
2 years |
pabuhr |
update loop-control test and expected output
ADTast-experimentalpthread-emulation
|
|
|
@c48b61c
|
2 years |
pabuhr |
update for-control test-programs and expected output
ADTast-experimentalpthread-emulation
|
|
|
@6415549
|
2 years |
pabuhr |
update attribute.cfa expect file for ARM64
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@3322180
|
2 years |
Thierry Delisle |
Fix enum assignment warning
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@fc134a48
|
2 years |
j82liang |
Implement the struct enum
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@5416b44
|
2 years |
pabuhr |
make expected output for nested functions deterministic
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@c715e5f
|
2 years |
ajbeach |
Removed most of the exception macros (EHM_ group). Made changes to the …
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@666f8a3
|
2 years |
pabuhr |
fix test and expected output for nested functions run on user-thread stacks
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@03656d1
|
2 years |
pabuhr |
add test for nested functions run on user-thread stacks
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@f6737ae1
|
2 years |
caparson |
added else loop tests
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@39d9b32
|
2 years |
ajbeach |
Adjusted line number in forall test.
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@298fe57
|
3 years |
ajbeach |
Translated 3/4 of validate_B. Link Reference To Types has been removed …
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@a389ffe
|
3 years |
pabuhr |
change expected output for ARM tests
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@5910fc0
|
3 years |
pabuhr |
add PRNG test
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@db1ebed
|
3 years |
pabuhr |
update random .expect x86
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@aa8e24c3
|
3 years |
pabuhr |
change range of integral random( u, l ) to [l,u], first attempt at …
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@77c01ec
|
3 years |
Thierry Delisle |
Fixed tests for x86
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@637240f
|
3 years |
Thierry Delisle |
Regenerated tests for changed to main_returned
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@480389d2
|
3 years |
jafprudhomme |
Wrote test suite for parse_config
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
|
|
|
@6545a88e
|
3 years |
Thierry Delisle |
Fixed cfa outputs for cfa_main_returned (x86)
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@eb2cfbf
|
3 years |
Thierry Delisle |
Fixed cfa outputs for cfa_main_returned (arm)
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@d16eb19
|
3 years |
Thierry Delisle |
Fixed cfa outputs for cfa_main_returned
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@7056f56
|
3 years |
pabuhr |
update existing counter test .expect file
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@d30804a
|
3 years |
pabuhr |
augment rational test and expected output after rational changes
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@801978b
|
3 years |
mlbrooks |
GenPoly? field-number selection for dynamic layouts uses uniqueId to …
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@68b52b0
|
3 years |
mlbrooks |
Implementing syntax forall( T * ) abbreviating forall( T & | sized(T) )
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@7e1cb79
|
3 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@d269894
|
3 years |
pabuhr |
create .expect file for gmp test on ARM
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@1d61b67
|
3 years |
Thierry Delisle |
Added attribute case to typedef replacement test.
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@53692b3
|
3 years |
pabuhr |
second attempt to fix compile-only pragma message that gcc-10/11 quote
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@aff7e86
|
3 years |
ajbeach |
Added a new attribute 'cfa_linkonce'.
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@fec63b2
|
4 years |
pabuhr |
add first draft of strstream type
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@8590328
|
4 years |
pabuhr |
fix 32-bit math expected output after fixing log2
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@ea1c97b
|
4 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@37477ef
|
4 years |
pabuhr |
fix build for test KRfunctions on old ast
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@a195d6e
|
4 years |
pabuhr |
update expected output for ARM64
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@a0ac7b0
|
4 years |
pabuhr |
32-bit, #ifdef 128-bit test and adjust expected output
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@e56cfb41
|
4 years |
pabuhr |
32-bit, update output to reflect new mangled-name numbering after …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@474d610
|
4 years |
pabuhr |
add tests and expected output for integer log2 routines
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@e3cb4bf
|
4 years |
pabuhr |
update output to reflect new mangled-name numbering after changing …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@5c2b454
|
4 years |
Thierry Delisle |
removed bitmanip2 from old ast x86 tests
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@386af65
|
4 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@5058ad2
|
4 years |
pabuhr |
update 64-bit old-AST expected output for new attribute test on x64
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@cc18e17
|
4 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@a196885
|
4 years |
pabuhr |
update 364-bit expected output for new attribute test on ARM
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@05e29f0
|
4 years |
pabuhr |
update 32-bit old-AST expected output for new attribute test
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@9528767
|
4 years |
pabuhr |
update 32-bit expected output for new attribute test
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@ea837e94
|
4 years |
pabuhr |
add more attribute location tests
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@c8e37e0
|
4 years |
pabuhr |
more test restructure under directories
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@6083392
|
4 years |
pabuhr |
restructure tests under directories and update test files
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@10dafa4
|
4 years |
pabuhr |
add test for IO stream locking
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@097d3e1
|
4 years |
pabuhr |
add test for list of /usr/include files
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@07c77ce
|
4 years |
pabuhr |
add test for quasi-keywords
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@72c6950
|
4 years |
pabuhr |
change UTF-8 characters back to Latin-1, restructure code, update …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@d447238
|
4 years |
pabuhr |
combined tests io1.cfa and io2.cfa into io.cfa and create .expect file …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@ee0fa3a
|
4 years |
pabuhr |
restore tests math1-4 and rename associated .except for oast
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@7cde04e
|
4 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@6cb7a92
|
4 years |
pabuhr |
formatting, rename match2 to mathX (extra)
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@7eb0014
|
4 years |
pabuhr |
create .expect file for ARM 64-bit math2 test
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@d8ca0ff
|
4 years |
pabuhr |
create .expect file for x86 32-bit math test
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@06d75fcd
|
4 years |
pabuhr |
rename math4 to math2, change printf to sout, correct constant …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@719c4ed
|
4 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@1294d7f
|
4 years |
pabuhr |
remove tests math1, math2, and math3 test/expect as they are combined …
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@d23c0b2
|
4 years |
pabuhr |
create .expect file for ARM 64-bit math test
ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|