source: src

Revision Log Mode:


Legend:

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