source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8728104   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @0f15e3b   3 years pabuhr add alternate syntax using forall with trait ADT ast-experimental
(edit) @a5f9444   3 years pabuhr change 0 to nullptr ADT ast-experimental
(edit) @79a6b17   3 years pabuhr print better error message when semi-colon missing after aggregate ADT ast-experimental
(edit) @34ed17b   3 years caparson Fixed decl before use issue with actors sending messages to other actors ADT ast-experimental
(edit) @cd5eb4b   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @3dd8f42   3 years caparson added actor support to the compiler ADT ast-experimental
(edit) @ad861ef   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @466787a   3 years pabuhr add keyword waituntil, add parsing stub for static declarations in … ADT ast-experimental
(edit) @a0d1f1c   3 years ajbeach Header Clean-up: Removed no longer needed includes from typeops, and … ADT ast-experimental
(edit) @5bf3976   3 years ajbeach Header Clean-Up: Created new headers for new AST typeops and moved … ADT ast-experimental
(edit) @fed6a0f   3 years ajbeach Header Clean-up: Moving more declarations to the header of the … ADT ast-experimental
(edit) @7b5694d   3 years ajbeach Header Clean-up: Moved more things from typeops to Unify. ADT ast-experimental
(edit) @e563edf   3 years ajbeach Header Clean-up: Clearing out typeops, moving things to Unify because … ADT ast-experimental
(edit) @9845cb6   3 years ajbeach Cleaning old box pass for easier translation. Removed an unused … ADT ast-experimental
(edit) @8bb86ce   3 years j82liang Clean up some code related to Enum codegen ADT ast-experimental
(edit) @8fcf921   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @9749d2fa   3 years j82liang Fix CodeGen for function type enum ADT ast-experimental
(edit) @2c8c314   3 years ajbeach Clean-up in the name mangler. ADT ast-experimental
(edit) @f76dd1a   3 years ajbeach Some cleanup in RenameVars.cc. ADT ast-experimental
(edit) @66a89e7   3 years ajbeach pass::get_result -> pass::result::get for consistency with the … ADT ast-experimental
(edit) @331ee52c   3 years ajbeach Should silence a GCC 12 warning. ADT ast-experimental
(edit) @8d9d974   3 years ajbeach Cleaning old box pass for easier translation. Compacting one of the … ADT ast-experimental
(edit) @ea2ed3a   3 years ajbeach Reorganize ScrubTyVars, the Node specialization trick is redundent … ADT ast-experimental
(edit) @64b3cda   3 years ajbeach Adjusted -Pasterr so it works while using the new ast. Removed the … ADT ast-experimental
(edit) @019b2d3   3 years ajbeach Moved new to old ast conversion up into the RunParser module. As far … ADT ast-experimental
(edit) @6b608c7   3 years ajbeach Moved the 'Hoist Type Decls' pass up because it establishes some (not … ADT ast-experimental
(edit) @49db841   3 years ajbeach Cleaning old box pass for easier translation. Renamed the numbered … ADT ast-experimental
(edit) @d18540f   3 years ajbeach Cleaning old box pass for easier translation. Cleaning unused code out … ADT ast-experimental
(edit) @d0bdb18   3 years ajbeach Removed extra scope calls in the new Pass. Added some documentation on … ADT ast-experimental
(edit) @cbd1ba8   3 years ajbeach Moved parsing code out of main into the parsing directly, as an … ADT ast-experimental
(edit) @e1d66c84   3 years ajbeach Clean-up from my investigation on the anonymous issue. The parser … ADT ast-experimental
(edit) @474a170   3 years ajbeach Cleaning old box pass for easier translation. Removing another out … ADT ast-experimental
(edit) @5a4b403   3 years ajbeach Cleaning old box pass for easier translation. I believe I have an … ADT ast-experimental
(edit) @9f70a67b   3 years ajbeach Cleaning old box pass for easier translation. Again, this loop … ADT ast-experimental
(edit) @82a90d4   3 years ajbeach Follow up to TypeEnvKey/TypeDecl, removing extra includes (but I only … ADT ast-experimental
(edit) @93c10de   3 years ajbeach Minimal changes to pull out nested types, TypeInstType::TypeEnvKey and … ADT ast-experimental
(edit) @d41735a   3 years pabuhr parse CFA dimension-list with types ADT ast-experimental
(edit) @910e1d0   3 years pabuhr parse enumerated dimension ADT ast-experimental
(edit) @25b0fde   3 years j82liang Fix casted enum init ADT ast-experimental
(edit) @db6cdc0   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @e4d7c1c   3 years j82liang Implement enum Hiding ADT ast-experimental
(edit) @c1fb3903   3 years ajbeach Reformat/re-indent the ErasableScopedMap. This should make it easier … ADT ast-experimental
(edit) @19a8c40   3 years ajbeach Some clean-up I had stashed from before I knew the InlineMemberDeclADT ast-experimental
(edit) @7491f97   3 years ajbeach Renaming and comments in group_iterate_t to help clarity. ADT ast-experimental
(edit) @71806e0   3 years j82liang Rename InlineValueDecl to InlineMemberDecl ADT ast-experimental
(edit) @5ce0659   3 years ajbeach The group_iterate_t type is now variadic, hopefully with acceptable … ADT ast-experimental
(edit) @271a5d3   3 years ajbeach Cleaning old box pass for easier translation. Cleaned up more loops, … ADT ast-experimental
(edit) @6411b7d   3 years ajbeach Modified group_iterate_t to accept three arguments. Also, there is … ADT ast-experimental
(edit) @4da152a   3 years ajbeach Cleaning old box pass for easier translation. Adding a bunch of const … ADT ast-experimental
(edit) @44547b0   3 years ajbeach Removed the ObjectDecl fields now represented on InlineValueDecl. … ADT ast-experimental
(edit) @a805100   3 years ajbeach Cleaning old box pass for easier translation. Refactor to remove … ADT ast-experimental
(edit) @7ed7b4a   3 years ajbeach Cleaning old box pass for easier translation. Added documentation to … ADT ast-experimental
(edit) @f6aa89c   3 years ajbeach Cleaning old box pass for easier translation. Isolated the … ADT ast-experimental
(edit) @7cf8006   3 years pabuhr add type to enum hiding productions ADT ast-experimental
(edit) @03c56f6   3 years ajbeach Cleaning old box pass for easier translation. Another change, this one … ADT ast-experimental
(edit) @75f6a5f   3 years ajbeach Found a likely error in GenPoly.cc, now the new and old versions are … ADT ast-experimental
(edit) @b3212de   3 years ajbeach Cleaning old box pass for easier translation. Scattered … ADT ast-experimental
(edit) @1dafdfc   3 years ajbeach Moved code from _dtype_static_member_ initializer to an assignment in … ADT ast-experimental
(edit) @f2ff0a6   3 years ajbeach Function attributes are now visited earlier, so they are not … ADT ast-experimental
(edit) @994028dc   3 years ajbeach Cleaning old box pass for easier translation. Clean-up more loops. ADT ast-experimental
(edit) @e3bf4cf   3 years ajbeach Cleaning old box pass for easier translation. Used isInFunction() to … ADT ast-experimental
(edit) @637c139   3 years ajbeach Cleaning old box pass for easier translation. Simplify another loop, … ADT ast-experimental
(edit) @c7f12a4   3 years pabuhr parse enum hiding ADT ast-experimental
(edit) @0b1ca47   3 years ajbeach Cleaning old box pass for easier translation. Changed over for loops, … ADT ast-experimental
(edit) @f1f481a   3 years ajbeach Cleaning old box pass for easier translation. Removing unused functions. ADT ast-experimental
(edit) @fa2e183   3 years j82liang Missing file in the last commit ADT ast-experimental
(edit) @93d2219   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @e874605   3 years j82liang Add class InlineValueDecl, which is a Declaration class that works as … ADT ast-experimental
(edit) @0026d67   3 years ajbeach Replaced Mangle::typeMode() with Mangle::mangleType(...), as it is how … ADT ast-experimental
(edit) @63d1ebe   3 years ajbeach Changed GenPoly::TypeVarMap to use the same key type as … ADT ast-experimental
(edit) @bc899d6   3 years ajbeach Added ast::vector as a short hand and used it in one file as a test. ADT ast-experimental
(edit) @d191e24   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @82ff4ed1   3 years pabuhr fix bug printing semantic error in buildList ADT ast-experimental
(edit) @135143ba   3 years Thierry Delisle Hacked in code location in a case where errors didn't have it. This is … ADT ast-experimental
(edit) @77de429   3 years j82liang Fix overriding enum value ADT ast-experimental
(edit) @c2b3243   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @5408b59   3 years j82liang Remove var in QualifiedNameExpr ADT ast-experimental
(edit) @1e30df7   3 years j82liang Supports inline enums ADT ast-experimental
(edit) @4678c1ec   3 years pabuhr check for non-homogeneous nodes in buildList processing ADT ast-experimental
(edit) @fad1f14   3 years ajbeach Small bits of clean-up I would rather not want to keep looking at. ADT ast-experimental
(edit) @59c7e3e   3 years pabuhr parge va_arg as special case function ADT ast-experimental
(edit) @b2ddaf3   3 years pabuhr fix parsing bug for attribute at the end of a distribution list ADT ast-experimental
(edit) @d8c96a9   3 years ajbeach Small white-space fix. ADT ast-experimental
(edit) @c8837e5   3 years ajbeach Rewrite in GenPoly to avoid mixing new AST and TyVarMap (which … ADT ast-experimental
(edit) @8c91088   3 years ajbeach Slight improvement to documentation in Box.cc. ADT ast-experimental
(edit) @7fffb1b   3 years ajbeach Translated the convertLvalue pass. It could possibly use some … ADT ast-experimental
(edit) @890f67a   3 years ajbeach Was passing CodeLocation to an old node. Not sure how that happened. ADT ast-experimental
(edit) @4b8b2a4   3 years ajbeach Make unset locations earier to find with a search for 'CodeLocation()'. ADT ast-experimental
(edit) @c02cef1   3 years ajbeach Clean-up in AST/Inspect. ADT ast-experimental
(edit) @36cb4d9   3 years ajbeach Reorganize the expandTuple pass to hopefully make it easier to follow. ADT ast-experimental
(edit) @996c8ed   3 years pabuhr add better syntax error-messages for certain cases ADT ast-experimental
(edit) @3f7e68b7   3 years ajbeach It has been ~3 years, still no one is using GuardMethod. ADT ast-experimental
(edit) @b859f59   3 years ajbeach Reordered fields in FunctionDecl and removed some trailing white-space. ADT ast-experimental
(edit) @5d8dae7   3 years ajbeach Used Pass::read in Unify in one place. ADT ast-experimental
(edit) @e01eb4a   3 years ajbeach Moved some functions from InitTweak to Inspect. ADT ast-experimental
(edit) @0bd46fd   3 years Thierry Delisle Fixed several warnings ADT ast-experimental pthread-emulation
(edit) @20737104   3 years ajbeach Wrote a new asForward helper for Autogen. ADT ast-experimental pthread-emulation
(edit) @e9e9f56   3 years ajbeach Used the WithCodeLocation helper in more passes. This cleans up some … ADT ast-experimental pthread-emulation
(edit) @dc56b9d   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental pthread-emulation
Note: See TracRevisionLog for help on using the revision log.