source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @474a170   17 months ajbeach Cleaning old box pass for easier translation. Removing another out … ADTast-experimental
(edit) @5a4b403   17 months ajbeach Cleaning old box pass for easier translation. I believe I have an … ADTast-experimental
(edit) @9f70a67b   17 months ajbeach Cleaning old box pass for easier translation. Again, this loop … ADTast-experimental
(edit) @82a90d4   17 months ajbeach Follow up to TypeEnvKey/TypeDecl?, removing extra includes (but I only … ADTast-experimental
(edit) @93c10de   17 months ajbeach Minimal changes to pull out nested types, TypeInstType::TypeEnvKey? and … ADTast-experimental
(edit) @d41735a   17 months pabuhr parse CFA dimension-list with types ADTast-experimental
(edit) @910e1d0   17 months pabuhr parse enumerated dimension ADTast-experimental
(edit) @25b0fde   17 months j82liang Fix casted enum init ADTast-experimental
(edit) @db6cdc0   17 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e4d7c1c   17 months j82liang Implement enum Hiding ADTast-experimental
(edit) @c1fb3903   17 months ajbeach Reformat/re-indent the ErasableScopedMap?. This should make it easier … ADTast-experimental
(edit) @19a8c40   17 months ajbeach Some clean-up I had stashed from before I knew the InlineMemberDecl?ADTast-experimental
(edit) @7491f97   17 months ajbeach Renaming and comments in group_iterate_t to help clarity. ADTast-experimental
(edit) @71806e0   18 months j82liang Rename InlineValueDecl? to InlineMemberDecl? ADTast-experimental
(edit) @5ce0659   18 months ajbeach The group_iterate_t type is now variadic, hopefully with acceptable … ADTast-experimental
(edit) @271a5d3   18 months ajbeach Cleaning old box pass for easier translation. Cleaned up more loops, … ADTast-experimental
(edit) @6411b7d   18 months ajbeach Modified group_iterate_t to accept three arguments. Also, there is … ADTast-experimental
(edit) @4da152a   18 months ajbeach Cleaning old box pass for easier translation. Adding a bunch of const … ADTast-experimental
(edit) @44547b0   18 months ajbeach Removed the ObjectDecl? fields now represented on InlineValueDecl?. … ADTast-experimental
(edit) @a805100   18 months ajbeach Cleaning old box pass for easier translation. Refactor to remove … ADTast-experimental
(edit) @7ed7b4a   18 months ajbeach Cleaning old box pass for easier translation. Added documentation to … ADTast-experimental
(edit) @f6aa89c   18 months ajbeach Cleaning old box pass for easier translation. Isolated the … ADTast-experimental
(edit) @7cf8006   18 months pabuhr add type to enum hiding productions ADTast-experimental
(edit) @03c56f6   18 months ajbeach Cleaning old box pass for easier translation. Another change, this one … ADTast-experimental
(edit) @75f6a5f   18 months ajbeach Found a likely error in GenPoly?.cc, now the new and old versions are … ADTast-experimental
(edit) @b3212de   18 months ajbeach Cleaning old box pass for easier translation. Scattered … ADTast-experimental
(edit) @1dafdfc   18 months ajbeach Moved code from _dtype_static_member_ initializer to an assignment in … ADTast-experimental
(edit) @f2ff0a6   18 months ajbeach Function attributes are now visited earlier, so they are not … ADTast-experimental
(edit) @994028dc   18 months ajbeach Cleaning old box pass for easier translation. Clean-up more loops. ADTast-experimental
(edit) @e3bf4cf   18 months ajbeach Cleaning old box pass for easier translation. Used isInFunction() to … ADTast-experimental
(edit) @637c139   18 months ajbeach Cleaning old box pass for easier translation. Simplify another loop, … ADTast-experimental
(edit) @c7f12a4   18 months pabuhr parse enum hiding ADTast-experimental
(edit) @0b1ca47   18 months ajbeach Cleaning old box pass for easier translation. Changed over for loops, … ADTast-experimental
(edit) @f1f481a   18 months ajbeach Cleaning old box pass for easier translation. Removing unused functions. ADTast-experimental
(edit) @fa2e183   18 months j82liang Missing file in the last commit ADTast-experimental
(edit) @93d2219   18 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e874605   18 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as … ADTast-experimental
(edit) @0026d67   18 months ajbeach Replaced Mangle::typeMode() with Mangle::mangleType(...), as it is how … ADTast-experimental
(edit) @63d1ebe   18 months ajbeach Changed GenPoly::TypeVarMap? to use the same key type as … ADTast-experimental
(edit) @bc899d6   18 months ajbeach Added ast::vector as a short hand and used it in one file as a test. ADTast-experimental
(edit) @d191e24   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @82ff4ed1   18 months pabuhr fix bug printing semantic error in buildList ADTast-experimental
(edit) @135143b   18 months Thierry Delisle Hacked in code location in a case where errors didn't have it. This is … ADTast-experimental
(edit) @77de429   18 months j82liang Fix overriding enum value ADTast-experimental
(edit) @c2b3243   18 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @5408b59   18 months j82liang Remove var in QualifiedNameExpr? ADTast-experimental
(edit) @1e30df7   18 months j82liang Supports inline enums ADTast-experimental
(edit) @4678c1ec   18 months pabuhr check for non-homogeneous nodes in buildList processing ADTast-experimental
(edit) @fad1f14   18 months ajbeach Small bits of clean-up I would rather not want to keep looking at. ADTast-experimental
(edit) @59c7e3e   18 months pabuhr parge va_arg as special case function ADTast-experimental
(edit) @b2ddaf3   19 months pabuhr fix parsing bug for attribute at the end of a distribution list ADTast-experimental
(edit) @d8c96a9   19 months ajbeach Small white-space fix. ADTast-experimental
(edit) @c8837e5   19 months ajbeach Rewrite in GenPoly? to avoid mixing new AST and TyVarMap? (which … ADTast-experimental
(edit) @8c91088   19 months ajbeach Slight improvement to documentation in Box.cc. ADTast-experimental
(edit) @7fffb1b   19 months ajbeach Translated the convertLvalue pass. It could possibly use some … ADTast-experimental
(edit) @890f67a   19 months ajbeach Was passing CodeLocation? to an old node. Not sure how that happened. ADTast-experimental
(edit) @4b8b2a4   19 months ajbeach Make unset locations earier to find with a search for 'CodeLocation?()'. ADTast-experimental
(edit) @c02cef1   19 months ajbeach Clean-up in AST/Inspect. ADTast-experimental
(edit) @36cb4d9   19 months ajbeach Reorganize the expandTuple pass to hopefully make it easier to follow. ADTast-experimental
(edit) @996c8ed   19 months pabuhr add better syntax error-messages for certain cases ADTast-experimental
(edit) @3f7e68b7   19 months ajbeach It has been ~3 years, still no one is using GuardMethod?. ADTast-experimental
(edit) @b859f59   19 months ajbeach Reordered fields in FunctionDecl? and removed some trailing white-space. ADTast-experimental
(edit) @5d8dae7   19 months ajbeach Used Pass::read in Unify in one place. ADTast-experimental
(edit) @e01eb4a   19 months ajbeach Moved some functions from InitTweak? to Inspect. ADTast-experimental
(edit) @0bd46fd   19 months Thierry Delisle Fixed several warnings ADTast-experimentalpthread-emulation
(edit) @20737104   19 months ajbeach Wrote a new asForward helper for Autogen. ADTast-experimentalpthread-emulation
(edit) @e9e9f56   19 months ajbeach Used the WithCodeLocation? helper in more passes. This cleans up some … ADTast-experimentalpthread-emulation
(edit) @dc56b9d   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @79ae13d   19 months pabuhr remove unknown #pragma -Wnull-conversion ADTast-experimentalpthread-emulation
(edit) @a065f1f   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @4520b77e   19 months j82liang Merge to Master Sept 19 ADTast-experimentalpthread-emulation
(edit) @ef1da0e2   19 months f37yu try to make parameter qualifier conversion work for assertions ADTast-experimentalpthread-emulation
(edit) @8f1e035   19 months ajbeach Created a new module for more ast helpers. Put in code to efficiently … ADTast-experimentalpthread-emulation
(edit) @ae1d151   19 months ajbeach White-space fixes and an improvement to some clean-up. ADTast-experimentalpthread-emulation
(edit) @9d55ff6   19 months Thierry Delisle Hack in code gen to make 0p a constant ADTast-experimentalpthread-emulation
(edit) @12df6fe   19 months j82liang Fix an enumerator value bug; add basic tests for new features; save … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @09f34a84   19 months Thierry Delisle Remove some of the warnings on the new clang ADTast-experimentalpthread-emulation
(edit) @0fc91db1   19 months Thierry Delisle Removed old ast from configure and tests.py ADTast-experimentalpthread-emulation
(edit) @09366b8   19 months ajbeach Cleaned out old AST code from main. ADTast-experimentalpthread-emulation
(edit) @747d0fa   19 months ajbeach White-space clean-up in DeclReplacer?. ADTast-experimentalpthread-emulation
(edit) @95e5018   19 months ajbeach Changed ast::pass::make_location_guard so it should work with C++14. ADTast-experimentalpthread-emulation
(edit) @25793da   19 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @01865fb   19 months Thierry Delisle New pass mixin now has 1 use ADTast-experimentalpthread-emulation
(edit) @a9762dc   19 months Thierry Delisle Passvisitor can now track code location ADTast-experimentalpthread-emulation
(edit) @1b65595   19 months Thierry Delisle Implemented move semantics for ValueGuardPtr? ADTast-experimentalpthread-emulation
(edit) @3acc863   19 months Thierry Delisle Moved to C++17 ADTast-experimentalpthread-emulation
(edit) @f8965f4   19 months Thierry Delisle Removed unnecessary throw lists ADTast-experimentalpthread-emulation
(edit) @ce31925   19 months ajbeach Removed the -O/--old-ast and -A/--new-ast flags from main. Converted … ADTast-experimentalpthread-emulation
(edit) @c36814a   19 months ajbeach Adding 'final' and removing a redundent namespace in the post resolve … ADTast-experimentalpthread-emulation
(edit) @1c0657a   19 months ajbeach Forgot to add the main new code file. ADTast-experimentalpthread-emulation
(edit) @3606fe4   19 months ajbeach Translated Instantiate Generic to the new AST. This includes various … ADTast-experimentalpthread-emulation
(edit) @b0d9ff7   20 months j82liang Fix up the QualifiedNameExpr?. It should now work on both old AST and … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ed9a1ae   20 months Thierry Delisle Cfa now distinguishes between thread and _Thread_local. ADTast-experimentalpthread-emulation
(edit) @4858a88   20 months pabuhr lex thread ADTast-experimentalpthread-emulation
(edit) @aa122e9   20 months pabuhr fix typo in last push ADTast-experimentalpthread-emulation
(edit) @51fbba5   20 months pabuhr add empty loop-index to for control ADTast-experimentalpthread-emulation
(edit) @4fee301   20 months pabuhr update compiler error messages for-loop control ADTast-experimentalpthread-emulation
(edit) @e116db3   20 months ajbeach Combined some sub-passes in Tuple Expansion, two less tree traversals … ADTast-experimentalpthread-emulation
(edit) @082af5b   21 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @dbedd71   21 months pabuhr update for-control with corrected @ usage for negative range ADTast-experimentalpthread-emulation
Note: See TracRevisionLog for help on using the revision log.