|
|
@1665ee5
|
8 weeks |
mlbrooks |
Add uArray delayed-initialization equivalent to CFA array
|
|
|
@6325bd4
|
8 weeks |
mlbrooks |
Fix fork+exec missed case / broken build
|
|
|
@efe697d
|
8 weeks |
mlbrooks |
Add EOF test coverage for string reading.
|
|
|
@025f9c5
|
8 weeks |
mlbrooks |
Update 'fork+exec' test utility to be valid also in C and C++.
|
|
|
@b6f2e7ab
|
8 weeks |
ajbeach |
Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would …
|
|
|
@82a5ea2
|
2 months |
ajbeach |
Added checks for (and a test to check the checks) assertions we will …
|
|
|
@db19e1d
|
2 months |
ajbeach |
Changed the interpritation of () to be no parameters instead of any …
|
|
|
@790f251
|
2 months |
pabuhr |
update error message for parameter default-initialization in …
|
|
|
@df2e00f
|
3 months |
ajbeach |
Made heap pass the invariant check. We should be able to enable …
|
|
|
@3ac5fd8
|
3 months |
pabuhr |
first attempt changing end-of-file to an exception
|
|
|
@afb15cf
|
3 months |
ajbeach |
Added a check to make sure that optional parameters to not appear on …
|
|
|
@8da3cc4d
|
3 months |
mlbrooks |
Add missing integration test of accordions.
Putting a CFA array …
|
|
|
@2f31773
|
3 months |
mlbrooks |
Improve inability to declare a struct member having a managed type via …
|
|
|
@f9ad69d
|
3 months |
mlbrooks |
Fix #175
|
|
|
@1a2ba84
|
3 months |
mlbrooks |
fix comment typo
|
|
|
@dee680c
|
3 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@f9b42bd
|
3 months |
pabuhr |
modify time test to deal with unfreed storage from putenv/tzset
|
|
|
@97f8f0f
|
3 months |
ajbeach |
Implemented special case of sizeof/alignof, where reference types are …
|
|
|
@f6d2e9b
|
3 months |
j82liang |
Change FX64 (x64) to FA64 (arm64)
|
|
|
@5f210c0
|
3 months |
j82liang |
Change enum pos to signed int to avoid underflow; operator on enum …
|
|
|
@b59c21a
|
3 months |
j82liang |
remove leading whitespace
|
|
|
@065de93
|
3 months |
j82liang |
Update test expect for x86
|
|
|
@ecaedf35
|
3 months |
j82liang |
Update test expect for arm64
|
|
|
@bcb41f7
|
3 months |
j82liang |
Update .error as the cost model has changed
|
|
|
@8789ae4
|
3 months |
pabuhr |
update loop control test and expected output
|
|
|
@82ff201a
|
3 months |
pabuhr |
add #include <assert.h>, as no longer in array.hfa
|
|
|
@fd4df379
|
3 months |
mlbrooks |
Implement boxing for arrays.
The added test is things that did not …
|
|
|
@878b1385
|
3 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@1ad112a5
|
3 months |
pabuhr |
update enumeration input test
|
|
|
@b6923b17
|
3 months |
ajbeach |
Fixed goto labelled loop. I had to reorder some passes. Updated …
|
|
|
@ce0b8b8
|
4 months |
pabuhr |
documentation
|
|
|
@b8561fa
|
4 months |
pabuhr |
try again to fix the unfreed storage problem
|
|
|
@3ee4a53
|
4 months |
pabuhr |
formatting
|
|
|
@d7b399f
|
4 months |
pabuhr |
formatting
|
|
|
@e3260aa1
|
4 months |
pabuhr |
removed memory not freed message
|
|
|
@e6128959
|
4 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@cd1d721
|
4 months |
pabuhr |
modify time test to set time zone to America/Toronto? so test is …
|
|
|
@f107afe
|
4 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@1842167
|
4 months |
pabuhr |
add test for reading in enumerators
|
|
|
@c248b39
|
4 months |
ajbeach |
Unlabelled breaks were not targetting the correct enclosing control …
|
|
|
@88bc876
|
4 months |
ajbeach |
Breaks (and some other control flow) in a loop else clause now work. I …
|
|
|
@b2ca052
|
4 months |
pabuhr |
move planet test under directory enum_tests
|
|
|
@eb5dbfd
|
4 months |
pabuhr |
add enumeration planet program to test suite
|
|
|
@236f133
|
4 months |
j82liang |
Remove quasi_void for enums. The idea of quasi_void from Mike was to …
|
|
|
@72abc90a
|
4 months |
pabuhr |
remove unnecessary assignment when looping with a structure type
|
|
|
@5eb3f65
|
4 months |
pabuhr |
change enumeration function names labelE, valueE, posE to label, …
|
|
|
@85855b0
|
5 months |
j82liang |
1. Implement enum cast; 2. Change valueE so that opague enum returns …
|
|
|
@d68de59
|
5 months |
j82liang |
Update enumInlineValue.cfa
|
|
|
@7da6a31
|
5 months |
j82liang |
Disable to voidEnum test for now to pass the test suite (voidEnum is WIP)
|
|
|
@9b140bd
|
6 months |
j82liang |
Update the test file
|
|
|
@0b6c1c9
|
6 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c333ed2
|
6 months |
j82liang |
Remove intermeidate type (enum attribute type); remove …
|
|
|
@195d1d8
|
6 months |
pabuhr |
update search strings to raw strings for python 3.12
|
|
|
@c5c123f
|
6 months |
j82liang |
Missing changes for the last commit
|
|
|
@eb7586e
|
6 months |
j82liang |
1. Change return value of typed Enum in null context: they now return …
|
|
|
@4a3eb1c
|
7 months |
pabuhr |
add combinations of pointer/reference for memset and memcpy
|
|
|
@c041d29
|
8 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@d887800
|
8 months |
pabuhr |
update ato expected output for x86
|
|
|
@897eb01
|
8 months |
pabuhr |
update ato expected output for ARM
|
|
|
@33807a1e
|
8 months |
pabuhr |
update string to type test
|
|
|
@169496e1
|
8 months |
pabuhr |
update expected output for functions test on ARM
|
|
|
@1df26c3
|
8 months |
pabuhr |
fix 32-bit functions results
|
|
|
@56b47b9
|
8 months |
pabuhr |
add updated function-declaration test
|
|
|
@7e13b11
|
8 months |
pabuhr |
documentations, support CFA declaration syntax in sizeof/alignof
|
|
|
@a4da45e
|
8 months |
j82liang |
Resolve conflict
|
|
|
@6c68893
|
8 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@0a9b5c1
|
8 months |
pabuhr |
update 64-bit test result on ARM for distribution of attributes for …
|
|
|
@1e93617
|
8 months |
pabuhr |
update 32-bit test result for distribution of attributes for aggregates
|
|
|
@46aa60e
|
9 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@4eb3a7c5
|
9 months |
pabuhr |
first attempt at correct distribution of attributes for aggregates
|
|
|
@c17dc80
|
9 months |
j82liang |
Add position.cfa test file
|
|
|
@77bc259
|
9 months |
pabuhr |
move exception macro to general location, update more code to use macros
|
|
|
@da22726
|
9 months |
pabuhr |
switch from '\n' to nl, update test data
|
|
|
@75e2286
|
9 months |
pabuhr |
add tests for getline and quoted input manipulators
|
|
|
@0b6089f
|
9 months |
pabuhr |
formatting
|
|
|
@a55ebcc
|
9 months |
j82liang |
1. Add debug print option for replacePseudoFunc; 2. Change resolver …
|
|
|
@b771581
|
9 months |
pabuhr |
add more input tests for recent changes
|
|
|
@baa1d5d
|
9 months |
pabuhr |
update testing for manipulators
|
|
|
@68cf1d4
|
9 months |
pabuhr |
update expected output for other architectures
|
|
|
@5764204
|
9 months |
pabuhr |
restrict nesting of manipulators and update manipulator test
|
|
|
@3db78b89
|
10 months |
mlbrooks |
Fix string reading bug: Manipulator ignore should not write to its …
|
|
|
@8a33777
|
10 months |
mlbrooks |
Fix analysis error in string-input testing.
Add comments correlating …
|
|
|
@f2898df
|
10 months |
mlbrooks |
Implement string initialization and assignment from various numeric types
|
|
|
@e8b3717
|
10 months |
mlbrooks |
Modify substring interface from start-end to start-len, and add a …
|
|
|
@7abc3de
|
10 months |
mlbrooks |
Harmonize string constructors with assignments, refactor …
|
|
|
@e891349
|
10 months |
mlbrooks |
Tweak string assignment-strcpy-strncpy and concatenate-strcat-strncat …
|
|
|
@38951c31
|
10 months |
mlbrooks |
Add missing test for string *= and refactor */*= to follow +/+= …
|
|
|
@ee16f8fc
|
10 months |
mlbrooks |
Attempt to fix overnight build; add test-suite Makefile entry missing …
|
|
|
@4d689e2
|
10 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@cfbc56ec
|
10 months |
mlbrooks |
Enable array RAII and provide uninit(-), a uNoCtor equivalent.
Enable …
|
|
|
@f0c9c9b
|
10 months |
pabuhr |
formatting
|
|
|
@40002c5
|
10 months |
pabuhr |
update command-line processing
|
|
|
@ca2feff
|
10 months |
pabuhr |
update manipulator testing and expected output
|
|
|
@e7eb1f0
|
10 months |
pabuhr |
update string testing and expected output
|
|
|
@0a6d2045
|
11 months |
ajbeach |
You can how use local control flow out of 'catch' clauses. Added a …
|
|
|
@ca9d65e
|
11 months |
pabuhr |
second attempt at simplifying SemanticError? messages
|
|
|
@3e49c477
|
11 months |
pabuhr |
update expected output from tests after changes in semantic error messages
|
|
|
@1c85ffc
|
11 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@2b12d6e
|
11 months |
pabuhr |
add PRNG expected output for arm64
|
|
|
@e274264
|
11 months |
pabuhr |
update PRNG output for x86
|
|
|