source: src/ResolvExpr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   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   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   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   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   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   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   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   17 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   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   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
(edit) @12df6fe   21 months j82liang Fix an enumerator value bug; add basic tests for new features; save … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @09f34a84   21 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   23 months ajbeach Clean-up the new specialize pass. (Especially the cruft from the hand-off.) ADTast-experimentalpthread-emulation
(edit) @def751f   23 months j82liang Merge branch 'master' into qualifiedEnum ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ffec1bf   23 months f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e23b446   23 months f37yu add specialize pass ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b729c01   23 months j82liang Update enum unifier; now unifier compare types based on the enum's base ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d958834b   23 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   2 years 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
(edit) @d8e2a09   2 years j82liang Merge with master ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @92538ab   2 years j82liang Resolve conflict ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4559b34   2 years j82liang Update the String Enum implementation. The declaration now can handles … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @b230091   2 years ajbeach Added a 'missing' TypeInstType? constructor and rewrote some calls to … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @400b8be   2 years ajbeach Added StmtClause? and converted the existing nodes that should be clauses. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @94fa946   2 years ajbeach Cleaned up some files I have been looking at a lot recently. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f238fcc2   2 years j82liang Enable numeric type for typed enum ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @3bc69f2   2 years ajbeach May have fixed the build failure, but I'm still not sure why … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @39d8950   2 years ajbeach Thread global information through resolution. Non-top-level calls to … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9d8124f   2 years f37yu fix some code that clearly does not accomplish the correct thing. has … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @6668a3e   2 years Thierry Delisle Waitfor now resolves calls to get_monitor inside the resolver rather … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @1f7dc61   2 years Thierry Delisle Consistently changed TranslationUnit? from struct to class. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @3b0bc16   2 years pabuhr change class name WhileStmt? to WhileDoStmt?, add else clause to … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1622af5   3 years ajbeach Created CandidatePrinter? from AlternativePrinter? (seems to uncover a … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7f62b708   3 years Thierry Delisle Step 2 of $thread to thread$ Missed some of the source ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @943bfad   3 years Thierry Delisle Fixed several warnings for clang@head ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @de57af9   3 years ajbeach Added some asserts in CurrentObject? that prevent segfaults for better … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @fcd0b9d7   3 years mlbrooks PolyCost? calculation result becomes 0 or 1 per type, avoiding … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @978e5eb   3 years mlbrooks Calculation of specialization benefit (spec "cost") looks inside the … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @eef8dfb   3 years Thierry Delisle Merge branch 'master' into dkobets-vector ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @1958fec   3 years f37yu increase recursive assertion depth limit ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7583c02   3 years f37yu partially improve #226: resolver environment size reduced to O(n) … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @0536c03   3 years f37yu remove unnecessary prune ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @302ef2a   3 years f37yu smart pointer memory safety ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b107885   3 years f37yu remove warning message ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8ba363e   3 years f37yu fix size type on 32 bit build ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @3e5dd913   3 years f37yu reimplement function type and eliminate deep copy ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @2dda05d   3 years f37yu recursively visit inferred ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.