source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @262a864   34 hours pabuhr merge
(edit) @f9a0dd0   34 hours pabuhr fix length for juxtaposed strings: "ABC" "DEF"
(edit) @4167afa   39 hours pabuhr remove superflous calls to std::move
(edit) @15cb790   44 hours ajbeach Added a check in operatorLookup so bad operators give a proper error …
(edit) @a16f2b6   2 days pabuhr update SuperfluousDecl? warning, update field_declaring rules, comment …
(edit) @5786403   2 days pabuhr update semantic warnings
(edit) @fb0f04d   5 days mlbrooks Fix exceptions to be warning-free.
(edit) @35cc6d4   6 days mlbrooks Mitigate several unused-declaration warnings in generated code. See …
(edit) @f979f0ba   6 days f37yu suppress reference conversion warning
(edit) @36dfdac   6 days mlbrooks Enable partial autogen for types declared inside functions. Done by …
(edit) @5d3d281   7 days mlbrooks Remove autogen forward declarations, which are never needed, and cause …
(edit) @64f3b9f   7 days mlbrooks Fix support for partial autogen. Partial autogen means that some …
(edit) @fc276f3   2 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @eae8b37   2 weeks j82liang Move enum.hfa/enum.cfa to prelude
(edit) @4175659   2 weeks pabuhr remove BadQualifiersZeroOne? warning message
(edit) @509ec82   2 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @81e768d   3 weeks mlbrooks Fix #276; add support for c-array parameters using dependent lengths. …
(edit) @956b389   3 weeks j82liang add isMember to DeclWithType?
(edit) @bdf40650   4 weeks ajbeach Address-of is now moved under casts of any type and is done so …
(edit) @ecf3812   4 weeks ajbeach CastExpr? reorganization and clean-up in Lvalue. I kept these from a …
(edit) @ed96731   4 weeks ajbeach With{Stmts,Decls}ToAdd? how has an -X version like WithSymbolTableX. …
(edit) @dd54139   5 weeks pabuhr empty tuple prints a syntax error, first attempt at tuple arrays with …
(edit) @00f89a6   5 weeks f37yu attempt to fix const reference conversion
(edit) @2ae845e9   5 weeks ajbeach Removed debug output from resolver. Also made the early decision …
(edit) @d031f7f   8 weeks ajbeach Renamed CurrentObject?'s MemberIterator::operator* to getOptions …
(edit) @90be0cf   8 weeks ajbeach Moved some methods out of EnumDecl?. These were calculations and the …
(edit) @4e0168a   2 months pabuhr documentation, update C23 attribute lexing
(edit) @1a8b17a   2 months pabuhr add C23 attributes, require comma terminator for nullary and unary …
(edit) @16ba4897   2 months ajbeach Replaced SemanticErrorException::isEmpty with ...::throwIfNonEmpty. …
(edit) @e748094   3 months ajbeach Bit of clean-up in the Box pass I did while investigating it. 'static' …
(edit) @917f67dd   3 months pabuhr remove what appear to be superfluous push/pop in grammar rules
(edit) @2d6add4   3 months ajbeach Fixed a bad initialization in ForeachStmt?. Seems to have been there in …
(edit) @62afe08   3 months ajbeach Missing rename in comment.
(edit) @569b118   3 months pabuhr push missing file
(edit) @738a9b4   3 months pabuhr fformatting, make names consistent
(edit) @fca78f1   3 months ajbeach Added ForeachStmt? (felt better than ForEachStmt?). This new node is a …
(edit) @0185b68   3 months ajbeach Added an overview of what BasicType?-gen.cpp is to the comment the top …
(edit) @f660b10   3 months ajbeach Moved the backtrace/signal code to the bottom of the main file (so …
(edit) @152944e   3 months ajbeach PULL BEFORE YOU PUSH! This fix has already applied, but they were …
(edit) @5ef4008   3 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c494b84   3 months j82liang The fix about build enum type (I thought I have pushed it)
(edit) @9739c56f   3 months ajbeach Clean-up in TranslateEnumRange?.
(edit) @2ac78a1   3 months pabuhr switch to isxdigit and floating point changes
(edit) @c5f69fd   3 months pabuhr clean up naming of float-point types, and start to add new ARM …
(edit) @23fb819   3 months pabuhr formatting
(edit) @5b95e67   3 months pabuhr fix spelling
(edit) @20c2ade   3 months ajbeach Parse string literals to get their length, taking into account escape …
(edit) @f5dbc8d   3 months ajbeach Removed some unneeded code that could have gone last commit.
(edit) @b6f2e7ab   3 months ajbeach Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would …
(edit) @5c6d439   3 months ajbeach Order of evaluation between arguments of a function is not …
(edit) @a7efc96   3 months ajbeach Made sure a variable is always initialized and removed some trailing …
(edit) @d3b33d5   3 months pabuhr fix dangling reference after delete
(edit) @02101a4   3 months pabuhr comment out unused variable declaration
(edit) @a933489b   3 months pabuhr change exception throw to use copy constructor rather than assignment …
(edit) @82a5ea2   3 months ajbeach Added checks for (and a test to check the checks) assertions we will …
(edit) @db19e1d   4 months ajbeach Changed the interpritation of () to be no parameters instead of any …
(edit) @b965774   4 months ajbeach Isolated the logic to decide if a function is a var-args function or not.
(edit) @d1fbc56e   4 months ajbeach Removed two lingering set_extension functions from ast. There was one …
(edit) @45ee172   4 months ajbeach Corrected handling of va_args in the parser. It still does not get …
(edit) @cc0aa8c   4 months pabuhr formatting
(edit) @790f251   4 months pabuhr update error message for parameter default-initialization in …
(edit) @afb15cf   4 months ajbeach Added a check to make sure that optional parameters to not appear on …
(edit) @2f31773   4 months mlbrooks Improve inability to declare a struct member having a managed type via …
(edit) @f9ad69d   4 months mlbrooks Fix #175
(edit) @2870cb6   4 months f37yu update cast expression cost rule
(edit) @661e7b0   4 months ajbeach After a years (or at least half a year) the CodeLocation? optimization …
(edit) @4941716   4 months pabuhr preclude aggregate/enumeration type declaration in trait body
(edit) @97f8f0f   4 months ajbeach Implemented special case of sizeof/alignof, where reference types are …
(edit) @8492b85   4 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @206ecae   4 months pabuhr remove spurious push/pop from grammar contexts where type declarations …
(edit) @0e6aba06   4 months pabuhr formatting
(edit) @6abb6dc   4 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2ca7fc2   4 months pabuhr add better error message for an empty enumeration, i.e., no enumerators.
(edit) @63d5b9c8   4 months j82liang Merge changes
(edit) @0e6cf54c   4 months j82liang Revert change: enumerator cannot be implicitly const
(edit) @830edc6   4 months j82liang 1. Add implicit const to enum base type; 2. change auto initializer to …
(edit) @7f18438   4 months j82liang Add "implicit case to base type" to enumerator
(edit) @5f210c0   5 months j82liang Change enum pos to signed int to avoid underflow; operator on enum …
(edit) @06ecda9   5 months j82liang define enum to value cost as implicit cost
(edit) @1571e4d   5 months j82liang reinterpret loop start for enum type as the first enumerator
(edit) @a9ae5ca   5 months j82liang remove unused addInitType
(edit) @82d5816   5 months ajbeach Bit of clean-up to the box pass. Mostly just wrapping a new common set …
(edit) @daa4cc1   5 months pabuhr temporary hack to allow parsing of default/named parameters/calls
(edit) @fd4df379   5 months mlbrooks Implement boxing for arrays. The added test is things that did not …
(edit) @c1b0b8f   5 months pabuhr parse keyword parameter and argument using '?' syntax
(edit) @151c8db   5 months pabuhr parse keyword parameter and argument using '@' syntax
(edit) @b6923b17   5 months ajbeach Fixed goto labelled loop. I had to reorder some passes. Updated …
(edit) @d68a3f7   5 months j82liang Update makeEnumOffsetCast to not report error for cast to non-parent …
(edit) @c248b39   5 months ajbeach Unlabelled breaks were not targetting the correct enclosing control …
(edit) @a758169   5 months ajbeach In main: cleaned up a macro and updated some names.
(edit) @88bc876   5 months ajbeach Breaks (and some other control flow) in a loop else clause now work. I …
(edit) @bfa7bf0   5 months ajbeach Silenced a warning.
(edit) @8315947   5 months j82liang Remove automatic conversion from Enum type name to its len; change …
(edit) @76b507d   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0c327ce   5 months j82liang 1. Add bound check to Serial function: now compiler generates the …
(edit) @3e135c8   5 months ajbeach Not sure why we copy in the return values all the time, but we do. …
(edit) @9c447e2   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @236f133   5 months j82liang Remove quasi_void for enums. The idea of quasi_void from Mike was to …
(edit) @358e3481   5 months ajbeach Visit the else_ children of loops. I don't know how things worked this …
(edit) @9d5eacb   5 months j82liang Fix the bug with typed anomynous enum got incorrect forward declaration
Note: See TracRevisionLog for help on using the revision log.