source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ca4f2b2   5 months pabuhr proofread string section of background chapter
(edit) @bf4fe05   5 months pabuhr fix merge
(edit) @ec20ab9   5 months pabuhr small updates, and more proofreading of the related-works chapter
(edit) @07e9df1   5 months pabuhr formatting
(edit) @5f225f5   5 months ajbeach Perhaps only src/Makefile.am needed to change, but I did a text search …
(edit) @c778ef1   5 months ajbeach Apparently the source file lists aren't used until distribution. I …
(edit) @0f612d2   5 months ajbeach Shoot, the non-extension renamings did not get caught in some corners.
(edit) @c92bdcc   5 months ajbeach Updated the rest of the names in src/ (except for the generated files).
(edit) @41c8312   5 months pabuhr small cleanups
(edit) @03ac869   5 months j82liang Add GCC visibility push(default); Fix trait satisfaction problem
(edit) @0843ba6   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c2a4b62   5 months j82liang Refactor based type from operator assertion
(edit) @e542b02   5 months ajbeach Update last reference to BasicTypes?-gen.cc. I don't know if it needs …
(edit) @983f486   5 months j82liang Reformat forall clause in enum.hfa
(edit) @9b140bd   5 months j82liang Update the test file
(edit) @6d9aa79   5 months j82liang Missing produceDecl in the last commit
(edit) @0b6c1c9   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c333ed2   5 months j82liang Remove intermeidate type (enum attribute type); remove …
(edit) @083e637   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @195d1d8   5 months pabuhr update search strings to raw strings for python 3.12
(edit) @0f4c513   5 months pabuhr gcc-13 include file problem in …
(edit) @f5cb7c2   5 months pabuhr add gcc builtin function builtin_dynamic_object_size for gcc-13
(edit) @b2ea0cd   5 months ajbeach First wave of file renaming. Rename files in src/ and update all …
(edit) @69dd8e6   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @ac16a55   5 months pabuhr update thesis front page from 2020 to 2022 macros
(edit) @1379c96e   5 months pabuhr formatting changes to programs
(edit) @123e8b9   5 months pabuhr move background material from list chapter to background chapter
(edit) @0775468   5 months pabuhr proofreading background section Linked Lists
(edit) @297b796   5 months pabuhr add pl.bib to file dependencies
(edit) @164a6b6   5 months ajbeach Simplified the visit_children feature of Pass template. This should …
(edit) @d69f7114   5 months pabuhr proofread section Enumeration Trait, and a few other wording changes
(edit) @72713e5   5 months j82liang Add libcfa/src/enum.hfa
(edit) @d414664   5 months j82liang Update writing part for enum trait
(edit) @35897fb   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @de3a579   5 months j82liang Add trait subsection
(edit) @69867ad9   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @caaf424   5 months pabuhr remove glossary macros, switch back to newterm marco from Newterm, …
(edit) @0153dbd   5 months ajbeach Updated hoistStruct so the nested mangled names are human readable. …
(edit) @5c27b6a   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c5c123f   5 months j82liang Missing changes for the last commit
(edit) @eb7586e   5 months j82liang 1. Change return value of typed Enum in null context: they now return …
(edit) @f632117   5 months pabuhr more proofreading on enumeration chapters
(edit) @e78966e   5 months pabuhr add parsing support for enum type in 'with' statement
(edit) @7042c60   5 months j82liang resolve conflict
(edit) @cf191ac   5 months j82liang Change enum functions return type
(edit) @55c97e4   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @314c9d8   5 months pabuhr more proofreading on introduction chapter (discussion of ADT)
(edit) @566cc33   5 months pabuhr move all lstnewenvironment macros to central location in uw-ethesis.tex
(edit) @a1fbad0   5 months ajbeach Fix in code generation. forall clauses are now printed before return …
(edit) @03b1815   5 months ajbeach Added a Python script for reviewing the timing of the test suite.
(edit) @bab42de   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @89da3a9   5 months pabuhr fix parsing bug in field declaring list with empty declarator
(edit) @5bc81e9   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @58e2ce34   5 months pabuhr update postfix function, storage management, and memory set/copy
(edit) @4a3eb1c   5 months pabuhr add combinations of pointer/reference for memset and memcpy
(edit) @13de4478   5 months ajbeach Updated files in ResolvExpr? to the new indentation style. It seems the …
(edit) @15215f02   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0fe07be   5 months pabuhr formatting, documentation refactor alloc code, remove annoying warnings
(edit) @c0363be   5 months pabuhr formatting
(edit) @358e1152   5 months pabuhr move attribute((unused)) so it applies to variable
(edit) @d7c0ad5   5 months ajbeach Removed some overloads from the Pass template. I believe these were …
(edit) @ba97ebf   5 months ajbeach The polyCost function was just a bit more complicated than it needed to be.
(edit) @fc1a3e2   5 months ajbeach Style update. Focused on indentation and trailing whitespace.
(edit) @b9b6efb   5 months ajbeach Removed porting.md, although some of its information is still …
(edit) @4e08a54   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @02c80cdc   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d4264e8   5 months pabuhr formatting, add CFA versions of resize, realloc, and reallocarray
(edit) @19313be5   5 months ajbeach One missing BasicType::Kind -> BasicKind? updates.
(edit) @da87eaf   5 months pabuhr remove spurious 'this' qualification
(edit) @cdd25ef   5 months pabuhr changes to postfix function and storage management sections
(edit) @2b6db03   5 months pabuhr proofreading changes
(edit) @4da9142   5 months pabuhr more proofreading on enumerations
(edit) @c148966   5 months pabuhr documentation
(edit) @2a27998   5 months pabuhr add citation from OED for enumerate
(edit) @e693572   5 months pabuhr change see macro to support capital See, update cquote macro with …
(edit) @c3c9325   5 months pabuhr missing keyword coroutine to lstlang CFA
(edit) @38093ae   5 months j82liang Resolve conflict
(edit) @748c751   5 months j82liang Remove unnecessary implicit enum type conversion
(edit) @7a780ad   5 months ajbeach Moved ast::BasicType::Kind to ast::BasicKind? in its own hearder. This …
(edit) @60c5b6d   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @fbe3f03   5 months pabuhr formatting
(edit) @8fd53b6e   5 months ajbeach Change for C++20 compatability. We may not be upgrading soon but this …
(edit) @cdb4eaa   5 months j82liang Fix succ(Enum) error and resolution ambiguity of enum with inheritance
(edit) @7aa209e7   5 months ajbeach Fixing some whitespace around a recent merge. That lead to some …
(edit) @710d0c8c   6 months pabuhr formatting, add missing CFA reallocarray routine
(edit) @76c7addb   6 months j82liang Fix Enum predecessor
(edit) @fb2e916   6 months j82liang Fix some warning
(edit) @dc58e5d   6 months j82liang Small cleanup
(edit) @af746cc   6 months j82liang Reimplement the resolution of Enum instance type
(edit) @b1b3df5   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @7a36848   6 months ajbeach Further Pass template clean-up, reimplementing the translation unit …
(edit) @90320ac   6 months ajbeach Clean-up in the Pass template around call_accept. Removed overloads …
(edit) @3e1cd17   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b78c54f   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @feb999f   6 months pabuhr formatting, change free null statistic to also count malloc(0), remove …
(edit) @6dd4091   6 months pabuhr comment out asserts that fail when malloc(0) returns non-null
(edit) @b6a71bc   6 months pabuhr formatting
(edit) @ab780e6   6 months ajbeach notZeroExpr (in the parser) has become createCondExpr (in the …
(edit) @21e6da5   6 months pabuhr add citation for AlgolW
(edit) @c4024b46   6 months pabuhr more work on background chapter
Note: See TracRevisionLog for help on using the revision log.