source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @e5628db   23 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f75e25b   23 months caparson removed else clause from loop after inserting it in compund stmt ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @491bb81   23 months ajbeach Fixed some whitespace and indentation issues. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7675f58   23 months ajbeach Labels on statements (not all Labels in the AST) now have all their … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @3f681b1   23 months ajbeach Added the new invariant checks. There seems to be a few unset … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5c231c1   23 months Thierry Delisle Fixed incorrect class that should be struct ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7edd5c1   23 months ajbeach Assorted fixes to the AST, found while I was trying to add more … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @86b8d16   2 years pabuhr formatting, remove for/else shift/reduce conflict ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6825167   2 years caparson fixed loop else parse bug ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b738974   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5695645   2 years pabuhr print warning for empty loop conditional with an else clause ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b6ae4fb   2 years pabuhr add SuperfluousElse? warning, allow empty vararg to macro SemanticWarning? ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7ad47df   2 years caparson added else stmt to loops ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @24ceace   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e7236f4   2 years j82liang Resolution of struct enum. The codegen of struct enum will be in the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @0c939dd   2 years ajbeach Removed extra include, it should compile again. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @298fe57   2 years ajbeach Translated 3/4 of validate_B. Link Reference To Types has been removed … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f6e6a55   2 years ajbeach Added ast::WaitForClause? and changed ast::WaitForStmt? to use it. This … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @374cb117   2 years j82liang Replace the interface for EnumDecl? node construction to support … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @365c8dcb   2 years j82liang Merge branch 'master' into enum ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @30d91e4   2 years j82liang Change the code gen for enum value. Hope it fixes the gcc … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4ec9513   2 years ajbeach Converted validate C, including adding DimensionExpr? to the new ast. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d8c4fab   2 years j82liang Rename makeArgvObj ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @5bb1ac1   2 years j82liang Allow generic types ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d8e2a09   2 years j82liang Merge with master ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @92538ab   2 years j82liang Resolve conflict ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @7c919559   2 years f37yu skip resolve enum initializer pass ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4559b34   2 years j82liang Update the String Enum implementation. The declaration now can handles … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @b230091   2 years ajbeach Added a 'missing' TypeInstType? constructor and rewrote some calls to … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @2377ca2   2 years ajbeach Updated some names on mutate functions to me more consistent with some … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @400b8be   2 years ajbeach Added StmtClause? and converted the existing nodes that should be clauses. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @8631c84   2 years ajbeach Made ast::ptr_base swappable. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @94fa946   2 years ajbeach Cleaned up some files I have been looking at a lot recently. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @3eb1653   2 years j82liang Remove development labels to pass the tests ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a76202d   2 years ajbeach Removed some code from Validate that had been used for the translation … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @7a486f4a   2 years j82liang Remove the statement suffix ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @32fc0d6   2 years j82liang Fix the missing pieces in codeGen ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4390fb6   2 years j82liang Forget to ship the code in codeGen ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f238fcc2   2 years j82liang Enable numeric type for typed enum ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @41d3c8d   2 years caparson added check for mutex stmt header ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @080d2d7   2 years caparson added changes to mutex stmt pass ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @3bc69f2   2 years ajbeach May have fixed the build failure, but I'm still not sure why … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f7496c5   2 years ajbeach class -> struct, silences a warning. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @39d8950   2 years ajbeach Thread global information through resolution. Non-top-level calls to … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9d8124f   2 years f37yu fix some code that clearly does not accomplish the correct thing. has … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @33b7d49   2 years ajbeach Added another check to checkInvariants for code locations. I also went … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d824715   2 years pabuhr support reverse array subscript, 3[a] => a[3], 3abc? => "abc"[3] ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4f6dda0   2 years ajbeach Converted Implement Concurrent Keywords to the new AST. Includes … ADTast-experimentalenumpthread-emulationqualifiedEnum old-sched
(edit) @3e54399   2 years j82liang The compiler now will add a cast to base type for the usage of type … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @786c438   2 years j82liang Remove Marker to pass tests ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a494d105   2 years ajbeach Added a semantic error if the proper includes are not used before a … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f135b50   2 years j82liang The compiler is now trying to pass the value of enum const to code … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @afe9e45   2 years pabuhr add more detailed syntax-error messages ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f53afafb   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @5c216b4   2 years pabuhr add detailed syntax-error messages ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f69fac7   2 years ajbeach Got the Util module started by moving over the unused AssertAcyclic? pass. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9ef9644   2 years ajbeach Merge branch 'forall-pointer-decay' into 'master'. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a556492   2 years ajbeach There was less extra code in ForallPointerDecay? then I hopped, but it … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7d7ef6f   2 years ajbeach Revereted some changes and added a fix to get around the current issue … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @51b8582   2 years ajbeach So it was a bug in old code that seemed to be cancelling itself out … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a77713b   2 years j82liang Enable typed enum ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @0db48ca   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @aac37fa   2 years pabuhr remove SemanticError? for "else" extension, support extern "..." for … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @eb211bf   2 years ajbeach Did some clean-up with the ast::Pass class. Moved some things out of … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @891f707   2 years Thierry Delisle Removed move in MLE as it prevents copy-ellision. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @08e4e6a   2 years Thierry Delisle Removed warning after last change. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @6668a3e   2 years Thierry Delisle Waitfor now resolves calls to get_monitor inside the resolver rather … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @1f7dc61   2 years Thierry Delisle Consistently changed TranslationUnit? from struct to class. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9490621   2 years ajbeach My work in progress implementation of ForallPointerDecay? for Fangren. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @850aff1   2 years Thierry Delisle Added -Werror=return-type EVERYWHERE! Added -Wextra in some places. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a554e5f4   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @968f280   2 years Thierry Delisle Made some implicit methods explicit due to clang warning ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ee918356   2 years Thierry Delisle Some clean-up to remove clang-only warnings ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f8143a6   2 years Thierry Delisle Change pass visitor to avoid more transient strong references ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @b56ad5e   2 years f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @5f3ba11   2 years f37yu TranslateTries? pass ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.