# # ChangeLog for src # # Generated by Trac 1.2.1 # Nov 5, 2024, 1:42:12 AM Fri, 13 Sep 2024 12:27:39 GMT Peter A. Buhr [2ac78a1] * src/Parser/ExpressionNode.cpp (modified) switch to isxdigit and floating point changes Fri, 13 Sep 2024 12:25:49 GMT Peter A. Buhr [c5f69fd] * src/AST/BasicKind.hpp (modified) * src/BasicTypes-gen.cpp (modified) * src/Parser/TypeData.cpp (modified) * src/Parser/TypeData.hpp (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CommonType.cpp (modified) clean up naming of float-point types, and start to add new ARM ... Fri, 13 Sep 2024 01:01:57 GMT Peter A. Buhr [23fb819] * src/Parser/StatementNode.cpp (modified) formatting Wed, 11 Sep 2024 20:31:16 GMT Peter A. Buhr [5b95e67] * src/Parser/ExpressionNode.cpp (modified) fix spelling Wed, 11 Sep 2024 19:49:00 GMT Andrew Beach [20c2ade] * src/Parser/ExpressionNode.cpp (modified) Parse string literals to get their length, taking into account escape ... Mon, 09 Sep 2024 21:44:10 GMT Andrew Beach [f5dbc8d] * src/AST/Util.cpp (modified) Removed some unneeded code that could have gone last commit. Mon, 09 Sep 2024 21:15:32 GMT Andrew Beach [b6f2e7ab] * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/Util.cpp (modified) * src/CodeGen/CodeGenerator.cpp (modified) * src/Concurrency/Waitfor.cpp (modified) * src/GenPoly/Box.cpp (modified) * src/GenPoly/GenPoly.cpp (modified) * src/GenPoly/Lvalue.cpp (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/Unify.cpp (modified) * src/Validate/InitializerLength.cpp (modified) * tests/.expect/alloc-ERROR.txt (modified) * tests/.expect/extension.arm64.txt (modified) * tests/.expect/extension.x64.txt (modified) * tests/.expect/extension.x86.txt (modified) Removed SizeofExpr::expr and AlignofExpr::expr, expressions that ... Mon, 09 Sep 2024 19:37:48 GMT Andrew Beach [5c6d439] * src/Parser/TypeData.cpp (modified) Order of evaluation between arguments of a function is not left-to- ... Mon, 09 Sep 2024 18:48:53 GMT Andrew Beach [a7efc96] * src/AST/Pass.hpp (modified) * src/ResolvExpr/ConversionCost.cpp (modified) Made sure a variable is always initialized and removed some trailing ... Mon, 09 Sep 2024 15:43:43 GMT Peter A. Buhr [d3b33d5] * src/Parser/StatementNode.cpp (modified) fix dangling reference after delete Mon, 09 Sep 2024 15:41:57 GMT Peter A. Buhr [02101a4] * src/ResolvExpr/CandidateFinder.cpp (modified) comment out unused variable declaration Sat, 07 Sep 2024 17:36:10 GMT Peter A. Buhr [a933489b] * src/ControlStruct/ExceptDecl.cpp (modified) change exception throw to use copy constructor rather than assignment ... Thu, 05 Sep 2024 20:07:48 GMT Andrew Beach [82a5ea2] * src/GenPoly/Box.cpp (modified) * src/Validate/CheckAssertions.cpp (added) * src/Validate/CheckAssertions.hpp (added) * src/Validate/module.mk (modified) * src/main.cpp (modified) * tests/.expect/var-assert.txt (added) * tests/var-assert.cfa (added) Added checks for (and a test to check the checks) assertions we will ... Tue, 03 Sep 2024 16:08:09 GMT Andrew Beach [db19e1d] * libcfa/prelude/prototypes.awk (modified) * libcfa/src/concurrency/future.hfa (modified) * src/CodeGen/CodeGenerator.cpp (modified) * src/CodeGen/GenType.cpp (modified) * src/Concurrency/Keywords.cpp (modified) * src/Concurrency/Waitfor.cpp (modified) * src/Parser/TypeData.cpp (modified) * src/Parser/parser.yy (modified) * tests/.expect/KRfunctions.arm64.txt (modified) * tests/.expect/KRfunctions.x64.txt (modified) * tests/.expect/KRfunctions.x86.txt (modified) * tests/.expect/attributes.arm64.txt (modified) * tests/.expect/attributes.x64.txt (modified) * tests/.expect/attributes.x86.txt (modified) * tests/.expect/castError.txt (modified) * tests/.expect/declarationSpecifier.arm64.txt (modified) * tests/.expect/declarationSpecifier.x64.txt (modified) * tests/.expect/declarationSpecifier.x86.txt (modified) * tests/.expect/extension.arm64.txt (modified) * tests/.expect/extension.x64.txt (modified) * tests/.expect/extension.x86.txt (modified) * tests/.expect/functions.arm64.txt (modified) * tests/.expect/functions.x64.txt (modified) * tests/.expect/functions.x86.txt (modified) * tests/.expect/gccExtensions.arm64.txt (modified) * tests/.expect/gccExtensions.x64.txt (modified) * tests/.expect/gccExtensions.x86.txt (modified) * tests/castError.cfa (modified) * tests/errors/.expect/declaration.txt (modified) * tests/errors/.expect/signature.txt (modified) * tests/errors/declaration.cfa (modified) * tests/gccExtensions.cfa (modified) * tests/meta/.expect/arch.arm64.txt (modified) * tests/meta/.expect/arch.x64.txt (modified) * tests/meta/.expect/arch.x86.txt (modified) Changed the interpritation of () to be no parameters instead of any ... Mon, 26 Aug 2024 14:54:57 GMT Andrew Beach [b965774] * src/Parser/TypeData.cpp (modified) Isolated the logic to decide if a function is a var-args function or not. Fri, 23 Aug 2024 18:04:50 GMT Andrew Beach [d1fbc56e] * src/AST/Decl.hpp (modified) * src/AST/Expr.hpp (modified) * src/Parser/DeclarationNode.cpp (modified) * src/Parser/ExpressionNode.hpp (modified) Removed two lingering set_extension functions from ast. There was one ... Fri, 23 Aug 2024 14:44:14 GMT Andrew Beach [45ee172] * src/Parser/ExpressionNode.cpp (modified) * src/Parser/ExpressionNode.hpp (modified) * src/Parser/parser.yy (modified) Corrected handling of va_args in the parser. It still does not get ... Thu, 22 Aug 2024 18:32:49 GMT Peter A. Buhr [cc0aa8c] * src/Parser/InitializerNode.cpp (modified) formatting Thu, 22 Aug 2024 18:32:14 GMT Peter A. Buhr [790f251] * src/Parser/DeclarationNode.cpp (modified) * tests/.expect/opt-params.txt (modified) * tests/opt-params.cfa (modified) update error message for parameter default-initialization in ... Fri, 16 Aug 2024 16:25:53 GMT Andrew Beach [afb15cf] * src/Parser/DeclarationNode.cpp (modified) * tests/.expect/opt-params.txt (added) * tests/Makefile.am (modified) * tests/opt-params.cfa (added) Added a check to make sure that optional parameters to not appear on ... Wed, 14 Aug 2024 17:13:06 GMT Michael Brooks [2f31773] * src/ResolvExpr/CandidateFinder.cpp (modified) * tests/raii/.expect/typeof-member.txt (added) * tests/raii/typeof-member.cfa (added) Improve inability to declare a struct member having a managed type ... Wed, 14 Aug 2024 17:12:18 GMT Michael Brooks [f9ad69d] * src/GenPoly/GenPoly.cpp (modified) * tests/.expect/poly-many-arsz.txt (added) * tests/poly-many-arsz.cfa (added) Fix #175 Tue, 13 Aug 2024 22:17:27 GMT Fangren Yu [2870cb6] * src/ResolvExpr/CandidateFinder.cpp (modified) update cast expression cost rule Tue, 13 Aug 2024 15:54:04 GMT Andrew Beach [661e7b0] * src/CodeGen/CodeGenerator.cpp (modified) * src/Common/CodeLocation.hpp (modified) * src/Common/Symbol.cpp (added) * src/Common/Symbol.hpp (added) * src/Common/module.mk (modified) * src/InitTweak/FixInit.cpp (modified) After a years (or at least half a year) the CodeLocation optimization ... Tue, 13 Aug 2024 15:26:54 GMT Peter A. Buhr [4941716] * src/Parser/parser.yy (modified) preclude aggregate/enumeration type declaration in trait body Mon, 12 Aug 2024 22:47:39 GMT Andrew Beach [97f8f0f] * src/GenPoly/Lvalue.cpp (modified) * tests/.expect/sizeof.txt (added) * tests/sizeof.cfa (added) Implemented special case of sizeof/alignof, where reference types are ... Mon, 12 Aug 2024 14:35:01 GMT Peter A. Buhr [8492b85] * src/AST/Expr.hpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 12 Aug 2024 14:34:48 GMT Peter A. Buhr [206ecae] * src/Parser/parser.yy (modified) remove spurious push/pop from grammar contexts where type ... Mon, 12 Aug 2024 12:24:03 GMT Peter A. Buhr [0e6aba06] * src/AST/Expr.hpp (modified) formatting Sat, 10 Aug 2024 14:27:26 GMT Peter A. Buhr [6abb6dc] * doc/theses/jiada_liang_MMath/CFAenum.tex (modified) * doc/theses/jiada_liang_MMath/Cenum.tex (moved) * doc/theses/jiada_liang_MMath/background.tex (modified) * doc/theses/jiada_liang_MMath/benchmarks.tex (deleted) * doc/theses/jiada_liang_MMath/conclusion.tex (modified) * doc/theses/jiada_liang_MMath/glossary.tex (deleted) * doc/theses/jiada_liang_MMath/intro.tex (modified) * doc/theses/jiada_liang_MMath/offsetAlgorithm.cc (added) * doc/theses/jiada_liang_MMath/performance.tex (deleted) * doc/theses/jiada_liang_MMath/relatedwork.tex (modified) * doc/theses/jiada_liang_MMath/test.adb (modified) * doc/theses/jiada_liang_MMath/test.cc (modified) * doc/theses/jiada_liang_MMath/test.go (modified) * doc/theses/jiada_liang_MMath/test.pas (modified) * doc/theses/jiada_liang_MMath/test.py (modified) * doc/theses/jiada_liang_MMath/test.swift (modified) * doc/theses/jiada_liang_MMath/test1.cfa (modified) * doc/theses/jiada_liang_MMath/test1.java (modified) * doc/theses/jiada_liang_MMath/test2.cc (deleted) * doc/theses/jiada_liang_MMath/test20.cfa (deleted) * doc/theses/jiada_liang_MMath/test3.cfa (deleted) * doc/theses/jiada_liang_MMath/trait.tex (modified) * doc/theses/jiada_liang_MMath/user_define_enum.cfa (added) * doc/theses/jiada_liang_MMath/uw-ethesis-frontpgs.tex (modified) * libcfa/src/collections/string.hfa (modified) * libcfa/src/enum.cfa (modified) * libcfa/src/enum.hfa (modified) * libcfa/src/heap.cfa (modified) * src/Validate/ImplementEnumFunc.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sat, 10 Aug 2024 14:26:43 GMT Peter A. Buhr [2ca7fc2] * src/Parser/parser.yy (modified) add better error message for an empty enumeration, i.e., no enumerators. Wed, 07 Aug 2024 03:19:56 GMT JiadaL [63d5b9c8] * doc/theses/jiada_liang_MMath/CFAenum.tex (modified) * doc/theses/jiada_liang_MMath/background.tex (modified) * src/Validate/ImplementEnumFunc.cpp (modified) Merge changes Tue, 06 Aug 2024 01:58:17 GMT JiadaL [0e6cf54c] * src/Parser/TypeData.cpp (modified) Revert change: enumerator cannot be implicitly const Mon, 05 Aug 2024 20:42:46 GMT JiadaL [830edc6] * src/Parser/TypeData.cpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) 1. Add implicit const to enum base type; 2. change auto initializer ... Mon, 05 Aug 2024 19:34:05 GMT JiadaL [7f18438] * src/Parser/TypeData.cpp (modified) Add "implicit case to base type" to enumerator Mon, 05 Aug 2024 01:49:25 GMT JiadaL [5f210c0] * libcfa/src/enum.cfa (modified) * libcfa/src/enum.hfa (modified) * src/ControlStruct/TranslateEnumRange.cpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) * tests/ctrl-flow/.expect/loopctrl.txt (modified) * tests/ctrl-flow/loopctrl.cfa (modified) Change enum pos to signed int to avoid underflow; operator on enum ... Sun, 04 Aug 2024 03:37:45 GMT JiadaL [06ecda9] * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/Cost.hpp (modified) define enum to value cost as implicit cost Sun, 04 Aug 2024 03:36:26 GMT JiadaL [1571e4d] * libcfa/src/enum.hfa (modified) * src/ResolvExpr/ResolveTypeof.cpp (modified) reinterpret loop start for enum type as the first enumerator Sat, 03 Aug 2024 05:10:11 GMT JiadaL [a9ae5ca] * src/ControlStruct/TranslateEnumRange.cpp (modified) remove unused addInitType Tue, 30 Jul 2024 16:11:55 GMT Andrew Beach [82d5816] * src/GenPoly/Box.cpp (modified) Bit of clean-up to the box pass. Mostly just wrapping a new common ... Fri, 26 Jul 2024 18:19:37 GMT Peter A. Buhr [daa4cc1] * src/Parser/parser.yy (modified) temporary hack to allow parsing of default/named parameters/calls Thu, 25 Jul 2024 23:12:46 GMT Michael Brooks [fd4df379] * src/GenPoly/Box.cpp (modified) * tests/Makefile.am (modified) * tests/array-collections/.expect/boxed.txt (added) * tests/array-collections/boxed.bookend.cfa (added) * tests/array-collections/boxed.cases.hfa (added) * tests/array-collections/boxed.hfa (added) * tests/array-collections/boxed.main.cfa (added) Implement boxing for arrays. The added test is things that did not ... Thu, 25 Jul 2024 20:57:59 GMT Peter A. Buhr [c1b0b8f] * src/Parser/parser.yy (modified) parse keyword parameter and argument using '?' syntax Thu, 25 Jul 2024 15:30:49 GMT Peter A. Buhr [151c8db] * src/Parser/parser.yy (modified) parse keyword parameter and argument using '@' syntax Wed, 24 Jul 2024 16:22:52 GMT Andrew Beach [b6923b17] * src/ControlStruct/HoistControlDecls.cpp (modified) * src/ControlStruct/HoistControlDecls.hpp (modified) * src/main.cpp (modified) * tests/.expect/labelledExit.txt (deleted) * tests/Makefile.am (modified) * tests/ctrl-flow/.expect/fallthrough.txt (moved) * tests/ctrl-flow/.expect/goto.txt (added) * tests/ctrl-flow/.expect/labelledExit.txt (added) * tests/ctrl-flow/fallthrough.cfa (moved) * tests/ctrl-flow/goto.cfa (added) * tests/ctrl-flow/labelledExit.cfa (moved) Fixed goto labelled loop. I had to reorder some passes. Updated ... Fri, 19 Jul 2024 22:06:19 GMT JiadaL [d68a3f7] * src/ResolvExpr/CandidateFinder.cpp (modified) Update makeEnumOffsetCast to not report error for cast to non-parent ... Thu, 18 Jul 2024 16:52:39 GMT Andrew Beach [c248b39] * src/ControlStruct/MultiLevelExit.cpp (modified) * tests/ctrl-flow/.expect/break-misc.txt (added) * tests/ctrl-flow/break-misc.cfa (added) * tests/exceptions/.expect/try-ctrl-flow.txt (modified) Unlabelled breaks were not targetting the correct enclosing control ... Wed, 17 Jul 2024 17:16:36 GMT Andrew Beach [a758169] * src/main.cpp (modified) In main: cleaned up a macro and updated some names. Tue, 16 Jul 2024 21:28:10 GMT Andrew Beach [88bc876] * src/AST/Print.cpp (modified) * src/CodeGen/CodeGenerator.cpp (modified) * src/ControlStruct/MultiLevelExit.cpp (modified) * tests/ctrl-flow/.expect/loop_else.txt (modified) * tests/ctrl-flow/loop_else.cfa (modified) Breaks (and some other control flow) in a loop else clause now work. ... Mon, 15 Jul 2024 14:45:09 GMT Andrew Beach [bfa7bf0] * src/ResolvExpr/CandidateFinder.cpp (modified) Silenced a warning. Sat, 13 Jul 2024 19:29:22 GMT JiadaL [8315947] * src/AST/SymbolTable.cpp (modified) * src/ResolvExpr/Resolver.cpp (modified) * src/Validate/GenericParameter.cpp (modified) Remove automatic conversion from Enum type name to its len; change ... Fri, 12 Jul 2024 19:30:18 GMT JiadaL [76b507d] * src/Virtual/Tables.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 12 Jul 2024 19:30:06 GMT JiadaL [0c327ce] * libcfa/src/enum.cfa (modified) * libcfa/src/enum.hfa (modified) * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/ControlStruct/TranslateEnumRange.cpp (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) 1. Add bound check to Serial function: now compiler generates the ... Fri, 12 Jul 2024 15:45:24 GMT Andrew Beach [3e135c8] * src/Virtual/Tables.cpp (modified) Not sure why we copy in the return values all the time, but we do. ... Thu, 11 Jul 2024 19:04:51 GMT JiadaL [9c447e2] * doc/user/user.tex (modified) * src/AST/Pass.impl.hpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 11 Jul 2024 19:04:34 GMT JiadaL [236f133] * libcfa/src/enum.cfa (modified) * libcfa/src/enum.hfa (modified) * src/Validate/ImplementEnumFunc.cpp (modified) * tests/enum_tests/.expect/voidEnum.txt (added) * tests/enum_tests/voidEnum.cfa (modified) Remove quasi_void for enums. The idea of quasi_void from Mike was to ... Thu, 11 Jul 2024 18:30:31 GMT Andrew Beach [358e3481] * src/AST/Pass.impl.hpp (modified) Visit the else_ children of loops. I don't know how things worked ... Wed, 10 Jul 2024 22:55:54 GMT JiadaL [9d5eacb] * src/Parser/DeclarationNode.hpp (modified) * src/ResolvExpr/ResolveTypeof.cpp (modified) * src/Validate/Autogen.cpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) Fix the bug with typed anomynous enum got incorrect forward declaration Wed, 10 Jul 2024 07:45:11 GMT JiadaL [725f777f] * src/Validate/ImplementEnumFunc.cpp (modified) Add attribute functions back after the bug fix Wed, 10 Jul 2024 07:39:37 GMT JiadaL [dbff8ec] * INSTALL (modified) * doc/proposals/named-parameters.md (added) * doc/theses/mike_brooks_MMath/array.tex (modified) * doc/theses/mike_brooks_MMath/background.tex (modified) * doc/theses/mike_brooks_MMath/conclusion.tex (modified) * doc/theses/mike_brooks_MMath/intro.tex (modified) * doc/theses/mike_brooks_MMath/programs/bkgd-carray-arrty.c (modified) * doc/theses/mike_brooks_MMath/programs/hello-accordion.cfa (modified) * doc/theses/mike_brooks_MMath/programs/hello-array.cfa (modified) * doc/theses/mike_brooks_MMath/programs/hello-md.cfa (modified) * doc/theses/mike_brooks_MMath/programs/lst-issues-attach-reduction.hpp (modified) * doc/theses/mike_brooks_MMath/programs/lst-issues-wrapped-byref.run.cpp (modified) * doc/theses/mike_brooks_MMath/string.tex (modified) * doc/theses/mike_brooks_MMath/uw-ethesis.tex (modified) * libcfa/src/enum.cfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * libcfa/src/parseargs.cfa (modified) * libcfa/src/parseargs.hfa (modified) * src/Parser/ExpressionNode.cpp (modified) * src/Parser/parser.yy (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 10 Jul 2024 07:39:26 GMT JiadaL [bb336a6] * libcfa/src/enum.hfa (modified) * src/AST/Create.cpp (modified) * src/AST/Create.hpp (modified) * src/ResolvExpr/ResolveTypeof.cpp (modified) * src/Validate/Autogen.cpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) Fixed the problem when enum use another enumerator as initializer Tue, 09 Jul 2024 14:50:58 GMT Peter A. Buhr [b9f6791f] * src/Parser/parser.yy (modified) allow empty global declaration ';', adjust semi-colon rules after ... Fri, 05 Jul 2024 21:41:05 GMT Andrew Beach [5a2b0b7] * src/Parser/ExpressionNode.cpp (modified) Reverted the change to the compiler. The other changes are both ... Fri, 05 Jul 2024 19:49:53 GMT Andrew Beach [550afde2] * libcfa/src/parseargs.cfa (modified) * src/Parser/ExpressionNode.cpp (modified) Constant strings on input. The previous changes only effected ... Fri, 05 Jul 2024 15:43:23 GMT Andrew Beach [c2cf2d0] * src/AST/Expr.cpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) Made string literals constants. Preformed required updates. Resisted ... Fri, 05 Jul 2024 14:12:51 GMT Andrew Beach [8c55d34] * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/Parser/TypeData.cpp (modified) Fixed spelling mistake. (I'm 99% sure.) Thu, 04 Jul 2024 05:47:46 GMT JiadaL [99f7f37] * src/Parser/DeclarationNode.cpp (modified) * src/Parser/TypeData.cpp (modified) * src/Parser/TypeData.hpp (modified) Fix the bug that enum {} var syntax cannot be recognized as cfa enum Wed, 03 Jul 2024 22:51:28 GMT JiadaL [f8f298c] * src/AST/Decl.cpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) replace decl->base with isTyped() Wed, 03 Jul 2024 21:32:19 GMT JiadaL [39cf5cc] * src/Validate/ImplementEnumFunc.hpp (modified) * src/main.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 03 Jul 2024 21:32:06 GMT JiadaL [6d2b3dc] * libcfa/src/enum.cfa (modified) * src/ControlStruct/TranslateEnumRange.cpp (modified) * src/Parser/StatementNode.cpp (modified) * src/Parser/parser.yy (modified) Change (enum) range loop so that it works on any type that define ... Wed, 03 Jul 2024 20:18:44 GMT Andrew Beach [793eb2f] * src/main.cpp (modified) One extra whitespace line removed. I do not believe that represented ... Wed, 03 Jul 2024 19:43:13 GMT Andrew Beach [7fe4adbb] * src/Validate/ImplementEnumFunc.hpp (modified) * src/main.cpp (modified) Added some code near the end of main to improve some internal ... Tue, 02 Jul 2024 22:23:34 GMT Peter A. Buhr [597f284] * src/ResolvExpr/SatisfyAssertions.cpp (modified) update 'Too many recursive assertions' error message with possible cause Sat, 29 Jun 2024 21:22:36 GMT JiadaL [73d0e3f4] * libcfa/src/enum.cfa (modified) * libcfa/src/enum.hfa (modified) * src/ControlStruct/TranslateEnumRange.cpp (modified) Current enum has bug when use as a reference as in ?++. Change ... Sat, 29 Jun 2024 09:29:40 GMT JiadaL [115ac1ce] * src/ResolvExpr/CastCost.cpp (modified) Allow explict conversion from cfa enum to int (while disallow implicit) Sat, 29 Jun 2024 09:02:49 GMT JiadaL [4117761] * libcfa/src/enum.cfa (modified) * libcfa/src/enum.hfa (modified) * src/Common/Stats/Heap.cpp (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sat, 29 Jun 2024 09:02:06 GMT JiadaL [5ccc733] * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/ControlStruct/TranslateEnumRange.cpp (modified) * src/Parser/TypeData.cpp (modified) * src/ResolvExpr/CastCost.cpp (modified) * src/ResolvExpr/CommonType.cpp (modified) * src/ResolvExpr/ConversionCost.cpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) Fix the bug that C style enum cannot to use as an lvalue Fri, 28 Jun 2024 18:17:20 GMT Andrew Beach [3c55fcd] * src/Common/Stats/Heap.cpp (modified) Added some notes about how to enable heap statistics. Reformated some ... Fri, 28 Jun 2024 15:31:44 GMT Peter A. Buhr [01afd8d] * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) add +~ and +~= for-control operators to match with -~ and -~= operators Thu, 27 Jun 2024 20:42:09 GMT JiadaL [7552fde] * src/Parser/parser.yy (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 27 Jun 2024 20:42:01 GMT JiadaL [d3aa55e9] * src/AST/Stmt.hpp (modified) * src/ControlStruct/TranslateEnumRange.cpp (modified) * src/Parser/StatementNode.cpp (modified) * src/Parser/StatementNode.hpp (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/CastCost.cpp (modified) * src/ResolvExpr/ConversionCost.cpp (modified) * src/ResolvExpr/Unify.cpp (modified) 1. Disallow implicit conversion from cfa enum to int during on the ... Wed, 26 Jun 2024 14:25:26 GMT Peter A. Buhr [55ba259e] * src/Parser/parser.yy (modified) clarify for-control for enumerations Wed, 26 Jun 2024 01:25:50 GMT Peter A. Buhr [089b39e1] * src/Parser/parser.yy (modified) clean up, prepare for downto enumerating Tue, 25 Jun 2024 03:06:35 GMT Peter A. Buhr [5eb3f65] * libcfa/src/enum.cfa (modified) * libcfa/src/enum.hfa (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) * tests/enum_tests/enumInlineValue.cfa (modified) * tests/enum_tests/position.cfa (modified) * tests/enum_tests/voidEnum.cfa (modified) change enumeration function names labelE, valueE, posE to label, ... Tue, 25 Jun 2024 03:03:02 GMT Peter A. Buhr [253d0b4] * src/Parser/parser.yy (modified) change error message header, simplify forCtrl to have only identifier ... Sun, 23 Jun 2024 20:55:48 GMT Peter A. Buhr [d66a43b] * src/ControlStruct/TranslateEnumRange.cpp (modified) * src/ControlStruct/TranslateEnumRange.hpp (moved) * src/main.cpp (modified) fix spelling mistake in file src/ControlStruct/TrasnlateEnumRange.hpp ... Fri, 21 Jun 2024 01:40:22 GMT Peter A. Buhr [a8ced63] * src/Parser/parser.yy (modified) parse countof pseduo-function, update for-loop for enumeration Fri, 21 Jun 2024 01:38:08 GMT Peter A. Buhr [07771bc] * src/Parser/lex.ll (modified) lex countof pseudo-function Wed, 19 Jun 2024 19:44:22 GMT JiadaL [567c775] * src/ControlStruct/TranslateEnumRange.cpp (added) * src/ControlStruct/TrasnlateEnumRange.hpp (added) Missing files from the last commit Wed, 19 Jun 2024 19:20:45 GMT JiadaL [57e43cd] * .gitignore (modified) * src/Parser/parser.yy (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 19 Jun 2024 19:20:39 GMT JiadaL [525f7ad] * doc/theses/jiada_liang_MMath/planet.cfa (added) * libcfa/src/enum.cfa (modified) * libcfa/src/enum.hfa (modified) * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/Stmt.hpp (modified) * src/AST/Visitor.hpp (modified) * src/Common/CodeLocationTools.cpp (modified) * src/ControlStruct/module.mk (modified) * src/Parser/StatementNode.cpp (modified) * src/Parser/StatementNode.hpp (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/main.cpp (modified) 1. Add __count_e__( enum_name ), a pseudo function that return the ... Tue, 18 Jun 2024 01:53:06 GMT Peter A. Buhr [f678c53b] * src/Parser/parser.yy (modified) formatting Wed, 12 Jun 2024 01:42:39 GMT Peter A. Buhr [12f1156] * src/Parser/parser.yy (modified) simplify grammar in a few places Tue, 11 Jun 2024 21:06:32 GMT Peter A. Buhr [2ab31fd] * src/Parser/parser.yy (modified) parse tuple-element declarations but unimplemented Mon, 10 Jun 2024 06:43:23 GMT JiadaL [42cdd07d] * doc/LaTeXmacros/lstlang.sty (modified) * doc/bibliography/pl.bib (modified) * doc/proposals/modules.md (modified) * src/InitTweak/GenInit.cpp (modified) * src/Tuples/TupleAssignment.cpp (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 10 Jun 2024 06:43:13 GMT JiadaL [85855b0] * libcfa/prelude/builtins.c (modified) * libcfa/src/enum.cfa (modified) * libcfa/src/enum.hfa (modified) * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/SymbolTable.cpp (modified) * src/AST/SymbolTable.hpp (modified) * src/AST/Util.cpp (modified) * src/GenPoly/Lvalue.cpp (modified) * src/Parser/TypeData.cpp (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/CandidateFinder.hpp (modified) * src/ResolvExpr/CastCost.cpp (modified) * src/ResolvExpr/CommonType.cpp (modified) * src/ResolvExpr/ConversionCost.cpp (modified) * src/ResolvExpr/Resolver.cpp (modified) * src/Validate/Autogen.cpp (modified) * src/Validate/EnumAndPointerDecay.cpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) * tests/enum_tests/.expect/enumInlineValue.txt (modified) * tests/enum_tests/enumInlineValue.cfa (modified) 1. Implement enum cast; 2. Change valueE so that opague enum returns ... Fri, 07 Jun 2024 20:53:25 GMT Andrew Beach [405dbb3] * src/Tuples/TupleAssignment.cpp (modified) Noticing that a function could have an early exit to save a level of ... Thu, 06 Jun 2024 13:54:53 GMT Andrew Beach [83b2fb5e] * src/InitTweak/GenInit.cpp (modified) Removed an extra include. Sat, 01 Jun 2024 21:13:42 GMT Fangren Yu [0f5e8cd] * src/ResolvExpr/CandidateFinder.cpp (modified) * src/ResolvExpr/Resolver.cpp (modified) attempt to fix #286 Thu, 30 May 2024 18:36:08 GMT Andrew Beach [822332e] * src/AST/Pass.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/AST/Print.cpp (modified) * src/ResolvExpr/CommonType.cpp (modified) * src/ResolvExpr/Unify.cpp (modified) * src/Tuples/Tuples.hpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) It seems clang uses different scoping rules for the trailing return ...