source: src/ResolvExpr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13de4478   8 weeks ajbeach Updated files in ResolvExpr? to the new indentation style. It seems the …
(edit) @ba97ebf   2 months ajbeach The polyCost function was just a bit more complicated than it needed to be.
(edit) @fc1a3e2   2 months ajbeach Style update. Focused on indentation and trailing whitespace.
(edit) @38093ae   2 months j82liang Resolve conflict
(edit) @748c751   2 months j82liang Remove unnecessary implicit enum type conversion
(edit) @7a780ad   2 months ajbeach Moved ast::BasicType::Kind to ast::BasicKind? in its own hearder. This …
(edit) @cdb4eaa   2 months j82liang Fix succ(Enum) error and resolution ambiguity of enum with inheritance
(edit) @7aa209e7   2 months ajbeach Fixing some whitespace around a recent merge. That lead to some …
(edit) @fb2e916   2 months j82liang Fix some warning
(edit) @dc58e5d   2 months j82liang Small cleanup
(edit) @af746cc   2 months j82liang Reimplement the resolution of Enum instance type
(edit) @ab780e6   2 months ajbeach notZeroExpr (in the parser) has become createCondExpr (in the …
(edit) @06601401   3 months j82liang Change the common type interpretation of EnumPos?
(edit) @76fe046   3 months j82liang Remove conversion part of the EnumPosType?. It can be resolved by the …
(edit) @647d633   3 months j82liang Remove unused variables
(edit) @f6e8c67   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @bbf2cb1   3 months j82liang Add the Working support to succ() and pred() pseudo function to Enum
(edit) @00eaeb8   4 months j82liang Add prototype of succ function
(edit) @bc61563   4 months ajbeach Factored out a very complex condition into a helper function and …
(edit) @f1149ac   4 months j82liang Remove unused variables
(edit) @a4da45e   4 months j82liang Resolve conflict
(edit) @0522ebe   4 months j82liang Add EnumPosType? to type system
(edit) @2beaf9b   4 months ajbeach Forgot to update comments from the last commit.
(edit) @2810700   4 months ajbeach The two argument form of the conditional operator now only has two …
(edit) @f431ab26   4 months ajbeach Fixed whitespace ResolveTypeof?.cc.
(edit) @14755e5   4 months ajbeach Updated indentation in Resolver. Removed trailing whitespace.
(edit) @a55ebcc   4 months j82liang 1. Add debug print option for replacePseudoFunc; 2. Change resolver …
(edit) @9ddcee1   5 months j82liang Remove EnumPosExpr?, an early design that no longer used. The …
(edit) @496ffc17   5 months j82liang Fix dangling reference to posE function
(edit) @32490deb   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c75b30a   5 months j82liang Introduce posE, valueE, labelE pseudo language to the language. Rework …
(edit) @7329b0a   5 months ajbeach advance_to_mutex has been replaced nextMutex.
(edit) @61e362f   5 months ajbeach Changed notZeroExpr so that expressions with conditional contexts are …
(edit) @59c8dff   5 months j82liang Draft Implementation for enum position pesudo function (posE). …
(edit) @ca9d65e   6 months pabuhr second attempt at simplifying SemanticError? messages
(edit) @4c2fe47   6 months pabuhr formatting
(edit) @b1f2007   6 months pabuhr first attempt at simplifying SemanticError? and its usage
(edit) @2345ab3   7 months ajbeach Clean-up of the chain mutator. Seems like it is underused.
(edit) @4a89b52   7 months ajbeach Renamed ResolvMode? to ResolveMode?. This is less consistent with the …
(edit) @da5ac2e   7 months ajbeach Removed unused case in CurrentObject::findNext. Did a bit of clean-up …
(edit) @2908f08   7 months ajbeach Most of ResolvExpr? was written before the new style standard. Some …
(edit) @5625427   7 months ajbeach Remove the warning directive from SpecCost?, you can't actually use the …
(edit) @0bd3faf   7 months ajbeach Removed forward declarations missed in the BaseSyntaxNode? removal. …
(edit) @c6b4432   7 months ajbeach Remove BaseSyntaxNode? and clean-up.
(edit) @fa761c2   8 months ajbeach Changed some new uses of UniqueId? to the ast version. Changed where …
(edit) @58c64323   8 months ajbeach Hang on, eval doesn't have any side effects.
(edit) @4ac402d   8 months ajbeach Added a missing include (not sure how that slipped through) and did …
(edit) @7d55e4d   8 months ajbeach Simple rework to BasicTypes?-gen.cc to avoid refering to the old ast. …
(edit) @8cbe732   8 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d3652df   8 months ajbeach Took the new EraseWith? pass out of the box pass. It might be able to …
(edit) @f033d01   9 months j82liang Fix typo{
(edit) @c7616dd   9 months j82liang Fix designation value error
(edit) @62c6cfa   9 months j82liang Revert "Fix designator value in enumerated array and implemented …
(edit) @c1e66d9   9 months j82liang Fix designator value in enumerated array and implemented enumerated …
(edit) @4894239   10 months j82liang Allow uninitialized enum value as designators
(edit) @1fc111c   10 months j82liang Bug fix
(edit) @2a301ff   10 months j82liang Resolve conflict
(edit) @92355883   10 months j82liang Array can use enum instance with explicit initializer as designator. …
(edit) @8f31be6   12 months ajbeach Fixed some warnings, deleted some commented out code.
(edit) @f02f546   12 months mlbrooks Implement new rules for array dimension expression matching. Core …
(edit) @64727bd   12 months ajbeach Did my best to reimplement all the improvements made to …
(edit) @b96b1c0   12 months ajbeach Reproduing changes from commit eb8d791. This fixes most of the errors …
(edit) @da4a570   12 months caparson commented out some debugging code
(edit) @e172f42   12 months caparson Merge branch 'ast-experimental'
(edit) @8f557161   12 months mlbrooks Clarify and fix accuracy in eval public API, on reporting "unable to …
(edit) @62d62db   12 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   12 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @918e4165   13 months ajbeach Removed some warnings. ast-experimental
(edit) @b9fe89b   13 months mlbrooks Make the symbol table's error-checking times explicit. Previously, … ast-experimental
(edit) @251ce80   13 months f37yu remove reference to symbol table in unify ast-experimental
(edit) @bccd70a   13 months ajbeach Removed internal code from TypeSubstitution? header. It caused a chain … ast-experimental
(edit) @34b4268   14 months f37yu fix ast-experimental
(edit) @0c840fc   14 months f37yu WIP some bugs show up resolving array tuple indexing ast-experimental
(edit) @46da46b   14 months f37yu current progress ast-experimental
(edit) @6e1e2d0   14 months caparson resolved merge conflicts ADTast-experimental
(edit) @c86b08d   14 months caparson added support for the waituntil statement in the compiler ADTast-experimental
(edit) @699a97d   14 months ajbeach Added IndexIterator?, which absorbs some functionality of some … ADTast-experimental
(edit) @eb8d791   14 months ajbeach CandidateFinder? fills in the CodeLocation? on a generated expression. … ADTast-experimental
(edit) @153d3440   14 months ajbeach Reorganize CandidateFinder? to lower indentation. I did not flatten the … ADTast-experimental
(edit) @ea2759b   14 months ajbeach Some clean-up in CurrentObject?, so that TupleIterator? is no longer … ADTast-experimental
(edit) @485393c   15 months ajbeach Moved code out of the CurrentObject? header. ADTast-experimental
(edit) @fac05b3   15 months ajbeach Removed members from TupleType?. They were only used in one place, … ADTast-experimental
(edit) @9feb34b   15 months ajbeach Moved toString and toCString to a new header. Updated includes. … ADTast-experimental
(edit) @8f06277   16 months ajbeach Some clean-up in Common/utility.h. Deleted some unused declarations … ADTast-experimental
(edit) @a0d1f1c   17 months ajbeach Header Clean-up: Removed no longer needed includes from typeops, and … ADTast-experimental
(edit) @5bf3976   17 months ajbeach Header Clean-Up: Created new headers for new AST typeops and moved … ADTast-experimental
(edit) @fed6a0f   17 months ajbeach Header Clean-up: Moving more declarations to the header of the … ADTast-experimental
(edit) @7b5694d   17 months ajbeach Header Clean-up: Moved more things from typeops to Unify. ADTast-experimental
(edit) @e563edf   17 months ajbeach Header Clean-up: Clearing out typeops, moving things to Unify because … ADTast-experimental
(edit) @f76dd1a   18 months ajbeach Some cleanup in RenameVars?.cc. ADTast-experimental
(edit) @93c10de   19 months ajbeach Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and … ADTast-experimental
(edit) @93d2219   20 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e874605   20 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as … ADTast-experimental
(edit) @0026d67   20 months ajbeach Replaced Mangle::typeMode() with Mangle::mangleType(...), as it is how … ADTast-experimental
(edit) @5408b59   20 months j82liang Remove var in QualifiedNameExpr? ADTast-experimental
(edit) @5d8dae7   21 months ajbeach Used Pass::read in Unify in one place. ADTast-experimental
(edit) @0bd46fd   21 months Thierry Delisle Fixed several warnings ADTast-experimentalpthread-emulation
(edit) @a065f1f   21 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @4520b77e   21 months j82liang Merge to Master Sept 19 ADTast-experimentalpthread-emulation
(edit) @ef1da0e2   21 months f37yu try to make parameter qualifier conversion work for assertions ADTast-experimentalpthread-emulation
Note: See TracRevisionLog for help on using the revision log.