source:

Revision Log Mode:


Legend:

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