source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @16ba4897   17 months ajbeach Replaced SemanticErrorException::isEmpty with ...::throwIfNonEmpty. … stuck-waitfor-destruct
(edit) @1b770e40   17 months pabuhr first proofread of tuple proposal stuck-waitfor-destruct
(edit) @b0fcd0e   17 months mlbrooks Tuple proposal spelling-grammar-typo fixes. No content changes intended. stuck-waitfor-destruct
(edit) @7968301   18 months pabuhr change "exit" stream to stderr from stdout stuck-waitfor-destruct
(edit) @e748094   18 months ajbeach Bit of clean-up in the Box pass I did while investigating it. 'static' … stuck-waitfor-destruct
(edit) @917f67dd   18 months pabuhr remove what appear to be superfluous push/pop in grammar rules stuck-waitfor-destruct
(edit) @86841ee   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @c82dad4   18 months pabuhr more proofreading of intro and content1 chapters stuck-waitfor-destruct
(edit) @2d6add4   18 months ajbeach Fixed a bad initialization in ForeachStmt. Seems to have been there in … stuck-waitfor-destruct
(edit) @62afe08   18 months ajbeach Missing rename in comment. stuck-waitfor-destruct
(edit) @7a0e8c8   18 months ajbeach Finally finished the tuple proposal. Feedback is welcome. Moved the … stuck-waitfor-destruct
(edit) @569b118   18 months pabuhr push missing file stuck-waitfor-destruct
(edit) @738a9b4   18 months pabuhr fformatting, make names consistent stuck-waitfor-destruct
(edit) @fca78f1   18 months ajbeach Added ForeachStmt (felt better than ForEachStmt). This new node is a … stuck-waitfor-destruct
(edit) @b723b63   18 months pabuhr updated for uC++ to CFA document stuck-waitfor-destruct
(edit) @07dbcba   18 months pabuhr some proofreading of Fangren's thesis stuck-waitfor-destruct
(edit) @b9b8643   18 months pabuhr fix two spelling issues stuck-waitfor-destruct
(edit) @0185b68   18 months ajbeach Added an overview of what BasicType-gen.cpp is to the comment the top … stuck-waitfor-destruct
(edit) @f660b10   18 months ajbeach Moved the backtrace/signal code to the bottom of the main file (so … stuck-waitfor-destruct
(edit) @59627b3   18 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @c329bca   18 months j82liang Add a sentence about linkonce stuck-waitfor-destruct
(edit) @152944e   18 months ajbeach PULL BEFORE YOU PUSH! This fix has already applied, but they were … stuck-waitfor-destruct
(edit) @e37d45e1   18 months pabuhr add mising comma in citation stuck-waitfor-destruct
(edit) @eaeba79   18 months pabuhr update module proposal with some emails on the topic stuck-waitfor-destruct
(edit) @0bda8d7   18 months j82liang Small updates stuck-waitfor-destruct
(edit) @175a750e   18 months j82liang change the superset row as we now conclude adt form a superset stuck-waitfor-destruct
(edit) @4fa7096   18 months pabuhr small changes stuck-waitfor-destruct
(edit) @68a7028   18 months pabuhr small changes stuck-waitfor-destruct
(edit) @0c88135   18 months j82liang Update on thesis stuck-waitfor-destruct
(edit) @17fdf6f   18 months pabuhr missed proofreading in conclusion stuck-waitfor-destruct
(edit) @8c79dc3c   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @dcfcf368   18 months pabuhr final proofread of thesis stuck-waitfor-destruct
(edit) @5ef4008   18 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @c494b84   18 months j82liang The fix about build enum type (I thought I have pushed it) stuck-waitfor-destruct
(edit) @9739c56f   18 months ajbeach Clean-up in TranslateEnumRange. stuck-waitfor-destruct
(edit) @3733643   18 months pabuhr multiple changes to reflect updates in Cforall stuck-waitfor-destruct
(edit) @2ac78a1   18 months pabuhr switch to isxdigit and floating point changes stuck-waitfor-destruct
(edit) @c5f69fd   18 months pabuhr clean up naming of float-point types, and start to add new ARM … stuck-waitfor-destruct
(edit) @2b5e051   18 months pabuhr increase unfreed storage for putenv/tzset stuck-waitfor-destruct
(edit) @23fb819   18 months pabuhr formatting stuck-waitfor-destruct
(edit) @b24cbaf   18 months mlbrooks Reduce test suite's reliance on makefile.am EXTRA_DIST entries for … stuck-waitfor-destruct
(edit) @406c806   18 months mlbrooks Attempt to fix Promote build by naming recently added test data files … stuck-waitfor-destruct
(edit) @cdf7d43   18 months mlbrooks Hopefully fix broken build, from multiple declarations of arrah.hfa's … stuck-waitfor-destruct
(edit) @05f8761   18 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @1665ee5   18 months mlbrooks Add uArray delayed-initialization equivalent to CFA array stuck-waitfor-destruct
(edit) @5b95e67   18 months pabuhr fix spelling stuck-waitfor-destruct
(edit) @20c2ade   18 months ajbeach Parse string literals to get their length, taking into account escape … stuck-waitfor-destruct
(edit) @6325bd4   18 months mlbrooks Fix fork+exec missed case / broken build stuck-waitfor-destruct
(edit) @efe697d   18 months mlbrooks Add EOF test coverage for string reading. stuck-waitfor-destruct
(edit) @025f9c5   18 months mlbrooks Update 'fork+exec' test utility to be valid also in C and C++. stuck-waitfor-destruct
(edit) @a35e342   18 months j82liang update the discussion of unit type stuck-waitfor-destruct
(edit) @08e0d65   18 months j82liang Fix inst type as base type for enum stuck-waitfor-destruct
(edit) @aa14aafe   18 months j82liang Update thesis stuck-waitfor-destruct
(edit) @3d618a0   18 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @d93b813   18 months j82liang Add separate compilation discussion stuck-waitfor-destruct
(edit) @f5dbc8d   18 months ajbeach Removed some unneeded code that could have gone last commit. stuck-waitfor-destruct
(edit) @b6f2e7ab   18 months ajbeach Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would … stuck-waitfor-destruct
(edit) @5c6d439   18 months ajbeach Order of evaluation between arguments of a function is not … stuck-waitfor-destruct
(edit) @a7efc96   18 months ajbeach Made sure a variable is always initialized and removed some trailing … stuck-waitfor-destruct
(edit) @d3b33d5   18 months pabuhr fix dangling reference after delete stuck-waitfor-destruct
(edit) @02101a45   18 months pabuhr comment out unused variable declaration stuck-waitfor-destruct
(edit) @478dade   18 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @29c8675   18 months j82liang update thesis stuck-waitfor-destruct
(edit) @a933489b   18 months pabuhr change exception throw to use copy constructor rather than assignment … stuck-waitfor-destruct
(edit) @82a5ea2   18 months ajbeach Added checks for (and a test to check the checks) assertions we will … stuck-waitfor-destruct
(edit) @9bb6c5f   18 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @508cff0   18 months pabuhr fix quotations from C++ reference manual stuck-waitfor-destruct
(edit) @737bf73   18 months pabuhr correct check for EOF when reading character strings stuck-waitfor-destruct
(edit) @db19e1d   18 months ajbeach Changed the interpritation of () to be no parameters instead of any … stuck-waitfor-destruct
(edit) @cdbb909   18 months pabuhr proofread introduction chapter stuck-waitfor-destruct
(edit) @d6b7d1d   18 months pabuhr citation updates stuck-waitfor-destruct
(edit) @ad47ec4   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @b965774   19 months ajbeach Isolated the logic to decide if a function is a var-args function or not. stuck-waitfor-destruct
(edit) @075c6d5   19 months pabuhr afterthought addition to chapter 3 stuck-waitfor-destruct
(edit) @7f2e87a   19 months pabuhr first proofread of chapter 1 stuck-waitfor-destruct
(edit) @7a37fcb1   19 months pabuhr first proofread of chapter 3 stuck-waitfor-destruct
(edit) @3f37f5b   19 months pabuhr update thesis macros stuck-waitfor-destruct
(edit) @562ccf9   19 months pabuhr remove empty line number increment from listings stuck-waitfor-destruct
(edit) @38f6e66   19 months pabuhr update citations stuck-waitfor-destruct
(edit) @4b75ae9   19 months pabuhr second attempt to simplify ttype min/max functions stuck-waitfor-destruct
(edit) @26ee4b5   19 months pabuhr simplify ttype min/max functions stuck-waitfor-destruct
(edit) @d1fbc56e   19 months ajbeach Removed two lingering set_extension functions from ast. There was one … stuck-waitfor-destruct
(edit) @45ee172   19 months ajbeach Corrected handling of va_args in the parser. It still does not get … stuck-waitfor-destruct
(edit) @cc0aa8c   19 months pabuhr formatting stuck-waitfor-destruct
(edit) @790f251   19 months pabuhr update error message for parameter default-initialization in … stuck-waitfor-destruct
(edit) @960665c   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @df2e00f   19 months ajbeach Made heap pass the invariant check. We should be able to enable … stuck-waitfor-destruct
(edit) @3ac5fd8   19 months pabuhr first attempt changing end-of-file to an exception stuck-waitfor-destruct
(edit) @afb15cf   19 months ajbeach Added a check to make sure that optional parameters to not appear on … stuck-waitfor-destruct
(edit) @5b643ea   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @cef5bfc   19 months pabuhr added a few sentences and corrected spelling mistakes stuck-waitfor-destruct
(edit) @4558df2   19 months pabuhr update accordion program, small changes stuck-waitfor-destruct
(edit) @8da3cc4d   19 months mlbrooks Add missing integration test of accordions. Putting a CFA arraystuck-waitfor-destruct
(edit) @2f31773   19 months mlbrooks Improve inability to declare a struct member having a managed type via … stuck-waitfor-destruct
(edit) @f9ad69d   19 months mlbrooks Fix #175 stuck-waitfor-destruct
(edit) @1a2ba84   19 months mlbrooks fix comment typo stuck-waitfor-destruct
(edit) @d1f5054   19 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc stuck-waitfor-destruct
(edit) @26d40a1   19 months j82liang add void to lowerBound() and upperBound() declaration, which is a … stuck-waitfor-destruct
(edit) @2870cb6   19 months f37yu update cast expression cost rule stuck-waitfor-destruct
(edit) @661e7b0   19 months ajbeach After a years (or at least half a year) the CodeLocation optimization … stuck-waitfor-destruct
Note: See TracRevisionLog for help on using the revision log.