source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @e542b02   4 weeks ajbeach Update last reference to BasicTypes?-gen.cc. I don't know if it needs …
(edit) @6d9aa79   4 weeks j82liang Missing produceDecl in the last commit
(edit) @0b6c1c9   4 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c333ed2   4 weeks j82liang Remove intermeidate type (enum attribute type); remove …
(edit) @083e637   4 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @195d1d8   4 weeks pabuhr update search strings to raw strings for python 3.12
(edit) @b2ea0cd   4 weeks ajbeach First wave of file renaming. Rename files in src/ and update all …
(edit) @164a6b6   4 weeks ajbeach Simplified the visit_children feature of Pass template. This should …
(edit) @0153dbd   5 weeks ajbeach Updated hoistStruct so the nested mangled names are human readable. …
(edit) @5c27b6a   5 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @eb7586e   5 weeks j82liang 1. Change return value of typed Enum in null context: they now return …
(edit) @e78966e   5 weeks pabuhr add parsing support for enum type in 'with' statement
(edit) @7042c60   5 weeks j82liang resolve conflict
(edit) @cf191ac   5 weeks j82liang Change enum functions return type
(edit) @a1fbad0   5 weeks ajbeach Fix in code generation. forall clauses are now printed before return …
(edit) @89da3a9   6 weeks pabuhr fix parsing bug in field declaring list with empty declarator
(edit) @13de4478   6 weeks ajbeach Updated files in ResolvExpr? to the new indentation style. It seems the …
(edit) @d7c0ad5   6 weeks ajbeach Removed some overloads from the Pass template. I believe these were …
(edit) @ba97ebf   6 weeks ajbeach The polyCost function was just a bit more complicated than it needed to be.
(edit) @fc1a3e2   6 weeks ajbeach Style update. Focused on indentation and trailing whitespace.
(edit) @b9b6efb   6 weeks ajbeach Removed porting.md, although some of its information is still …
(edit) @19313be5   6 weeks ajbeach One missing BasicType::Kind -> BasicKind? updates.
(edit) @38093ae   6 weeks j82liang Resolve conflict
(edit) @748c751   6 weeks j82liang Remove unnecessary implicit enum type conversion
(edit) @7a780ad   6 weeks ajbeach Moved ast::BasicType::Kind to ast::BasicKind? in its own hearder. This …
(edit) @8fd53b6e   6 weeks ajbeach Change for C++20 compatability. We may not be upgrading soon but this …
(edit) @cdb4eaa   7 weeks j82liang Fix succ(Enum) error and resolution ambiguity of enum with inheritance
(edit) @7aa209e7   7 weeks ajbeach Fixing some whitespace around a recent merge. That lead to some …
(edit) @76c7addb   7 weeks j82liang Fix Enum predecessor
(edit) @fb2e916   7 weeks j82liang Fix some warning
(edit) @dc58e5d   7 weeks j82liang Small cleanup
(edit) @af746cc   7 weeks j82liang Reimplement the resolution of Enum instance type
(edit) @7a36848   7 weeks ajbeach Further Pass template clean-up, reimplementing the translation unit …
(edit) @90320ac   7 weeks ajbeach Clean-up in the Pass template around call_accept. Removed overloads …
(edit) @ab780e6   7 weeks ajbeach notZeroExpr (in the parser) has become createCondExpr (in the …
(edit) @485cf59   8 weeks ajbeach Small improvement in the Pass template implementation. Thierry and I …
(edit) @d9bad51   2 months ajbeach Fixed memory leak in the parser.
(edit) @1cfe640   2 months ajbeach One more bit of clean-up, improving some names.
(edit) @4a72fef   2 months ajbeach General clean-up in the parser. Removed the commented …
(edit) @67467a3   2 months ajbeach Fused TypeData::Enum and TypeData::Aggregate, an enumeration is a kind …
(edit) @7b05de4   2 months j82liang Re-enable replace pseudo func to temporarily fix the compilation error
(edit) @d066c5b   2 months j82liang Comment out lines the require implementEnumFunc
(edit) @486caad   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @df78cce   2 months j82liang Save the change in main for git pull
(edit) @bf050c5   2 months ajbeach Removed unused field from TypeData?.
(edit) @0139351   2 months ajbeach Add support for printing multiple returns. Mostly useful for early …
(edit) @5b25c49   3 months ajbeach Removed some code from main that supported the old ast.
(edit) @057608a   3 months ajbeach Parser clean-up: Removed an unused field, added a comment, fixed a …
(edit) @42422fb   3 months pabuhr more reorganized enum_type rule in parser
(edit) @30aab55   3 months pabuhr reorganized enum_type rule in parser and add missing call to makeTypedef
(edit) @2583407   3 months ajbeach Handle typedef wrapped declarations before buildList in addTypedef. …
(edit) @a3525c4   3 months ajbeach Some Parser clean-up I did while investigating.
(edit) @446740a   3 months pabuhr update for-control for iterating over enumeration type
(edit) @e048ece   3 months ajbeach Moved the DeclarationNode? enums over to TypeData? where they are …
(edit) @03606ce   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @06601401   3 months j82liang Change the common type interpretation of EnumPos?
(edit) @76fe046   3 months j82liang Remove conversion part of the EnumPosType?. It can be resolved by the …
(edit) @b93c544   3 months ajbeach Removed casts no longer needed on the result of set_last.
(edit) @6cef439   3 months ajbeach Return 'TypeData? *' from some parse rules. Moved TypeData? construction …
(edit) @7e13b11   3 months pabuhr documentations, support CFA declaration syntax in sizeof/alignof
(edit) @647d633   3 months j82liang Remove unused variables
(edit) @f6e8c67   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @bbf2cb1   3 months j82liang Add the Working support to succ() and pred() pseudo function to Enum
(edit) @af60383   3 months ajbeach Moved a field and functions from DeclarationNode? to TypeData?. Trying …
(edit) @44adf1b   3 months ajbeach Removed casts around get_next (also replaced with direct field access) …
(edit) @647e2ea   3 months pabuhr try @@(...) for attributes, rename and reorder grammar rules, remove …
(edit) @00eaeb8   3 months j82liang Add prototype of succ function
(edit) @dc3fbe5   3 months ajbeach Factored out the ParseNode?'s next field into a new child type. This is …
(edit) @4c0b674   3 months ajbeach Moved ParseNode?'s name field down to DeclarationNode?, it is not used …
(edit) @bc61563   3 months ajbeach Factored out a very complex condition into a helper function and …
(edit) @f1149ac   3 months j82liang Remove unused variables
(edit) @a4da45e   3 months j82liang Resolve conflict
(edit) @0522ebe   3 months j82liang Add EnumPosType? to type system
(edit) @46aa60e   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4eb3a7c5   3 months pabuhr first attempt at correct distribution of attributes for aggregates
(edit) @624ba3a5   3 months pabuhr formatting
(edit) @1761046   3 months ajbeach Note to self: Check the comments before you push.
(edit) @4e2f1b2   3 months ajbeach Clean-up of GenImplicitCall? module. Changing the return type for …
(edit) @d06273c   3 months ajbeach Used structural binding to shorten some loop setup. The generally …
(edit) @2beaf9b   3 months ajbeach Forgot to update comments from the last commit.
(edit) @2810700   3 months ajbeach The two argument form of the conditional operator now only has two …
(edit) @f431ab26   4 months ajbeach Fixed whitespace ResolveTypeof?.cc.
(edit) @14755e5   4 months ajbeach Updated indentation in Resolver. Removed trailing whitespace.
(edit) @dacd2c19   4 months ajbeach Added Peter's fix to ensure syscall argument is initialized. I did …
(edit) @23a0e576   4 months ajbeach Remove mid-array assertion from the Box pass.
(edit) @47bd204   4 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a55ebcc   4 months j82liang 1. Add debug print option for replacePseudoFunc; 2. Change resolver …
(edit) @be4335b   4 months ajbeach The remaining improvements I had planned for the Box pass are either …
(edit) @020fa10   4 months j82liang Remove duality functions. They are replaced by recent changed in Cost …
(edit) @9ddcee1   4 months j82liang Remove EnumPosExpr?, an early design that no longer used. The …
(edit) @496ffc17   4 months j82liang Fix dangling reference to posE function
(edit) @32490deb   4 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c75b30a   4 months j82liang Introduce posE, valueE, labelE pseudo language to the language. Rework …
(edit) @7329b0a   4 months ajbeach advance_to_mutex has been replaced nextMutex.
(edit) @16afb2a   4 months j82liang Fix the print for enum with type
(edit) @8ca60e4   4 months ajbeach Remove ilog2, an unused math helper.
(edit) @71b5aad5   4 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @544deb9   4 months j82liang Update ReplacePseudoFunc?, mostly the runtime lookup for attribute …
(edit) @61e362f   4 months ajbeach Changed notZeroExpr so that expressions with conditional contexts are …
(edit) @a4ed165   4 months ajbeach I was working in FixInit?.cpp so I did a round of general clean-up. …
Note: See TracRevisionLog for help on using the revision log.