source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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. …
(edit) @367725d   4 months j82liang Update enum.tex
(edit) @ac939461   5 months j82liang Add replacePseudoFunc
(edit) @f988834   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @59c8dff   5 months j82liang Draft Implementation for enum position pesudo function (posE). …
(edit) @11f65b3   5 months ajbeach I believe switching isValidOnFuncParam from an allow-list to a …
(edit) @5bf685f   5 months ajbeach Replayed maybeClone with maybeCopy, removed unused helppers in …
(edit) @b262cb3   5 months ajbeach Unified and fixed handling of parameter attributes.
(edit) @8b4faf6   5 months j82liang Hoist nested enum in Struct
(edit) @58c5821   5 months ajbeach Remove extra compound statement and clean-up in InitTweak?.
(edit) @116d7e2   5 months ajbeach Small bug fix in code generation. Seems to only come up while …
(edit) @c7ebbec   5 months ajbeach Reorganization of Linkage::Spec. is_mangled represented two properties …
(edit) @523e300   6 months ajbeach Forgot to remove an unused function from the exception code.
(edit) @0a6d2045   6 months ajbeach You can how use local control flow out of 'catch' clauses. Added a …
(edit) @9fba8e6   6 months ajbeach Clean-up in the exception translate pass. This changes some patterns …
(edit) @b7898ac   6 months ajbeach Another attempt at fixing execptions. It is very close to the last …
(edit) @69ab896   6 months ajbeach Small fix in code generation. The first case in a switch is formatted …
(edit) @ca9d65e   6 months pabuhr second attempt at simplifying SemanticError? messages
(edit) @21ad568   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @610354a   6 months pabuhr first attempt at simplifying SemanticWarning?, inline SemanticError? routine
(edit) @142930b   6 months ajbeach A harder revert of exception changes, hopefully it will get the tests …
(edit) @4c2fe47   6 months pabuhr formatting
(edit) @b1f2007   6 months pabuhr first attempt at simplifying SemanticError? and its usage
(edit) @c40157e   6 months ajbeach Minimal change to get exceptions running the old way while a fix is …
(edit) @2554f24   6 months ajbeach Try terminate now does not call the catch function, now they have the …
(edit) @2345ab3   6 months ajbeach Clean-up of the chain mutator. Seems like it is underused.
(edit) @ebadb5d   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c7f9f53   6 months ajbeach Moved include from Decl header. Removed some old ast code from the Parser.
(edit) @8a4e472   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @539a8c8   6 months ajbeach Some general clean-up, removing bits and pieces from the old version.
(edit) @2f8d351   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c4b9fa9   6 months ajbeach Just some random clean-up in Box pass while I was musing.
(edit) @dd900b5   6 months ajbeach Implicit and layout parameters are now marked as const. This is …
(edit) @4dc3b8c   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c4570af3   6 months ajbeach Removed some code that supported ast conversion, it supported ast …
(edit) @37b3151   6 months ajbeach Rename the linkReferenceTypes pass and the file that contains it. …
(edit) @d787828d   6 months ajbeach Rename the ScrubTyVars? moduel to ScrubTypeVars?. This makes it more …
(edit) @4a89b52   6 months ajbeach Renamed ResolvMode? to ResolveMode?. This is less consistent with the …
(edit) @83fd57d   6 months ajbeach Removed 'New' suffixes, they are no longer needed for disambiguation.
(edit) @6009a5a   6 months ajbeach Combined the new and old TupleExpansion? files.
(edit) @7f2bfb7   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @37273c8   6 months ajbeach Removed the old-ast-compatable FunctionDecl? constructor. However, …
(edit) @4bc4b4c   6 months ajbeach Completed the second demangler/automake task: The demangler (when …
(edit) @da5ac2e   6 months ajbeach Removed unused case in CurrentObject::findNext. Did a bit of clean-up …
(edit) @4f1b2d69   6 months pabuhr formatting
(edit) @39eb784   6 months pabuhr formatting
(edit) @f48dfcd   6 months ajbeach Slight improvement to forall clause erasing.
(edit) @3c4003b9   6 months ajbeach Box pass Eraser now removes the polymorphic arguments now that the …
Note: See TracRevisionLog for help on using the revision log.