source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @46aa60e   20 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4eb3a7c5   20 months pabuhr first attempt at correct distribution of attributes for aggregates
(edit) @624ba3a5   20 months pabuhr formatting
(edit) @1761046   20 months ajbeach Note to self: Check the comments before you push.
(edit) @4e2f1b2   20 months ajbeach Clean-up of GenImplicitCall module. Changing the return type for …
(edit) @d06273c   20 months ajbeach Used structural binding to shorten some loop setup. The generally …
(edit) @2beaf9b   20 months ajbeach Forgot to update comments from the last commit.
(edit) @2810700   20 months ajbeach The two argument form of the conditional operator now only has two …
(edit) @f431ab26   20 months ajbeach Fixed whitespace ResolveTypeof.cc.
(edit) @14755e5   21 months ajbeach Updated indentation in Resolver. Removed trailing whitespace.
(edit) @dacd2c19   21 months ajbeach Added Peter's fix to ensure syscall argument is initialized. I did …
(edit) @23a0e576   21 months ajbeach Remove mid-array assertion from the Box pass.
(edit) @47bd204   21 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a55ebcc   21 months j82liang 1. Add debug print option for replacePseudoFunc; 2. Change resolver …
(edit) @be4335b   21 months ajbeach The remaining improvements I had planned for the Box pass are either …
(edit) @020fa10   21 months j82liang Remove duality functions. They are replaced by recent changed in Cost …
(edit) @9ddcee1   21 months j82liang Remove EnumPosExpr, an early design that no longer used. The …
(edit) @496ffc17   21 months j82liang Fix dangling reference to posE function
(edit) @32490deb   21 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c75b30a   21 months j82liang Introduce posE, valueE, labelE pseudo language to the language. Rework …
(edit) @7329b0a   21 months ajbeach advance_to_mutex has been replaced nextMutex.
(edit) @16afb2a   21 months j82liang Fix the print for enum with type
(edit) @8ca60e4   21 months ajbeach Remove ilog2, an unused math helper.
(edit) @71b5aad5   21 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @544deb9   21 months j82liang Update ReplacePseudoFunc, mostly the runtime lookup for attribute …
(edit) @61e362f   21 months ajbeach Changed notZeroExpr so that expressions with conditional contexts are …
(edit) @a4ed165   21 months ajbeach I was working in FixInit.cpp so I did a round of general clean-up. …
(edit) @367725d   21 months j82liang Update enum.tex
(edit) @ac939461   21 months j82liang Add replacePseudoFunc
(edit) @f988834   21 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @59c8dff   21 months j82liang Draft Implementation for enum position pesudo function (posE). …
(edit) @11f65b3   21 months ajbeach I believe switching isValidOnFuncParam from an allow-list to a …
(edit) @5bf685f   21 months ajbeach Replayed maybeClone with maybeCopy, removed unused helppers in …
(edit) @b262cb3   21 months ajbeach Unified and fixed handling of parameter attributes.
(edit) @8b4faf6   22 months j82liang Hoist nested enum in Struct
(edit) @58c5821   22 months ajbeach Remove extra compound statement and clean-up in InitTweak.
(edit) @116d7e2   22 months ajbeach Small bug fix in code generation. Seems to only come up while …
(edit) @c7ebbec   22 months ajbeach Reorganization of Linkage::Spec. is_mangled represented two properties …
(edit) @523e300   22 months ajbeach Forgot to remove an unused function from the exception code.
(edit) @0a6d2045   22 months ajbeach You can how use local control flow out of 'catch' clauses. Added a …
(edit) @9fba8e6   22 months ajbeach Clean-up in the exception translate pass. This changes some patterns …
(edit) @b7898ac   22 months ajbeach Another attempt at fixing execptions. It is very close to the last …
(edit) @69ab896   22 months ajbeach Small fix in code generation. The first case in a switch is formatted …
(edit) @ca9d65e   22 months pabuhr second attempt at simplifying SemanticError messages
(edit) @21ad568   22 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @610354a   22 months pabuhr first attempt at simplifying SemanticWarning, inline SemanticError routine
(edit) @142930b   22 months ajbeach A harder revert of exception changes, hopefully it will get the tests …
(edit) @4c2fe47   22 months pabuhr formatting
(edit) @b1f2007d   22 months pabuhr first attempt at simplifying SemanticError and its usage
(edit) @c40157e   22 months ajbeach Minimal change to get exceptions running the old way while a fix is …
(edit) @2554f24   23 months ajbeach Try terminate now does not call the catch function, now they have the …
(edit) @2345ab3   23 months ajbeach Clean-up of the chain mutator. Seems like it is underused.
(edit) @ebadb5d   23 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c7f9f53   23 months ajbeach Moved include from Decl header. Removed some old ast code from the Parser.
(edit) @8a4e472   23 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @539a8c8   23 months ajbeach Some general clean-up, removing bits and pieces from the old version.
(edit) @2f8d351   23 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c4b9fa9   23 months ajbeach Just some random clean-up in Box pass while I was musing.
(edit) @dd900b5   23 months ajbeach Implicit and layout parameters are now marked as const. This is …
(edit) @4dc3b8c   23 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c4570af3   23 months ajbeach Removed some code that supported ast conversion, it supported ast …
(edit) @37b3151   23 months ajbeach Rename the linkReferenceTypes pass and the file that contains it. …
(edit) @d787828d   23 months ajbeach Rename the ScrubTyVars moduel to ScrubTypeVars. This makes it more …
(edit) @4a89b52   23 months ajbeach Renamed ResolvMode to ResolveMode. This is less consistent with the …
(edit) @83fd57d   23 months ajbeach Removed 'New' suffixes, they are no longer needed for disambiguation.
(edit) @6009a5a   23 months ajbeach Combined the new and old TupleExpansion files.
(edit) @7f2bfb7   23 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @37273c8   23 months ajbeach Removed the old-ast-compatable FunctionDecl constructor. However, …
(edit) @4bc4b4c   23 months ajbeach Completed the second demangler/automake task: The demangler (when …
(edit) @da5ac2e   23 months ajbeach Removed unused case in CurrentObject::findNext. Did a bit of clean-up …
(edit) @4f1b2d69   23 months pabuhr formatting
(edit) @39eb784   23 months pabuhr formatting
(edit) @f48dfcd   23 months ajbeach Slight improvement to forall clause erasing.
(edit) @3c4003b9   23 months ajbeach Box pass Eraser now removes the polymorphic arguments now that the …
(edit) @53dac82   2 years ajbeach Round of clean-up in the Concurrency directory headers.
(edit) @8984003   2 years ajbeach Round of significant clean-up and reindentation of InitTweak directory.
(edit) @c36a419   2 years ajbeach Removed Decl::fromId as it was unused. There are a few places that use …
(edit) @6a0b043   2 years ajbeach Did some investigation of WithStmt. It may not be possible to convert …
(edit) @40bca07   2 years pabuhr slight restructuring of automake rules for generating the demangler
(edit) @634cb80   2 years pabuhr formatting
(edit) @66d92e3   2 years pabuhr proofread enumeration proposal
(edit) @f7f997a   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @16e0dcb   2 years caparson fixed error where order of argument eval in compiler could cause …
(edit) @2908f08   2 years ajbeach Most of ResolvExpr was written before the new style standard. Some …
(edit) @b0845f9   2 years ajbeach Reformating and clean-up in SymTab directory.
(edit) @e580aa5   2 years ajbeach Round of clean-up in Tuples directory. (Skipping TupleExpansion, which …
(edit) @b8b5535   2 years ajbeach Major round of clean-up in the GenPoly directory.
(edit) @45a091b   2 years ajbeach It turns out enumerate does work if you use this very particular form …
(edit) @1ccae59   2 years ajbeach Some clean-up in src/Makefile.am (no change in behaviour).
(edit) @5625427   2 years ajbeach Remove the warning directive from SpecCost, you can't actually use the …
(edit) @0bd3faf   2 years ajbeach Removed forward declarations missed in the BaseSyntaxNode removal. …
(edit) @61efa42   2 years ajbeach Took the special main linkage code out of FunctionDecl and put it into …
(edit) @f5ec35a   2 years ajbeach Removed an extra forward declaration.
(edit) @c6b4432   2 years ajbeach Remove BaseSyntaxNode and clean-up.
(edit) @790d835   2 years ajbeach Made UniqueName use other tools we have, removed the unused default …
(edit) @934fa0f   2 years ajbeach Translated the demangling code from the old ast to the new ast.
(edit) @0589e83   2 years ajbeach The demangler now uses the compiler's genType. The only difference I …
(edit) @c649d2c   2 years ajbeach Updated the demangler to also demangle operator names. You can also …
(edit) @3d9d017   2 years caparson added cofor implementation
(edit) @49ae2bc   2 years ajbeach Refactored the OperatorTable module. Most is just an update in style …
Note: See TracRevisionLog for help on using the revision log.