source: src/AST

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a4da45e   3 months j82liang Resolve conflict
(edit) @0522ebe   3 months j82liang Add EnumPosType? to type system
(edit) @624ba3a5   3 months pabuhr formatting
(edit) @9ddcee1   4 months j82liang Remove EnumPosExpr?, an early design that no longer used. The …
(edit) @16afb2a   4 months j82liang Fix the print for enum with type
(edit) @544deb9   4 months j82liang Update ReplacePseudoFunc?, mostly the runtime lookup for attribute …
(edit) @f988834   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @59c8dff   5 months j82liang Draft Implementation for enum position pesudo function (posE). …
(edit) @11f65b3   5 months ajbeach I believe switching isValidOnFuncParam from an allow-list to a …
(edit) @5bf685f   5 months ajbeach Replayed maybeClone with maybeCopy, removed unused helppers in …
(edit) @b262cb3   5 months ajbeach Unified and fixed handling of parameter attributes.
(edit) @c7ebbec   6 months ajbeach Reorganization of Linkage::Spec. is_mangled represented two properties …
(edit) @4c2fe47   6 months pabuhr formatting
(edit) @b1f2007   6 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) @c7f9f53   6 months ajbeach Moved include from Decl header. Removed some old ast code from the Parser.
(edit) @c4570af3   6 months ajbeach Removed some code that supported ast conversion, it supported ast …
(edit) @37273c8   6 months ajbeach Removed the old-ast-compatable FunctionDecl? constructor. However, …
(edit) @c36a419   7 months ajbeach Removed Decl::fromId as it was unused. There are a few places that use …
(edit) @6a0b043   7 months ajbeach Did some investigation of WithStmt?. It may not be possible to convert …
(edit) @634cb80   7 months pabuhr formatting
(edit) @0bd3faf   7 months ajbeach Removed forward declarations missed in the BaseSyntaxNode? removal. …
(edit) @61efa42   7 months ajbeach Took the special main linkage code out of FunctionDecl? and put it into …
(edit) @f5ec35a   7 months ajbeach Removed an extra forward declaration.
(edit) @c6b4432   7 months ajbeach Remove BaseSyntaxNode? and clean-up.
(edit) @3d9d017   7 months caparson added cofor implementation
(edit) @f43146e4   7 months ajbeach Updated some stats/counters to trigger off the new AST. Others will …
(edit) @8941b6b   7 months ajbeach Direct translation of code generation.
(edit) @a1da039   7 months ajbeach Make all new declarations have a properly defined LinkageSpec?. Also …
(edit) @cf3da24   8 months ajbeach Fixed up some whitespace. Pretty minor stuff mostly.
(edit) @eb779d5   8 months caparson Implemented corun statement
(edit) @bfeb37a6   9 months ajbeach Added another check to the invariants for SizeofExpr/AlignofExpr?.
(edit) @14c0f7b   10 months ajbeach Added invariant to check that referenced declarations are in scope. …
(edit) @b7c53a9d   11 months ajbeach Added a new invariant check and the fixes required to make it pass. …
(edit) @e0069bd   11 months ajbeach Renaming of some SymbolTable? functions because they are different and …
(edit) @8f31be6   11 months ajbeach Fixed some warnings, deleted some commented out code.
(edit) @c8bf1b5   11 months ajbeach Removed a comment that referenced a long gone pass.
(edit) @260dad7   11 months ajbeach Updated indentation in AST/LinckageSpec.
(edit) @97b47ec   12 months ajbeach The 'sized' trait is now implemented on top of 'T *' declarations and …
(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) @0658672   12 months ajbeach Improved hoisting. However, I had to change some code because of other … ast-experimental
(edit) @148f836e   12 months ajbeach Cleaned up namespacing, indentation and whitespacing in Pass.impl.hpp. ast-experimental
(edit) @334801b   12 months ajbeach Simplify one of the Pass::visit methods for CompoundStmt?. It repeats … 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) @efe89894   12 months ajbeach Fixed small whitespace issue. ast-experimental
(edit) @bccd70a   13 months ajbeach Removed internal code from TypeSubstitution? header. It caused a chain … ast-experimental
(edit) @2d0f918   13 months ajbeach Clean up methods for result1/N/Nstmt classes and the padantic pass macros. ADTast-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) @d859a30   14 months ajbeach Some SymbolTable? clean-up I did while trying a change I didn't go … ADTast-experimental
(edit) @fb4dc28   14 months ajbeach Moved new ast code out of one of the old files. The new file may have … ADTast-experimental
(edit) @94c98f0e   14 months ajbeach Added/cleaned some AST comments. ADTast-experimental
(edit) @fac05b3   14 months ajbeach Removed members from TupleType?. They were only used in one place, … ADTast-experimental
(edit) @835d6e8   14 months ajbeach ast::SuspendStmt::Type -> ::Kind, this fits the new convention where … ADTast-experimental
(edit) @3e94a23   14 months ajbeach More use of the new AST named boolean types. ADTast-experimental
(edit) @bb7422a   14 months ajbeach Translated parser to the new ast. This incuded a small fix in the … ADTast-experimental
(edit) @afdb74b   14 months ajbeach Looks like we missed one of the ast 'should be in every derived class' … ADTast-experimental
(edit) @056bee8   15 months ajbeach Added printing of with clauses to the printing of both new and old ast … ADTast-experimental
(edit) @fed03b3   15 months ajbeach Make sure fields of the TranslationUnit?, and its TranslationGlobal?ADTast-experimental
(edit) @257a8f5   16 months ajbeach Made some of the AST/Print helpers public. ADTast-experimental
(edit) @8f06277   16 months ajbeach Some clean-up in Common/utility.h. Deleted some unused declarations … ADTast-experimental
(edit) @26e6d88   16 months ajbeach Updated indentation in Pass.proto.hpp. ADTast-experimental
(edit) @cad9edb   16 months ajbeach Split the forward include namespace from the declaration namespace in … ADTast-experimental
(edit) @d3bffdb   16 months ajbeach Added some notes to porting.md. ADTast-experimental
(edit) @a0d1f1c   17 months ajbeach Header Clean-up: Removed no longer needed includes from typeops, and … 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) @66a89e7   17 months ajbeach pass::get_result -> pass::result::get for consistency with the … ADTast-experimental
(edit) @d0bdb18   18 months ajbeach Removed extra scope calls in the new Pass. Added some documentation on … ADTast-experimental
(edit) @93c10de   19 months ajbeach Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and … ADTast-experimental
(edit) @db6cdc0   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e4d7c1c   19 months j82liang Implement enum Hiding ADTast-experimental
(edit) @19a8c40   19 months ajbeach Some clean-up I had stashed from before I knew the InlineMemberDecl?ADTast-experimental
(edit) @71806e0   19 months j82liang Rename InlineValueDecl? to InlineMemberDecl? ADTast-experimental
(edit) @44547b0   19 months ajbeach Removed the ObjectDecl? fields now represented on InlineValueDecl?. … ADTast-experimental
(edit) @f2ff0a6   19 months ajbeach Function attributes are now visited earlier, so they are not … 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) @63d1ebe   20 months ajbeach Changed GenPoly::TypeVarMap? to use the same key type as … ADTast-experimental
(edit) @bc899d6   20 months ajbeach Added ast::vector as a short hand and used it in one file as a test. ADTast-experimental
(edit) @77de429   20 months j82liang Fix overriding enum value ADTast-experimental
(edit) @c2b3243   20 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @5408b59   20 months j82liang Remove var in QualifiedNameExpr? ADTast-experimental
(edit) @1e30df7   20 months j82liang Supports inline enums ADTast-experimental
(edit) @fad1f14   20 months ajbeach Small bits of clean-up I would rather not want to keep looking at. ADTast-experimental
(edit) @4b8b2a4   20 months ajbeach Make unset locations earier to find with a search for 'CodeLocation?()'. ADTast-experimental
(edit) @c02cef1   20 months ajbeach Clean-up in AST/Inspect. ADTast-experimental
(edit) @3f7e68b7   21 months ajbeach It has been ~3 years, still no one is using GuardMethod?. ADTast-experimental
(edit) @b859f59   21 months ajbeach Reordered fields in FunctionDecl? and removed some trailing white-space. ADTast-experimental
(edit) @e01eb4a   21 months ajbeach Moved some functions from InitTweak? to Inspect. ADTast-experimental
(edit) @20737104   21 months ajbeach Wrote a new asForward helper for Autogen. ADTast-experimentalpthread-emulation
(edit) @e9e9f56   21 months ajbeach Used the WithCodeLocation? helper in more passes. This cleans up some … 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
Note: See TracRevisionLog for help on using the revision log.