|
|
@daa4cc1
|
4 months |
pabuhr |
temporary hack to allow parsing of default/named parameters/calls
|
|
|
@fd4df379
|
4 months |
mlbrooks |
Implement boxing for arrays.
The added test is things that did not …
|
|
|
@c1b0b8f
|
4 months |
pabuhr |
parse keyword parameter and argument using '?' syntax
|
|
|
@151c8db
|
4 months |
pabuhr |
parse keyword parameter and argument using '@' syntax
|
|
|
@b6923b17
|
4 months |
ajbeach |
Fixed goto labelled loop. I had to reorder some passes. Updated …
|
|
|
@d68a3f7
|
4 months |
j82liang |
Update makeEnumOffsetCast to not report error for cast to non-parent …
|
|
|
@c248b39
|
4 months |
ajbeach |
Unlabelled breaks were not targetting the correct enclosing control …
|
|
|
@a758169
|
4 months |
ajbeach |
In main: cleaned up a macro and updated some names.
|
|
|
@88bc876
|
4 months |
ajbeach |
Breaks (and some other control flow) in a loop else clause now work. I …
|
|
|
@bfa7bf0
|
4 months |
ajbeach |
Silenced a warning.
|
|
|
@8315947
|
4 months |
j82liang |
Remove automatic conversion from Enum type name to its len; change …
|
|
|
@76b507d
|
4 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@0c327ce
|
4 months |
j82liang |
1. Add bound check to Serial function: now compiler generates the …
|
|
|
@3e135c8
|
4 months |
ajbeach |
Not sure why we copy in the return values all the time, but we do. …
|
|
|
@9c447e2
|
4 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@236f133
|
4 months |
j82liang |
Remove quasi_void for enums. The idea of quasi_void from Mike was to …
|
|
|
@358e3481
|
4 months |
ajbeach |
Visit the else_ children of loops. I don't know how things worked this …
|
|
|
@9d5eacb
|
4 months |
j82liang |
Fix the bug with typed anomynous enum got incorrect forward declaration
|
|
|
@725f777f
|
4 months |
j82liang |
Add attribute functions back after the bug fix
|
|
|
@dbff8ec
|
4 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@bb336a6
|
4 months |
j82liang |
Fixed the problem when enum use another enumerator as initializer
|
|
|
@b9f6791f
|
4 months |
pabuhr |
allow empty global declaration ';', adjust semi-colon rules after …
|
|
|
@5a2b0b7
|
4 months |
ajbeach |
Reverted the change to the compiler. The other changes are both …
|
|
|
@550afde2
|
4 months |
ajbeach |
Constant strings on input. The previous changes only effected …
|
|
|
@c2cf2d0
|
4 months |
ajbeach |
Made string literals constants. Preformed required updates. Resisted …
|
|
|
@8c55d34
|
4 months |
ajbeach |
Fixed spelling mistake. (I'm 99% sure.)
|
|
|
@99f7f37
|
4 months |
j82liang |
Fix the bug that enum {} var syntax cannot be recognized as cfa enum
|
|
|
@f8f298c
|
4 months |
j82liang |
replace decl->base with isTyped()
|
|
|
@39cf5cc
|
4 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@6d2b3dc
|
4 months |
j82liang |
Change (enum) range loop so that it works on any type that define …
|
|
|
@793eb2f
|
4 months |
ajbeach |
One extra whitespace line removed. I do not believe that represented …
|
|
|
@7fe4adbb
|
4 months |
ajbeach |
Added some code near the end of main to improve some internal …
|
|
|
@597f284
|
4 months |
pabuhr |
update 'Too many recursive assertions' error message with possible cause
|
|
|
@73d0e3f4
|
5 months |
j82liang |
Current enum has bug when use as a reference as in ?++. Change …
|
|
|
@115ac1ce
|
5 months |
j82liang |
Allow explict conversion from cfa enum to int (while disallow implicit)
|
|
|
@4117761
|
5 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@5ccc733
|
5 months |
j82liang |
Fix the bug that C style enum cannot to use as an lvalue
|
|
|
@3c55fcd
|
5 months |
ajbeach |
Added some notes about how to enable heap statistics. Reformated some …
|
|
|
@01afd8d
|
5 months |
pabuhr |
add +~ and +~= for-control operators to match with -~ and -~= operators
|
|
|
@7552fde
|
5 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@d3aa55e9
|
5 months |
j82liang |
1. Disallow implicit conversion from cfa enum to int during on the …
|
|
|
@55ba259e
|
5 months |
pabuhr |
clarify for-control for enumerations
|
|
|
@089b39e1
|
5 months |
pabuhr |
clean up, prepare for downto enumerating
|
|
|
@5eb3f65
|
5 months |
pabuhr |
change enumeration function names labelE, valueE, posE to label, …
|
|
|
@253d0b4
|
5 months |
pabuhr |
change error message header, simplify forCtrl to have only identifier …
|
|
|
@d66a43b
|
5 months |
pabuhr |
fix spelling mistake in file src/ControlStruct/TrasnlateEnumRange.hpp …
|
|
|
@a8ced63
|
5 months |
pabuhr |
parse countof pseduo-function, update for-loop for enumeration
|
|
|
@07771bc
|
5 months |
pabuhr |
lex countof pseudo-function
|
|
|
@567c775
|
5 months |
j82liang |
Missing files from the last commit
|
|
|
@57e43cd
|
5 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@525f7ad
|
5 months |
j82liang |
1. Add count_e( enum_name ), a pseudo function that return the …
|
|
|
@f678c53b
|
5 months |
pabuhr |
formatting
|
|
|
@12f1156
|
5 months |
pabuhr |
simplify grammar in a few places
|
|
|
@2ab31fd
|
5 months |
pabuhr |
parse tuple-element declarations but unimplemented
|
|
|
@42cdd07d
|
5 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@85855b0
|
5 months |
j82liang |
1. Implement enum cast; 2. Change valueE so that opague enum returns …
|
|
|
@405dbb3
|
5 months |
ajbeach |
Noticing that a function could have an early exit to save a level of …
|
|
|
@83b2fb5e
|
5 months |
ajbeach |
Removed an extra include.
|
|
|
@0f5e8cd
|
5 months |
f37yu |
attempt to fix #286
|
|
|
@822332e
|
6 months |
ajbeach |
It seems clang uses different scoping rules for the trailing return of …
|
|
|
@96c04e4
|
6 months |
ajbeach |
Simplified the visit children guard to use a ValueGuardPtr?. For …
|
|
|
@bfcd3af
|
6 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@2c8946b
|
6 months |
ajbeach |
Various whitespace and intentation updates.
|
|
|
@31f4837
|
6 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@acb33f15
|
6 months |
j82liang |
Change enum conversion steps
|
|
|
@5f225f5
|
6 months |
ajbeach |
Perhaps only src/Makefile.am needed to change, but I did a text search …
|
|
|
@c778ef1
|
6 months |
ajbeach |
Apparently the source file lists aren't used until distribution. I …
|
|
|
@0f612d2
|
6 months |
ajbeach |
Shoot, the non-extension renamings did not get caught in some corners.
|
|
|
@c92bdcc
|
6 months |
ajbeach |
Updated the rest of the names in src/ (except for the generated files).
|
|
|
@e542b02
|
6 months |
ajbeach |
Update last reference to BasicTypes?-gen.cc. I don't know if it needs …
|
|
|
@6d9aa79
|
6 months |
j82liang |
Missing produceDecl in the last commit
|
|
|
@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 …
|
|
|
@083e637
|
6 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@195d1d8
|
6 months |
pabuhr |
update search strings to raw strings for python 3.12
|
|
|
@b2ea0cd
|
6 months |
ajbeach |
First wave of file renaming. Rename files in src/ and update all …
|
|
|
@164a6b6
|
6 months |
ajbeach |
Simplified the visit_children feature of Pass template. This should …
|
|
|
@0153dbd
|
7 months |
ajbeach |
Updated hoistStruct so the nested mangled names are human readable. …
|
|
|
@5c27b6a
|
7 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@eb7586e
|
7 months |
j82liang |
1. Change return value of typed Enum in null context: they now return …
|
|
|
@e78966e
|
7 months |
pabuhr |
add parsing support for enum type in 'with' statement
|
|
|
@7042c60
|
7 months |
j82liang |
resolve conflict
|
|
|
@cf191ac
|
7 months |
j82liang |
Change enum functions return type
|
|
|
@a1fbad0
|
7 months |
ajbeach |
Fix in code generation. forall clauses are now printed before return …
|
|
|
@89da3a9
|
7 months |
pabuhr |
fix parsing bug in field declaring list with empty declarator
|
|
|
@13de4478
|
7 months |
ajbeach |
Updated files in ResolvExpr? to the new indentation style. It seems the …
|
|
|
@d7c0ad5
|
7 months |
ajbeach |
Removed some overloads from the Pass template. I believe these were …
|
|
|
@ba97ebf
|
7 months |
ajbeach |
The polyCost function was just a bit more complicated than it needed to be.
|
|
|
@fc1a3e2
|
7 months |
ajbeach |
Style update. Focused on indentation and trailing whitespace.
|
|
|
@b9b6efb
|
7 months |
ajbeach |
Removed porting.md, although some of its information is still …
|
|
|
@19313be5
|
7 months |
ajbeach |
One missing BasicType::Kind -> BasicKind? updates.
|
|
|
@38093ae
|
7 months |
j82liang |
Resolve conflict
|
|
|
@748c751
|
7 months |
j82liang |
Remove unnecessary implicit enum type conversion
|
|
|
@7a780ad
|
7 months |
ajbeach |
Moved ast::BasicType::Kind to ast::BasicKind? in its own hearder. This …
|
|
|
@8fd53b6e
|
7 months |
ajbeach |
Change for C++20 compatability. We may not be upgrading soon but this …
|
|
|
@cdb4eaa
|
7 months |
j82liang |
Fix succ(Enum) error and resolution ambiguity of enum with inheritance
|
|
|
@7aa209e7
|
7 months |
ajbeach |
Fixing some whitespace around a recent merge. That lead to some …
|
|
|
@76c7addb
|
7 months |
j82liang |
Fix Enum predecessor
|
|
|
@fb2e916
|
7 months |
j82liang |
Fix some warning
|
|
|
@dc58e5d
|
7 months |
j82liang |
Small cleanup
|
|
|