source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @dc56b9d   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental pthread-emulation
(edit) @79ae13d   3 years pabuhr remove unknown #pragma -Wnull-conversion ADT ast-experimental pthread-emulation
(edit) @a065f1f   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental pthread-emulation
(edit) @4520b77e   3 years j82liang Merge to Master Sept 19 ADT ast-experimental pthread-emulation
(edit) @ef1da0e2   3 years f37yu try to make parameter qualifier conversion work for assertions ADT ast-experimental pthread-emulation
(edit) @8f1e035   3 years ajbeach Created a new module for more ast helpers. Put in code to efficiently … ADT ast-experimental pthread-emulation
(edit) @ae1d151   3 years ajbeach White-space fixes and an improvement to some clean-up. ADT ast-experimental pthread-emulation
(edit) @9d55ff6   3 years Thierry Delisle Hack in code gen to make 0p a constant ADT ast-experimental pthread-emulation
(edit) @12df6fe   3 years j82liang Fix an enumerator value bug; add basic tests for new features; save … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @09f34a84   3 years Thierry Delisle Remove some of the warnings on the new clang ADT ast-experimental pthread-emulation
(edit) @0fc91db1   3 years Thierry Delisle Removed old ast from configure and tests.py ADT ast-experimental pthread-emulation
(edit) @09366b8   3 years ajbeach Cleaned out old AST code from main. ADT ast-experimental pthread-emulation
(edit) @747d0fa   3 years ajbeach White-space clean-up in DeclReplacer. ADT ast-experimental pthread-emulation
(edit) @95e5018   3 years ajbeach Changed ast::pass::make_location_guard so it should work with C++14. ADT ast-experimental pthread-emulation
(edit) @25793da   3 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental pthread-emulation
(edit) @01865fb   3 years Thierry Delisle New pass mixin now has 1 use ADT ast-experimental pthread-emulation
(edit) @a9762dc   3 years Thierry Delisle Passvisitor can now track code location ADT ast-experimental pthread-emulation
(edit) @1b65595   3 years Thierry Delisle Implemented move semantics for ValueGuardPtr ADT ast-experimental pthread-emulation
(edit) @3acc863   3 years Thierry Delisle Moved to C++17 ADT ast-experimental pthread-emulation
(edit) @f8965f4   3 years Thierry Delisle Removed unnecessary throw lists ADT ast-experimental pthread-emulation
(edit) @ce31925   3 years ajbeach Removed the -O/--old-ast and -A/--new-ast flags from main. Converted … ADT ast-experimental pthread-emulation
(edit) @c36814a   3 years ajbeach Adding 'final' and removing a redundent namespace in the post resolve … ADT ast-experimental pthread-emulation
(edit) @1c0657a   3 years ajbeach Forgot to add the main new code file. ADT ast-experimental pthread-emulation
(edit) @3606fe4   3 years ajbeach Translated Instantiate Generic to the new AST. This includes various … ADT ast-experimental pthread-emulation
(edit) @b0d9ff7   3 years j82liang Fix up the QualifiedNameExpr. It should now work on both old AST and … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @ed9a1ae   3 years Thierry Delisle Cfa now distinguishes between thread and _Thread_local. ADT ast-experimental pthread-emulation
(edit) @4858a88   3 years pabuhr lex thread ADT ast-experimental pthread-emulation
(edit) @aa122e9   3 years pabuhr fix typo in last push ADT ast-experimental pthread-emulation
(edit) @51fbba5   3 years pabuhr add empty loop-index to for control ADT ast-experimental pthread-emulation
(edit) @4fee301   3 years pabuhr update compiler error messages for-loop control ADT ast-experimental pthread-emulation
(edit) @e116db3   3 years ajbeach Combined some sub-passes in Tuple Expansion, two less tree traversals … ADT ast-experimental pthread-emulation
(edit) @082af5b   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental pthread-emulation
(edit) @dbedd71   3 years pabuhr update for-control with corrected @ usage for negative range ADT ast-experimental pthread-emulation
(edit) @ccbc65c   3 years ajbeach Converted the Expand Virtual Casts to the new ast. ADT ast-experimental pthread-emulation
(edit) @52be5948   3 years pabuhr update for-control with more error messages ADT ast-experimental pthread-emulation
(edit) @d78c238   3 years pabuhr update for-control with explicit type declarations ADT ast-experimental pthread-emulation
(edit) @66406f3   3 years pabuhr update debug printing ADT ast-experimental pthread-emulation
(edit) @df00c78   3 years pabuhr formatting ADT ast-experimental pthread-emulation
(edit) @ba48a9b   3 years pabuhr ignore zero divide when evaluating constexpr expressions ADT ast-experimental pthread-emulation
(edit) @ce1d721   3 years ajbeach Changed the indentation in TupleExpansionNew.cpp to match the standard … ADT ast-experimental pthread-emulation
(edit) @b507dcd   3 years ajbeach Converted the Expand Tuples pass to the new ast. ADT ast-experimental pthread-emulation
(edit) @13d326ec   3 years ajbeach More clean-up, including some removing some duplicate functions. ADT ast-experimental pthread-emulation
(edit) @dd33c1f   3 years f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental pthread-emulation
(edit) @4c48be0   3 years f37yu remove debug print ADT ast-experimental pthread-emulation
(edit) @3992098   3 years ajbeach Changed the default Linkage on ast::FunctionDecl from C to Cforall to … ADT ast-experimental pthread-emulation
(edit) @e8616b6   3 years ajbeach Changed the default Linkage on ast::ObjectDecl from C to Cforall. … ADT ast-experimental pthread-emulation
(edit) @5cf1228   3 years ajbeach Clean-up the new specialize pass. (Especially the cruft from the hand-off.) ADT ast-experimental pthread-emulation
(edit) @def751f   3 years j82liang Merge branch 'master' into qualifiedEnum ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @ffec1bf   3 years f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @9e23b446   3 years f37yu add specialize pass ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @4e2befe3   3 years j82liang add build_qualified_expr ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @50a8aa9   3 years j82liang Forward Declaration for QualifiedNameExpr ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @bbf17d5   3 years j82liang Basic Defining of QualifiedNameExpr; save for debugging ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @b729c01   3 years j82liang Update enum unifier; now unifier compare types based on the enum's base ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @d958834b   3 years j82liang Save a minimal compilable version. The enum pointer … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @18070ee   3 years Thierry Delisle Change box pass to scope better when polymorphic functions get … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @2fd0de0   3 years ajbeach Another clean-up pass on fix names since I was in the area. This one … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @b585593   3 years ajbeach Slight adjustment to FixNames, same behaviour but a lighter … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @11df881   3 years ajbeach Updated documentation on pre-resolver passes, moving code to headers … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @0577df2   3 years ajbeach Various pieces of clean-up in MultiLevelExit. ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @6a896b0   3 years ajbeach Translated the Exception Declaration pass. ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @af75a87   3 years ajbeach Adjusted typedef replacement, attributes should be filtered with … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @b9f8274   3 years ajbeach Removed the validate sub-pass interface. This also showed an extra … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @1931bb01   3 years ajbeach Converted 'Validate A' to the new AST. There some utility changes as well. ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @f37d9e7   3 years pabuhr change CurrentObject.cc to use eval rather than ad-hoc … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @7991c7d   3 years pabuhr change enumerator_value_opt to only parse constant_expression ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @120867e   3 years pabuhr update EvalNew to handle more compile-time constant-expression evaluation ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @1ed3fe7c   3 years pabuhr change semantic error message for non-const enumerator to be clearer ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @72e76fd   3 years ajbeach Converted the last pass in validate B (linkReferenceToTypes). Cleaned … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @7b71402   3 years ajbeach Some white-space and comment fixes. ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @91715ce1   3 years Thierry Delisle Don't autogen for struct with flexible array members fixes #261 ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @b70abaf   3 years Thierry Delisle Added inspect file for asking questions about the ast. So far only … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @b99fd56   3 years Thierry Delisle CodeGeneration now generates variable exprs of type zero_t as litteral 0s. ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @3322180   3 years Thierry Delisle Fix enum assignment warning ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @ae2f2ae   3 years Thierry Delisle Removed and ignored some warnings in Parser. ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @c19edd1   3 years Thierry Delisle Removed some warnings and fixed some whitespace ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @c5d5723   3 years Thierry Delisle Disabled null conversion warning in lexer. ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @eb5962a   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @1df492a   3 years j82liang Convert TypeInstType to PointerType before resolution ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @6739590   3 years ajbeach A small spacing fix. ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @a8b87d3   3 years ajbeach Various bits of clean-up. The big one was some renaming inside … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @720f2fe2   3 years Thierry Delisle Changed 'addDataSectionAttribute' to correctly handle tls. Fixed Typo. ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @c8f5f7d   3 years ajbeach Translated Gen Waitfor, the waitfor statement works in the new ast. ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @fc134a48   3 years j82liang Implement the struct enum ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @c715e5f   3 years ajbeach Removed most of the exception macros (EHM_ group). Made changes to the … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @e6cf857f   3 years ajbeach call -> createCall: The template wrapper has been removed and now it … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @9939dc3   3 years ajbeach Reduced the number of object files linked into the demangler. Some of … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @4bb5d36   3 years Thierry Delisle Visibility stragglers. cfa_linkonce always means visibility default. ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @d8454b9   3 years pabuhr add better error message for attributes after "with" clause, commented … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @c0af102   3 years ajbeach Reorganization of some demangler code so header and code file match. ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @8060b2b   3 years ajbeach Some recent work has taken me by ResolveCopyCtors, while there I saw … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @e5628db   3 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @f75e25b   3 years caparson removed else clause from loop after inserting it in compund stmt ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @491bb81   3 years ajbeach Fixed some whitespace and indentation issues. ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @7675f58   3 years ajbeach Labels on statements (not all Labels in the AST) now have all their … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @3f681b1   3 years ajbeach Added the new invariant checks. There seems to be a few unset … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @5c231c1   3 years Thierry Delisle Fixed incorrect class that should be struct ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @7edd5c1   3 years ajbeach Assorted fixes to the AST, found while I was trying to add more … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @86b8d16   3 years pabuhr formatting, remove for/else shift/reduce conflict ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @6825167   3 years caparson fixed loop else parse bug ADT ast-experimental pthread-emulation qualifiedEnum
Note: See TracRevisionLog for help on using the revision log.