source: src/GenPoly

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @d06273c   4 months ajbeach Used structural binding to shorten some loop setup. The generally …
(edit) @23a0e576   5 months ajbeach Remove mid-array assertion from the Box pass.
(edit) @be4335b   5 months ajbeach The remaining improvements I had planned for the Box pass are either …
(edit) @9ddcee1   5 months j82liang Remove EnumPosExpr?, an early design that no longer used. The …
(edit) @c75b30a   5 months j82liang Introduce posE, valueE, labelE pseudo language to the language. Rework …
(edit) @59c8dff   5 months j82liang Draft Implementation for enum position pesudo function (posE). …
(edit) @ca9d65e   7 months pabuhr second attempt at simplifying SemanticError? messages
(edit) @539a8c8   7 months ajbeach Some general clean-up, removing bits and pieces from the old version.
(edit) @c4b9fa9   7 months ajbeach Just some random clean-up in Box pass while I was musing.
(edit) @dd900b5   7 months ajbeach Implicit and layout parameters are now marked as const. This is …
(edit) @d787828d   7 months ajbeach Rename the ScrubTyVars? moduel to ScrubTypeVars?. This makes it more …
(edit) @83fd57d   7 months ajbeach Removed 'New' suffixes, they are no longer needed for disambiguation.
(edit) @f48dfcd   7 months ajbeach Slight improvement to forall clause erasing.
(edit) @3c4003b9   7 months ajbeach Box pass Eraser now removes the polymorphic arguments now that the …
(edit) @b8b5535   8 months ajbeach Major round of clean-up in the GenPoly? directory.
(edit) @c6b4432   8 months ajbeach Remove BaseSyntaxNode? and clean-up.
(edit) @5e0bba5   9 months ajbeach Work on the box pass, fixing up the FunctionDecl? update.
(edit) @d85141f   9 months ajbeach Small refactoring of some helper functions to avoid repeating a loop.
(edit) @52a5262e   9 months ajbeach TypeVarMap? is now a subtype instead of an alias to remove the …
(edit) @e14d169   9 months ajbeach Remove some cruft from the box pass. Some pieces left over from …
(edit) @61e5d99   9 months ajbeach Boxing no longer passes layout information about polymorphic types in …
(edit) @0bf0b97   9 months ajbeach Layout function builds its entire parameter list before creating the …
(edit) @4604bf5   9 months ajbeach Clean-up of some names and comments. Removed some TODO comments which …
(edit) @d3652df   9 months ajbeach Took the new EraseWith? pass out of the box pass. It might be able to …
(edit) @097c8d0   9 months ajbeach Fixes to Box pass's DeclAdapter?. The two largest are: Only local …
(edit) @04db9f6   9 months ajbeach Updated some documentation about the Instantiate Generic pass.
(edit) @045cda3   9 months ajbeach First clean-up pass on box pass. Some of it is stuff that could have …
(edit) @1ee0a4da   9 months ajbeach Translated the box pass to the new AST. This includes direct as …
(edit) @3df4cd9   10 months ajbeach Some mistakes in isPolyType found while working on the box pass. There …
(edit) @4aaac8a   10 months ajbeach Cleaning old box pass for easier translation. Factored out a helper …
(edit) @8f31be6   12 months ajbeach Fixed some warnings, deleted some commented out code.
(edit) @7f1be01   12 months ajbeach Combined some fixes from the variaus scoped containers. Reducing …
(edit) @24d6572   13 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @251ce80   13 months f37yu remove reference to symbol table in unify ast-experimental
(edit) @bccd70a   13 months ajbeach Removed internal code from TypeSubstitution? header. It caused a chain … ast-experimental
(edit) @46da46b   14 months f37yu current progress ast-experimental
(edit) @9feb34b   15 months ajbeach Moved toString and toCString to a new header. Updated includes. … ADTast-experimental
(edit) @c97b448   17 months ajbeach Added some box pass utilities that I believe are working and I don't … ADTast-experimental
(edit) @5e3f1e1   17 months ajbeach Cleaning old box pass for easier translation. Added guards to cut down … ADTast-experimental
(edit) @e9b5043   17 months ajbeach Added contains to some of our containers. Also changed some code to … ADTast-experimental
(edit) @2f61765   17 months ajbeach Fixed a clang warning and cleaned up the rest of the function. ADTast-experimental
(edit) @85dd381   17 months ajbeach Fixed indentation in ScopedSet? and moved the iterator details to the … ADTast-experimental
(edit) @98a2b1dc   17 months ajbeach Updated ScopedMap? to use the layout of ErasableScopedMap?; putting the … ADTast-experimental
(edit) @a0d1f1c   18 months ajbeach Header Clean-up: Removed no longer needed includes from typeops, and … ADTast-experimental
(edit) @5bf3976   18 months ajbeach Header Clean-Up: Created new headers for new AST typeops and moved … ADTast-experimental
(edit) @7b5694d   18 months ajbeach Header Clean-up: Moved more things from typeops to Unify. ADTast-experimental
(edit) @e563edf   18 months ajbeach Header Clean-up: Clearing out typeops, moving things to Unify because … ADTast-experimental
(edit) @9845cb6   18 months ajbeach Cleaning old box pass for easier translation. Removed an unused … ADTast-experimental
(edit) @331ee52c   18 months ajbeach Should silence a GCC 12 warning. ADTast-experimental
(edit) @8d9d974   18 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) @49db841   19 months ajbeach Cleaning old box pass for easier translation. Renamed the numbered … ADTast-experimental
(edit) @d18540f   19 months ajbeach Cleaning old box pass for easier translation. Cleaning unused code out … ADTast-experimental
(edit) @474a170   19 months ajbeach Cleaning old box pass for easier translation. Removing another out … ADTast-experimental
(edit) @5a4b403   19 months ajbeach Cleaning old box pass for easier translation. I believe I have an … ADTast-experimental
(edit) @9f70a67b   19 months ajbeach Cleaning old box pass for easier translation. Again, this loop … ADTast-experimental
(edit) @82a90d4   19 months ajbeach Follow up to TypeEnvKey/TypeDecl?, removing extra includes (but I only … ADTast-experimental
(edit) @93c10de   19 months ajbeach Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and … ADTast-experimental
(edit) @c1fb3903   20 months ajbeach Reformat/re-indent the ErasableScopedMap?. This should make it easier … ADTast-experimental
(edit) @271a5d3   20 months ajbeach Cleaning old box pass for easier translation. Cleaned up more loops, … ADTast-experimental
(edit) @4da152a   20 months ajbeach Cleaning old box pass for easier translation. Adding a bunch of const … ADTast-experimental
(edit) @a805100   20 months ajbeach Cleaning old box pass for easier translation. Refactor to remove … ADTast-experimental
(edit) @7ed7b4a   20 months ajbeach Cleaning old box pass for easier translation. Added documentation to … ADTast-experimental
(edit) @f6aa89c   20 months ajbeach Cleaning old box pass for easier translation. Isolated the … ADTast-experimental
(edit) @03c56f6   20 months ajbeach Cleaning old box pass for easier translation. Another change, this one … ADTast-experimental
(edit) @75f6a5f   20 months ajbeach Found a likely error in GenPoly?.cc, now the new and old versions are … ADTast-experimental
(edit) @b3212de   20 months ajbeach Cleaning old box pass for easier translation. Scattered … ADTast-experimental
(edit) @1dafdfc   20 months ajbeach Moved code from _dtype_static_member_ initializer to an assignment in … ADTast-experimental
(edit) @994028dc   20 months ajbeach Cleaning old box pass for easier translation. Clean-up more loops. ADTast-experimental
(edit) @e3bf4cf   20 months ajbeach Cleaning old box pass for easier translation. Used isInFunction() to … ADTast-experimental
(edit) @637c139   20 months ajbeach Cleaning old box pass for easier translation. Simplify another loop, … ADTast-experimental
(edit) @0b1ca47   20 months ajbeach Cleaning old box pass for easier translation. Changed over for loops, … ADTast-experimental
(edit) @f1f481a   20 months ajbeach Cleaning old box pass for easier translation. Removing unused functions. ADTast-experimental
(edit) @0026d67   20 months ajbeach Replaced Mangle::typeMode() with Mangle::mangleType(...), as it is how … ADTast-experimental
(edit) @63d1ebe   20 months ajbeach Changed GenPoly::TypeVarMap? to use the same key type as … ADTast-experimental
(edit) @bc899d6   21 months ajbeach Added ast::vector as a short hand and used it in one file as a test. ADTast-experimental
(edit) @fad1f14   21 months ajbeach Small bits of clean-up I would rather not want to keep looking at. ADTast-experimental
(edit) @c8837e5   21 months ajbeach Rewrite in GenPoly? to avoid mixing new AST and TyVarMap? (which … ADTast-experimental
(edit) @8c91088   21 months ajbeach Slight improvement to documentation in Box.cc. ADTast-experimental
(edit) @7fffb1b   21 months ajbeach Translated the convertLvalue pass. It could possibly use some … ADTast-experimental
(edit) @e01eb4a   22 months ajbeach Moved some functions from InitTweak? to Inspect. ADTast-experimental
(edit) @0bd46fd   22 months Thierry Delisle Fixed several warnings ADTast-experimentalpthread-emulation
(edit) @8f1e035   22 months ajbeach Created a new module for more ast helpers. Put in code to efficiently … ADTast-experimentalpthread-emulation
(edit) @ae1d151   22 months ajbeach White-space fixes and an improvement to some clean-up. ADTast-experimentalpthread-emulation
(edit) @25793da   22 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @01865fb   22 months Thierry Delisle New pass mixin now has 1 use ADTast-experimentalpthread-emulation
(edit) @c36814a   22 months ajbeach Adding 'final' and removing a redundent namespace in the post resolve … ADTast-experimentalpthread-emulation
(edit) @1c0657a   22 months ajbeach Forgot to add the main new code file. ADTast-experimentalpthread-emulation
(edit) @3606fe4   22 months ajbeach Translated Instantiate Generic to the new AST. This includes various … ADTast-experimentalpthread-emulation
(edit) @13d326ec   2 years ajbeach More clean-up, including some removing some duplicate functions. ADTast-experimentalpthread-emulation
(edit) @dd33c1f   2 years f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @4c48be0   2 years f37yu remove debug print ADTast-experimentalpthread-emulation
(edit) @5cf1228   2 years ajbeach Clean-up the new specialize pass. (Especially the cruft from the hand-off.) ADTast-experimentalpthread-emulation
(edit) @ffec1bf   2 years f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e23b446   2 years f37yu add specialize pass ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @18070ee   2 years Thierry Delisle Change box pass to scope better when polymorphic functions get … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @3322180   2 years Thierry Delisle Fix enum assignment warning ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c19edd1   2 years Thierry Delisle Removed some warnings and fixed some whitespace ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @a8b87d3   2 years ajbeach Various bits of clean-up. The big one was some renaming inside … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9939dc3   2 years ajbeach Reduced the number of object files linked into the demangler. Some of … ADTast-experimentalpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.