|
|
@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
|
5 months |
ajbeach |
It seems clang uses different scoping rules for the trailing return of …
|
|
|
@96c04e4
|
5 months |
ajbeach |
Simplified the visit children guard to use a ValueGuardPtr?. For …
|
|
|
@bfcd3af
|
5 months |
j82liang |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
|
|
|
@2c8946b
|
5 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
|
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
|
6 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
|
8 months |
ajbeach |
Used structural binding to shorten some loop setup. The generally …
|
|
|
@2beaf9b
|
8 months |
ajbeach |
Forgot to update comments from the last commit.
|
|
|
@2810700
|
8 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 …
|
|
|