source: src/AST

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @eb211bf   2 years ajbeach Did some clean-up with the ast::Pass class. Moved some things out of … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @1f7dc61   2 years Thierry Delisle Consistently changed TranslationUnit? from struct to class. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9490621   2 years ajbeach My work in progress implementation of ForallPointerDecay? for Fangren. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ee918356   2 years Thierry Delisle Some clean-up to remove clang-only warnings ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f8143a6   2 years Thierry Delisle Change pass visitor to avoid more transient strong references ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @6180274   2 years pabuhr more cleanup, make more function parameters const, remove more std:: ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ff3b0249   2 years pabuhr add else clause into WhileDoStmt? and ForStmt? ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3b0bc16   2 years pabuhr change class name WhileStmt? to WhileDoStmt?, add else clause to … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ab1a9ea   2 years caparson fixed merge ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @34c32f0   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @89a5a1f   2 years pabuhr formatting, starting adding elsePart to while, do, and for statements ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @cef7430   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @6b2d444   2 years caparson changed a few mutexstmt things ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @e21f253   2 years ajbeach Removed the VISIT macro from Pass.impl.hpp. It was a very small … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a488783   2 years ajbeach Translated the first half of validate-D. HoistControlStruct? is pretty … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @451d958   2 years f37yu print function type correctly before resolver ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @91a72ef   2 years ajbeach Some assorted bits of clean-up. InitializerLength? was missing some … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a4a6802   2 years f37yu fill in FunctionType? assertions early ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f27331c   2 years ajbeach Factored the AddressExpr? constructor body into a helper that makes it … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @0351e9f   2 years ajbeach Clean-up white-space and comments in the AST/Print module. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3cc1111   2 years ajbeach Small fix in Decl.hpp and a new-ast function added in InitTweak?. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1387ea0   2 years ajbeach We can now thread the global/special declarations from convert to … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ce36b55   2 years ajbeach Translation of Validate F; and some improvements in some helpers. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3249dd8b   2 years ajbeach Some clean-up. DeepCopyCore? lost its already tenous reason to be in … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @b7fd9daf   2 years f37yu Merge branch 'new-ast-unique-expr' ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f95634e   2 years f37yu fix unique expr pass ADTast-experimentalenumforall-pointer-decaynew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @bb9924c   2 years f37yu fix unique expr pass ADTast-experimentalenumforall-pointer-decaynew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b8ab91a   2 years ajbeach Fix Labels pass translated. This is fix label, mult-level exit and … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c600df1   2 years ajbeach Added ast::WithConstTranslationUnit? to give access to the surrounding … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @148ba7d   2 years ajbeach Added a return value to WithGuards::GuardValue? so you can save the old … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @68fe946e   2 years ajbeach Updated DeclStats? for the new ast. Also fixed a bug in the old … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @6cebfef   3 years caparson added mutex stmt monitor ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @cc64be1d   3 years ajbeach Added VTableType to the conversion passes. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @3945abe   3 years Thierry Delisle New-AST boilerplate for vtable ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b238618   3 years ajbeach Added VTableType to the new ast. 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) @6e50a6b   3 years mlbrooks Implementing language-provided syntax for (array) dimensions. Former … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @798a8b3   3 years Thierry Delisle Attributes are now correctly visited when replacing typedefs ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @bc179fd   3 years Thierry Delisle Removed more gcc11 warnings ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @68ff3de   3 years Thierry Delisle Removed unnecessary copy in loop ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @93f74c0f   3 years Thierry Delisle Changed how new pass visitor gets the return type of previsit to avoid … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b91bfde   3 years ajbeach Added and used some helpers. The widely useful one is a from_string … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @cd59d28   3 years ajbeach A bit of clean-up in AST/Type.cpp. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @2d019af   3 years pabuhr parser global pragmas, fixes #241 ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @20207c0   3 years pabuhr fix old AST error printing for new kinds of types ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b66d14a   3 years pabuhr add new type kinds DStype and ALtype 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) @c9f6983   3 years f37yu fix non-initialization UB ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @a00a2c1   3 years f37yu fix reorder warning 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) @361bf01   3 years f37yu remove ParameterizedType? and put content into FunctionType? ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b3a0df6   3 years f37yu attempt to fix sizeType in new ast ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @3e3f236   3 years f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @6a45bd78   3 years f37yu cleanup: remove params in TypeDecl? (never used) ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @08ce416   3 years Thierry Delisle Changed configure to use new-ast by default. Ast options no longer … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @cd6a6ff   3 years Thierry Delisle Improved coverage of deterministic_output to be much finer grain. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @0292aa4   3 years ajbeach Fixed some formating/cleanlyness mistakes. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @4702a2c   3 years f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e5c3811   3 years f37yu create dedicated symbol tables for big 3 operators note: arbitrary … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @bb87dd0   3 years mlbrooks Fixing test init1-ERROR on new ast. Applying equivalent of b81fd95, … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @a056f56   3 years Thierry Delisle Fixed forward declaration of TranslationUnit? ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @23954b6   3 years ajbeach Convert now fills in the globals of the TranslationUnit?. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e00c22f   3 years f37yu someone liked snake_case ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @0dd9a5e   3 years f37yu delay autogen resolve ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @16ba4a6   3 years f37yu factor out resolver calls in pre-resolution stage ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @293dc1c   3 years ajbeach TranslationUnit? is now used at the top-level of the new-ast passes. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @82f791f   3 years ajbeach Fixed ast::Pass::visit(CompoundStmt?*) so it updates the right … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c6c682cf   3 years ajbeach This should make the value of Pass[Visitor]::inFunction match the … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @1be1e5a   3 years ajbeach Added the TranslationUnit? class to avoid globals. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @53d55b6   3 years Thierry Delisle Changed approach for isInFunction and implemented for old ast ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @5d2db68   3 years Thierry Delisle Fixed documentation and naming ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @cb25fc9   3 years Thierry Delisle Added to new ast mixin for checker whether it is inFunction or not ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e7d6968   3 years f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc into master ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @490fb92e   3 years f37yu move FixInit? to new ast ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.