source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b965774   8 hours ajbeach Isolated the logic to decide if a function is a var-args function or not.
(edit) @075c6d5   31 hours pabuhr afterthought addition to chapter 3
(edit) @7f2e87a   31 hours pabuhr first proofread of chapter 1
(edit) @7a37fcb1   31 hours pabuhr first proofread of chapter 3
(edit) @3f37f5b   31 hours pabuhr update thesis macros
(edit) @562ccf9   31 hours pabuhr remove empty line number increment from listings
(edit) @38f6e66   31 hours pabuhr update citations
(edit) @4b75ae9   2 days pabuhr second attempt to simplify ttype min/max functions
(edit) @26ee4b5   3 days pabuhr simplify ttype min/max functions
(edit) @d1fbc56e   3 days ajbeach Removed two lingering set_extension functions from ast. There was one …
(edit) @45ee172   3 days ajbeach Corrected handling of va_args in the parser. It still does not get …
(edit) @cc0aa8c   4 days pabuhr formatting
(edit) @790f251   4 days pabuhr update error message for parameter default-initialization in …
(edit) @df2e00f   6 days ajbeach Made heap pass the invariant check. We should be able to enable …
(edit) @3ac5fd8   9 days pabuhr first attempt changing end-of-file to an exception
(edit) @afb15cf   10 days ajbeach Added a check to make sure that optional parameters to not appear on …
(edit) @5b643ea   10 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @cef5bfc   10 days pabuhr added a few sentences and corrected spelling mistakes
(edit) @4558df2   10 days pabuhr update accordion program, small changes
(edit) @8da3cc4d   12 days mlbrooks Add missing integration test of accordions. Putting a CFA array
(edit) @2f31773   12 days mlbrooks Improve inability to declare a struct member having a managed type via …
(edit) @f9ad69d   12 days mlbrooks Fix #175
(edit) @1a2ba84   12 days mlbrooks fix comment typo
(edit) @2870cb6   13 days f37yu update cast expression cost rule
(edit) @661e7b0   2 weeks ajbeach After a years (or at least half a year) the CodeLocation? optimization …
(edit) @4941716   2 weeks pabuhr preclude aggregate/enumeration type declaration in trait body
(edit) @dee680c   2 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f9b42bd   2 weeks pabuhr modify time test to deal with unfreed storage from putenv/tzset
(edit) @a51dc0d   2 weeks pabuhr add missing #ifdef to handle systems without io_uring
(edit) @97f8f0f   2 weeks ajbeach Implemented special case of sizeof/alignof, where reference types are …
(edit) @8492b85   2 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @206ecae   2 weeks pabuhr remove spurious push/pop from grammar contexts where type declarations …
(edit) @0e6aba06   2 weeks pabuhr formatting
(edit) @43d9679   2 weeks pabuhr move section from into to background
(edit) @774c97e   2 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f22d100   2 weeks pabuhr add citations
(edit) @16915b1   2 weeks pabuhr proofread intro chapter and add citation
(edit) @6abb6dc   2 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2ca7fc2   2 weeks pabuhr add better error message for an empty enumeration, i.e., no enumerators.
(edit) @5ca5263   2 weeks pabuhr update test file covering problem cases
(edit) @f125e96   2 weeks pabuhr remove spurious test files
(edit) @acab1bd   3 weeks j82liang rephrase enum initialization
(edit) @7568e5c   3 weeks j82liang Minor update on the thesis (add auto initialization and update future work
(edit) @c1c0efdb   3 weeks pabuhr last proofread of thesis
(edit) @11cced6   3 weeks j82liang grammar update and section moved
(edit) @c4aca65   3 weeks j82liang Move partial scope to future work
(edit) @ab11ab1   3 weeks j82liang (Software) grammar check
(edit) @5b4c8df   3 weeks j82liang update comparison table
(edit) @a8f44c8   3 weeks j82liang Update on comparison table (some checkmark still need to be fixed
(edit) @b0069a3   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @92a0ee8   3 weeks j82liang Small thesis unpdate
(edit) @9d3a4cc   3 weeks pabuhr fix PDF warnings about special characters in titles
(edit) @90e7a2f   3 weeks pabuhr remove unused files from repository
(edit) @b9f6a7cd   3 weeks pabuhr rename file CEnum.tex to Cenum.tex to match CFAenum.tex
(edit) @4c63025   3 weeks pabuhr fix duplicate labelling of figures
(edit) @7cb14c9   3 weeks pabuhr proofread conclusion chapter
(edit) @fd0a9bf   3 weeks pabuhr formatting
(edit) @4e09af2   3 weeks pabuhr update unfreed storage message from memory allocator
(edit) @3b10778   3 weeks pabuhr small proofreading updates
(edit) @f6bbc92   3 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @e49c308   3 weeks pabuhr remove unused parameter name from function Countof, add period to end …
(edit) @1d8a349   3 weeks j82liang change wording
(edit) @f3abce9   3 weeks j82liang update subset section
(edit) @59fb462   3 weeks j82liang Add code comment along the example
(edit) @43ab5fb   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @63d5b9c8   3 weeks j82liang Merge changes
(edit) @5fdaeab1   3 weeks pabuhr third attempt proofread trait chapter
(edit) @d7cb0f7   3 weeks pabuhr second attempt proofread trait chapter
(edit) @8cb2ff6   3 weeks pabuhr proofread trait chapter
(edit) @bd686f0   3 weeks j82liang CFAEnum to CFAEnum conversion algorithm (the previous was enumerator …
(edit) @11f8ff7   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d6c5faa   3 weeks j82liang A demo of offset algorithm used in enum containment inheritance
(edit) @ee2f11f   3 weeks pabuhr fix user_define_enum.cfa
(edit) @efd055c   3 weeks j82liang user define enum example
(edit) @0c51c8b4   3 weeks pabuhr formatting, add section of enumeration subset
(edit) @c03af31   3 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c4d6c90   3 weeks pabuhr formatting, documentation
(edit) @af5baae   3 weeks j82liang Wording changes
(edit) @1c957a11   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @96de72b   3 weeks j82liang 1. Update contribution; 2. update loop subsection; 3. rangeLoops.cfa …
(edit) @4dab7e8   3 weeks pabuhr formatting, add str conversion routines, add more combinations of ?+? …
(edit) @0e6cf54c   3 weeks j82liang Revert change: enumerator cannot be implicitly const
(edit) @830edc6   3 weeks j82liang 1. Add implicit const to enum base type; 2. change auto initializer to …
(edit) @7f18438   3 weeks j82liang Add "implicit case to base type" to enumerator
(edit) @f6d2e9b   3 weeks j82liang Change FX64 (x64) to FA64 (arm64)
(edit) @cc077f4   3 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c588acb   3 weeks pabuhr proofread CFA enumeration chapter
(edit) @94643698   3 weeks pabuhr add discussion about partially implemented individual scoping mechanism
(edit) @2514d3d7   3 weeks pabuhr formatting
(edit) @7db4fcd4   3 weeks j82liang small fix
(edit) @5f210c0   3 weeks j82liang Change enum pos to signed int to avoid underflow; operator on enum …
(edit) @7ab24fef   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b59c21a   3 weeks j82liang remove leading whitespace
(edit) @748877f   3 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a57ad8a   3 weeks pabuhr proofread C Enum chapter
(edit) @503c350   3 weeks pabuhr move overload material into background chapter
(edit) @065de93   3 weeks j82liang Update test expect for x86
(edit) @1697c40   3 weeks j82liang merge local changes
(edit) @b797fe36   3 weeks j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ecaedf35   3 weeks j82liang Update test expect for arm64
Note: See TracRevisionLog for help on using the revision log.