source:

Revision Log Mode:


Legend:

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