source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @857b5f9   12 months ajbeach CountExpr -> CountofExpr. Actually the main fix was making countof use … stuck-waitfor-destruct
(edit) @e6491ca   12 months j82liang resolve enum dimension as size of enum stuck-waitfor-destruct
(edit) @df56e25   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @d96f7c4   13 months pabuhr expunge fallthru keyword and replace its usages with fallthrough stuck-waitfor-destruct
(edit) @5cc53b2   13 months ajbeach Updated documenation in VariableExpr::get_lvalue. This accounts for … stuck-waitfor-destruct
(edit) @f6f7b52   13 months lseo fixed a parser bug to generate correct ast for waitfor. added a test … stuck-waitfor-destruct
(edit) @9b9d3f9   13 months mlbrooks Offer CodeGen::generate overloads that simplify calling from gdb. stuck-waitfor-destruct
(edit) @37c3db8   13 months mlbrooks Improve pointer's debug print format to include array-like detail when … stuck-waitfor-destruct
(edit) @689d057   13 months pabuhr unsure if these files should be committed because they have generated code stuck-waitfor-destruct
(edit) @44acc72   13 months pabuhr update conversion graph to correct and complete all relationships … stuck-waitfor-destruct
(edit) @32a119e9   13 months pabuhr make AST/BasicKind.hpp .PRECIOUS so it is not deleted if … stuck-waitfor-destruct
(edit) @c309af1   13 months pabuhr update complex float conversion cost stuck-waitfor-destruct
(edit) @c44f1f9   13 months f37yu attempt to fix complex float conversion cost stuck-waitfor-destruct
(edit) @299bd989   13 months ajbeach Looking over some virtual cast related code to reduce the forall list … stuck-waitfor-destruct
(edit) @550446f   13 months ajbeach Added some code to the code generator for printing try statements in … stuck-waitfor-destruct
(edit) @d84f2ae   13 months mlbrooks Fix transpiler-induced unused parameter on layoutof. stuck-waitfor-destruct
(edit) @190a833   13 months ajbeach Returning to exceptions after a long time and added the ability to … stuck-waitfor-destruct
(edit) @58eb9250   13 months mlbrooks Partly fix #269 and try to fix nightly build. Switch to correct type … stuck-waitfor-destruct
(edit) @6b95feb   13 months f37yu implement return cast for other types of expressions stuck-waitfor-destruct
(edit) @0bf03ba2   13 months mlbrooks Remove warnings due to unused parameters in generated code for … stuck-waitfor-destruct
(edit) @d3cf623   13 months ajbeach Solved the requested warning with exceptions. Also went through the … stuck-waitfor-destruct
(edit) @e0330d2c   14 months mlbrooks Remove unnecessary special case for zero_t in code gen that caused … stuck-waitfor-destruct
(edit) @262a864   14 months pabuhr merge stuck-waitfor-destruct
(edit) @f9a0dd0   14 months pabuhr fix length for juxtaposed strings: "ABC" "DEF" stuck-waitfor-destruct
(edit) @4167afa   14 months pabuhr remove superflous calls to std::move stuck-waitfor-destruct
(edit) @15cb790   14 months ajbeach Added a check in operatorLookup so bad operators give a proper error … stuck-waitfor-destruct
(edit) @a16f2b6   14 months pabuhr update SuperfluousDecl warning, update field_declaring rules, comment … stuck-waitfor-destruct
(edit) @5786403   14 months pabuhr update semantic warnings stuck-waitfor-destruct
(edit) @fb0f04d   14 months mlbrooks Fix exceptions to be warning-free. stuck-waitfor-destruct
(edit) @35cc6d4   14 months mlbrooks Mitigate several unused-declaration warnings in generated code. See … stuck-waitfor-destruct
(edit) @f979f0ba   14 months f37yu suppress reference conversion warning stuck-waitfor-destruct
(edit) @36dfdac   14 months mlbrooks Enable partial autogen for types declared inside functions. Done by … stuck-waitfor-destruct
(edit) @5d3d281   14 months mlbrooks Remove autogen forward declarations, which are never needed, and cause … stuck-waitfor-destruct
(edit) @64f3b9f   14 months mlbrooks Fix support for partial autogen. Partial autogen means that some … stuck-waitfor-destruct
(edit) @fc276f3   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @eae8b37   14 months j82liang Move enum.hfa/enum.cfa to prelude stuck-waitfor-destruct
(edit) @4175659   14 months pabuhr remove BadQualifiersZeroOne warning message stuck-waitfor-destruct
(edit) @509ec82   14 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @81e768d   14 months mlbrooks Fix #276; add support for c-array parameters using dependent lengths. … stuck-waitfor-destruct
(edit) @956b389   14 months j82liang add isMember to DeclWithType stuck-waitfor-destruct
(edit) @bdf40650   14 months ajbeach Address-of is now moved under casts of any type and is done so … stuck-waitfor-destruct
(edit) @ecf3812   15 months ajbeach CastExpr reorganization and clean-up in Lvalue. I kept these from a … stuck-waitfor-destruct
(edit) @ed96731   15 months ajbeach With{Stmts,Decls}ToAdd how has an -X version like WithSymbolTableX. … stuck-waitfor-destruct
(edit) @dd54139   15 months pabuhr empty tuple prints a syntax error, first attempt at tuple arrays with … stuck-waitfor-destruct
(edit) @00f89a6   15 months f37yu attempt to fix const reference conversion stuck-waitfor-destruct
(edit) @2ae845e9   15 months ajbeach Removed debug output from resolver. Also made the early decision … stuck-waitfor-destruct
(edit) @d031f7f   15 months ajbeach Renamed CurrentObject's MemberIterator::operator* to getOptions … stuck-waitfor-destruct
(edit) @90be0cf   15 months ajbeach Moved some methods out of EnumDecl. These were calculations and the … stuck-waitfor-destruct
(edit) @4e0168a   16 months pabuhr documentation, update C23 attribute lexing stuck-waitfor-destruct
(edit) @1a8b17a   16 months pabuhr add C23 attributes, require comma terminator for nullary and unary … stuck-waitfor-destruct
(edit) @16ba4897   16 months ajbeach Replaced SemanticErrorException::isEmpty with ...::throwIfNonEmpty. … stuck-waitfor-destruct
(edit) @e748094   16 months ajbeach Bit of clean-up in the Box pass I did while investigating it. 'static' … stuck-waitfor-destruct
(edit) @917f67dd   16 months pabuhr remove what appear to be superfluous push/pop in grammar rules stuck-waitfor-destruct
(edit) @2d6add4   16 months ajbeach Fixed a bad initialization in ForeachStmt. Seems to have been there in … stuck-waitfor-destruct
(edit) @62afe08   16 months ajbeach Missing rename in comment. stuck-waitfor-destruct
(edit) @569b118   16 months pabuhr push missing file stuck-waitfor-destruct
(edit) @738a9b4   16 months pabuhr fformatting, make names consistent stuck-waitfor-destruct
(edit) @fca78f1   16 months ajbeach Added ForeachStmt (felt better than ForEachStmt). This new node is a … stuck-waitfor-destruct
(edit) @0185b68   17 months ajbeach Added an overview of what BasicType-gen.cpp is to the comment the top … stuck-waitfor-destruct
(edit) @f660b10   17 months ajbeach Moved the backtrace/signal code to the bottom of the main file (so … stuck-waitfor-destruct
(edit) @152944e   17 months ajbeach PULL BEFORE YOU PUSH! This fix has already applied, but they were … stuck-waitfor-destruct
(edit) @5ef4008   17 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @c494b84   17 months j82liang The fix about build enum type (I thought I have pushed it) stuck-waitfor-destruct
(edit) @9739c56f   17 months ajbeach Clean-up in TranslateEnumRange. stuck-waitfor-destruct
(edit) @2ac78a1   17 months pabuhr switch to isxdigit and floating point changes stuck-waitfor-destruct
(edit) @c5f69fd   17 months pabuhr clean up naming of float-point types, and start to add new ARM … stuck-waitfor-destruct
(edit) @23fb819   17 months pabuhr formatting stuck-waitfor-destruct
(edit) @5b95e67   17 months pabuhr fix spelling stuck-waitfor-destruct
(edit) @20c2ade   17 months ajbeach Parse string literals to get their length, taking into account escape … stuck-waitfor-destruct
(edit) @f5dbc8d   17 months ajbeach Removed some unneeded code that could have gone last commit. stuck-waitfor-destruct
(edit) @b6f2e7ab   17 months ajbeach Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would … stuck-waitfor-destruct
(edit) @5c6d439   17 months ajbeach Order of evaluation between arguments of a function is not … stuck-waitfor-destruct
(edit) @a7efc96   17 months ajbeach Made sure a variable is always initialized and removed some trailing … stuck-waitfor-destruct
(edit) @d3b33d5   17 months pabuhr fix dangling reference after delete stuck-waitfor-destruct
(edit) @02101a45   17 months pabuhr comment out unused variable declaration stuck-waitfor-destruct
(edit) @a933489b   17 months pabuhr change exception throw to use copy constructor rather than assignment … stuck-waitfor-destruct
(edit) @82a5ea2   17 months ajbeach Added checks for (and a test to check the checks) assertions we will … stuck-waitfor-destruct
(edit) @db19e1d   17 months ajbeach Changed the interpritation of () to be no parameters instead of any … stuck-waitfor-destruct
(edit) @b965774   17 months ajbeach Isolated the logic to decide if a function is a var-args function or not. stuck-waitfor-destruct
(edit) @d1fbc56e   17 months ajbeach Removed two lingering set_extension functions from ast. There was one … stuck-waitfor-destruct
(edit) @45ee172   17 months ajbeach Corrected handling of va_args in the parser. It still does not get … stuck-waitfor-destruct
(edit) @cc0aa8c   17 months pabuhr formatting stuck-waitfor-destruct
(edit) @790f251   17 months pabuhr update error message for parameter default-initialization in … stuck-waitfor-destruct
(edit) @afb15cf   18 months ajbeach Added a check to make sure that optional parameters to not appear on … stuck-waitfor-destruct
(edit) @2f31773   18 months mlbrooks Improve inability to declare a struct member having a managed type via … stuck-waitfor-destruct
(edit) @f9ad69d   18 months mlbrooks Fix #175 stuck-waitfor-destruct
(edit) @2870cb6   18 months f37yu update cast expression cost rule stuck-waitfor-destruct
(edit) @661e7b0   18 months ajbeach After a years (or at least half a year) the CodeLocation optimization … stuck-waitfor-destruct
(edit) @4941716   18 months pabuhr preclude aggregate/enumeration type declaration in trait body stuck-waitfor-destruct
(edit) @97f8f0f   18 months ajbeach Implemented special case of sizeof/alignof, where reference types are … stuck-waitfor-destruct
(edit) @8492b85   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @206ecae   18 months pabuhr remove spurious push/pop from grammar contexts where type declarations … stuck-waitfor-destruct
(edit) @0e6aba06   18 months pabuhr formatting stuck-waitfor-destruct
(edit) @6abb6dc   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @2ca7fc2   18 months pabuhr add better error message for an empty enumeration, i.e., no enumerators. stuck-waitfor-destruct
(edit) @63d5b9c8   18 months j82liang Merge changes stuck-waitfor-destruct
(edit) @0e6cf54c   18 months j82liang Revert change: enumerator cannot be implicitly const stuck-waitfor-destruct
(edit) @830edc6   18 months j82liang 1. Add implicit const to enum base type; 2. change auto initializer to … stuck-waitfor-destruct
(edit) @7f18438   18 months j82liang Add "implicit case to base type" to enumerator stuck-waitfor-destruct
(edit) @5f210c0   18 months j82liang Change enum pos to signed int to avoid underflow; operator on enum … stuck-waitfor-destruct
Note: See TracRevisionLog for help on using the revision log.