# # ChangeLog for src/GenPoly/BoxNew.cpp # # Generated by Trac 1.2.1 # Aug 16, 2024, 1:20:53 AM Mon, 16 Oct 2023 17:56:40 GMT Andrew Beach [e14d169] * src/GenPoly/BoxNew.cpp (modified) Remove some cruft from the box pass. Some pieces left over from ... Mon, 16 Oct 2023 14:24:14 GMT Andrew Beach [61e5d99] * src/GenPoly/BoxNew.cpp (modified) Boxing no longer passes layout information about polymorphic types in ... Fri, 13 Oct 2023 14:10:45 GMT Andrew Beach [0bf0b97] * src/GenPoly/BoxNew.cpp (modified) Layout function builds its entire parameter list before creating the ... Thu, 12 Oct 2023 14:35:47 GMT Andrew Beach [4604bf5] * src/GenPoly/BoxNew.cpp (modified) Clean-up of some names and comments. Removed some TODO comments which ... Sun, 08 Oct 2023 14:31:26 GMT Andrew Beach [d3652df] * src/CodeGen/CodeGenerator.cc (modified) * src/GenPoly/BoxNew.cpp (modified) * src/ResolvExpr/EraseWith.cpp (added) * src/ResolvExpr/EraseWith.hpp (added) * src/ResolvExpr/module.mk (modified) * src/main.cc (modified) Took the new EraseWith pass out of the box pass. It might be able to ... Thu, 05 Oct 2023 18:47:59 GMT Andrew Beach [097c8d0] * src/GenPoly/BoxNew.cpp (modified) Fixes to Box pass's DeclAdapter. The two largest are: Only local ... Wed, 04 Oct 2023 21:30:12 GMT Andrew Beach [045cda3] * src/GenPoly/BoxNew.cpp (modified) First clean-up pass on box pass. Some of it is stuff that could have ... Tue, 03 Oct 2023 14:58:40 GMT Andrew Beach [1ee0a4da] * src/GenPoly/Box.h (modified) * src/GenPoly/BoxNew.cpp (added) * src/GenPoly/InstantiateGenericNew.cpp (modified) * src/GenPoly/module.mk (modified) * src/main.cc (modified) Translated the box pass to the new AST. This includes direct as ...