|
|
@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
|
6 months |
ajbeach |
Updated hoistStruct so the nested mangled names are human readable. …
|
|
|
@5c27b6a
|
6 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@eb7586e
|
6 months |
j82liang |
1. Change return value of typed Enum in null context: they now return …
|
|
|
@e78966e
|
6 months |
pabuhr |
add parsing support for enum type in 'with' statement
|
|
|
@7042c60
|
6 months |
j82liang |
resolve conflict
|
|
|
@cf191ac
|
6 months |
j82liang |
Change enum functions return type
|
|
|
@a1fbad0
|
6 months |
ajbeach |
Fix in code generation. forall clauses are now printed before return …
|
|
|
@89da3a9
|
6 months |
pabuhr |
fix parsing bug in field declaring list with empty declarator
|
|
|
@13de4478
|
6 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
|
|
|
@af746cc
|
7 months |
j82liang |
Reimplement the resolution of Enum instance type
|
|
|
@7a36848
|
7 months |
ajbeach |
Further Pass template clean-up, reimplementing the translation unit …
|
|
|
@90320ac
|
7 months |
ajbeach |
Clean-up in the Pass template around call_accept. Removed overloads …
|
|
|
@ab780e6
|
7 months |
ajbeach |
notZeroExpr (in the parser) has become createCondExpr (in the …
|
|
|
@485cf59
|
7 months |
ajbeach |
Small improvement in the Pass template implementation. Thierry and I …
|
|
|
@d9bad51
|
7 months |
ajbeach |
Fixed memory leak in the parser.
|
|
|
@1cfe640
|
7 months |
ajbeach |
One more bit of clean-up, improving some names.
|
|
|
@4a72fef
|
7 months |
ajbeach |
General clean-up in the parser. Removed the commented …
|
|
|
@67467a3
|
7 months |
ajbeach |
Fused TypeData::Enum and TypeData::Aggregate, an enumeration is a kind …
|
|
|
@7b05de4
|
7 months |
j82liang |
Re-enable replace pseudo func to temporarily fix the compilation error
|
|
|
@d066c5b
|
7 months |
j82liang |
Comment out lines the require implementEnumFunc
|
|
|
@486caad
|
7 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@df78cce
|
7 months |
j82liang |
Save the change in main for git pull
|
|
|
@bf050c5
|
7 months |
ajbeach |
Removed unused field from TypeData?.
|
|
|
@0139351
|
8 months |
ajbeach |
Add support for printing multiple returns. Mostly useful for early …
|
|
|
@5b25c49
|
8 months |
ajbeach |
Removed some code from main that supported the old ast.
|
|
|
@057608a
|
8 months |
ajbeach |
Parser clean-up: Removed an unused field, added a comment, fixed a …
|
|
|
@42422fb
|
8 months |
pabuhr |
more reorganized enum_type rule in parser
|
|
|
@30aab55
|
8 months |
pabuhr |
reorganized enum_type rule in parser and add missing call to makeTypedef
|
|
|
@2583407
|
8 months |
ajbeach |
Handle typedef wrapped declarations before buildList in addTypedef. …
|
|
|
@a3525c4
|
8 months |
ajbeach |
Some Parser clean-up I did while investigating.
|
|
|
@446740a
|
8 months |
pabuhr |
update for-control for iterating over enumeration type
|
|
|
@e048ece
|
8 months |
ajbeach |
Moved the DeclarationNode? enums over to TypeData? where they are …
|
|
|
@03606ce
|
8 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@06601401
|
8 months |
j82liang |
Change the common type interpretation of EnumPos?
|
|
|
@76fe046
|
8 months |
j82liang |
Remove conversion part of the EnumPosType?. It can be resolved by the …
|
|
|
@b93c544
|
8 months |
ajbeach |
Removed casts no longer needed on the result of set_last.
|
|
|
@6cef439
|
8 months |
ajbeach |
Return 'TypeData? *' from some parse rules. Moved TypeData? construction …
|
|
|
@7e13b11
|
8 months |
pabuhr |
documentations, support CFA declaration syntax in sizeof/alignof
|
|
|
@647d633
|
8 months |
j82liang |
Remove unused variables
|
|
|
@f6e8c67
|
8 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@bbf2cb1
|
8 months |
j82liang |
Add the Working support to succ() and pred() pseudo function to Enum
|
|
|
@af60383
|
8 months |
ajbeach |
Moved a field and functions from DeclarationNode? to TypeData?. Trying …
|
|
|
@44adf1b
|
8 months |
ajbeach |
Removed casts around get_next (also replaced with direct field access) …
|
|
|
@647e2ea
|
8 months |
pabuhr |
try @@(...) for attributes, rename and reorder grammar rules, remove …
|
|
|
@00eaeb8
|
8 months |
j82liang |
Add prototype of succ function
|
|
|
@dc3fbe5
|
8 months |
ajbeach |
Factored out the ParseNode?'s next field into a new child type. This is …
|
|
|
@4c0b674
|
8 months |
ajbeach |
Moved ParseNode?'s name field down to DeclarationNode?, it is not used …
|
|
|
@bc61563
|
8 months |
ajbeach |
Factored out a very complex condition into a helper function and …
|
|
|
@f1149ac
|
8 months |
j82liang |
Remove unused variables
|
|
|
@a4da45e
|
8 months |
j82liang |
Resolve conflict
|
|
|
@0522ebe
|
8 months |
j82liang |
Add EnumPosType? to type system
|
|
|
@46aa60e
|
8 months |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@4eb3a7c5
|
8 months |
pabuhr |
first attempt at correct distribution of attributes for aggregates
|
|
|
@624ba3a5
|
8 months |
pabuhr |
formatting
|
|
|
@1761046
|
8 months |
ajbeach |
Note to self: Check the comments before you push.
|
|
|
@4e2f1b2
|
8 months |
ajbeach |
Clean-up of GenImplicitCall? module. Changing the return type for …
|
|
|
@d06273c
|
9 months |
ajbeach |
Used structural binding to shorten some loop setup. The generally …
|
|
|
@2beaf9b
|
9 months |
ajbeach |
Forgot to update comments from the last commit.
|
|
|
@2810700
|
9 months |
ajbeach |
The two argument form of the conditional operator now only has two …
|
|
|
@f431ab26
|
9 months |
ajbeach |
Fixed whitespace ResolveTypeof?.cc.
|
|
|
@14755e5
|
9 months |
ajbeach |
Updated indentation in Resolver. Removed trailing whitespace.
|
|
|
@dacd2c19
|
9 months |
ajbeach |
Added Peter's fix to ensure syscall argument is initialized. I did …
|
|
|
@23a0e576
|
9 months |
ajbeach |
Remove mid-array assertion from the Box pass.
|
|
|
@47bd204
|
9 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@a55ebcc
|
9 months |
j82liang |
1. Add debug print option for replacePseudoFunc; 2. Change resolver …
|
|
|
@be4335b
|
9 months |
ajbeach |
The remaining improvements I had planned for the Box pass are either …
|
|
|
@020fa10
|
9 months |
j82liang |
Remove duality functions. They are replaced by recent changed in Cost …
|
|
|
@9ddcee1
|
9 months |
j82liang |
Remove EnumPosExpr?, an early design that no longer used. The …
|
|
|
@496ffc17
|
9 months |
j82liang |
Fix dangling reference to posE function
|
|
|
@32490deb
|
9 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@c75b30a
|
9 months |
j82liang |
Introduce posE, valueE, labelE pseudo language to the language. Rework …
|
|
|
@7329b0a
|
9 months |
ajbeach |
advance_to_mutex has been replaced nextMutex.
|
|
|
@16afb2a
|
9 months |
j82liang |
Fix the print for enum with type
|
|
|
@8ca60e4
|
9 months |
ajbeach |
Remove ilog2, an unused math helper.
|
|
|
@71b5aad5
|
10 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@544deb9
|
10 months |
j82liang |
Update ReplacePseudoFunc?, mostly the runtime lookup for attribute …
|
|
|
@61e362f
|
10 months |
ajbeach |
Changed notZeroExpr so that expressions with conditional contexts are …
|
|
|
@a4ed165
|
10 months |
ajbeach |
I was working in FixInit?.cpp so I did a round of general clean-up. …
|
|
|
@367725d
|
10 months |
j82liang |
Update enum.tex
|
|
|
@ac939461
|
10 months |
j82liang |
Add replacePseudoFunc
|
|
|
@f988834
|
10 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@59c8dff
|
10 months |
j82liang |
Draft Implementation for enum position pesudo function (posE). …
|
|
|
@11f65b3
|
10 months |
ajbeach |
I believe switching isValidOnFuncParam from an allow-list to a …
|
|
|
@5bf685f
|
10 months |
ajbeach |
Replayed maybeClone with maybeCopy, removed unused helppers in …
|
|
|