source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a983cbf   2 years pabuhr fix bug in gcc conditional expression by cloning omitted operand
(edit) @b38f6da   2 years pabuhr update conflicting type-specifier error-messages
(edit) @0e0f25d5   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @086d6b8   2 years caparson changed actors to use bar operator
(edit) @b1e21da   2 years ajbeach Removed duplicate substution code in Autogen.
(edit) @64727bd   2 years ajbeach Did my best to reimplement all the improvements made to …
(edit) @b96b1c0   2 years ajbeach Reproduing changes from commit eb8d791. This fixes most of the errors …
(edit) @da4a570   2 years caparson commented out some debugging code
(edit) @e172f42   2 years caparson Merge branch 'ast-experimental'
(edit) @7e4bd9b6   2 years caparson updated actor-related passes to fix some bugs
(edit) @8f557161   2 years mlbrooks Clarify and fix accuracy in eval public API, on reporting "unable to …
(edit) @62d62db   2 years caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   2 years f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @0658672   2 years ajbeach Improved hoisting. However, I had to change some code because of other … ast-experimental
(edit) @0442f93f   2 years pabuhr update comments for special invalid syntax rules ast-experimental
(edit) @01fac29   2 years pabuhr lex _static_assert from C23 ast-experimental
(edit) @148f836e   2 years ajbeach Cleaned up namespacing, indentation and whitespacing in Pass.impl.hpp. ast-experimental
(edit) @334801b   2 years ajbeach Simplify one of the Pass::visit methods for CompoundStmt. It repeats … ast-experimental
(edit) @918e4165   2 years ajbeach Removed some warnings. ast-experimental
(edit) @55266c7   2 years pabuhr harmonize semantic error messages with yacc error messages ast-experimental
(edit) @b9fe89b   2 years mlbrooks Make the symbol table's error-checking times explicit. Previously, … ast-experimental
(edit) @0794365   2 years caparson refactored allocation enum to match naming style and refactored some … ast-experimental
(edit) @251ce80   2 years f37yu remove reference to symbol table in unify ast-experimental
(edit) @fc0996a   2 years caparson refactores to account for removal of ret val from on_selected ast-experimental
(edit) @8913de4   2 years ajbeach Update in autogen that should help with some resolver issues and … ast-experimental
(edit) @efe89894   2 years ajbeach Fixed small whitespace issue. ast-experimental
(edit) @a01faa98   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @bccd70a   2 years ajbeach Removed internal code from TypeSubstitution header. It caused a chain … ast-experimental
(edit) @b09ca2b   2 years caparson small bit of cleanup in waituntil pass ast-experimental
(edit) @2d0f918   2 years ajbeach Clean up methods for result1/N/Nstmt classes and the padantic pass macros. ADT ast-experimental
(edit) @34b4268   2 years f37yu fix ast-experimental
(edit) @8c25760   2 years pabuhr put keywords in alphabetic order in lex.ll ADT ast-experimental
(edit) @0c840fc   2 years f37yu WIP some bugs show up resolving array tuple indexing ast-experimental
(edit) @46da46b   2 years f37yu current progress ast-experimental
(edit) @6e1e2d0   2 years caparson resolved merge conflicts ADT ast-experimental
(edit) @c86b08d   2 years caparson added support for the waituntil statement in the compiler ADT ast-experimental
(edit) @04c78215   2 years pabuhr change waituntil expression from cast_expression to comma_expression ADT ast-experimental
(edit) @699a97d   2 years ajbeach Added IndexIterator, which absorbs some functionality of some … ADT ast-experimental
(edit) @45e753c   2 years ajbeach Clean-up in DeclarationNode.cc. Made all buildList loops the same. The … ADT ast-experimental
(edit) @028e512   2 years ajbeach Cleaned up some DeclarationNode code that had some extra code no … ADT ast-experimental
(edit) @66b6f66   2 years ajbeach Cleaned up some indentation in DeclarationNode.h. ADT ast-experimental
(edit) @d859a30   2 years ajbeach Some SymbolTable clean-up I did while trying a change I didn't go … ADT ast-experimental
(edit) @fb4dc28   2 years ajbeach Moved new ast code out of one of the old files. The new file may have … ADT ast-experimental
(edit) @1b8fc06c   2 years ajbeach Updated Iterate.hpp documentation. ADT ast-experimental
(edit) @32d6fdc   2 years ajbeach Clean-up in the parser %union. ADT ast-experimental
(edit) @52f9804   2 years ajbeach Update macros in main. DUMP is now a macro to save space/noise and the … ADT ast-experimental
(edit) @eb8d791   2 years ajbeach CandidateFinder fills in the CodeLocation on a generated expression. … ADT ast-experimental
(edit) @153d3440   2 years ajbeach Reorganize CandidateFinder to lower indentation. I did not flatten the … ADT ast-experimental
(edit) @94c98f0e   2 years ajbeach Added/cleaned some AST comments. ADT ast-experimental
(edit) @b05beaa   2 years ajbeach Clean-up in CodeLocationTools. ADT ast-experimental
(edit) @5541a44e   2 years ajbeach Missed some uses of the new parser helpers. ADT ast-experimental
(edit) @6611177   2 years ajbeach Clean-up in parser. ClauseNode rework, plus internal adjustments to … ADT ast-experimental
(edit) @6adeb5f   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @372b6d3   2 years pabuhr add -invariant/--invariant flag to enable invariant checking during … ADT ast-experimental
(edit) @ea2759b   2 years ajbeach Some clean-up in CurrentObject, so that TupleIterator is no longer … ADT ast-experimental
(edit) @485393c   2 years ajbeach Moved code out of the CurrentObject header. ADT ast-experimental
(edit) @fac05b3   2 years ajbeach Removed members from TupleType. They were only used in one place, … ADT ast-experimental
(edit) @c468150   2 years ajbeach Split up ParseNode.h so that headers match implementation. May have a … ADT ast-experimental
(edit) @835d6e8   2 years ajbeach ast::SuspendStmt::Type -> ::Kind, this fits the new convention where … ADT ast-experimental
(edit) @3e94a23   2 years ajbeach More use of the new AST named boolean types. ADT ast-experimental
(edit) @bb7422a   2 years ajbeach Translated parser to the new ast. This incuded a small fix in the … ADT ast-experimental
(edit) @70056ed   2 years pabuhr clean up waituntil grammar ADT ast-experimental
(edit) @ac235a8   2 years pabuhr deprecated qualifiers/specifiers before TYPEDEF ADT ast-experimental
(edit) @9fd9d015   2 years pabuhr formatting, add new waituntil grammar, rewrite waitfor grammar, … ADT ast-experimental
(edit) @afdb74b   2 years ajbeach Looks like we missed one of the ast 'should be in every derived class' … ADT ast-experimental
(edit) @9feb34b   2 years ajbeach Moved toString and toCString to a new header. Updated includes. … ADT ast-experimental
(edit) @056bee8   2 years ajbeach Added printing of with clauses to the printing of both new and old ast … ADT ast-experimental
(edit) @c94b1f0   2 years ajbeach Removed unused (debug only?) code. If you want to change how … ADT ast-experimental
(edit) @d63aeba   2 years pabuhr print unimplemented error for forall in typedef ADT ast-experimental
(edit) @1f771fc   2 years mganesan Removed list initialization and simple assignment expression rules for … ADT ast-experimental
(edit) @60e14fc   2 years ajbeach Fixed some whitespace. ADT ast-experimental
(edit) @ce04120   2 years caparson made generated finally routine inline to allow for better optimization ADT ast-experimental
(edit) @52a2248   2 years ajbeach This should get some of the Parser changes working on older compilers. ADT ast-experimental
(edit) @dbae916   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @3830c84   3 years caparson cleaned up actor pass and added virtual destructor pass ADT ast-experimental
(edit) @0d0931d   3 years ajbeach Removing some indent changes in parser. These can go in later, but … ADT ast-experimental
(edit) @9fa61f5   3 years pabuhr remove unnecessary code, add action to not duplicate aggregate (work … ADT ast-experimental
(edit) @15596d7   3 years pabuhr small formatting changes after Andrew's major updates ADT ast-experimental
(edit) @1cdc052   3 years ajbeach Preventing NullStmts from being added into ForCtrl ended up being a … ADT ast-experimental
(edit) @fed03b3   3 years ajbeach Make sure fields of the TranslationUnit, and its TranslationGlobalADT ast-experimental
(edit) @702e826   3 years ajbeach Pre-translation pass on the parser. Entirely code readability … ADT ast-experimental
(edit) @046ba23   3 years caparson small comment cleanup ADT ast-experimental
(edit) @231e1ae   3 years caparson changed actor send from | operator to << operator to avoid conflict … ADT ast-experimental
(edit) @397c4392   3 years ajbeach Explicity initialized the fields of ResolveCopyCtors. This may account … ADT ast-experimental
(edit) @8603c10   3 years pabuhr move assert(env) to appropriate location ADT ast-experimental
(edit) @3d937e2   3 years pabuhr remove warnings for incorrect usage of SuperfluousElse and … ADT ast-experimental
(edit) @be00a2d   3 years pabuhr change BadQualifiersZeroOne warning from dubious print of specified … ADT ast-experimental
(edit) @bf20567   3 years pabuhr generate error for empty mutex argument list ADT ast-experimental
(edit) @1a73dbb   3 years pabuhr parser rejects useless type qualifier in empty declaration, and extern … ADT ast-experimental
(edit) @dc3c9b1   3 years pabuhr formatting ADT ast-experimental
(edit) @78e2fca   3 years pabuhr copy typedef name to SUE name for anonymous SUE ADT ast-experimental
(edit) @257a8f5   3 years ajbeach Made some of the AST/Print helpers public. ADT ast-experimental
(edit) @9a533ba   3 years ajbeach Remove the unused DeclarationNode::Attr_t type and support. ADT ast-experimental
(edit) @2d37a788   3 years pabuhr print enumeration type-name in print member ADT ast-experimental
(edit) @9a380e1a   3 years pabuhr formatting ADT ast-experimental
(edit) @44a0ca2   3 years pabuhr formatting ADT ast-experimental
(edit) @e4f13fe   3 years pabuhr formatting ADT ast-experimental
(edit) @0bcd707   3 years pabuhr make CV qualifiers on empty SUE declaration an error, gcc only has a … ADT ast-experimental
(edit) @8f06277   3 years ajbeach Some clean-up in Common/utility.h. Deleted some unused declarations … ADT ast-experimental
(edit) @692c1cc   3 years pabuhr update printing attributes, clean up anon flag setting, move attribute … ADT ast-experimental
Note: See TracRevisionLog for help on using the revision log.