source: src/ResolvExpr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b86dd969   6 months pabuhr remove unused loop-counter resetCount causing a warning stuck-waitfor-destruct
(edit) @10c1770   10 months ajbeach Refactoring in the resolver. Removed unneeded variable and used the … stuck-waitfor-destruct
(edit) @a8404d9   12 months ajbeach Just some formatting clean-up I did while investigating … stuck-waitfor-destruct
(edit) @17fa94f   12 months ajbeach Reworked some nodes so they can be typed or untyped. This allowed me … stuck-waitfor-destruct
(edit) @90e683b   12 months ajbeach I set out to do a enum rework. It ended up being much the same and I … stuck-waitfor-destruct
(edit) @2a5345b   12 months f37yu try to fix cost table one more time, add some comments stuck-waitfor-destruct
(edit) @857b5f9   12 months ajbeach CountExpr -> CountofExpr. Actually the main fix was making countof use … stuck-waitfor-destruct
(edit) @689d057   13 months pabuhr unsure if these files should be committed because they have generated code stuck-waitfor-destruct
(edit) @c309af1   13 months pabuhr update complex float conversion cost stuck-waitfor-destruct
(edit) @6b95feb   13 months f37yu implement return cast for other types of expressions stuck-waitfor-destruct
(edit) @64f3b9f   14 months mlbrooks Fix support for partial autogen. Partial autogen means that some … stuck-waitfor-destruct
(edit) @81e768d   14 months mlbrooks Fix #276; add support for c-array parameters using dependent lengths. … stuck-waitfor-destruct
(edit) @ecf3812   15 months ajbeach CastExpr reorganization and clean-up in Lvalue. I kept these from a … stuck-waitfor-destruct
(edit) @ed96731   15 months ajbeach With{Stmts,Decls}ToAdd how has an -X version like WithSymbolTableX. … stuck-waitfor-destruct
(edit) @00f89a6   15 months f37yu attempt to fix const reference conversion stuck-waitfor-destruct
(edit) @2ae845e9   15 months ajbeach Removed debug output from resolver. Also made the early decision … stuck-waitfor-destruct
(edit) @d031f7f   15 months ajbeach Renamed CurrentObject's MemberIterator::operator* to getOptions … stuck-waitfor-destruct
(edit) @90be0cf   15 months ajbeach Moved some methods out of EnumDecl. These were calculations and the … stuck-waitfor-destruct
(edit) @16ba4897   16 months ajbeach Replaced SemanticErrorException::isEmpty with ...::throwIfNonEmpty. … stuck-waitfor-destruct
(edit) @c5f69fd   17 months pabuhr clean up naming of float-point types, and start to add new ARM … stuck-waitfor-destruct
(edit) @b6f2e7ab   17 months ajbeach Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would … stuck-waitfor-destruct
(edit) @a7efc96   17 months ajbeach Made sure a variable is always initialized and removed some trailing … stuck-waitfor-destruct
(edit) @02101a45   17 months pabuhr comment out unused variable declaration stuck-waitfor-destruct
(edit) @2f31773   18 months mlbrooks Improve inability to declare a struct member having a managed type via … stuck-waitfor-destruct
(edit) @2870cb6   18 months f37yu update cast expression cost rule stuck-waitfor-destruct
(edit) @06ecda9   18 months j82liang define enum to value cost as implicit cost stuck-waitfor-destruct
(edit) @1571e4d   18 months j82liang reinterpret loop start for enum type as the first enumerator stuck-waitfor-destruct
(edit) @d68a3f7   19 months j82liang Update makeEnumOffsetCast to not report error for cast to non-parent … 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) @0c327ce   19 months j82liang 1. Add bound check to Serial function: now compiler generates the … stuck-waitfor-destruct
(edit) @9d5eacb   19 months j82liang Fix the bug with typed anomynous enum got incorrect forward declaration stuck-waitfor-destruct
(edit) @bb336a6   19 months j82liang Fixed the problem when enum use another enumerator as initializer stuck-waitfor-destruct
(edit) @597f284   19 months pabuhr update 'Too many recursive assertions' error message with possible cause stuck-waitfor-destruct
(edit) @115ac1ce   19 months j82liang Allow explict conversion from cfa enum to int (while disallow implicit) 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) @d3aa55e9   19 months j82liang 1. Disallow implicit conversion from cfa enum to int during on the … stuck-waitfor-destruct
(edit) @5eb3f65   19 months pabuhr change enumeration function names labelE, valueE, posE to label, … stuck-waitfor-destruct
(edit) @525f7ad   20 months j82liang 1. Add count_e( enum_name ), a pseudo function that return the … stuck-waitfor-destruct
(edit) @85855b0   20 months j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns … 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) @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) @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) @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) @eb7586e   21 months j82liang 1. Change return value of typed Enum in null context: they now return … stuck-waitfor-destruct
(edit) @13de4478   22 months ajbeach Updated files in ResolvExpr to the new indentation style. It seems the … 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) @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) @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) @fb2e916   22 months j82liang Fix some warning stuck-waitfor-destruct
(edit) @dc58e5d   22 months j82liang Small cleanup stuck-waitfor-destruct
(edit) @af746cc   22 months j82liang Reimplement the resolution of Enum instance type stuck-waitfor-destruct
(edit) @ab780e6   22 months ajbeach notZeroExpr (in the parser) has become createCondExpr (in the … stuck-waitfor-destruct
(edit) @06601401   23 months j82liang Change the common type interpretation of EnumPos stuck-waitfor-destruct
(edit) @76fe046   2 years j82liang Remove conversion part of the EnumPosType. It can be resolved by the … stuck-waitfor-destruct
(edit) @647d633   2 years j82liang Remove unused variables stuck-waitfor-destruct
(edit) @f6e8c67   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @bbf2cb1   2 years j82liang Add the Working support to succ() and pred() pseudo function to Enum stuck-waitfor-destruct
(edit) @00eaeb8   2 years j82liang Add prototype of succ function stuck-waitfor-destruct
(edit) @bc61563   2 years ajbeach Factored out a very complex condition into a helper function and … stuck-waitfor-destruct
(edit) @f1149ac   2 years j82liang Remove unused variables stuck-waitfor-destruct
(edit) @a4da45e   2 years j82liang Resolve conflict stuck-waitfor-destruct
(edit) @0522ebe   2 years j82liang Add EnumPosType to type system stuck-waitfor-destruct
(edit) @2beaf9b   2 years ajbeach Forgot to update comments from the last commit. stuck-waitfor-destruct
(edit) @2810700   2 years ajbeach The two argument form of the conditional operator now only has two … stuck-waitfor-destruct
(edit) @f431ab26   2 years ajbeach Fixed whitespace ResolveTypeof.cc. stuck-waitfor-destruct
(edit) @14755e5   2 years ajbeach Updated indentation in Resolver. Removed trailing whitespace. stuck-waitfor-destruct
(edit) @a55ebcc   2 years j82liang 1. Add debug print option for replacePseudoFunc; 2. Change resolver … stuck-waitfor-destruct
(edit) @9ddcee1   2 years j82liang Remove EnumPosExpr, an early design that no longer used. The … stuck-waitfor-destruct
(edit) @496ffc17   2 years j82liang Fix dangling reference to posE function stuck-waitfor-destruct
(edit) @32490deb   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @c75b30a   2 years j82liang Introduce posE, valueE, labelE pseudo language to the language. Rework … stuck-waitfor-destruct
(edit) @7329b0a   2 years ajbeach advance_to_mutex has been replaced nextMutex. stuck-waitfor-destruct
(edit) @61e362f   2 years ajbeach Changed notZeroExpr so that expressions with conditional contexts are … stuck-waitfor-destruct
(edit) @59c8dff   2 years j82liang Draft Implementation for enum position pesudo function (posE). … stuck-waitfor-destruct
(edit) @ca9d65e   2 years pabuhr second attempt at simplifying SemanticError messages stuck-waitfor-destruct
(edit) @4c2fe47   2 years pabuhr formatting stuck-waitfor-destruct
(edit) @b1f2007d   2 years pabuhr first attempt at simplifying SemanticError and its usage stuck-waitfor-destruct
(edit) @2345ab3   2 years ajbeach Clean-up of the chain mutator. Seems like it is underused. stuck-waitfor-destruct
(edit) @4a89b52   2 years ajbeach Renamed ResolvMode to ResolveMode. This is less consistent with the … stuck-waitfor-destruct
(edit) @da5ac2e   2 years ajbeach Removed unused case in CurrentObject::findNext. Did a bit of clean-up … stuck-waitfor-destruct
(edit) @2908f08   2 years ajbeach Most of ResolvExpr was written before the new style standard. Some … stuck-waitfor-destruct
(edit) @5625427   2 years ajbeach Remove the warning directive from SpecCost, you can't actually use the … stuck-waitfor-destruct
(edit) @0bd3faf   2 years ajbeach Removed forward declarations missed in the BaseSyntaxNode removal. … stuck-waitfor-destruct
(edit) @c6b4432   2 years ajbeach Remove BaseSyntaxNode and clean-up. stuck-waitfor-destruct
(edit) @fa761c2   2 years ajbeach Changed some new uses of UniqueId to the ast version. Changed where … stuck-waitfor-destruct
(edit) @58c64323   2 years ajbeach Hang on, eval doesn't have any side effects. stuck-waitfor-destruct
(edit) @4ac402d   2 years ajbeach Added a missing include (not sure how that slipped through) and did … stuck-waitfor-destruct
Note: See TracRevisionLog for help on using the revision log.