source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f125e96   7 hours pabuhr remove spurious test files
(edit) @acab1bd   16 hours j82liang rephrase enum initialization
(edit) @7568e5c   17 hours j82liang Minor update on the thesis (add auto initialization and update future work
(edit) @c1c0efdb   17 hours pabuhr last proofread of thesis
(edit) @11cced6   21 hours j82liang grammar update and section moved
(edit) @c4aca65   22 hours j82liang Move partial scope to future work
(edit) @ab11ab1   24 hours j82liang (Software) grammar check
(edit) @5b4c8df   24 hours j82liang update comparison table
(edit) @a8f44c8   26 hours j82liang Update on comparison table (some checkmark still need to be fixed
(edit) @b0069a3   44 hours j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @92a0ee8   44 hours j82liang Small thesis unpdate
(edit) @9d3a4cc   45 hours pabuhr fix PDF warnings about special characters in titles
(edit) @90e7a2f   45 hours pabuhr remove unused files from repository
(edit) @b9f6a7cd   2 days pabuhr rename file CEnum.tex to Cenum.tex to match CFAenum.tex
(edit) @4c63025   2 days pabuhr fix duplicate labelling of figures
(edit) @7cb14c9   2 days pabuhr proofread conclusion chapter
(edit) @fd0a9bf   2 days pabuhr formatting
(edit) @4e09af2   2 days pabuhr update unfreed storage message from memory allocator
(edit) @3b10778   2 days pabuhr small proofreading updates
(edit) @f6bbc92   2 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @e49c308   2 days pabuhr remove unused parameter name from function Countof, add period to end …
(edit) @1d8a349   3 days j82liang change wording
(edit) @f3abce9   3 days j82liang update subset section
(edit) @59fb462   3 days j82liang Add code comment along the example
(edit) @43ab5fb   3 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @63d5b9c8   3 days j82liang Merge changes
(edit) @5fdaeab1   3 days pabuhr third attempt proofread trait chapter
(edit) @d7cb0f7   3 days pabuhr second attempt proofread trait chapter
(edit) @8cb2ff6   3 days pabuhr proofread trait chapter
(edit) @bd686f0   3 days j82liang CFAEnum to CFAEnum conversion algorithm (the previous was enumerator …
(edit) @11f8ff7   3 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d6c5faa   3 days j82liang A demo of offset algorithm used in enum containment inheritance
(edit) @ee2f11f   3 days pabuhr fix user_define_enum.cfa
(edit) @efd055c   3 days j82liang user define enum example
(edit) @0c51c8b4   3 days pabuhr formatting, add section of enumeration subset
(edit) @c03af31   3 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c4d6c90   3 days pabuhr formatting, documentation
(edit) @af5baae   3 days j82liang Wording changes
(edit) @1c957a11   3 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @96de72b   3 days j82liang 1. Update contribution; 2. update loop subsection; 3. rangeLoops.cfa …
(edit) @4dab7e8   4 days pabuhr formatting, add str conversion routines, add more combinations of ?+? …
(edit) @0e6cf54c   4 days j82liang Revert change: enumerator cannot be implicitly const
(edit) @830edc6   4 days j82liang 1. Add implicit const to enum base type; 2. change auto initializer to …
(edit) @7f18438   4 days j82liang Add "implicit case to base type" to enumerator
(edit) @f6d2e9b   4 days j82liang Change FX64 (x64) to FA64 (arm64)
(edit) @cc077f4   4 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c588acb   4 days pabuhr proofread CFA enumeration chapter
(edit) @94643698   4 days pabuhr add discussion about partially implemented individual scoping mechanism
(edit) @2514d3d7   4 days pabuhr formatting
(edit) @7db4fcd4   5 days j82liang small fix
(edit) @5f210c0   5 days j82liang Change enum pos to signed int to avoid underflow; operator on enum …
(edit) @7ab24fef   5 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b59c21a   5 days j82liang remove leading whitespace
(edit) @748877f   5 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a57ad8a   5 days pabuhr proofread C Enum chapter
(edit) @503c350   5 days pabuhr move overload material into background chapter
(edit) @065de93   5 days j82liang Update test expect for x86
(edit) @1697c40   5 days j82liang merge local changes
(edit) @b797fe36   5 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ecaedf35   5 days j82liang Update test expect for arm64
(edit) @1e12f07   5 days pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d39d8a4   5 days pabuhr proofread background chapter
(edit) @e15293b   5 days pabuhr display subsubsection numbering and insert into the table of contents
(edit) @2dd5c6d   6 days j82liang Update +=/-= for enums
(edit) @bcb41f7   6 days j82liang Update .error as the cost model has changed
(edit) @06ecda9   6 days j82liang define enum to value cost as implicit cost
(edit) @1571e4d   6 days j82liang reinterpret loop start for enum type as the first enumerator
(edit) @4e107bf   6 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @433e2c3   6 days pabuhr proofread thesis frontpgs and intro
(edit) @a9ae5ca   7 days j82liang remove unused addInitType
(edit) @8789ae4   7 days pabuhr update loop control test and expected output
(edit) @4db0140   7 days pabuhr modify abort error message
(edit) @b12e4ad   7 days pabuhr add stream parameter to OSTYPE_VOID_IMPL macro and update all macro calls
(edit) @c141c09   8 days j82liang Update
(edit) @3a7cd15   8 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @6740533e   9 days j82liang Add a discussion on Static Type information
(edit) @1f11818   9 days ajbeach Updated the named parameter proposal. Adding sections (or paragraphs) …
(edit) @21f4dff   10 days j82liang Add motivation for trait
(edit) @9476549   10 days j82liang Add abstract and acknoledgement
(edit) @2ff76d25   10 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @fcf3493   10 days j82liang update on thesis
(edit) @82d5816   10 days ajbeach Bit of clean-up to the box pass. Mostly just wrapping a new common set …
(edit) @dd78dbc   11 days j82liang Add CEnum.tex
(edit) @09bdf2d   11 days j82liang Add CEnum.tex
(edit) @f3d2a4f   11 days j82liang Rename implementation to trait
(edit) @ce02877   11 days j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @38e20a80   11 days j82liang update thesis
(edit) @1661ad7   11 days pabuhr add Huawei acknowledgement
(edit) @b67d7a5b   11 days pabuhr add lstlisting for java
(edit) @caa3e2c   11 days pabuhr proofread array chapter and update example programs
(edit) @b8e047a   12 days pabuhr formatting
(edit) @82ff201a   12 days pabuhr add #include <assert.h>, as no longer in array.hfa
(edit) @fee4436   12 days pabuhr make subscript check DEBUG only, remove #include <assert.h>, which is …
(edit) @5ff721a   12 days pabuhr forgot period at end of error message.
(edit) @1bb0170   12 days pabuhr formatting, replace subscript-check asserts with error message
(edit) @876739f   12 days pabuhr formatting
(edit) @fcbb532   2 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @daa4cc1   2 weeks pabuhr temporary hack to allow parsing of default/named parameters/calls
(edit) @bb20aa6   2 weeks pabuhr small updates to the default/named parameter section
(edit) @fd4df379   2 weeks mlbrooks Implement boxing for arrays. The added test is things that did not …
Note: See TracRevisionLog for help on using the revision log.