source: src/AST

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @251ce80   10 months f37yu remove reference to symbol table in unify ast-experimental
(edit) @efe89894   10 months ajbeach Fixed small whitespace issue. ast-experimental
(edit) @bccd70a   10 months ajbeach Removed internal code from TypeSubstitution? header. It caused a chain … ast-experimental
(edit) @2d0f918   11 months ajbeach Clean up methods for result1/N/Nstmt classes and the padantic pass macros. ADTast-experimental
(edit) @6e1e2d0   11 months caparson resolved merge conflicts ADTast-experimental
(edit) @c86b08d   11 months caparson added support for the waituntil statement in the compiler ADTast-experimental
(edit) @d859a30   12 months ajbeach Some SymbolTable? clean-up I did while trying a change I didn't go … ADTast-experimental
(edit) @fb4dc28   12 months ajbeach Moved new ast code out of one of the old files. The new file may have … ADTast-experimental
(edit) @94c98f0e   12 months ajbeach Added/cleaned some AST comments. ADTast-experimental
(edit) @fac05b3   12 months ajbeach Removed members from TupleType?. They were only used in one place, … ADTast-experimental
(edit) @835d6e8   12 months ajbeach ast::SuspendStmt::Type -> ::Kind, this fits the new convention where … ADTast-experimental
(edit) @3e94a23   12 months ajbeach More use of the new AST named boolean types. ADTast-experimental
(edit) @bb7422a   12 months ajbeach Translated parser to the new ast. This incuded a small fix in the … ADTast-experimental
(edit) @afdb74b   12 months ajbeach Looks like we missed one of the ast 'should be in every derived class' … ADTast-experimental
(edit) @056bee8   12 months ajbeach Added printing of with clauses to the printing of both new and old ast … ADTast-experimental
(edit) @fed03b3   13 months ajbeach Make sure fields of the TranslationUnit?, and its TranslationGlobal?ADTast-experimental
(edit) @257a8f5   13 months ajbeach Made some of the AST/Print helpers public. ADTast-experimental
(edit) @8f06277   13 months ajbeach Some clean-up in Common/utility.h. Deleted some unused declarations … ADTast-experimental
(edit) @26e6d88   14 months ajbeach Updated indentation in Pass.proto.hpp. ADTast-experimental
(edit) @cad9edb   14 months ajbeach Split the forward include namespace from the declaration namespace in … ADTast-experimental
(edit) @d3bffdb   14 months ajbeach Added some notes to porting.md. ADTast-experimental
(edit) @a0d1f1c   14 months ajbeach Header Clean-up: Removed no longer needed includes from typeops, and … ADTast-experimental
(edit) @fed6a0f   15 months ajbeach Header Clean-up: Moving more declarations to the header of the … ADTast-experimental
(edit) @7b5694d   15 months ajbeach Header Clean-up: Moved more things from typeops to Unify. ADTast-experimental
(edit) @e563edf   15 months ajbeach Header Clean-up: Clearing out typeops, moving things to Unify because … ADTast-experimental
(edit) @66a89e7   15 months ajbeach pass::get_result -> pass::result::get for consistency with the … ADTast-experimental
(edit) @d0bdb18   15 months ajbeach Removed extra scope calls in the new Pass. Added some documentation on … ADTast-experimental
(edit) @93c10de   16 months ajbeach Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and … ADTast-experimental
(edit) @db6cdc0   17 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e4d7c1c   17 months j82liang Implement enum Hiding ADTast-experimental
(edit) @19a8c40   17 months ajbeach Some clean-up I had stashed from before I knew the InlineMemberDecl?ADTast-experimental
(edit) @71806e0   17 months j82liang Rename InlineValueDecl? to InlineMemberDecl? ADTast-experimental
(edit) @44547b0   17 months ajbeach Removed the ObjectDecl? fields now represented on InlineValueDecl?. … ADTast-experimental
(edit) @f2ff0a6   17 months ajbeach Function attributes are now visited earlier, so they are not … ADTast-experimental
(edit) @93d2219   17 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e874605   17 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as … ADTast-experimental
(edit) @63d1ebe   17 months ajbeach Changed GenPoly::TypeVarMap? to use the same key type as … ADTast-experimental
(edit) @bc899d6   17 months ajbeach Added ast::vector as a short hand and used it in one file as a test. ADTast-experimental
(edit) @77de429   18 months j82liang Fix overriding enum value ADTast-experimental
(edit) @c2b3243   18 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @5408b59   18 months j82liang Remove var in QualifiedNameExpr? ADTast-experimental
(edit) @1e30df7   18 months j82liang Supports inline enums ADTast-experimental
(edit) @fad1f14   18 months ajbeach Small bits of clean-up I would rather not want to keep looking at. ADTast-experimental
(edit) @4b8b2a4   18 months ajbeach Make unset locations earier to find with a search for 'CodeLocation?()'. ADTast-experimental
(edit) @c02cef1   18 months ajbeach Clean-up in AST/Inspect. ADTast-experimental
(edit) @3f7e68b7   18 months ajbeach It has been ~3 years, still no one is using GuardMethod?. ADTast-experimental
(edit) @b859f59   18 months ajbeach Reordered fields in FunctionDecl? and removed some trailing white-space. ADTast-experimental
(edit) @e01eb4a   18 months ajbeach Moved some functions from InitTweak? to Inspect. ADTast-experimental
(edit) @20737104   18 months ajbeach Wrote a new asForward helper for Autogen. ADTast-experimentalpthread-emulation
(edit) @e9e9f56   18 months ajbeach Used the WithCodeLocation? helper in more passes. This cleans up some … ADTast-experimentalpthread-emulation
(edit) @a065f1f   18 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @4520b77e   18 months j82liang Merge to Master Sept 19 ADTast-experimentalpthread-emulation
(edit) @ef1da0e2   18 months f37yu try to make parameter qualifier conversion work for assertions ADTast-experimentalpthread-emulation
(edit) @8f1e035   18 months ajbeach Created a new module for more ast helpers. Put in code to efficiently … ADTast-experimentalpthread-emulation
(edit) @ae1d151   19 months ajbeach White-space fixes and an improvement to some clean-up. ADTast-experimentalpthread-emulation
(edit) @09f34a84   19 months Thierry Delisle Remove some of the warnings on the new clang ADTast-experimentalpthread-emulation
(edit) @747d0fa   19 months ajbeach White-space clean-up in DeclReplacer?. ADTast-experimentalpthread-emulation
(edit) @95e5018   19 months ajbeach Changed ast::pass::make_location_guard so it should work with C++14. ADTast-experimentalpthread-emulation
(edit) @a9762dc   19 months Thierry Delisle Passvisitor can now track code location ADTast-experimentalpthread-emulation
(edit) @3606fe4   19 months ajbeach Translated Instantiate Generic to the new AST. This includes various … ADTast-experimentalpthread-emulation
(edit) @b0d9ff7   19 months j82liang Fix up the QualifiedNameExpr?. It should now work on both old AST and … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ed9a1ae   19 months Thierry Delisle Cfa now distinguishes between thread and _Thread_local. ADTast-experimentalpthread-emulation
(edit) @3992098   20 months ajbeach Changed the default Linkage on ast::FunctionDecl? from C to Cforall to … ADTast-experimentalpthread-emulation
(edit) @e8616b6   20 months ajbeach Changed the default Linkage on ast::ObjectDecl? from C to Cforall. … ADTast-experimentalpthread-emulation
(edit) @ffec1bf   20 months f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e23b446   20 months f37yu add specialize pass ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6a896b0   21 months ajbeach Translated the Exception Declaration pass. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1931bb0   21 months ajbeach Converted 'Validate A' to the new AST. There some utility changes as well. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7b71402   21 months ajbeach Some white-space and comment fixes. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b70abaf   21 months Thierry Delisle Added inspect file for asking questions about the ast. So far only … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @eb5962a   22 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1df492a   22 months j82liang Convert TypeInstType? to PointerType? before resolution ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6739590   22 months ajbeach A small spacing fix. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @a8b87d3   22 months ajbeach Various bits of clean-up. The big one was some renaming inside … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e6cf857f   23 months ajbeach call -> createCall: The template wrapper has been removed and now it … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @491bb81   23 months ajbeach Fixed some whitespace and indentation issues. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7675f58   23 months ajbeach Labels on statements (not all Labels in the AST) now have all their … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @3f681b1   23 months ajbeach Added the new invariant checks. There seems to be a few unset … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7edd5c1   23 months ajbeach Assorted fixes to the AST, found while I was trying to add more … 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) @298fe57   2 years ajbeach Translated 3/4 of validate_B. Link Reference To Types has been removed … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f6e6a55   2 years ajbeach Added ast::WaitForClause? and changed ast::WaitForStmt? to use it. This … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @374cb117   2 years j82liang Replace the interface for EnumDecl? node construction to support … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @4ec9513   2 years ajbeach Converted validate C, including adding DimensionExpr? to the new ast. 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) @2377ca2   2 years ajbeach Updated some names on mutate functions to me more consistent with some … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @400b8be   2 years ajbeach Added StmtClause? and converted the existing nodes that should be clauses. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @8631c84   2 years ajbeach Made ast::ptr_base swappable. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f238fcc2   2 years j82liang Enable numeric type for typed enum ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @39d8950   2 years ajbeach Thread global information through resolution. Non-top-level calls to … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @33b7d49   2 years ajbeach Added another check to checkInvariants for code locations. I also went … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4f6dda0   2 years ajbeach Converted Implement Concurrent Keywords to the new AST. Includes … ADTast-experimentalenumpthread-emulationqualifiedEnum old-sched
(edit) @3e54399   2 years j82liang The compiler now will add a cast to base type for the usage of type … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f135b50   2 years j82liang The compiler is now trying to pass the value of enum const to code … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f69fac7   2 years ajbeach Got the Util module started by moving over the unused AssertAcyclic? pass. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9ef9644   2 years ajbeach Merge branch 'forall-pointer-decay' into 'master'. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @7d7ef6f   2 years ajbeach Revereted some changes and added a fix to get around the current issue … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.