source: src/ResolvExpr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @bc61563   3 months ajbeach Factored out a very complex condition into a helper function and …
(edit) @f1149ac   3 months j82liang Remove unused variables
(edit) @a4da45e   3 months j82liang Resolve conflict
(edit) @0522ebe   3 months j82liang Add EnumPosType? to type system
(edit) @2beaf9b   3 months ajbeach Forgot to update comments from the last commit.
(edit) @2810700   3 months ajbeach The two argument form of the conditional operator now only has two …
(edit) @f431ab26   3 months ajbeach Fixed whitespace ResolveTypeof?.cc.
(edit) @14755e5   3 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   4 months j82liang Remove EnumPosExpr?, an early design that no longer used. The …
(edit) @496ffc17   4 months j82liang Fix dangling reference to posE function
(edit) @32490deb   4 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c75b30a   4 months j82liang Introduce posE, valueE, labelE pseudo language to the language. Rework …
(edit) @7329b0a   4 months ajbeach advance_to_mutex has been replaced nextMutex.
(edit) @61e362f   4 months ajbeach Changed notZeroExpr so that expressions with conditional contexts are …
(edit) @59c8dff   4 months j82liang Draft Implementation for enum position pesudo function (posE). …
(edit) @ca9d65e   5 months pabuhr second attempt at simplifying SemanticError? messages
(edit) @4c2fe47   5 months pabuhr formatting
(edit) @b1f2007   5 months pabuhr first attempt at simplifying SemanticError? and its usage
(edit) @2345ab3   6 months ajbeach Clean-up of the chain mutator. Seems like it is underused.
(edit) @4a89b52   6 months ajbeach Renamed ResolvMode? to ResolveMode?. This is less consistent with the …
(edit) @da5ac2e   6 months ajbeach Removed unused case in CurrentObject::findNext. Did a bit of clean-up …
(edit) @2908f08   6 months ajbeach Most of ResolvExpr? was written before the new style standard. Some …
(edit) @5625427   6 months ajbeach Remove the warning directive from SpecCost?, you can't actually use the …
(edit) @0bd3faf   6 months ajbeach Removed forward declarations missed in the BaseSyntaxNode? removal. …
(edit) @c6b4432   7 months ajbeach Remove BaseSyntaxNode? and clean-up.
(edit) @fa761c2   7 months ajbeach Changed some new uses of UniqueId? to the ast version. Changed where …
(edit) @58c64323   7 months ajbeach Hang on, eval doesn't have any side effects.
(edit) @4ac402d   7 months ajbeach Added a missing include (not sure how that slipped through) and did …
(edit) @7d55e4d   7 months ajbeach Simple rework to BasicTypes?-gen.cc to avoid refering to the old ast. …
(edit) @8cbe732   7 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   8 months j82liang Fix typo{
(edit) @c7616dd   8 months j82liang Fix designation value error
(edit) @62c6cfa   8 months j82liang Revert "Fix designator value in enumerated array and implemented …
(edit) @c1e66d9   8 months j82liang Fix designator value in enumerated array and implemented enumerated …
(edit) @4894239   9 months j82liang Allow uninitialized enum value as designators
(edit) @1fc111c   9 months j82liang Bug fix
(edit) @2a301ff   9 months j82liang Resolve conflict
(edit) @92355883   9 months j82liang Array can use enum instance with explicit initializer as designator. …
(edit) @8f31be6   11 months ajbeach Fixed some warnings, deleted some commented out code.
(edit) @f02f546   11 months mlbrooks Implement new rules for array dimension expression matching. Core …
(edit) @64727bd   11 months ajbeach Did my best to reimplement all the improvements made to …
(edit) @b96b1c0   11 months ajbeach Reproduing changes from commit eb8d791. This fixes most of the errors …
(edit) @da4a570   11 months caparson commented out some debugging code
(edit) @e172f42   11 months caparson Merge branch 'ast-experimental'
(edit) @8f557161   11 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   12 months ajbeach Removed some warnings. ast-experimental
(edit) @b9fe89b   12 months mlbrooks Make the symbol table's error-checking times explicit. Previously, … ast-experimental
(edit) @251ce80   12 months f37yu remove reference to symbol table in unify ast-experimental
(edit) @bccd70a   12 months ajbeach Removed internal code from TypeSubstitution? header. It caused a chain … ast-experimental
(edit) @34b4268   13 months f37yu fix ast-experimental
(edit) @0c840fc   13 months f37yu WIP some bugs show up resolving array tuple indexing ast-experimental
(edit) @46da46b   13 months f37yu current progress ast-experimental
(edit) @6e1e2d0   13 months caparson resolved merge conflicts ADTast-experimental
(edit) @c86b08d   13 months caparson added support for the waituntil statement in the compiler ADTast-experimental
(edit) @699a97d   13 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   14 months ajbeach Moved code out of the CurrentObject? header. ADTast-experimental
(edit) @fac05b3   14 months ajbeach Removed members from TupleType?. They were only used in one place, … ADTast-experimental
(edit) @9feb34b   14 months ajbeach Moved toString and toCString to a new header. Updated includes. … ADTast-experimental
(edit) @8f06277   15 months ajbeach Some clean-up in Common/utility.h. Deleted some unused declarations … ADTast-experimental
(edit) @a0d1f1c   16 months ajbeach Header Clean-up: Removed no longer needed includes from typeops, and … ADTast-experimental
(edit) @5bf3976   16 months ajbeach Header Clean-Up: Created new headers for new AST typeops and moved … ADTast-experimental
(edit) @fed6a0f   16 months ajbeach Header Clean-up: Moving more declarations to the header of the … ADTast-experimental
(edit) @7b5694d   16 months ajbeach Header Clean-up: Moved more things from typeops to Unify. ADTast-experimental
(edit) @e563edf   16 months ajbeach Header Clean-up: Clearing out typeops, moving things to Unify because … ADTast-experimental
(edit) @f76dd1a   17 months ajbeach Some cleanup in RenameVars?.cc. ADTast-experimental
(edit) @93c10de   18 months ajbeach Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and … ADTast-experimental
(edit) @93d2219   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e874605   19 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as … ADTast-experimental
(edit) @0026d67   19 months ajbeach Replaced Mangle::typeMode() with Mangle::mangleType(...), as it is how … ADTast-experimental
(edit) @5408b59   19 months j82liang Remove var in QualifiedNameExpr? ADTast-experimental
(edit) @5d8dae7   20 months ajbeach Used Pass::read in Unify in one place. ADTast-experimental
(edit) @0bd46fd   20 months Thierry Delisle Fixed several warnings ADTast-experimentalpthread-emulation
(edit) @a065f1f   20 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @4520b77e   20 months j82liang Merge to Master Sept 19 ADTast-experimentalpthread-emulation
(edit) @ef1da0e2   20 months f37yu try to make parameter qualifier conversion work for assertions ADTast-experimentalpthread-emulation
(edit) @12df6fe   20 months j82liang Fix an enumerator value bug; add basic tests for new features; save … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @09f34a84   20 months Thierry Delisle Remove some of the warnings on the new clang ADTast-experimentalpthread-emulation
(edit) @b0d9ff7   21 months j82liang Fix up the QualifiedNameExpr?. It should now work on both old AST and … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5cf1228   22 months ajbeach Clean-up the new specialize pass. (Especially the cruft from the hand-off.) ADTast-experimentalpthread-emulation
(edit) @def751f   22 months j82liang Merge branch 'master' into qualifiedEnum ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ffec1bf   22 months f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e23b446   22 months f37yu add specialize pass ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b729c01   22 months j82liang Update enum unifier; now unifier compare types based on the enum's base ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d958834b   22 months j82liang Save a minimal compilable version. The enum pointer … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b9f8274   23 months ajbeach Removed the validate sub-pass interface. This also showed an extra … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f37d9e7   23 months pabuhr change CurrentObject?.cc to use eval rather than ad-hoc … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1df492a   2 years j82liang Convert TypeInstType? to PointerType? before resolution ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fc134a48   2 years j82liang Implement the struct enum ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9939dc3   2 years ajbeach Reduced the number of object files linked into the demangler. Some of … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @24ceace   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e7236f4   2 years j82liang Resolution of struct enum. The codegen of struct enum will be in the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f6e6a55   2 years ajbeach Added ast::WaitForClause? and changed ast::WaitForStmt? to use it. This … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5bb1ac1   2 years j82liang Allow generic types ADTast-experimentalenumpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.