source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4604bf5   10 months ajbeach Clean-up of some names and comments. Removed some TODO comments which …
(edit) @cf3da24   10 months ajbeach Fixed up some whitespace. Pretty minor stuff mostly.
(edit) @72b518fc   10 months caparson added error message for using corun statements without including the …
(edit) @eb779d5   10 months caparson Implemented corun statement
(edit) @d3652df   10 months ajbeach Took the new EraseWith? pass out of the box pass. It might be able to …
(edit) @4d860ea3   10 months mlbrooks Fix compiler bug where duplicate type declarations caused crash. And …
(edit) @097c8d0   10 months ajbeach Fixes to Box pass's DeclAdapter?. The two largest are: Only local …
(edit) @04db9f6   10 months ajbeach Updated some documentation about the Instantiate Generic pass.
(edit) @045cda3   10 months ajbeach First clean-up pass on box pass. Some of it is stuff that could have …
(edit) @3cbe320   10 months ajbeach Translated the Link-Once pass to the new ast.
(edit) @cf34e82   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @11ab0b4a   10 months pabuhr add corun/cofor statement, update old cofor
(edit) @1ee0a4da   10 months ajbeach Translated the box pass to the new AST. This includes direct as …
(edit) @46f9f02   10 months pabuhr add keywords alignas, alignof, static_assert, and thread_local
(edit) @12f671e   10 months pabuhr tweak comments for CFA comand-line options
(edit) @5f917740   10 months pabuhr update help message from main.cc
(edit) @c7616dd   10 months j82liang Fix designation value error
(edit) @62c6cfa   10 months j82liang Revert "Fix designator value in enumerated array and implemented …
(edit) @deda7e6   10 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c1e66d9   10 months j82liang Fix designator value in enumerated array and implemented enumerated …
(edit) @3df4cd9   11 months ajbeach Some mistakes in isPolyType found while working on the box pass. There …
(edit) @bfeb37a6   11 months ajbeach Added another check to the invariants for SizeofExpr/AlignofExpr?.
(edit) @553f032f   11 months ajbeach Insert additional checks so that impossible, or just unimplemented, …
(edit) @f3f009f   11 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4894239   11 months j82liang Allow uninitialized enum value as designators
(edit) @4a40fca7   11 months ajbeach Clean-up in MultiLevelExit?. Primary purpose is to remove some uneeded …
(edit) @1fc111c   11 months j82liang Bug fix
(edit) @0ac8d07   11 months pabuhr remove empty rule in cfa_abstract_parameter_declaration to remove conflicts
(edit) @4c0fa03   11 months ajbeach Removed extra copy in FixInitNew?.
(edit) @2a301ff   11 months j82liang Resolve conflict
(edit) @92355883   11 months j82liang Array can use enum instance with explicit initializer as designator. …
(edit) @4aaac8a   11 months ajbeach Cleaning old box pass for easier translation. Factored out a helper …
(edit) @8f2aa3c   11 months ajbeach Fixing space/tabs confusion in ExceptDeclNew?.cpp.
(edit) @8d96dee   12 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @89bef959   12 months caparson made generated vtable functions link-once
(edit) @f259682   12 months pabuhr remove timeout clause from waituntil statement
(edit) @c1f502c   12 months ajbeach Fixed whitespace in last commit, removed extra use of static.
(edit) @7156c46   12 months caparson added code to copy attributes from vtable decl to generated decl
(edit) @17c13b9   12 months ajbeach Update indentation in FinitTweak/FixInitNew?.cpp. Lowered indentation …
(edit) @14c0f7b   12 months ajbeach Added invariant to check that referenced declarations are in scope. …
(edit) @6a4dae6   12 months ajbeach Clean-up some white spaces, spaces to tabs.
(edit) @1d66a91   13 months caparson added support for general channel operators and cleaned up some cruft
(edit) @9cb2742   13 months caparson refactored some waituntil code gen to be more concise
(edit) @0d7fc00   13 months ajbeach This may fix the excessive 'struct _IO_FILE;' declarations. I still …
(edit) @c25f16b   13 months ajbeach Repeat "remove push/pop from KR_parameter_list and …
(edit) @402a1e7   13 months ajbeach Revert "remove push/pop from KR_parameter_list and …
(edit) @b7c53a9d   13 months ajbeach Added a new invariant check and the fixes required to make it pass. …
(edit) @4acf56d   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @09e400e   13 months pabuhr remove push/pop from KR_parameter_list and typedef_declaration
(edit) @e0069bd   13 months ajbeach Renaming of some SymbolTable? functions because they are different and …
(edit) @71a422a   13 months pabuhr add additional debug printing, remove push/pop associated with …
(edit) @fc95df3   13 months pabuhr add additional debug printing
(edit) @b93bf85   13 months caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @c3f7dd9   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b29a1e8   13 months ajbeach Removed unused includes from a file. (Clean-up, plus it cuts down on …
(edit) @ded018f   13 months caparson refactored to fix bug in channel_close test. As a consquence can no …
(edit) @b4d2b3b   13 months ajbeach Some cases in linkReferencesToTypes: It always hits one or both of the …
(edit) @8f31be6   13 months ajbeach Fixed some warnings, deleted some commented out code.
(edit) @c8bf1b5   13 months ajbeach Removed a comment that referenced a long gone pass.
(edit) @7f1be01   13 months ajbeach Combined some fixes from the variaus scoped containers. Reducing …
(edit) @b2ecd48   13 months ajbeach Changes related to invariant checking scoping, it is not ready by …
(edit) @70f97c8   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ed1a7ab8   13 months caparson fixed two bugs with breaks in waituntils, required reordering of …
(edit) @d7874052   13 months pabuhr print proper error for hiding enumerator names of an anonymous …
(edit) @d464b79   13 months caparson added flattening so that the mutex statement now can accept tuples
(edit) @4bae7b4   13 months caparson fixed bug where virtual dtor would not work if dtors or ctors of the …
(edit) @260dad7   13 months ajbeach Updated indentation in AST/LinckageSpec.
(edit) @c4497e3   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @65ef0cd   13 months pabuhr fix comments
(edit) @97b47ec   13 months ajbeach The 'sized' trait is now implemented on top of 'T *' declarations and …
(edit) @f02f546   14 months mlbrooks Implement new rules for array dimension expression matching. Core …
(edit) @c84dd61   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0b0a285   14 months j82liang Basic change for enable enumerated array syntax
(edit) @132e4c1   14 months ajbeach Some clean-up in LinkReferenceToTypes?.cpp.
(edit) @caf06aa   14 months ajbeach Added the check for bitfields in sized polymorphic types. It was …
(edit) @b065dbb   14 months caparson refactored actors to not need base pointers in envelopes
(edit) @2c38b15   14 months ajbeach Moved the using statement in main out of view of the includes. Tried …
(edit) @a983cbf   14 months pabuhr fix bug in gcc conditional expression by cloning omitted operand
(edit) @b38f6da   14 months pabuhr update conflicting type-specifier error-messages
(edit) @0e0f25d5   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @086d6b8   14 months caparson changed actors to use bar operator
(edit) @b1e21da   14 months ajbeach Removed duplicate substution code in Autogen.
(edit) @64727bd   14 months ajbeach Did my best to reimplement all the improvements made to …
(edit) @b96b1c0   14 months ajbeach Reproduing changes from commit eb8d791. This fixes most of the errors …
(edit) @da4a570   14 months caparson commented out some debugging code
(edit) @e172f42   14 months caparson Merge branch 'ast-experimental'
(edit) @7e4bd9b6   14 months caparson updated actor-related passes to fix some bugs
(edit) @fec8bd1   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @8f557161   14 months mlbrooks Clarify and fix accuracy in eval public API, on reporting "unable to …
(edit) @62d62db   14 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   14 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @8a930c03   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0658672   14 months ajbeach Improved hoisting. However, I had to change some code because of other … ast-experimental
(edit) @0442f93f   14 months pabuhr update comments for special invalid syntax rules ast-experimental
(edit) @01fac29   14 months pabuhr lex _static_assert from C23 ast-experimental
(edit) @148f836e   14 months ajbeach Cleaned up namespacing, indentation and whitespacing in Pass.impl.hpp. ast-experimental
(edit) @334801b   14 months ajbeach Simplify one of the Pass::visit methods for CompoundStmt?. It repeats … ast-experimental
(edit) @918e4165   14 months ajbeach Removed some warnings. ast-experimental
(edit) @55266c7   14 months pabuhr harmonize semantic error messages with yacc error messages ast-experimental
(edit) @b9fe89b   14 months mlbrooks Make the symbol table's error-checking times explicit. Previously, … ast-experimental
Note: See TracRevisionLog for help on using the revision log.