source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8913de4   11 months ajbeach Update in autogen that should help with some resolver issues and … ast-experimental
(edit) @efe89894   11 months ajbeach Fixed small whitespace issue. ast-experimental
(edit) @a01faa98   11 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @bccd70a   11 months ajbeach Removed internal code from TypeSubstitution? header. It caused a chain … ast-experimental
(edit) @b09ca2b   11 months caparson small bit of cleanup in waituntil pass ast-experimental
(edit) @2d0f918   11 months ajbeach Clean up methods for result1/N/Nstmt classes and the padantic pass macros. ADTast-experimental
(edit) @8c25760   12 months pabuhr put keywords in alphabetic order in lex.ll ADTast-experimental
(edit) @6e1e2d0   12 months caparson resolved merge conflicts ADTast-experimental
(edit) @c86b08d   12 months caparson added support for the waituntil statement in the compiler ADTast-experimental
(edit) @04c78215   12 months pabuhr change waituntil expression from cast_expression to comma_expression ADTast-experimental
(edit) @699a97d   12 months ajbeach Added IndexIterator?, which absorbs some functionality of some … ADTast-experimental
(edit) @45e753c   12 months ajbeach Clean-up in DeclarationNode?.cc. Made all buildList loops the same. The … ADTast-experimental
(edit) @028e512   12 months ajbeach Cleaned up some DeclarationNode? code that had some extra code no … ADTast-experimental
(edit) @66b6f66   12 months ajbeach Cleaned up some indentation in DeclarationNode?.h. ADTast-experimental
(edit) @d859a30   12 months ajbeach Some SymbolTable? clean-up I did while trying a change I didn't go … ADTast-experimental
(edit) @fb4dc28   12 months ajbeach Moved new ast code out of one of the old files. The new file may have … ADTast-experimental
(edit) @1b8fc06c   12 months ajbeach Updated Iterate.hpp documentation. ADTast-experimental
(edit) @32d6fdc   12 months ajbeach Clean-up in the parser %union. ADTast-experimental
(edit) @52f9804   12 months ajbeach Update macros in main. DUMP is now a macro to save space/noise and the … ADTast-experimental
(edit) @eb8d791   12 months ajbeach CandidateFinder? fills in the CodeLocation? on a generated expression. … ADTast-experimental
(edit) @153d3440   12 months ajbeach Reorganize CandidateFinder? to lower indentation. I did not flatten the … ADTast-experimental
(edit) @94c98f0e   12 months ajbeach Added/cleaned some AST comments. ADTast-experimental
(edit) @b05beaa   12 months ajbeach Clean-up in CodeLocationTools?. ADTast-experimental
(edit) @5541a44e   12 months ajbeach Missed some uses of the new parser helpers. ADTast-experimental
(edit) @6611177   12 months ajbeach Clean-up in parser. ClauseNode? rework, plus internal adjustments to … ADTast-experimental
(edit) @6adeb5f   12 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @372b6d3   12 months pabuhr add -invariant/--invariant flag to enable invariant checking during … ADTast-experimental
(edit) @ea2759b   12 months ajbeach Some clean-up in CurrentObject?, so that TupleIterator? is no longer … ADTast-experimental
(edit) @485393c   13 months ajbeach Moved code out of the CurrentObject? header. ADTast-experimental
(edit) @fac05b3   13 months ajbeach Removed members from TupleType?. They were only used in one place, … ADTast-experimental
(edit) @c468150   13 months ajbeach Split up ParseNode?.h so that headers match implementation. May have a … ADTast-experimental
(edit) @835d6e8   13 months ajbeach ast::SuspendStmt::Type -> ::Kind, this fits the new convention where … ADTast-experimental
(edit) @3e94a23   13 months ajbeach More use of the new AST named boolean types. ADTast-experimental
(edit) @bb7422a   13 months ajbeach Translated parser to the new ast. This incuded a small fix in the … ADTast-experimental
(edit) @70056ed   13 months pabuhr clean up waituntil grammar ADTast-experimental
(edit) @ac235a8   13 months pabuhr deprecated qualifiers/specifiers before TYPEDEF ADTast-experimental
(edit) @9fd9d015   13 months pabuhr formatting, add new waituntil grammar, rewrite waitfor grammar, … ADTast-experimental
(edit) @afdb74b   13 months ajbeach Looks like we missed one of the ast 'should be in every derived class' … ADTast-experimental
(edit) @9feb34b   13 months ajbeach Moved toString and toCString to a new header. Updated includes. … ADTast-experimental
(edit) @056bee8   13 months ajbeach Added printing of with clauses to the printing of both new and old ast … ADTast-experimental
(edit) @c94b1f0   13 months ajbeach Removed unused (debug only?) code. If you want to change how … ADTast-experimental
(edit) @d63aeba   13 months pabuhr print unimplemented error for forall in typedef ADTast-experimental
(edit) @1f771fc   13 months mganesan Removed list initialization and simple assignment expression rules for … ADTast-experimental
(edit) @60e14fc   13 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   14 months ajbeach Make sure fields of the TranslationUnit?, and its TranslationGlobal?ADTast-experimental
(edit) @702e826   14 months ajbeach Pre-translation pass on the parser. Entirely code readability … ADTast-experimental
(edit) @046ba23   14 months caparson small comment cleanup ADTast-experimental
(edit) @231e1ae   14 months caparson changed actor send from | operator to << operator to avoid conflict … ADTast-experimental
(edit) @397c4392   14 months ajbeach Explicity initialized the fields of ResolveCopyCtors?. This may account … ADTast-experimental
(edit) @8603c10   14 months pabuhr move assert(env) to appropriate location ADTast-experimental
(edit) @3d937e2   14 months pabuhr remove warnings for incorrect usage of SuperfluousElse? and … ADTast-experimental
(edit) @be00a2d   14 months pabuhr change BadQualifiersZeroOne? warning from dubious print of specified … ADTast-experimental
(edit) @bf20567   14 months pabuhr generate error for empty mutex argument list ADTast-experimental
(edit) @1a73dbb   14 months pabuhr parser rejects useless type qualifier in empty declaration, and extern … ADTast-experimental
(edit) @dc3c9b1   14 months pabuhr formatting ADTast-experimental
(edit) @78e2fca   14 months pabuhr copy typedef name to SUE name for anonymous SUE ADTast-experimental
(edit) @257a8f5   14 months ajbeach Made some of the AST/Print helpers public. ADTast-experimental
(edit) @9a533ba   14 months ajbeach Remove the unused DeclarationNode::Attr_t type and support. ADTast-experimental
(edit) @2d37a788   14 months pabuhr print enumeration type-name in print member ADTast-experimental
(edit) @9a380e1a   14 months pabuhr formatting ADTast-experimental
(edit) @44a0ca2   14 months pabuhr formatting ADTast-experimental
(edit) @e4f13fe   14 months pabuhr formatting ADTast-experimental
(edit) @0bcd707   14 months pabuhr make CV qualifiers on empty SUE declaration an error, gcc only has a … ADTast-experimental
(edit) @8f06277   14 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   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @2d028039   15 months caparson added support for copy based envelopes ADTast-experimental
(edit) @ccb29b4   15 months ajbeach This should fix the issues with building with older gcc versions. ADTast-experimental
(edit) @8fa77eb   15 months pabuhr fix documentation ADTast-experimental
(edit) @21a2a7d   15 months ajbeach Replaced ScopedMap::erase with a version that should avoid the order … ADTast-experimental
(edit) @e9b5043   15 months ajbeach Added contains to some of our containers. Also changed some code to … ADTast-experimental
(edit) @2f61765   15 months ajbeach Fixed a clang warning and cleaned up the rest of the function. ADTast-experimental
(edit) @2125443a   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a97248   15 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @db9d7a9   15 months ajbeach Fixed clang++-10 error. One of the problem functions was never used … ADTast-experimental
(edit) @85dd381   15 months ajbeach Fixed indentation in ScopedSet? and moved the iterator details to the … ADTast-experimental
(edit) @98a2b1dc   15 months ajbeach Updated ScopedMap? to use the layout of ErasableScopedMap?; putting the … ADTast-experimental
(edit) @ccf1d99   15 months caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.