source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @bfa7bf0   4 days ajbeach Silenced a warning.
(edit) @8315947   5 days j82liang Remove automatic conversion from Enum type name to its len; change …
(edit) @76b507d   6 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0c327ce   6 days j82liang 1. Add bound check to Serial function: now compiler generates the …
(edit) @3e135c8   7 days ajbeach Not sure why we copy in the return values all the time, but we do. …
(edit) @9c447e2   7 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @236f133   7 days j82liang Remove quasi_void for enums. The idea of quasi_void from Mike was to …
(edit) @358e3481   7 days ajbeach Visit the else_ children of loops. I don't know how things worked this …
(edit) @9d5eacb   8 days j82liang Fix the bug with typed anomynous enum got incorrect forward declaration
(edit) @725f777f   9 days j82liang Add attribute functions back after the bug fix
(edit) @dbff8ec   9 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @bb336a6   9 days j82liang Fixed the problem when enum use another enumerator as initializer
(edit) @b9f6791   10 days pabuhr allow empty global declaration ';', adjust semi-colon rules after …
(edit) @5a2b0b7   2 weeks ajbeach Reverted the change to the compiler. The other changes are both …
(edit) @550afde2   2 weeks ajbeach Constant strings on input. The previous changes only effected …
(edit) @c2cf2d0   2 weeks ajbeach Made string literals constants. Preformed required updates. Resisted …
(edit) @8c55d34   2 weeks ajbeach Fixed spelling mistake. (I'm 99% sure.)
(edit) @99f7f37   2 weeks j82liang Fix the bug that enum {} var syntax cannot be recognized as cfa enum
(edit) @f8f298c   2 weeks j82liang replace decl->base with isTyped()
(edit) @39cf5cc   2 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @6d2b3dc   2 weeks j82liang Change (enum) range loop so that it works on any type that define …
(edit) @793eb2f   2 weeks ajbeach One extra whitespace line removed. I do not believe that represented …
(edit) @7fe4adbb   2 weeks ajbeach Added some code near the end of main to improve some internal …
(edit) @597f284   2 weeks pabuhr update 'Too many recursive assertions' error message with possible cause
(edit) @73d0e3f4   3 weeks j82liang Current enum has bug when use as a reference as in ?++. Change …
(edit) @115ac1ce   3 weeks j82liang Allow explict conversion from cfa enum to int (while disallow implicit)
(edit) @4117761   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @5ccc733   3 weeks j82liang Fix the bug that C style enum cannot to use as an lvalue
(edit) @3c55fcd   3 weeks ajbeach Added some notes about how to enable heap statistics. Reformated some …
(edit) @01afd8d   3 weeks pabuhr add +~ and +~= for-control operators to match with -~ and -~= operators
(edit) @7552fde   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d3aa55e9   3 weeks j82liang 1. Disallow implicit conversion from cfa enum to int during on the …
(edit) @55ba259e   3 weeks pabuhr clarify for-control for enumerations
(edit) @089b39e1   3 weeks pabuhr clean up, prepare for downto enumerating
(edit) @5eb3f65   3 weeks pabuhr change enumeration function names labelE, valueE, posE to label, …
(edit) @253d0b4   3 weeks pabuhr change error message header, simplify forCtrl to have only identifier …
(edit) @d66a43b   4 weeks pabuhr fix spelling mistake in file src/ControlStruct/TrasnlateEnumRange.hpp …
(edit) @a8ced63   4 weeks pabuhr parse countof pseduo-function, update for-loop for enumeration
(edit) @07771bc   4 weeks pabuhr lex countof pseudo-function
(edit) @567c775   4 weeks j82liang Missing files from the last commit
(edit) @57e43cd   4 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @525f7ad   4 weeks j82liang 1. Add count_e( enum_name ), a pseudo function that return the …
(edit) @f678c53b   4 weeks pabuhr formatting
(edit) @12f1156   5 weeks pabuhr simplify grammar in a few places
(edit) @2ab31fd   5 weeks pabuhr parse tuple-element declarations but unimplemented
(edit) @42cdd07d   6 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @85855b0   6 weeks j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns …
(edit) @405dbb3   6 weeks ajbeach Noticing that a function could have an early exit to save a level of …
(edit) @83b2fb5e   6 weeks ajbeach Removed an extra include.
(edit) @0f5e8cd   7 weeks f37yu attempt to fix #286
(edit) @822332e   7 weeks ajbeach It seems clang uses different scoping rules for the trailing return of …
(edit) @96c04e4   7 weeks ajbeach Simplified the visit children guard to use a ValueGuardPtr?. For …
(edit) @bfcd3af   8 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2c8946b   8 weeks ajbeach Various whitespace and intentation updates.
(edit) @31f4837   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @acb33f15   2 months j82liang Change enum conversion steps
(edit) @5f225f5   2 months ajbeach Perhaps only src/Makefile.am needed to change, but I did a text search …
(edit) @c778ef1   2 months ajbeach Apparently the source file lists aren't used until distribution. I …
(edit) @0f612d2   2 months ajbeach Shoot, the non-extension renamings did not get caught in some corners.
(edit) @c92bdcc   2 months ajbeach Updated the rest of the names in src/ (except for the generated files).
(edit) @e542b02   2 months ajbeach Update last reference to BasicTypes?-gen.cc. I don't know if it needs …
(edit) @6d9aa79   2 months j82liang Missing produceDecl in the last commit
(edit) @0b6c1c9   2 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c333ed2   2 months j82liang Remove intermeidate type (enum attribute type); remove …
(edit) @083e637   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @195d1d8   2 months pabuhr update search strings to raw strings for python 3.12
(edit) @b2ea0cd   2 months ajbeach First wave of file renaming. Rename files in src/ and update all …
(edit) @164a6b6   2 months ajbeach Simplified the visit_children feature of Pass template. This should …
(edit) @0153dbd   3 months ajbeach Updated hoistStruct so the nested mangled names are human readable. …
(edit) @5c27b6a   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @eb7586e   3 months j82liang 1. Change return value of typed Enum in null context: they now return …
(edit) @e78966e   3 months pabuhr add parsing support for enum type in 'with' statement
(edit) @7042c60   3 months j82liang resolve conflict
(edit) @cf191ac   3 months j82liang Change enum functions return type
(edit) @a1fbad0   3 months ajbeach Fix in code generation. forall clauses are now printed before return …
(edit) @89da3a9   3 months pabuhr fix parsing bug in field declaring list with empty declarator
(edit) @13de4478   3 months ajbeach Updated files in ResolvExpr? to the new indentation style. It seems the …
(edit) @d7c0ad5   3 months ajbeach Removed some overloads from the Pass template. I believe these were …
(edit) @ba97ebf   3 months ajbeach The polyCost function was just a bit more complicated than it needed to be.
(edit) @fc1a3e2   3 months ajbeach Style update. Focused on indentation and trailing whitespace.
(edit) @b9b6efb   3 months ajbeach Removed porting.md, although some of its information is still …
(edit) @19313be5   3 months ajbeach One missing BasicType::Kind -> BasicKind? updates.
(edit) @38093ae   3 months j82liang Resolve conflict
(edit) @748c751   3 months j82liang Remove unnecessary implicit enum type conversion
(edit) @7a780ad   3 months ajbeach Moved ast::BasicType::Kind to ast::BasicKind? in its own hearder. This …
(edit) @8fd53b6e   3 months ajbeach Change for C++20 compatability. We may not be upgrading soon but this …
(edit) @cdb4eaa   3 months j82liang Fix succ(Enum) error and resolution ambiguity of enum with inheritance
(edit) @7aa209e7   3 months ajbeach Fixing some whitespace around a recent merge. That lead to some …
(edit) @76c7addb   3 months j82liang Fix Enum predecessor
(edit) @fb2e916   3 months j82liang Fix some warning
(edit) @dc58e5d   3 months j82liang Small cleanup
(edit) @af746cc   3 months j82liang Reimplement the resolution of Enum instance type
(edit) @7a36848   3 months ajbeach Further Pass template clean-up, reimplementing the translation unit …
(edit) @90320ac   3 months ajbeach Clean-up in the Pass template around call_accept. Removed overloads …
(edit) @ab780e6   3 months ajbeach notZeroExpr (in the parser) has become createCondExpr (in the …
(edit) @485cf59   3 months ajbeach Small improvement in the Pass template implementation. Thierry and I …
(edit) @d9bad51   4 months ajbeach Fixed memory leak in the parser.
(edit) @1cfe640   4 months ajbeach One more bit of clean-up, improving some names.
(edit) @4a72fef   4 months ajbeach General clean-up in the parser. Removed the commented …
(edit) @67467a3   4 months ajbeach Fused TypeData::Enum and TypeData::Aggregate, an enumeration is a kind …
Note: See TracRevisionLog for help on using the revision log.