source: src

Revision Log Mode:


Legend:

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