source: src/AST

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @d96f7c4   3 days pabuhr expunge fallthru keyword and replace its usages with fallthrough
(edit) @37c3db8   7 days mlbrooks Improve pointer's debug print format to include array-like detail when …
(edit) @689d057   8 days pabuhr unsure if these files should be committed because they have generated code
(edit) @36dfdac   6 weeks mlbrooks Enable partial autogen for types declared inside functions. Done by …
(edit) @64f3b9f   6 weeks mlbrooks Fix support for partial autogen. Partial autogen means that some …
(edit) @eae8b37   7 weeks j82liang Move enum.hfa/enum.cfa to prelude
(edit) @956b389   2 months j82liang add isMember to DeclWithType?
(edit) @ecf3812   2 months ajbeach CastExpr? reorganization and clean-up in Lvalue. I kept these from a …
(edit) @ed96731   2 months ajbeach With{Stmts,Decls}ToAdd? how has an -X version like WithSymbolTableX. …
(edit) @90be0cf   3 months ajbeach Moved some methods out of EnumDecl?. These were calculations and the …
(edit) @16ba4897   3 months ajbeach Replaced SemanticErrorException::isEmpty with ...::throwIfNonEmpty. …
(edit) @2d6add4   4 months ajbeach Fixed a bad initialization in ForeachStmt?. Seems to have been there in …
(edit) @fca78f1   4 months ajbeach Added ForeachStmt? (felt better than ForEachStmt?). This new node is a …
(edit) @c5f69fd   4 months pabuhr clean up naming of float-point types, and start to add new ARM …
(edit) @f5dbc8d   4 months ajbeach Removed some unneeded code that could have gone last commit.
(edit) @b6f2e7ab   4 months ajbeach Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would …
(edit) @a7efc96   4 months ajbeach Made sure a variable is always initialized and removed some trailing …
(edit) @d1fbc56e   5 months ajbeach Removed two lingering set_extension functions from ast. There was one …
(edit) @0e6aba06   5 months pabuhr formatting
(edit) @88bc876   6 months ajbeach Breaks (and some other control flow) in a loop else clause now work. I …
(edit) @8315947   6 months j82liang Remove automatic conversion from Enum type name to its len; change …
(edit) @0c327ce   6 months j82liang 1. Add bound check to Serial function: now compiler generates the …
(edit) @358e3481   6 months ajbeach Visit the else_ children of loops. I don't know how things worked this …
(edit) @bb336a6   6 months j82liang Fixed the problem when enum use another enumerator as initializer
(edit) @c2cf2d0   7 months ajbeach Made string literals constants. Preformed required updates. Resisted …
(edit) @8c55d34   7 months ajbeach Fixed spelling mistake. (I'm 99% sure.)
(edit) @f8f298c   7 months j82liang replace decl->base with isTyped()
(edit) @5ccc733   7 months j82liang Fix the bug that C style enum cannot to use as an lvalue
(edit) @d3aa55e9   7 months j82liang 1. Disallow implicit conversion from cfa enum to int during on the …
(edit) @525f7ad   7 months j82liang 1. Add count_e( enum_name ), a pseudo function that return the …
(edit) @85855b0   7 months j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns …
(edit) @822332e   8 months ajbeach It seems clang uses different scoping rules for the trailing return of …
(edit) @96c04e4   8 months ajbeach Simplified the visit children guard to use a ValueGuardPtr?. For …
(edit) @bfcd3af   8 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2c8946b   8 months ajbeach Various whitespace and intentation updates.
(edit) @31f4837   8 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @acb33f15   8 months j82liang Change enum conversion steps
(edit) @5f225f5   8 months ajbeach Perhaps only src/Makefile.am needed to change, but I did a text search …
(edit) @c92bdcc   8 months ajbeach Updated the rest of the names in src/ (except for the generated files).
(edit) @b2ea0cd   9 months ajbeach First wave of file renaming. Rename files in src/ and update all …
(edit) @164a6b6   9 months ajbeach Simplified the visit_children feature of Pass template. This should …
(edit) @d7c0ad5   9 months ajbeach Removed some overloads from the Pass template. I believe these were …
(edit) @fc1a3e2   9 months ajbeach Style update. Focused on indentation and trailing whitespace.
(edit) @b9b6efb   9 months ajbeach Removed porting.md, although some of its information is still …
(edit) @7a780ad   9 months ajbeach Moved ast::BasicType::Kind to ast::BasicKind? in its own hearder. This …
(edit) @8fd53b6e   9 months ajbeach Change for C++20 compatability. We may not be upgrading soon but this …
(edit) @dc58e5d   9 months j82liang Small cleanup
(edit) @af746cc   9 months j82liang Reimplement the resolution of Enum instance type
(edit) @7a36848   9 months ajbeach Further Pass template clean-up, reimplementing the translation unit …
(edit) @90320ac   9 months ajbeach Clean-up in the Pass template around call_accept. Removed overloads …
(edit) @485cf59   10 months ajbeach Small improvement in the Pass template implementation. Thierry and I …
(edit) @a4da45e   11 months j82liang Resolve conflict
(edit) @0522ebe   11 months j82liang Add EnumPosType? to type system
(edit) @624ba3a5   11 months pabuhr formatting
(edit) @9ddcee1   12 months j82liang Remove EnumPosExpr?, an early design that no longer used. The …
(edit) @16afb2a   12 months j82liang Fix the print for enum with type
(edit) @544deb9   12 months j82liang Update ReplacePseudoFunc?, mostly the runtime lookup for attribute …
(edit) @f988834   12 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @59c8dff   12 months j82liang Draft Implementation for enum position pesudo function (posE). …
(edit) @11f65b3   12 months ajbeach I believe switching isValidOnFuncParam from an allow-list to a …
(edit) @5bf685f   12 months ajbeach Replayed maybeClone with maybeCopy, removed unused helppers in …
(edit) @b262cb3   13 months ajbeach Unified and fixed handling of parameter attributes.
(edit) @c7ebbec   13 months ajbeach Reorganization of Linkage::Spec. is_mangled represented two properties …
(edit) @4c2fe47   13 months pabuhr formatting
(edit) @b1f2007   13 months pabuhr first attempt at simplifying SemanticError? and its usage
(edit) @2345ab3   14 months ajbeach Clean-up of the chain mutator. Seems like it is underused.
(edit) @c7f9f53   14 months ajbeach Moved include from Decl header. Removed some old ast code from the Parser.
(edit) @c4570af3   14 months ajbeach Removed some code that supported ast conversion, it supported ast …
(edit) @37273c8   14 months ajbeach Removed the old-ast-compatable FunctionDecl? constructor. However, …
(edit) @c36a419   14 months ajbeach Removed Decl::fromId as it was unused. There are a few places that use …
(edit) @6a0b043   14 months ajbeach Did some investigation of WithStmt?. It may not be possible to convert …
(edit) @634cb80   14 months pabuhr formatting
(edit) @0bd3faf   14 months ajbeach Removed forward declarations missed in the BaseSyntaxNode? removal. …
(edit) @61efa42   15 months ajbeach Took the special main linkage code out of FunctionDecl? and put it into …
(edit) @f5ec35a   15 months ajbeach Removed an extra forward declaration.
(edit) @c6b4432   15 months ajbeach Remove BaseSyntaxNode? and clean-up.
(edit) @3d9d017   15 months caparson added cofor implementation
(edit) @f43146e4   15 months ajbeach Updated some stats/counters to trigger off the new AST. Others will …
(edit) @8941b6b   15 months ajbeach Direct translation of code generation.
(edit) @a1da039   15 months ajbeach Make all new declarations have a properly defined LinkageSpec?. Also …
(edit) @cf3da24   16 months ajbeach Fixed up some whitespace. Pretty minor stuff mostly.
(edit) @eb779d5   16 months caparson Implemented corun statement
(edit) @bfeb37a6   17 months ajbeach Added another check to the invariants for SizeofExpr/AlignofExpr?.
(edit) @14c0f7b   18 months ajbeach Added invariant to check that referenced declarations are in scope. …
(edit) @b7c53a9d   19 months ajbeach Added a new invariant check and the fixes required to make it pass. …
(edit) @e0069bd   19 months ajbeach Renaming of some SymbolTable? functions because they are different and …
(edit) @8f31be6   19 months ajbeach Fixed some warnings, deleted some commented out code.
(edit) @c8bf1b5   19 months ajbeach Removed a comment that referenced a long gone pass.
(edit) @260dad7   19 months ajbeach Updated indentation in AST/LinckageSpec.
(edit) @97b47ec   19 months ajbeach The 'sized' trait is now implemented on top of 'T *' declarations and …
(edit) @e172f42   19 months caparson Merge branch 'ast-experimental'
(edit) @8f557161   20 months mlbrooks Clarify and fix accuracy in eval public API, on reporting "unable to …
(edit) @62d62db   20 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   20 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @0658672   20 months ajbeach Improved hoisting. However, I had to change some code because of other … ast-experimental
(edit) @148f836e   20 months ajbeach Cleaned up namespacing, indentation and whitespacing in Pass.impl.hpp. ast-experimental
(edit) @334801b   20 months ajbeach Simplify one of the Pass::visit methods for CompoundStmt?. It repeats … ast-experimental
(edit) @b9fe89b   20 months mlbrooks Make the symbol table's error-checking times explicit. Previously, … ast-experimental
(edit) @251ce80   20 months f37yu remove reference to symbol table in unify ast-experimental
(edit) @efe89894   20 months ajbeach Fixed small whitespace issue. ast-experimental
Note: See TracRevisionLog for help on using the revision log.