source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @747a7c1   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @5e3f1e1   16 months ajbeach Cleaning old box pass for easier translation. Added guards to cut down … ADTast-experimental
(edit) @4616622   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @2d028039   16 months caparson added support for copy based envelopes ADTast-experimental
(edit) @ccb29b4   16 months ajbeach This should fix the issues with building with older gcc versions. ADTast-experimental
(edit) @8fa77eb   16 months pabuhr fix documentation ADTast-experimental
(edit) @21a2a7d   16 months ajbeach Replaced ScopedMap::erase with a version that should avoid the order … ADTast-experimental
(edit) @e9b5043   16 months ajbeach Added contains to some of our containers. Also changed some code to … ADTast-experimental
(edit) @2f61765   16 months ajbeach Fixed a clang warning and cleaned up the rest of the function. ADTast-experimental
(edit) @2125443a   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a97248   16 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @db9d7a9   16 months ajbeach Fixed clang++-10 error. One of the problem functions was never used … ADTast-experimental
(edit) @85dd381   16 months ajbeach Fixed indentation in ScopedSet? and moved the iterator details to the … ADTast-experimental
(edit) @98a2b1dc   16 months ajbeach Updated ScopedMap? to use the layout of ErasableScopedMap?; putting the … ADTast-experimental
(edit) @ccf1d99   16 months caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
(edit) @a64137f   16 months caparson added support for copying envelopes in generated | routine ADTast-experimental
(edit) @0393653   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @a8e8c67   16 months caparson fixed non-inline actor/message bug and cleaned up Actor pass ADTast-experimental
(edit) @96ddc62   16 months caparson Added appropriate fwd decl hoisting to ensure there are no use before … ADTast-experimental
(edit) @7a24d76   16 months pabuhr simply grammar for forall with trait ADTast-experimental
(edit) @8728104   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0f15e3b   16 months pabuhr add alternate syntax using forall with trait ADTast-experimental
(edit) @a5f9444   16 months pabuhr change 0 to nullptr ADTast-experimental
(edit) @79a6b17   16 months pabuhr print better error message when semi-colon missing after aggregate ADTast-experimental
(edit) @34ed17b   16 months caparson Fixed decl before use issue with actors sending messages to other actors ADTast-experimental
(edit) @cd5eb4b   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @3dd8f42   16 months caparson added actor support to the compiler ADTast-experimental
(edit) @ad861ef   17 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @466787a   17 months pabuhr add keyword waituntil, add parsing stub for static declarations in … ADTast-experimental
(edit) @a0d1f1c   17 months ajbeach Header Clean-up: Removed no longer needed includes from typeops, and … ADTast-experimental
(edit) @5bf3976   17 months ajbeach Header Clean-Up: Created new headers for new AST typeops and moved … ADTast-experimental
(edit) @fed6a0f   17 months ajbeach Header Clean-up: Moving more declarations to the header of the … ADTast-experimental
(edit) @7b5694d   17 months ajbeach Header Clean-up: Moved more things from typeops to Unify. ADTast-experimental
(edit) @e563edf   17 months ajbeach Header Clean-up: Clearing out typeops, moving things to Unify because … ADTast-experimental
(edit) @9845cb6   17 months ajbeach Cleaning old box pass for easier translation. Removed an unused … ADTast-experimental
(edit) @8bb86ce   17 months j82liang Clean up some code related to Enum codegen ADTast-experimental
(edit) @8fcf921   17 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @9749d2fa   17 months j82liang Fix CodeGen? for function type enum ADTast-experimental
(edit) @2c8c314   17 months ajbeach Clean-up in the name mangler. ADTast-experimental
(edit) @f76dd1a   17 months ajbeach Some cleanup in RenameVars?.cc. ADTast-experimental
(edit) @66a89e7   17 months ajbeach pass::get_result -> pass::result::get for consistency with the … ADTast-experimental
(edit) @331ee52c   17 months ajbeach Should silence a GCC 12 warning. ADTast-experimental
(edit) @8d9d974   17 months ajbeach Cleaning old box pass for easier translation. Compacting one of the … ADTast-experimental
(edit) @ea2ed3a   18 months ajbeach Reorganize ScrubTyVars?, the Node specialization trick is redundent … ADTast-experimental
(edit) @64b3cda   18 months ajbeach Adjusted -Pasterr so it works while using the new ast. Removed the … ADTast-experimental
(edit) @019b2d3   18 months ajbeach Moved new to old ast conversion up into the RunParser? module. As far … ADTast-experimental
(edit) @6b608c7   18 months ajbeach Moved the 'Hoist Type Decls' pass up because it establishes some (not … ADTast-experimental
(edit) @49db841   18 months ajbeach Cleaning old box pass for easier translation. Renamed the numbered … ADTast-experimental
(edit) @d18540f   18 months ajbeach Cleaning old box pass for easier translation. Cleaning unused code out … ADTast-experimental
(edit) @d0bdb18   18 months ajbeach Removed extra scope calls in the new Pass. Added some documentation on … ADTast-experimental
(edit) @cbd1ba8   18 months ajbeach Moved parsing code out of main into the parsing directly, as an … ADTast-experimental
(edit) @e1d66c84   18 months ajbeach Clean-up from my investigation on the anonymous issue. The parser … ADTast-experimental
(edit) @474a170   18 months ajbeach Cleaning old box pass for easier translation. Removing another out … ADTast-experimental
(edit) @5a4b403   18 months ajbeach Cleaning old box pass for easier translation. I believe I have an … ADTast-experimental
(edit) @9f70a67b   18 months ajbeach Cleaning old box pass for easier translation. Again, this loop … ADTast-experimental
(edit) @82a90d4   18 months ajbeach Follow up to TypeEnvKey/TypeDecl?, removing extra includes (but I only … ADTast-experimental
(edit) @93c10de   18 months ajbeach Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and … ADTast-experimental
(edit) @d41735a   19 months pabuhr parse CFA dimension-list with types ADTast-experimental
(edit) @910e1d0   19 months pabuhr parse enumerated dimension ADTast-experimental
(edit) @25b0fde   19 months j82liang Fix casted enum init ADTast-experimental
(edit) @db6cdc0   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e4d7c1c   19 months j82liang Implement enum Hiding ADTast-experimental
(edit) @c1fb3903   19 months ajbeach Reformat/re-indent the ErasableScopedMap?. This should make it easier … ADTast-experimental
(edit) @19a8c40   19 months ajbeach Some clean-up I had stashed from before I knew the InlineMemberDecl?ADTast-experimental
(edit) @7491f97   19 months ajbeach Renaming and comments in group_iterate_t to help clarity. ADTast-experimental
(edit) @71806e0   19 months j82liang Rename InlineValueDecl? to InlineMemberDecl? ADTast-experimental
(edit) @5ce0659   19 months ajbeach The group_iterate_t type is now variadic, hopefully with acceptable … ADTast-experimental
(edit) @271a5d3   19 months ajbeach Cleaning old box pass for easier translation. Cleaned up more loops, … ADTast-experimental
(edit) @6411b7d   19 months ajbeach Modified group_iterate_t to accept three arguments. Also, there is … ADTast-experimental
(edit) @4da152a   19 months ajbeach Cleaning old box pass for easier translation. Adding a bunch of const … ADTast-experimental
(edit) @44547b0   19 months ajbeach Removed the ObjectDecl? fields now represented on InlineValueDecl?. … ADTast-experimental
(edit) @a805100   19 months ajbeach Cleaning old box pass for easier translation. Refactor to remove … ADTast-experimental
(edit) @7ed7b4a   19 months ajbeach Cleaning old box pass for easier translation. Added documentation to … ADTast-experimental
(edit) @f6aa89c   19 months ajbeach Cleaning old box pass for easier translation. Isolated the … ADTast-experimental
(edit) @7cf8006   19 months pabuhr add type to enum hiding productions ADTast-experimental
(edit) @03c56f6   19 months ajbeach Cleaning old box pass for easier translation. Another change, this one … ADTast-experimental
(edit) @75f6a5f   19 months ajbeach Found a likely error in GenPoly?.cc, now the new and old versions are … ADTast-experimental
(edit) @b3212de   19 months ajbeach Cleaning old box pass for easier translation. Scattered … ADTast-experimental
(edit) @1dafdfc   19 months ajbeach Moved code from _dtype_static_member_ initializer to an assignment in … ADTast-experimental
(edit) @f2ff0a6   19 months ajbeach Function attributes are now visited earlier, so they are not … ADTast-experimental
(edit) @994028dc   19 months ajbeach Cleaning old box pass for easier translation. Clean-up more loops. ADTast-experimental
(edit) @e3bf4cf   19 months ajbeach Cleaning old box pass for easier translation. Used isInFunction() to … ADTast-experimental
(edit) @637c139   19 months ajbeach Cleaning old box pass for easier translation. Simplify another loop, … ADTast-experimental
(edit) @c7f12a4   19 months pabuhr parse enum hiding ADTast-experimental
(edit) @0b1ca47   19 months ajbeach Cleaning old box pass for easier translation. Changed over for loops, … ADTast-experimental
(edit) @f1f481a   19 months ajbeach Cleaning old box pass for easier translation. Removing unused functions. ADTast-experimental
(edit) @fa2e183   19 months j82liang Missing file in the last commit ADTast-experimental
(edit) @93d2219   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e874605   19 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as … ADTast-experimental
(edit) @0026d67   19 months ajbeach Replaced Mangle::typeMode() with Mangle::mangleType(...), as it is how … ADTast-experimental
(edit) @63d1ebe   19 months ajbeach Changed GenPoly::TypeVarMap? to use the same key type as … ADTast-experimental
(edit) @bc899d6   20 months ajbeach Added ast::vector as a short hand and used it in one file as a test. ADTast-experimental
(edit) @d191e24   20 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @82ff4ed1   20 months pabuhr fix bug printing semantic error in buildList ADTast-experimental
(edit) @135143b   20 months Thierry Delisle Hacked in code location in a case where errors didn't have it. This is … ADTast-experimental
(edit) @77de429   20 months j82liang Fix overriding enum value ADTast-experimental
(edit) @c2b3243   20 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @5408b59   20 months j82liang Remove var in QualifiedNameExpr? ADTast-experimental
(edit) @1e30df7   20 months j82liang Supports inline enums ADTast-experimental
(edit) @4678c1ec   20 months pabuhr check for non-homogeneous nodes in buildList processing ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.