source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @056bee8   12 months ajbeach Added printing of with clauses to the printing of both new and old ast … ADTast-experimental
(edit) @c94b1f0   12 months ajbeach Removed unused (debug only?) code. If you want to change how … ADTast-experimental
(edit) @d63aeba   12 months pabuhr print unimplemented error for forall in typedef ADTast-experimental
(edit) @1f771fc   12 months mganesan Removed list initialization and simple assignment expression rules for … ADTast-experimental
(edit) @60e14fc   12 months ajbeach Fixed some whitespace. ADTast-experimental
(edit) @ce04120   13 months caparson made generated finally routine inline to allow for better optimization ADTast-experimental
(edit) @52a2248   13 months ajbeach This should get some of the Parser changes working on older compilers. ADTast-experimental
(edit) @dbae916   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @3830c84   13 months caparson cleaned up actor pass and added virtual destructor pass ADTast-experimental
(edit) @0d0931d   13 months ajbeach Removing some indent changes in parser. These can go in later, but … ADTast-experimental
(edit) @9fa61f5   13 months pabuhr remove unnecessary code, add action to not duplicate aggregate (work … ADTast-experimental
(edit) @15596d7   13 months pabuhr small formatting changes after Andrew's major updates ADTast-experimental
(edit) @1cdc052   13 months ajbeach Preventing NullStmts? from being added into ForCtrl? ended up being a … ADTast-experimental
(edit) @fed03b3   13 months ajbeach Make sure fields of the TranslationUnit?, and its TranslationGlobal?ADTast-experimental
(edit) @702e826   13 months ajbeach Pre-translation pass on the parser. Entirely code readability … ADTast-experimental
(edit) @046ba23   13 months caparson small comment cleanup ADTast-experimental
(edit) @231e1ae   13 months caparson changed actor send from | operator to << operator to avoid conflict … ADTast-experimental
(edit) @397c4392   13 months ajbeach Explicity initialized the fields of ResolveCopyCtors?. This may account … ADTast-experimental
(edit) @8603c10   13 months pabuhr move assert(env) to appropriate location ADTast-experimental
(edit) @3d937e2   13 months pabuhr remove warnings for incorrect usage of SuperfluousElse? and … ADTast-experimental
(edit) @be00a2d   13 months pabuhr change BadQualifiersZeroOne? warning from dubious print of specified … ADTast-experimental
(edit) @bf20567   13 months pabuhr generate error for empty mutex argument list ADTast-experimental
(edit) @1a73dbb   13 months pabuhr parser rejects useless type qualifier in empty declaration, and extern … ADTast-experimental
(edit) @dc3c9b1   13 months pabuhr formatting ADTast-experimental
(edit) @78e2fca   13 months pabuhr copy typedef name to SUE name for anonymous SUE ADTast-experimental
(edit) @257a8f5   13 months ajbeach Made some of the AST/Print helpers public. ADTast-experimental
(edit) @9a533ba   13 months ajbeach Remove the unused DeclarationNode::Attr_t type and support. ADTast-experimental
(edit) @2d37a788   13 months pabuhr print enumeration type-name in print member ADTast-experimental
(edit) @9a380e1a   13 months pabuhr formatting ADTast-experimental
(edit) @44a0ca2   13 months pabuhr formatting ADTast-experimental
(edit) @e4f13fe   13 months pabuhr formatting ADTast-experimental
(edit) @0bcd707   13 months pabuhr make CV qualifiers on empty SUE declaration an error, gcc only has a … ADTast-experimental
(edit) @8f06277   13 months ajbeach Some clean-up in Common/utility.h. Deleted some unused declarations … ADTast-experimental
(edit) @692c1cc   14 months pabuhr update printing attributes, clean up anon flag setting, move attribute … ADTast-experimental
(edit) @1c80f20   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @4b60b28   14 months ajbeach Moved parser utility from common utility file to the parserutility file. ADTast-experimental
(edit) @26e6d88   14 months ajbeach Updated indentation in Pass.proto.hpp. ADTast-experimental
(edit) @cad9edb   14 months ajbeach Split the forward include namespace from the declaration namespace in … ADTast-experimental
(edit) @f2f595d7   14 months ajbeach RunParser? now uses AST for its interface everywhere. (Works because … ADTast-experimental
(edit) @abcb393   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d3bffdb   14 months ajbeach Added some notes to porting.md. ADTast-experimental
(edit) @1b7b604   14 months pabuhr formatting ADTast-experimental
(edit) @07e3652   14 months pabuhr formatting, minor expression restructuring ADTast-experimental
(edit) @f7c41d4   14 months pabuhr formatting ADTast-experimental
(edit) @c97b448   14 months ajbeach Added some box pass utilities that I believe are working and I don't … ADTast-experimental
(edit) @f26421f   14 months mganesan Removed CompilerError? and UnimplementedError? ADTast-experimental
(edit) @747a7c1   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @5e3f1e1   14 months ajbeach Cleaning old box pass for easier translation. Added guards to cut down … ADTast-experimental
(edit) @4616622   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @2d028039   14 months caparson added support for copy based envelopes ADTast-experimental
(edit) @ccb29b4   14 months ajbeach This should fix the issues with building with older gcc versions. ADTast-experimental
(edit) @8fa77eb   14 months pabuhr fix documentation ADTast-experimental
(edit) @21a2a7d   14 months ajbeach Replaced ScopedMap::erase with a version that should avoid the order … ADTast-experimental
(edit) @e9b5043   14 months ajbeach Added contains to some of our containers. Also changed some code to … ADTast-experimental
(edit) @2f61765   14 months ajbeach Fixed a clang warning and cleaned up the rest of the function. ADTast-experimental
(edit) @2125443a   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a97248   14 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @db9d7a9   14 months ajbeach Fixed clang++-10 error. One of the problem functions was never used … ADTast-experimental
(edit) @85dd381   14 months ajbeach Fixed indentation in ScopedSet? and moved the iterator details to the … ADTast-experimental
(edit) @98a2b1dc   14 months ajbeach Updated ScopedMap? to use the layout of ErasableScopedMap?; putting the … ADTast-experimental
(edit) @ccf1d99   14 months caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
(edit) @a64137f   14 months caparson added support for copying envelopes in generated | routine ADTast-experimental
(edit) @0393653   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @a8e8c67   14 months caparson fixed non-inline actor/message bug and cleaned up Actor pass ADTast-experimental
(edit) @96ddc62   14 months caparson Added appropriate fwd decl hoisting to ensure there are no use before … ADTast-experimental
(edit) @7a24d76   14 months pabuhr simply grammar for forall with trait ADTast-experimental
(edit) @8728104   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0f15e3b   14 months pabuhr add alternate syntax using forall with trait ADTast-experimental
(edit) @a5f9444   14 months pabuhr change 0 to nullptr ADTast-experimental
(edit) @79a6b17   14 months pabuhr print better error message when semi-colon missing after aggregate ADTast-experimental
(edit) @34ed17b   14 months caparson Fixed decl before use issue with actors sending messages to other actors ADTast-experimental
(edit) @cd5eb4b   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @3dd8f42   14 months caparson added actor support to the compiler ADTast-experimental
(edit) @ad861ef   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @466787a   14 months pabuhr add keyword waituntil, add parsing stub for static declarations in … ADTast-experimental
(edit) @a0d1f1c   14 months ajbeach Header Clean-up: Removed no longer needed includes from typeops, and … ADTast-experimental
(edit) @5bf3976   14 months ajbeach Header Clean-Up: Created new headers for new AST typeops and moved … ADTast-experimental
(edit) @fed6a0f   15 months ajbeach Header Clean-up: Moving more declarations to the header of the … ADTast-experimental
(edit) @7b5694d   15 months ajbeach Header Clean-up: Moved more things from typeops to Unify. ADTast-experimental
(edit) @e563edf   15 months ajbeach Header Clean-up: Clearing out typeops, moving things to Unify because … ADTast-experimental
(edit) @9845cb6   15 months ajbeach Cleaning old box pass for easier translation. Removed an unused … ADTast-experimental
(edit) @8bb86ce   15 months j82liang Clean up some code related to Enum codegen ADTast-experimental
(edit) @8fcf921   15 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @9749d2fa   15 months j82liang Fix CodeGen? for function type enum ADTast-experimental
(edit) @2c8c314   15 months ajbeach Clean-up in the name mangler. ADTast-experimental
(edit) @f76dd1a   15 months ajbeach Some cleanup in RenameVars?.cc. ADTast-experimental
(edit) @66a89e7   15 months ajbeach pass::get_result -> pass::result::get for consistency with the … ADTast-experimental
(edit) @331ee52c   15 months ajbeach Should silence a GCC 12 warning. ADTast-experimental
(edit) @8d9d974   15 months ajbeach Cleaning old box pass for easier translation. Compacting one of the … ADTast-experimental
(edit) @ea2ed3a   15 months ajbeach Reorganize ScrubTyVars?, the Node specialization trick is redundent … ADTast-experimental
(edit) @64b3cda   15 months ajbeach Adjusted -Pasterr so it works while using the new ast. Removed the … ADTast-experimental
(edit) @019b2d3   15 months ajbeach Moved new to old ast conversion up into the RunParser? module. As far … ADTast-experimental
(edit) @6b608c7   15 months ajbeach Moved the 'Hoist Type Decls' pass up because it establishes some (not … ADTast-experimental
(edit) @49db841   15 months ajbeach Cleaning old box pass for easier translation. Renamed the numbered … ADTast-experimental
(edit) @d18540f   15 months ajbeach Cleaning old box pass for easier translation. Cleaning unused code out … ADTast-experimental
(edit) @d0bdb18   15 months ajbeach Removed extra scope calls in the new Pass. Added some documentation on … ADTast-experimental
(edit) @cbd1ba8   15 months ajbeach Moved parsing code out of main into the parsing directly, as an … ADTast-experimental
(edit) @e1d66c84   16 months ajbeach Clean-up from my investigation on the anonymous issue. The parser … ADTast-experimental
(edit) @474a170   16 months ajbeach Cleaning old box pass for easier translation. Removing another out … ADTast-experimental
(edit) @5a4b403   16 months ajbeach Cleaning old box pass for easier translation. I believe I have an … ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.