# # ChangeLog for src/Tuples/TupleExpansionNew.cpp # # Generated by Trac 1.2.1 # May 3, 2024, 2:19:41 PM Wed, 21 Sep 2022 13:22:24 GMT Andrew Beach [e9e9f56] * src/AST/Pass.hpp (modified) * src/Tuples/TupleExpansionNew.cpp (modified) * src/Validate/EnumAndPointerDecay.cpp (modified) * src/Validate/FixQualifiedTypes.cpp (modified) * src/Validate/GenericParameter.cpp (modified) * src/Validate/LinkReferenceToTypes.cpp (modified) * src/Validate/ReplaceTypedef.cpp (modified) Used the WithCodeLocation helper in more passes. This cleans up some ... Wed, 14 Sep 2022 15:53:40 GMT Andrew Beach [c36814a] * src/Concurrency/WaitforNew.cpp (modified) * src/ControlStruct/ExceptTranslateNew.cpp (modified) * src/GenPoly/InstantiateGenericNew.cpp (modified) * src/GenPoly/SpecializeNew.cpp (modified) * src/Tuples/TupleExpansionNew.cpp (modified) * src/Virtual/ExpandCasts.cc (modified) Adding 'final' and removing a redundent namespace in the post resolve ... Mon, 15 Aug 2022 21:29:20 GMT Andrew Beach [e116db3] * src/Tuples/TupleExpansionNew.cpp (modified) Combined some sub-passes in Tuple Expansion, two less tree traversals ... Fri, 29 Jul 2022 18:08:31 GMT Andrew Beach [ce1d721] * src/Tuples/TupleExpansionNew.cpp (modified) Changed the indentation in TupleExpansionNew.cpp to match the ... Fri, 29 Jul 2022 16:15:29 GMT Andrew Beach [b507dcd] * src/Tuples/TupleExpansionNew.cpp (modified) * src/Tuples/Tuples.h (modified) * src/main.cc (modified) Converted the Expand Tuples pass to the new ast. Thu, 11 Nov 2021 00:47:45 GMT Fangren Yu [b7fd9daf] * src/AST/Convert.cpp (modified) * src/AST/Copy.hpp (modified) * src/AST/Expr.hpp (modified) * src/Tuples/TupleExpansionNew.cpp (modified) * src/Tuples/Tuples.h (modified) * src/main.cc (modified) Merge branch 'new-ast-unique-expr' Thu, 11 Nov 2021 00:21:57 GMT Fangren Yu [bb9924c] * src/AST/Convert.cpp (modified) * src/Tuples/TupleExpansionNew.cpp (modified) fix unique expr pass Mon, 23 Aug 2021 19:50:04 GMT Henry Xue [d249e0b] * src/Tuples/TupleExpansionNew.cpp (added) * src/Tuples/Tuples.h (modified) * src/Tuples/module.mk (modified) Add expandMemberTuples pass to use new AST Wed, 18 Aug 2021 17:15:22 GMT Henry Xue [01d433e] * src/Tuples/TupleExpansionNew.cpp (added) * src/Tuples/Tuples.h (modified) * src/Tuples/module.mk (modified) * src/main.cc (modified) Convert expandUniqueExpr pass to use new AST (NOT WORKING) ...