source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @f37d9e7   11 months pabuhr change CurrentObject?.cc to use eval rather than ad-hoc … ADTpthread-emulationqualifiedEnum
(edit) @7991c7d   11 months pabuhr change enumerator_value_opt to only parse constant_expression ADTpthread-emulationqualifiedEnum
(edit) @120867e   11 months pabuhr update EvalNew? to handle more compile-time constant-expression evaluation ADTpthread-emulationqualifiedEnum
(edit) @1ed3fe7c   11 months pabuhr change semantic error message for non-const enumerator to be clearer ADTpthread-emulationqualifiedEnum
(edit) @72e76fd   11 months ajbeach Converted the last pass in validate B (linkReferenceToTypes). Cleaned … ADTpthread-emulationqualifiedEnum
(edit) @7b71402   11 months ajbeach Some white-space and comment fixes. ADTpthread-emulationqualifiedEnum
(edit) @91715ce   11 months Thierry Delisle Don't autogen for struct with flexible array members fixes #261? ADTpthread-emulationqualifiedEnum
(edit) @b70abaf   11 months Thierry Delisle Added inspect file for asking questions about the ast. So far only … ADTpthread-emulationqualifiedEnum
(edit) @b99fd56   11 months Thierry Delisle CodeGeneration? now generates variable exprs of type zero_t as litteral 0s. ADTpthread-emulationqualifiedEnum
(edit) @3322180   11 months Thierry Delisle Fix enum assignment warning ADTpthread-emulationqualifiedEnum
(edit) @ae2f2ae   12 months Thierry Delisle Removed and ignored some warnings in Parser. ADTpthread-emulationqualifiedEnum
(edit) @c19edd1   12 months Thierry Delisle Removed some warnings and fixed some whitespace ADTpthread-emulationqualifiedEnum
(edit) @c5d5723   12 months Thierry Delisle Disabled null conversion warning in lexer. ADTpthread-emulationqualifiedEnum
(edit) @eb5962a   12 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @1df492a   12 months j82liang Convert TypeInstType? to PointerType? before resolution ADTpthread-emulationqualifiedEnum
(edit) @6739590   12 months ajbeach A small spacing fix. ADTpthread-emulationqualifiedEnum
(edit) @a8b87d3   12 months ajbeach Various bits of clean-up. The big one was some renaming inside … ADTpthread-emulationqualifiedEnum
(edit) @720f2fe2   12 months Thierry Delisle Changed 'addDataSectionAttribute' to correctly handle tls. Fixed Typo. ADTpthread-emulationqualifiedEnum
(edit) @c8f5f7d   12 months ajbeach Translated Gen Waitfor, the waitfor statement works in the new ast. ADTpthread-emulationqualifiedEnum
(edit) @fc134a48   12 months j82liang Implement the struct enum ADTpthread-emulationqualifiedEnum
(edit) @c715e5f   12 months ajbeach Removed most of the exception macros (EHM_ group). Made changes to the … ADTpthread-emulationqualifiedEnum
(edit) @e6cf857f   13 months ajbeach call -> createCall: The template wrapper has been removed and now it … ADTpthread-emulationqualifiedEnum
(edit) @9939dc3   13 months ajbeach Reduced the number of object files linked into the demangler. Some of … ADTpthread-emulationqualifiedEnum
(edit) @4bb5d36   13 months Thierry Delisle Visibility stragglers. cfa_linkonce always means visibility default. ADTpthread-emulationqualifiedEnum
(edit) @d8454b9   13 months pabuhr add better error message for attributes after "with" clause, commented … ADTpthread-emulationqualifiedEnum
(edit) @c0af102   13 months ajbeach Reorganization of some demangler code so header and code file match. ADTpthread-emulationqualifiedEnum
(edit) @8060b2b   13 months ajbeach Some recent work has taken me by ResolveCopyCtors?, while there I saw … ADTpthread-emulationqualifiedEnum
(edit) @e5628db   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @f75e25b   13 months caparson removed else clause from loop after inserting it in compund stmt ADTpthread-emulationqualifiedEnum
(edit) @491bb81   13 months ajbeach Fixed some whitespace and indentation issues. ADTpthread-emulationqualifiedEnum
(edit) @7675f58   13 months ajbeach Labels on statements (not all Labels in the AST) now have all their … ADTpthread-emulationqualifiedEnum
(edit) @3f681b1   13 months ajbeach Added the new invariant checks. There seems to be a few unset … ADTpthread-emulationqualifiedEnum
(edit) @5c231c1   13 months Thierry Delisle Fixed incorrect class that should be struct ADTpthread-emulationqualifiedEnum
(edit) @7edd5c1   13 months ajbeach Assorted fixes to the AST, found while I was trying to add more … ADTpthread-emulationqualifiedEnum
(edit) @86b8d16   13 months pabuhr formatting, remove for/else shift/reduce conflict ADTpthread-emulationqualifiedEnum
(edit) @6825167   13 months caparson fixed loop else parse bug ADTpthread-emulationqualifiedEnum
(edit) @b738974   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @5695645   13 months pabuhr print warning for empty loop conditional with an else clause ADTpthread-emulationqualifiedEnum
(edit) @b6ae4fb   13 months pabuhr add SuperfluousElse? warning, allow empty vararg to macro SemanticWarning? ADTpthread-emulationqualifiedEnum
(edit) @7ad47df   13 months caparson added else stmt to loops ADTpthread-emulationqualifiedEnum
(edit) @24ceace   13 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTpthread-emulationqualifiedEnum
(edit) @9e7236f4   13 months j82liang Resolution of struct enum. The codegen of struct enum will be in the … ADTpthread-emulationqualifiedEnum
(edit) @0c939dd   13 months ajbeach Removed extra include, it should compile again. ADTpthread-emulationqualifiedEnum
(edit) @298fe57   13 months ajbeach Translated 3/4 of validate_B. Link Reference To Types has been removed … ADTpthread-emulationqualifiedEnum
(edit) @f6e6a55   14 months ajbeach Added ast::WaitForClause? and changed ast::WaitForStmt? to use it. This … ADTpthread-emulationqualifiedEnum
(edit) @374cb11   14 months j82liang Replace the interface for EnumDecl? node construction to support … ADTpthread-emulationqualifiedEnum
(edit) @365c8dcb   14 months j82liang Merge branch 'master' into enum ADTenumpthread-emulationqualifiedEnum
(edit) @30d91e4   14 months j82liang Change the code gen for enum value. Hope it fixes the gcc … ADTenumpthread-emulationqualifiedEnum
(edit) @4ec9513   14 months ajbeach Converted validate C, including adding DimensionExpr? to the new ast. ADTenumpthread-emulationqualifiedEnum
(edit) @d8c4fab   14 months j82liang Rename makeArgvObj ADTenumpthread-emulationqualifiedEnum
(edit) @5bb1ac1   14 months j82liang Allow generic types ADTenumpthread-emulationqualifiedEnum
(edit) @d8e2a09   14 months j82liang Merge with master ADTenumpthread-emulationqualifiedEnum
(edit) @92538ab   14 months j82liang Resolve conflict ADTenumpthread-emulationqualifiedEnum
(edit) @7c919559   14 months f37yu skip resolve enum initializer pass ADTenumpthread-emulationqualifiedEnum
(edit) @4559b34   14 months j82liang Update the String Enum implementation. The declaration now can handles … ADTenumpthread-emulationqualifiedEnum
(edit) @b230091   14 months ajbeach Added a 'missing' TypeInstType? constructor and rewrote some calls to … ADTenumpthread-emulationqualifiedEnum
(edit) @2377ca2   14 months ajbeach Updated some names on mutate functions to me more consistent with some … ADTenumpthread-emulationqualifiedEnum
(edit) @400b8be   14 months ajbeach Added StmtClause? and converted the existing nodes that should be clauses. ADTenumpthread-emulationqualifiedEnum
(edit) @8631c84   14 months ajbeach Made ast::ptr_base swappable. ADTenumpthread-emulationqualifiedEnum
(edit) @94fa946   15 months ajbeach Cleaned up some files I have been looking at a lot recently. ADTenumpthread-emulationqualifiedEnum
(edit) @3eb1653   15 months j82liang Remove development labels to pass the tests ADTenumpthread-emulationqualifiedEnum
(edit) @a76202d   15 months ajbeach Removed some code from Validate that had been used for the translation … ADTenumpthread-emulationqualifiedEnum
(edit) @7a486f4a   15 months j82liang Remove the statement suffix ADTenumpthread-emulationqualifiedEnum
(edit) @32fc0d6   15 months j82liang Fix the missing pieces in codeGen ADTenumpthread-emulationqualifiedEnum
(edit) @4390fb6   15 months j82liang Forget to ship the code in codeGen ADTenumpthread-emulationqualifiedEnum
(edit) @f238fcc2   15 months j82liang Enable numeric type for typed enum ADTenumpthread-emulationqualifiedEnum
(edit) @41d3c8d   15 months caparson added check for mutex stmt header ADTenumpthread-emulationqualifiedEnum
(edit) @080d2d7   15 months caparson added changes to mutex stmt pass ADTenumpthread-emulationqualifiedEnum
(edit) @3bc69f2   15 months ajbeach May have fixed the build failure, but I'm still not sure why … ADTenumpthread-emulationqualifiedEnum
(edit) @f7496c5   15 months ajbeach class -> struct, silences a warning. ADTenumpthread-emulationqualifiedEnum
(edit) @39d8950   15 months ajbeach Thread global information through resolution. Non-top-level calls to … ADTenumpthread-emulationqualifiedEnum
(edit) @9d8124f   15 months f37yu fix some code that clearly does not accomplish the correct thing. has … ADTenumpthread-emulationqualifiedEnum
(edit) @33b7d49   15 months ajbeach Added another check to checkInvariants for code locations. I also went … ADTenumpthread-emulationqualifiedEnum
(edit) @d824715   15 months pabuhr support reverse array subscript, 3[a] => a[3], 3abc? => "abc"[3] ADTenumpthread-emulationqualifiedEnum
(edit) @4f6dda0   15 months ajbeach Converted Implement Concurrent Keywords to the new AST. Includes … ADTenumpthread-emulationqualifiedEnum old-sched
(edit) @3e54399   15 months j82liang The compiler now will add a cast to base type for the usage of type … ADTenumpthread-emulationqualifiedEnum
(edit) @786c438   15 months j82liang Remove Marker to pass tests ADTenumpthread-emulationqualifiedEnum
(edit) @a494d105   15 months ajbeach Added a semantic error if the proper includes are not used before a … ADTenumpthread-emulationqualifiedEnum
(edit) @f135b50   15 months j82liang The compiler is now trying to pass the value of enum const to code … ADTenumpthread-emulationqualifiedEnum
(edit) @afe9e45   15 months pabuhr add more detailed syntax-error messages ADTenumpthread-emulationqualifiedEnum
(edit) @f53afafb   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumpthread-emulationqualifiedEnum
(edit) @5c216b4   16 months pabuhr add detailed syntax-error messages ADTenumpthread-emulationqualifiedEnum
(edit) @f69fac7   16 months ajbeach Got the Util module started by moving over the unused AssertAcyclic? pass. ADTenumpthread-emulationqualifiedEnum
(edit) @9ef9644   16 months ajbeach Merge branch 'forall-pointer-decay' into 'master'. ADTenumpthread-emulationqualifiedEnum
(edit) @a556492   16 months ajbeach There was less extra code in ForallPointerDecay? then I hopped, but it … ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7d7ef6f   16 months ajbeach Revereted some changes and added a fix to get around the current issue … ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @51b8582   16 months ajbeach So it was a bug in old code that seemed to be cancelling itself out … ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a77713b   16 months j82liang Enable typed enum ADTenumpthread-emulationqualifiedEnum
(edit) @0db48ca   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumpthread-emulationqualifiedEnum
(edit) @aac37fa   16 months pabuhr remove SemanticError? for "else" extension, support extern "..." for … ADTenumpthread-emulationqualifiedEnum
(edit) @eb211bf   16 months ajbeach Did some clean-up with the ast::Pass class. Moved some things out of … ADTenumpthread-emulationqualifiedEnum
(edit) @891f707   16 months Thierry Delisle Removed move in MLE as it prevents copy-ellision. ADTenumpthread-emulationqualifiedEnum
(edit) @08e4e6a   16 months Thierry Delisle Removed warning after last change. ADTenumpthread-emulationqualifiedEnum
(edit) @6668a3e   16 months Thierry Delisle Waitfor now resolves calls to get_monitor inside the resolver rather … ADTenumpthread-emulationqualifiedEnum
(edit) @1f7dc61   16 months Thierry Delisle Consistently changed TranslationUnit? from struct to class. ADTenumpthread-emulationqualifiedEnum
(edit) @9490621   16 months ajbeach My work in progress implementation of ForallPointerDecay? for Fangren. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @850aff1   16 months Thierry Delisle Added -Werror=return-type EVERYWHERE! Added -Wextra in some places. ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a554e5f4   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @968f280   16 months Thierry Delisle Made some implicit methods explicit due to clang warning ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ee918356   16 months Thierry Delisle Some clean-up to remove clang-only warnings ADTenumforall-pointer-decaypthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.