source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @f5ec35a   22 months ajbeach Removed an extra forward declaration.
(edit) @c6b4432   22 months ajbeach Remove BaseSyntaxNode and clean-up.
(edit) @790d835   23 months ajbeach Made UniqueName use other tools we have, removed the unused default …
(edit) @934fa0f   23 months ajbeach Translated the demangling code from the old ast to the new ast.
(edit) @0589e83   23 months ajbeach The demangler now uses the compiler's genType. The only difference I …
(edit) @c649d2c   23 months ajbeach Updated the demangler to also demangle operator names. You can also …
(edit) @3d9d017   23 months caparson added cofor implementation
(edit) @49ae2bc   23 months ajbeach Refactored the OperatorTable module. Most is just an update in style …
(edit) @be3f163   23 months pabuhr rename files gcc-builtins.cf builtins.cf extras.cf bootloader.cf and …
(edit) @fa761c2   23 months ajbeach Changed some new uses of UniqueId to the ast version. Changed where …
(edit) @6e7ed0aa   23 months ajbeach I forgot to move genName over to the new CodeGenerator module. It …
(edit) @a137d5a   23 months ajbeach Took out some old code from the new section of the Mangler.
(edit) @58c64323   23 months ajbeach Hang on, eval doesn't have any side effects.
(edit) @4ac402d   23 months ajbeach Added a missing include (not sure how that slipped through) and did …
(edit) @7d55e4d   23 months ajbeach Simple rework to BasicTypes-gen.cc to avoid refering to the old ast. …
(edit) @36e6f10   23 months ajbeach Parser now uses constants from the new ast types.
(edit) @3c714ad   23 months ajbeach I don't actually know if this fixes anything, but the old version was …
(edit) @0b5e780   23 months ajbeach Code dumps (under the -P flag) no longer convert to the old ast to print.
(edit) @f43146e4   23 months ajbeach Updated some stats/counters to trigger off the new AST. Others will …
(edit) @bef4f1a   23 months ajbeach Translation of the fix main pass to the new ast data structures.
(edit) @8941b6b   23 months ajbeach Direct translation of code generation.
(edit) @a1da039   23 months ajbeach Make all new declarations have a properly defined LinkageSpec. Also …
(edit) @5e0bba5   2 years ajbeach Work on the box pass, fixing up the FunctionDecl update.
(edit) @d85141f   2 years ajbeach Small refactoring of some helper functions to avoid repeating a loop.
(edit) @52a5262e   2 years ajbeach TypeVarMap is now a subtype instead of an alias to remove the …
(edit) @e14d169   2 years ajbeach Remove some cruft from the box pass. Some pieces left over from …
(edit) @61e5d99   2 years ajbeach Boxing no longer passes layout information about polymorphic types in …
(edit) @8cbe732   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0bf0b978   2 years ajbeach Layout function builds its entire parameter list before creating the …
(edit) @4604bf5   2 years ajbeach Clean-up of some names and comments. Removed some TODO comments which …
(edit) @cf3da24   2 years ajbeach Fixed up some whitespace. Pretty minor stuff mostly.
(edit) @72b518fc   2 years caparson added error message for using corun statements without including the …
(edit) @eb779d5   2 years caparson Implemented corun statement
(edit) @d3652df   2 years ajbeach Took the new EraseWith pass out of the box pass. It might be able to …
(edit) @4d860ea3   2 years mlbrooks Fix compiler bug where duplicate type declarations caused crash. And …
(edit) @097c8d0   2 years ajbeach Fixes to Box pass's DeclAdapter. The two largest are: Only local …
(edit) @04db9f6   2 years ajbeach Updated some documentation about the Instantiate Generic pass.
(edit) @045cda3   2 years ajbeach First clean-up pass on box pass. Some of it is stuff that could have …
(edit) @3cbe320   2 years ajbeach Translated the Link-Once pass to the new ast.
(edit) @cf34e82   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @11ab0b4a   2 years pabuhr add corun/cofor statement, update old cofor
(edit) @1ee0a4da   2 years ajbeach Translated the box pass to the new AST. This includes direct as …
(edit) @46f9f02   2 years pabuhr add keywords alignas, alignof, static_assert, and thread_local
(edit) @12f671e   2 years pabuhr tweak comments for CFA comand-line options
(edit) @5f917740   2 years pabuhr update help message from main.cc
(edit) @f033d01   2 years j82liang Fix typo{
(edit) @c7616dd   2 years j82liang Fix designation value error
(edit) @62c6cfa   2 years j82liang Revert "Fix designator value in enumerated array and implemented …
(edit) @deda7e6   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c1e66d9   2 years j82liang Fix designator value in enumerated array and implemented enumerated …
(edit) @3df4cd9   2 years ajbeach Some mistakes in isPolyType found while working on the box pass. There …
(edit) @bfeb37a6   2 years ajbeach Added another check to the invariants for SizeofExpr/AlignofExpr.
(edit) @553f032f   2 years ajbeach Insert additional checks so that impossible, or just unimplemented, …
(edit) @f3f009f   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4894239   2 years j82liang Allow uninitialized enum value as designators
(edit) @4a40fca7   2 years ajbeach Clean-up in MultiLevelExit. Primary purpose is to remove some uneeded …
(edit) @1fc111c   2 years j82liang Bug fix
(edit) @0ac8d07   2 years pabuhr remove empty rule in cfa_abstract_parameter_declaration to remove conflicts
(edit) @4c0fa03   2 years ajbeach Removed extra copy in FixInitNew.
(edit) @2a301ff   2 years j82liang Resolve conflict
(edit) @92355883   2 years j82liang Array can use enum instance with explicit initializer as designator. …
(edit) @4aaac8a   2 years ajbeach Cleaning old box pass for easier translation. Factored out a helper …
(edit) @8f2aa3c   2 years ajbeach Fixing space/tabs confusion in ExceptDeclNew.cpp.
(edit) @8d96dee   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @89bef959   2 years caparson made generated vtable functions link-once
(edit) @f259682   2 years pabuhr remove timeout clause from waituntil statement
(edit) @c1f502c   2 years ajbeach Fixed whitespace in last commit, removed extra use of static.
(edit) @7156c46   2 years caparson added code to copy attributes from vtable decl to generated decl
(edit) @17c13b9   2 years ajbeach Update indentation in FinitTweak/FixInitNew.cpp. Lowered indentation …
(edit) @14c0f7b   2 years ajbeach Added invariant to check that referenced declarations are in scope. …
(edit) @6a4dae6   2 years ajbeach Clean-up some white spaces, spaces to tabs.
(edit) @1d66a91   2 years caparson added support for general channel operators and cleaned up some cruft
(edit) @9cb2742   2 years caparson refactored some waituntil code gen to be more concise
(edit) @0d7fc00   2 years ajbeach This may fix the excessive 'struct _IO_FILE;' declarations. I still …
(edit) @c25f16b   2 years ajbeach Repeat "remove push/pop from KR_parameter_list and …
(edit) @402a1e7   2 years ajbeach Revert "remove push/pop from KR_parameter_list and …
(edit) @b7c53a9d   2 years ajbeach Added a new invariant check and the fixes required to make it pass. …
(edit) @4acf56d   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @09e400e   2 years pabuhr remove push/pop from KR_parameter_list and typedef_declaration
(edit) @e0069bd   2 years ajbeach Renaming of some SymbolTable functions because they are different and …
(edit) @71a422a   2 years pabuhr add additional debug printing, remove push/pop associated with …
(edit) @fc95df3   2 years pabuhr add additional debug printing
(edit) @b93bf85   2 years caparson fixed spurious channel close waituntil error case. Was caused by a …
(edit) @c3f7dd9   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b29a1e8   2 years ajbeach Removed unused includes from a file. (Clean-up, plus it cuts down on …
(edit) @ded018f   2 years caparson refactored to fix bug in channel_close test. As a consquence can no …
(edit) @b4d2b3b   2 years ajbeach Some cases in linkReferencesToTypes: It always hits one or both of the …
(edit) @8f31be6   2 years ajbeach Fixed some warnings, deleted some commented out code.
(edit) @c8bf1b5   2 years ajbeach Removed a comment that referenced a long gone pass.
(edit) @7f1be01   2 years ajbeach Combined some fixes from the variaus scoped containers. Reducing …
(edit) @b2ecd48   2 years ajbeach Changes related to invariant checking scoping, it is not ready by …
(edit) @70f97c8   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ed1a7ab8   2 years caparson fixed two bugs with breaks in waituntils, required reordering of …
(edit) @d7874052   2 years pabuhr print proper error for hiding enumerator names of an anonymous …
(edit) @d464b79   2 years caparson added flattening so that the mutex statement now can accept tuples
(edit) @4bae7b4   2 years caparson fixed bug where virtual dtor would not work if dtors or ctors of the …
(edit) @260dad7   2 years ajbeach Updated indentation in AST/LinckageSpec.
(edit) @c4497e3   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @65ef0cd   2 years pabuhr fix comments
(edit) @97b47ec   2 years ajbeach The 'sized' trait is now implemented on top of 'T *' declarations and …
Note: See TracRevisionLog for help on using the revision log.