source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36cb4d9   18 months ajbeach Reorganize the expandTuple pass to hopefully make it easier to follow. ADTast-experimental
(edit) @996c8ed   18 months pabuhr add better syntax error-messages for certain cases ADTast-experimental
(edit) @3f7e68b7   18 months ajbeach It has been ~3 years, still no one is using GuardMethod?. ADTast-experimental
(edit) @b859f59   18 months ajbeach Reordered fields in FunctionDecl? and removed some trailing white-space. ADTast-experimental
(edit) @5d8dae7   18 months ajbeach Used Pass::read in Unify in one place. ADTast-experimental
(edit) @e01eb4a   18 months ajbeach Moved some functions from InitTweak? to Inspect. ADTast-experimental
(edit) @0bd46fd   18 months Thierry Delisle Fixed several warnings ADTast-experimentalpthread-emulation
(edit) @20737104   18 months ajbeach Wrote a new asForward helper for Autogen. ADTast-experimentalpthread-emulation
(edit) @e9e9f56   18 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   19 months j82liang Fix up the QualifiedNameExpr?. It should now work on both old AST and … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ed9a1ae   19 months Thierry Delisle Cfa now distinguishes between thread and _Thread_local. ADTast-experimentalpthread-emulation
(edit) @4858a88   19 months pabuhr lex thread ADTast-experimentalpthread-emulation
(edit) @aa122e9   19 months pabuhr fix typo in last push ADTast-experimentalpthread-emulation
(edit) @51fbba5   19 months pabuhr add empty loop-index to for control ADTast-experimentalpthread-emulation
(edit) @4fee301   19 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   20 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @dbedd71   20 months pabuhr update for-control with corrected @ usage for negative range ADTast-experimentalpthread-emulation
(edit) @ccbc65c   20 months ajbeach Converted the Expand Virtual Casts to the new ast. ADTast-experimentalpthread-emulation
(edit) @52be5948   20 months pabuhr update for-control with more error messages ADTast-experimentalpthread-emulation
(edit) @d78c238   20 months pabuhr update for-control with explicit type declarations ADTast-experimentalpthread-emulation
(edit) @66406f3   20 months pabuhr update debug printing ADTast-experimentalpthread-emulation
(edit) @df00c78   20 months pabuhr formatting ADTast-experimentalpthread-emulation
(edit) @ba48a9b   20 months pabuhr ignore zero divide when evaluating constexpr expressions ADTast-experimentalpthread-emulation
(edit) @ce1d721   20 months ajbeach Changed the indentation in TupleExpansionNew?.cpp to match the standard … ADTast-experimentalpthread-emulation
(edit) @b507dcd   20 months ajbeach Converted the Expand Tuples pass to the new ast. ADTast-experimentalpthread-emulation
(edit) @13d326ec   20 months ajbeach More clean-up, including some removing some duplicate functions. ADTast-experimentalpthread-emulation
(edit) @dd33c1f   20 months f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @4c48be0   20 months f37yu remove debug print ADTast-experimentalpthread-emulation
(edit) @3992098   20 months ajbeach Changed the default Linkage on ast::FunctionDecl? from C to Cforall to … ADTast-experimentalpthread-emulation
(edit) @e8616b6   20 months ajbeach Changed the default Linkage on ast::ObjectDecl? from C to Cforall. … ADTast-experimentalpthread-emulation
(edit) @5cf1228   20 months ajbeach Clean-up the new specialize pass. (Especially the cruft from the hand-off.) ADTast-experimentalpthread-emulation
(edit) @def751f   20 months j82liang Merge branch 'master' into qualifiedEnum ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ffec1bf   20 months f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e23b446   20 months f37yu add specialize pass ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @4e2befe3   20 months j82liang add build_qualified_expr ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @50a8aa9   20 months j82liang Forward Declaration for QualifiedNameExpr? ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @bbf17d5   20 months j82liang Basic Defining of QualifiedNameExpr?; save for debugging ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b729c01   20 months j82liang Update enum unifier; now unifier compare types based on the enum's base ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d958834b   20 months j82liang Save a minimal compilable version. The enum pointer … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @18070ee   21 months Thierry Delisle Change box pass to scope better when polymorphic functions get … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @2fd0de0   21 months ajbeach Another clean-up pass on fix names since I was in the area. This one … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b585593   21 months ajbeach Slight adjustment to FixNames?, same behaviour but a lighter … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @11df881   21 months ajbeach Updated documentation on pre-resolver passes, moving code to headers … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @0577df2   21 months ajbeach Various pieces of clean-up in MultiLevelExit?. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6a896b0   21 months ajbeach Translated the Exception Declaration pass. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @af75a87   21 months ajbeach Adjusted typedef replacement, attributes should be filtered with … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b9f8274   21 months ajbeach Removed the validate sub-pass interface. This also showed an extra … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1931bb0   21 months ajbeach Converted 'Validate A' to the new AST. There some utility changes as well. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f37d9e7   21 months pabuhr change CurrentObject?.cc to use eval rather than ad-hoc … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7991c7d   21 months pabuhr change enumerator_value_opt to only parse constant_expression ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @120867e   21 months pabuhr update EvalNew? to handle more compile-time constant-expression evaluation ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1ed3fe7c   21 months pabuhr change semantic error message for non-const enumerator to be clearer ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @72e76fd   21 months ajbeach Converted the last pass in validate B (linkReferenceToTypes). Cleaned … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7b71402   21 months ajbeach Some white-space and comment fixes. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @91715ce1   21 months Thierry Delisle Don't autogen for struct with flexible array members fixes #261? ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b70abaf   21 months Thierry Delisle Added inspect file for asking questions about the ast. So far only … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b99fd56   21 months Thierry Delisle CodeGeneration? now generates variable exprs of type zero_t as litteral 0s. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @3322180   21 months Thierry Delisle Fix enum assignment warning ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ae2f2ae   22 months Thierry Delisle Removed and ignored some warnings in Parser. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c19edd1   22 months Thierry Delisle Removed some warnings and fixed some whitespace ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c5d5723   22 months Thierry Delisle Disabled null conversion warning in lexer. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @eb5962a   22 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @1df492a   22 months j82liang Convert TypeInstType? to PointerType? before resolution ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6739590   22 months ajbeach A small spacing fix. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @a8b87d3   22 months ajbeach Various bits of clean-up. The big one was some renaming inside … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @720f2fe2   22 months Thierry Delisle Changed 'addDataSectionAttribute' to correctly handle tls. Fixed Typo. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c8f5f7d   22 months ajbeach Translated Gen Waitfor, the waitfor statement works in the new ast. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fc134a48   22 months j82liang Implement the struct enum ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c715e5f   22 months ajbeach Removed most of the exception macros (EHM_ group). Made changes to the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e6cf857f   23 months ajbeach call -> createCall: The template wrapper has been removed and now it … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9939dc3   23 months ajbeach Reduced the number of object files linked into the demangler. Some of … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @4bb5d36   23 months Thierry Delisle Visibility stragglers. cfa_linkonce always means visibility default. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d8454b9   23 months pabuhr add better error message for attributes after "with" clause, commented … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c0af102   23 months ajbeach Reorganization of some demangler code so header and code file match. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8060b2b   23 months ajbeach Some recent work has taken me by ResolveCopyCtors?, while there I saw … ADTast-experimentalpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.