source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @19313be5   4 months ajbeach One missing BasicType::Kind -> BasicKind? updates.
(edit) @38093ae   4 months j82liang Resolve conflict
(edit) @748c751   4 months j82liang Remove unnecessary implicit enum type conversion
(edit) @7a780ad   4 months ajbeach Moved ast::BasicType::Kind to ast::BasicKind? in its own hearder. This …
(edit) @60c5b6d   4 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @fbe3f03   4 months pabuhr formatting
(edit) @8fd53b6e   4 months ajbeach Change for C++20 compatability. We may not be upgrading soon but this …
(edit) @cdb4eaa   4 months j82liang Fix succ(Enum) error and resolution ambiguity of enum with inheritance
(edit) @7aa209e7   4 months ajbeach Fixing some whitespace around a recent merge. That lead to some …
(edit) @710d0c8c   4 months pabuhr formatting, add missing CFA reallocarray routine
(edit) @76c7addb   4 months j82liang Fix Enum predecessor
(edit) @fb2e916   4 months j82liang Fix some warning
(edit) @dc58e5d   4 months j82liang Small cleanup
(edit) @af746cc   4 months j82liang Reimplement the resolution of Enum instance type
(edit) @7a36848   4 months ajbeach Further Pass template clean-up, reimplementing the translation unit …
(edit) @90320ac   4 months ajbeach Clean-up in the Pass template around call_accept. Removed overloads …
(edit) @b78c54f   4 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @feb999f   4 months pabuhr formatting, change free null statistic to also count malloc(0), remove …
(edit) @6dd4091   4 months pabuhr comment out asserts that fail when malloc(0) returns non-null
(edit) @b6a71bc   4 months pabuhr formatting
(edit) @ab780e6   4 months ajbeach notZeroExpr (in the parser) has become createCondExpr (in the …
(edit) @c4024b46   4 months pabuhr more work on background chapter
(edit) @0554c1a   4 months pabuhr finish current proofreading of background chapter
(edit) @0bbe172   4 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @dd37afa   4 months pabuhr more work on Figure 2.1 and surrounding text
(edit) @485cf59   4 months ajbeach Small improvement in the Pass template implementation. Thierry and I …
(edit) @cb98d9d   4 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d3a49864   4 months pabuhr work on Figure 2.1
(edit) @d9bad51   4 months ajbeach Fixed memory leak in the parser.
(edit) @1cfe640   4 months ajbeach One more bit of clean-up, improving some names.
(edit) @4a72fef   4 months ajbeach General clean-up in the parser. Removed the commented …
(edit) @2d82999   5 months mlbrooks clear out draft content and link syntactic reference figures
(edit) @b5bfb16   5 months pabuhr start proofreading of Section 2.1
(edit) @b8cb388   5 months pabuhr fix CFA citation
(edit) @baad96e   5 months pabuhr add sorting key to web-site citations
(edit) @544b799   5 months pabuhr update and add ISO C citations and update clang citation
(edit) @67467a3   5 months ajbeach Fused TypeData::Enum and TypeData::Aggregate, an enumeration is a kind …
(edit) @84886499   5 months j82liang Small update
(edit) @7b05de4   5 months j82liang Re-enable replace pseudo func to temporarily fix the compilation error
(edit) @d066c5b   5 months j82liang Comment out lines the require implementEnumFunc
(edit) @d734fa1   5 months j82liang Comment on relatedwork work
(edit) @486caad   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @df78cce   5 months j82liang Save the change in main for git pull
(edit) @bf050c5   5 months ajbeach Removed unused field from TypeData?.
(edit) @051aec4   5 months pabuhr word smithing
(edit) @41fb996   5 months pabuhr word smithing and poking at rust enumerations
(edit) @6a8c773   5 months pabuhr more work on introduction
(edit) @82e5670   5 months pabuhr add material from background
(edit) @f5fbcad   5 months pabuhr move material from background to intro
(edit) @bdc8591   5 months pabuhr start introduction
(edit) @f5212ca   5 months pabuhr interchange chapters list and array
(edit) @48b76d03   5 months pabuhr fine tune justification for enumerations
(edit) @caf2cba   5 months pabuhr justification for enumerations
(edit) @e00b10d   5 months pabuhr added Gregor and Andrew emails
(edit) @4094d05a   5 months pabuhr fix citations in bibliography/pl.bib
(edit) @6394ac6   5 months pabuhr add SPE PDF for paper Cforall: Adding Modern Programming Language …
(edit) @7d9a805b   5 months pabuhr more proofreading for enumerations
(edit) @0139351   5 months ajbeach Add support for printing multiple returns. Mostly useful for early …
(edit) @5b25c49   5 months ajbeach Removed some code from main that supported the old ast.
(edit) @057608a   5 months ajbeach Parser clean-up: Removed an unused field, added a comment, fixed a …
(edit) @8f650f0   5 months pabuhr remove isspace-like routines for C arrays, and replace with general …
(edit) @42422fb   5 months pabuhr more reorganized enum_type rule in parser
(edit) @30ee3155   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @30aab55   5 months pabuhr reorganized enum_type rule in parser and add missing call to makeTypedef
(edit) @c041d29   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d887800   5 months pabuhr update ato expected output for x86
(edit) @897eb01   5 months pabuhr update ato expected output for ARM
(edit) @3ad5c50   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @33807a1e   5 months pabuhr update string to type test
(edit) @54af365   5 months pabuhr fix convert function for float-point values, add isspace-like routines …
(edit) @2583407   5 months ajbeach Handle typedef wrapped declarations before buildList in addTypedef. …
(edit) @223b631   5 months pabuhr add comparison table for related work
(edit) @6337916   5 months pabuhr fold in Gregor's comments on OCaml
(edit) @30a1f0c   5 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @56a8eb8   5 months pabuhr more updates on OCaml
(edit) @8bdc9705   5 months pabuhr added lstlang entry for OCaml
(edit) @a3525c4   5 months ajbeach Some Parser clean-up I did while investigating.
(edit) @423c0cd   5 months pabuhr more updates on OCaml
(edit) @9a32903   5 months pabuhr update OCaml text and add OCaml citation
(edit) @75d789c   5 months pabuhr update lstlang for CFA
(edit) @16c795c   5 months pabuhr update llheap paper
(edit) @a885357   5 months pabuhr update compile commands
(edit) @282061a   5 months pabuhr update OCaml text
(edit) @446740a   5 months pabuhr update for-control for iterating over enumeration type
(edit) @6c8b76b   5 months j82liang Fix ocaml code
(edit) @e048ece   5 months ajbeach Moved the DeclarationNode? enums over to TypeData? where they are …
(edit) @9398177   5 months j82liang Add OCamal section to related work
(edit) @5546f50b   5 months pabuhr more switch to tabs
(edit) @b64d0f4   5 months pabuhr second attempt changing program-input style
(edit) @266732e   5 months pabuhr switch to tabs, first attempt changing program-input style
(edit) @03606ce   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @06601401   5 months j82liang Change the common type interpretation of EnumPos?
(edit) @76fe046   5 months j82liang Remove conversion part of the EnumPosType?. It can be resolved by the …
(edit) @169496e1   5 months pabuhr update expected output for functions test on ARM
(edit) @9f4af04   5 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @e72fc60   5 months mlbrooks Fix thesis demo program build isssue: handle substring API switch to …
(edit) @b93c544   5 months ajbeach Removed casts no longer needed on the result of set_last.
(edit) @6cef439   5 months ajbeach Return 'TypeData? *' from some parse rules. Moved TypeData? construction …
(edit) @1df26c3   5 months pabuhr fix 32-bit functions results
(edit) @56b47b9   5 months pabuhr add updated function-declaration test
Note: See TracRevisionLog for help on using the revision log.