source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4c2fe47   8 months pabuhr formatting
(edit) @b1f2007   8 months pabuhr first attempt at simplifying SemanticError? and its usage
(edit) @c40157e   8 months ajbeach Minimal change to get exceptions running the old way while a fix is …
(edit) @2554f24   8 months ajbeach Try terminate now does not call the catch function, now they have the …
(edit) @2345ab3   8 months ajbeach Clean-up of the chain mutator. Seems like it is underused.
(edit) @ebadb5d   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c7f9f53   8 months ajbeach Moved include from Decl header. Removed some old ast code from the Parser.
(edit) @8a4e472   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @539a8c8   9 months ajbeach Some general clean-up, removing bits and pieces from the old version.
(edit) @2f8d351   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c4b9fa9   9 months ajbeach Just some random clean-up in Box pass while I was musing.
(edit) @dd900b5   9 months ajbeach Implicit and layout parameters are now marked as const. This is …
(edit) @4dc3b8c   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c4570af3   9 months ajbeach Removed some code that supported ast conversion, it supported ast …
(edit) @37b3151   9 months ajbeach Rename the linkReferenceTypes pass and the file that contains it. …
(edit) @d787828d   9 months ajbeach Rename the ScrubTyVars? moduel to ScrubTypeVars?. This makes it more …
(edit) @4a89b52   9 months ajbeach Renamed ResolvMode? to ResolveMode?. This is less consistent with the …
(edit) @83fd57d   9 months ajbeach Removed 'New' suffixes, they are no longer needed for disambiguation.
(edit) @6009a5a   9 months ajbeach Combined the new and old TupleExpansion? files.
(edit) @7f2bfb7   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @37273c8   9 months ajbeach Removed the old-ast-compatable FunctionDecl? constructor. However, …
(edit) @4bc4b4c   9 months ajbeach Completed the second demangler/automake task: The demangler (when …
(edit) @da5ac2e   9 months ajbeach Removed unused case in CurrentObject::findNext. Did a bit of clean-up …
(edit) @4f1b2d69   9 months pabuhr formatting
(edit) @39eb784   9 months pabuhr formatting
(edit) @f48dfcd   9 months ajbeach Slight improvement to forall clause erasing.
(edit) @3c4003b9   9 months ajbeach Box pass Eraser now removes the polymorphic arguments now that the …
(edit) @53dac82   9 months ajbeach Round of clean-up in the Concurrency directory headers.
(edit) @8984003   9 months ajbeach Round of significant clean-up and reindentation of InitTweak? directory.
(edit) @c36a419   9 months ajbeach Removed Decl::fromId as it was unused. There are a few places that use …
(edit) @6a0b043   9 months ajbeach Did some investigation of WithStmt?. It may not be possible to convert …
(edit) @40bca07   9 months pabuhr slight restructuring of automake rules for generating the demangler
(edit) @634cb80   9 months pabuhr formatting
(edit) @66d92e3   9 months pabuhr proofread enumeration proposal
(edit) @f7f997a   9 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @16e0dcb   9 months caparson fixed error where order of argument eval in compiler could cause …
(edit) @2908f08   9 months ajbeach Most of ResolvExpr? was written before the new style standard. Some …
(edit) @b0845f9   9 months ajbeach Reformating and clean-up in SymTab? directory.
(edit) @e580aa5   9 months ajbeach Round of clean-up in Tuples directory. (Skipping TupleExpansion?, which …
(edit) @b8b5535   9 months ajbeach Major round of clean-up in the GenPoly? directory.
(edit) @45a091b   9 months ajbeach It turns out enumerate does work if you use this very particular form …
(edit) @1ccae59   9 months ajbeach Some clean-up in src/Makefile.am (no change in behaviour).
(edit) @5625427   9 months ajbeach Remove the warning directive from SpecCost?, you can't actually use the …
(edit) @0bd3faf   9 months ajbeach Removed forward declarations missed in the BaseSyntaxNode? removal. …
(edit) @61efa42   9 months ajbeach Took the special main linkage code out of FunctionDecl? and put it into …
(edit) @f5ec35a   9 months ajbeach Removed an extra forward declaration.
(edit) @c6b4432   9 months ajbeach Remove BaseSyntaxNode? and clean-up.
(edit) @790d835   9 months ajbeach Made UniqueName? use other tools we have, removed the unused default …
(edit) @934fa0f   9 months ajbeach Translated the demangling code from the old ast to the new ast.
(edit) @0589e83   9 months ajbeach The demangler now uses the compiler's genType. The only difference I …
(edit) @c649d2c   9 months ajbeach Updated the demangler to also demangle operator names. You can also …
(edit) @3d9d017   9 months caparson added cofor implementation
(edit) @49ae2bc   10 months ajbeach Refactored the OperatorTable? module. Most is just an update in style …
(edit) @be3f163   10 months pabuhr rename files gcc-builtins.cf builtins.cf extras.cf bootloader.cf and …
(edit) @fa761c2   10 months ajbeach Changed some new uses of UniqueId? to the ast version. Changed where …
(edit) @6e7ed0aa   10 months ajbeach I forgot to move genName over to the new CodeGenerator? module. It …
(edit) @a137d5a   10 months ajbeach Took out some old code from the new section of the Mangler.
(edit) @58c64323   10 months ajbeach Hang on, eval doesn't have any side effects.
(edit) @4ac402d   10 months ajbeach Added a missing include (not sure how that slipped through) and did …
(edit) @7d55e4d   10 months ajbeach Simple rework to BasicTypes?-gen.cc to avoid refering to the old ast. …
(edit) @36e6f10   10 months ajbeach Parser now uses constants from the new ast types.
(edit) @3c714ad   10 months ajbeach I don't actually know if this fixes anything, but the old version was …
(edit) @0b5e780   10 months ajbeach Code dumps (under the -P flag) no longer convert to the old ast to print.
(edit) @f43146e4   10 months ajbeach Updated some stats/counters to trigger off the new AST. Others will …
(edit) @bef4f1a   10 months ajbeach Translation of the fix main pass to the new ast data structures.
(edit) @8941b6b   10 months ajbeach Direct translation of code generation.
(edit) @a1da039   10 months ajbeach Make all new declarations have a properly defined LinkageSpec?. Also …
(edit) @5e0bba5   10 months ajbeach Work on the box pass, fixing up the FunctionDecl? update.
(edit) @d85141f   10 months ajbeach Small refactoring of some helper functions to avoid repeating a loop.
(edit) @52a5262e   10 months ajbeach TypeVarMap? is now a subtype instead of an alias to remove the …
(edit) @e14d169   10 months ajbeach Remove some cruft from the box pass. Some pieces left over from …
(edit) @61e5d99   10 months ajbeach Boxing no longer passes layout information about polymorphic types in …
(edit) @8cbe732   10 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0bf0b97   10 months ajbeach Layout function builds its entire parameter list before creating the …
(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   11 months ajbeach Fixes to Box pass's DeclAdapter?. The two largest are: Only local …
(edit) @04db9f6   11 months ajbeach Updated some documentation about the Instantiate Generic pass.
(edit) @045cda3   11 months ajbeach First clean-up pass on box pass. Some of it is stuff that could have …
(edit) @3cbe320   11 months ajbeach Translated the Link-Once pass to the new ast.
(edit) @cf34e82   11 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @11ab0b4a   11 months pabuhr add corun/cofor statement, update old cofor
(edit) @1ee0a4da   11 months ajbeach Translated the box pass to the new AST. This includes direct as …
(edit) @46f9f02   11 months pabuhr add keywords alignas, alignof, static_assert, and thread_local
(edit) @12f671e   11 months pabuhr tweak comments for CFA comand-line options
(edit) @5f917740   11 months pabuhr update help message from main.cc
(edit) @f033d01   11 months j82liang Fix typo{
(edit) @c7616dd   11 months j82liang Fix designation value error
(edit) @62c6cfa   11 months j82liang Revert "Fix designator value in enumerated array and implemented …
(edit) @deda7e6   11 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c1e66d9   11 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
Note: See TracRevisionLog for help on using the revision log.