source: src/ResolvExpr

Revision Log Mode:


Legend:

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