source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c7f9f53   23 months ajbeach Moved include from Decl header. Removed some old ast code from the Parser.
(edit) @539a8c8   23 months ajbeach Some general clean-up, removing bits and pieces from the old version.
(edit) @c4b9fa9   23 months ajbeach Just some random clean-up in Box pass while I was musing.
(edit) @dd900b5   23 months ajbeach Implicit and layout parameters are now marked as const. This is …
(edit) @c4570af3   23 months ajbeach Removed some code that supported ast conversion, it supported ast …
(edit) @37b3151   23 months ajbeach Rename the linkReferenceTypes pass and the file that contains it. …
(edit) @d787828d   23 months ajbeach Rename the ScrubTyVars moduel to ScrubTypeVars. This makes it more …
(edit) @4a89b52   23 months ajbeach Renamed ResolvMode to ResolveMode. This is less consistent with the …
(edit) @83fd57d   23 months ajbeach Removed 'New' suffixes, they are no longer needed for disambiguation.
(edit) @6009a5a   23 months ajbeach Combined the new and old TupleExpansion files.
(edit) @ab9c1b3   23 months ajbeach Updated .gitignore for the new location of demangler.
(edit) @37273c8   23 months ajbeach Removed the old-ast-compatable FunctionDecl constructor. However, …
(edit) @4bc4b4c   23 months ajbeach Completed the second demangler/automake task: The demangler (when …
(edit) @da5ac2e   23 months ajbeach Removed unused case in CurrentObject::findNext. Did a bit of clean-up …
(edit) @2d373440   23 months j82liang Update enum.tex
(edit) @69e06ff   23 months pabuhr formatting
(edit) @6a1f553   23 months pabuhr formatting
(edit) @f48dfcd   23 months ajbeach Slight improvement to forall clause erasing.
(edit) @3c4003b9   23 months ajbeach Box pass Eraser now removes the polymorphic arguments now that the …
(edit) @53dac82   23 months ajbeach Round of clean-up in the Concurrency directory headers.
(edit) @8984003   23 months ajbeach Round of significant clean-up and reindentation of InitTweak directory.
(edit) @c36a419   23 months ajbeach Removed Decl::fromId as it was unused. There are a few places that use …
(edit) @4883712   23 months ajbeach Added a test showing how the conflict handling in the with clause …
(edit) @6a0b043   23 months ajbeach Did some investigation of WithStmt. It may not be possible to convert …
(edit) @0da9475   23 months caparson fixed bug where cofor runner could derefence a null pointer
(edit) @29eaa3f   23 months pabuhr disable building the demangler (executable and library)
(edit) @40bca07   23 months pabuhr slight restructuring of automake rules for generating the demangler
(edit) @634cb80   23 months pabuhr formatting
(edit) @66d92e3   23 months pabuhr proofread enumeration proposal
(edit) @8c13ca8   2 years pabuhr raise exception missing_data when read fails to find value, initial …
(edit) @decd4a6   2 years pabuhr formatting
(edit) @f7f997a   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @16e0dcb   2 years caparson fixed error where order of argument eval in compiler could cause …
(edit) @2908f08   2 years ajbeach Most of ResolvExpr was written before the new style standard. Some …
(edit) @41606df1   2 years caparsons regen expected to match test change
(edit) @0f6d2884   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @3f219eb   2 years caparson fixed bug where uninit mem was sometimes printed in test
(edit) @b0845f9   2 years ajbeach Reformating and clean-up in SymTab directory.
(edit) @e580aa5   2 years ajbeach Round of clean-up in Tuples directory. (Skipping TupleExpansion, which …
(edit) @3f4f30a   2 years caparsons added x86 expect file for non-local exception test cardgame
(edit) @aad677d   2 years caparson added arm64 expect file for non-local exception test
(edit) @f22b170b   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @89a8bab   2 years caparson added architecture specific expect files for non-local exception test …
(edit) @b8b5535   2 years ajbeach Major round of clean-up in the GenPoly directory.
(edit) @45a091b   2 years ajbeach It turns out enumerate does work if you use this very particular form …
(edit) @1ccae59   2 years ajbeach Some clean-up in src/Makefile.am (no change in behaviour).
(edit) @8d182b1   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @df8ba61a   2 years caparson added test case for non-local ehm memory leak
(edit) @cce0807   2 years caparson Fixed non-local ehm memory leak that occurs when a coroutine is …
(edit) @5625427   2 years ajbeach Remove the warning directive from SpecCost, you can't actually use the …
(edit) @6ea85b22   2 years pabuhr remove old enum.md file
(edit) @0bd3faf   2 years ajbeach Removed forward declarations missed in the BaseSyntaxNode removal. …
(edit) @25f2798   2 years pabuhr latex formatting changes
(edit) @fc12f05   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0030b508   2 years j82liang some updates
(edit) @2174191   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2da12ae   2 years pabuhr formatting
(edit) @27316b4   2 years pabuhr update bibliography entries
(edit) @3e4bf0d   2 years pabuhr input manipulators for getline, excl, and incl reset argument to null …
(edit) @61efa42   2 years ajbeach Took the special main linkage code out of FunctionDecl and put it into …
(edit) @f5ec35a   2 years ajbeach Removed an extra forward declaration.
(edit) @c6b4432   2 years ajbeach Remove BaseSyntaxNode and clean-up.
(edit) @790d835   2 years ajbeach Made UniqueName use other tools we have, removed the unused default …
(edit) @934fa0f   2 years ajbeach Translated the demangling code from the old ast to the new ast.
(edit) @0589e83   2 years ajbeach The demangler now uses the compiler's genType. The only difference I …
(edit) @c46c999   2 years caparson forgot to include in last push. Added a get_proc_count that doesn't …
(edit) @6b419ce   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @fe293bf   2 years caparson removed fences for ARM that are likely not needed, insertion of fences …
(edit) @c649d2c   2 years ajbeach Updated the demangler to also demangle operator names. You can also …
(edit) @0d41b2e1   2 years caparson switched test to use new cofor syntax
(edit) @ba0e1bc   2 years caparson Added supporting library routines for cofor impl
(edit) @3d9d017   2 years caparson added cofor implementation
(edit) @49ae2bc   2 years ajbeach Refactored the OperatorTable module. Most is just an update in style …
(edit) @9cbdc13   2 years caparson removed print from static and dynamic tests that could be reordered …
(edit) @5ad24a2c   2 years ajbeach Added test for the checks on the constructor/destructor attributes.
(edit) @be3f163   2 years pabuhr rename files gcc-builtins.cf builtins.cf extras.cf bootloader.cf and …
(edit) @fa761c2   2 years ajbeach Changed some new uses of UniqueId to the ast version. Changed where …
(edit) @6e7ed0aa   2 years ajbeach I forgot to move genName over to the new CodeGenerator module. It …
(edit) @a137d5a   2 years ajbeach Took out some old code from the new section of the Mangler.
(edit) @58c64323   2 years ajbeach Hang on, eval doesn't have any side effects.
(edit) @4ac402d   2 years ajbeach Added a missing include (not sure how that slipped through) and did …
(edit) @7d55e4d   2 years ajbeach Simple rework to BasicTypes-gen.cc to avoid refering to the old ast. …
(edit) @36e6f10   2 years ajbeach Parser now uses constants from the new ast types.
(edit) @3c714ad   2 years ajbeach I don't actually know if this fixes anything, but the old version was …
(edit) @0b5e780   2 years ajbeach Code dumps (under the -P flag) no longer convert to the old ast to print.
(edit) @f43146e4   2 years ajbeach Updated some stats/counters to trigger off the new AST. Others will …
(edit) @bef4f1a   2 years ajbeach Translation of the fix main pass to the new ast data structures.
(edit) @8941b6b   2 years ajbeach Direct translation of code generation.
(edit) @d22bf87   2 years pabuhr formatting
(edit) @a310ae9   2 years pabuhr add i386 with x86_64
(edit) @e832485   2 years pabuhr comment out debug prints
(edit) @dd7c2ce0   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1da2affb   2 years pabuhr test as.cc file on ARM
(edit) @a1da039   2 years ajbeach Make all new declarations have a properly defined LinkageSpec. Also …
(edit) @d8a0e51   2 years pabuhr add gcc-9 back into ARM full build
(edit) @edc4813   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cb94e41   2 years pabuhr temporary change to as command to test ARM build
(edit) @7b84d3e   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @278e162   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2ad5e1d5   2 years caparson added missing semicolons
Note: See TracRevisionLog for help on using the revision log.