source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b93bf85   11 months caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @c3f7dd9   11 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b29a1e8   11 months ajbeach Removed unused includes from a file. (Clean-up, plus it cuts down on …
(edit) @ded018f   11 months caparson refactored to fix bug in channel_close test. As a consquence can no …
(edit) @b4d2b3b   11 months ajbeach Some cases in linkReferencesToTypes: It always hits one or both of the …
(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) @7f1be01   11 months ajbeach Combined some fixes from the variaus scoped containers. Reducing …
(edit) @b2ecd48   11 months ajbeach Changes related to invariant checking scoping, it is not ready by …
(edit) @70f97c8   11 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ed1a7ab8   11 months caparson fixed two bugs with breaks in waituntils, required reordering of …
(edit) @d7874052   11 months pabuhr print proper error for hiding enumerator names of an anonymous …
(edit) @d464b79   11 months caparson added flattening so that the mutex statement now can accept tuples
(edit) @4bae7b4   11 months caparson fixed bug where virtual dtor would not work if dtors or ctors of the …
(edit) @260dad7   11 months ajbeach Updated indentation in AST/LinckageSpec.
(edit) @c4497e3   11 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @65ef0cd   11 months pabuhr fix comments
(edit) @97b47ec   12 months ajbeach The 'sized' trait is now implemented on top of 'T *' declarations and …
(edit) @f02f546   12 months mlbrooks Implement new rules for array dimension expression matching. Core …
(edit) @132e4c1   12 months ajbeach Some clean-up in LinkReferenceToTypes?.cpp.
(edit) @caf06aa   12 months ajbeach Added the check for bitfields in sized polymorphic types. It was …
(edit) @b065dbb   12 months caparson refactored actors to not need base pointers in envelopes
(edit) @2c38b15   12 months ajbeach Moved the using statement in main out of view of the includes. Tried …
(edit) @a983cbf   12 months pabuhr fix bug in gcc conditional expression by cloning omitted operand
(edit) @b38f6da   12 months pabuhr update conflicting type-specifier error-messages
(edit) @0e0f25d5   12 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @086d6b8   12 months caparson changed actors to use bar operator
(edit) @b1e21da   12 months ajbeach Removed duplicate substution code in Autogen.
(edit) @64727bd   12 months ajbeach Did my best to reimplement all the improvements made to …
(edit) @b96b1c0   12 months ajbeach Reproduing changes from commit eb8d791. This fixes most of the errors …
(edit) @da4a570   12 months caparson commented out some debugging code
(edit) @e172f42   12 months caparson Merge branch 'ast-experimental'
(edit) @7e4bd9b6   12 months caparson updated actor-related passes to fix some bugs
(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) @0442f93f   12 months pabuhr update comments for special invalid syntax rules ast-experimental
(edit) @01fac29   12 months pabuhr lex _static_assert from C23 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) @918e4165   12 months ajbeach Removed some warnings. ast-experimental
(edit) @55266c7   12 months pabuhr harmonize semantic error messages with yacc error messages ast-experimental
(edit) @b9fe89b   12 months mlbrooks Make the symbol table's error-checking times explicit. Previously, … ast-experimental
(edit) @0794365   12 months caparson refactored allocation enum to match naming style and refactored some … ast-experimental
(edit) @251ce80   12 months f37yu remove reference to symbol table in unify ast-experimental
(edit) @fc0996a   12 months caparson refactores to account for removal of ret val from on_selected ast-experimental
(edit) @8913de4   12 months ajbeach Update in autogen that should help with some resolver issues and … ast-experimental
(edit) @efe89894   12 months ajbeach Fixed small whitespace issue. ast-experimental
(edit) @a01faa98   12 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @bccd70a   12 months ajbeach Removed internal code from TypeSubstitution? header. It caused a chain … ast-experimental
(edit) @b09ca2b   12 months caparson small bit of cleanup in waituntil pass ast-experimental
(edit) @2d0f918   13 months ajbeach Clean up methods for result1/N/Nstmt classes and the padantic pass macros. ADTast-experimental
(edit) @34b4268   13 months f37yu fix ast-experimental
(edit) @8c25760   13 months pabuhr put keywords in alphabetic order in lex.ll ADTast-experimental
(edit) @0c840fc   13 months f37yu WIP some bugs show up resolving array tuple indexing ast-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) @04c78215   13 months pabuhr change waituntil expression from cast_expression to comma_expression ADTast-experimental
(edit) @699a97d   14 months ajbeach Added IndexIterator?, which absorbs some functionality of some … ADTast-experimental
(edit) @45e753c   14 months ajbeach Clean-up in DeclarationNode?.cc. Made all buildList loops the same. The … ADTast-experimental
(edit) @028e512   14 months ajbeach Cleaned up some DeclarationNode? code that had some extra code no … ADTast-experimental
(edit) @66b6f66   14 months ajbeach Cleaned up some indentation in DeclarationNode?.h. 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) @1b8fc06c   14 months ajbeach Updated Iterate.hpp documentation. ADTast-experimental
(edit) @32d6fdc   14 months ajbeach Clean-up in the parser %union. ADTast-experimental
(edit) @52f9804   14 months ajbeach Update macros in main. DUMP is now a macro to save space/noise and the … ADTast-experimental
(edit) @eb8d791   14 months ajbeach CandidateFinder? fills in the CodeLocation? on a generated expression. … ADTast-experimental
(edit) @153d3440   14 months ajbeach Reorganize CandidateFinder? to lower indentation. I did not flatten the … ADTast-experimental
(edit) @94c98f0e   14 months ajbeach Added/cleaned some AST comments. ADTast-experimental
(edit) @b05beaa   14 months ajbeach Clean-up in CodeLocationTools?. ADTast-experimental
(edit) @5541a44e   14 months ajbeach Missed some uses of the new parser helpers. ADTast-experimental
(edit) @6611177   14 months ajbeach Clean-up in parser. ClauseNode? rework, plus internal adjustments to … ADTast-experimental
(edit) @6adeb5f   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @372b6d3   14 months pabuhr add -invariant/--invariant flag to enable invariant checking during … ADTast-experimental
(edit) @ea2759b   14 months ajbeach Some clean-up in CurrentObject?, so that TupleIterator? is no longer … ADTast-experimental
(edit) @485393c   14 months ajbeach Moved code out of the CurrentObject? header. ADTast-experimental
(edit) @fac05b3   14 months ajbeach Removed members from TupleType?. They were only used in one place, … ADTast-experimental
(edit) @c468150   14 months ajbeach Split up ParseNode?.h so that headers match implementation. May have a … 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) @70056ed   14 months pabuhr clean up waituntil grammar ADTast-experimental
(edit) @ac235a8   14 months pabuhr deprecated qualifiers/specifiers before TYPEDEF ADTast-experimental
(edit) @9fd9d015   14 months pabuhr formatting, add new waituntil grammar, rewrite waitfor grammar, … ADTast-experimental
(edit) @afdb74b   14 months ajbeach Looks like we missed one of the ast 'should be in every derived class' … ADTast-experimental
(edit) @9feb34b   14 months ajbeach Moved toString and toCString to a new header. Updated includes. … ADTast-experimental
(edit) @056bee8   15 months ajbeach Added printing of with clauses to the printing of both new and old ast … ADTast-experimental
(edit) @c94b1f0   15 months ajbeach Removed unused (debug only?) code. If you want to change how … ADTast-experimental
(edit) @d63aeba   15 months pabuhr print unimplemented error for forall in typedef ADTast-experimental
(edit) @1f771fc   15 months mganesan Removed list initialization and simple assignment expression rules for … ADTast-experimental
(edit) @60e14fc   15 months ajbeach Fixed some whitespace. ADTast-experimental
(edit) @ce04120   15 months caparson made generated finally routine inline to allow for better optimization ADTast-experimental
(edit) @52a2248   15 months ajbeach This should get some of the Parser changes working on older compilers. ADTast-experimental
(edit) @dbae916   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @3830c84   15 months caparson cleaned up actor pass and added virtual destructor pass ADTast-experimental
(edit) @0d0931d   15 months ajbeach Removing some indent changes in parser. These can go in later, but … ADTast-experimental
(edit) @9fa61f5   15 months pabuhr remove unnecessary code, add action to not duplicate aggregate (work … ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.