source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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
(edit) @7e13b11   5 months pabuhr documentations, support CFA declaration syntax in sizeof/alignof
(edit) @7a29392f   5 months pabuhr continue work on memory allocation paper
(edit) @647d633   5 months j82liang Remove unused variables
(edit) @f6e8c67   5 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @bbf2cb1   5 months j82liang Add the Working support to succ() and pred() pseudo function to Enum
(edit) @af60383   5 months ajbeach Moved a field and functions from DeclarationNode? to TypeData?. Trying …
(edit) @44adf1b   5 months ajbeach Removed casts around get_next (also replaced with direct field access) …
(edit) @9262fe9   5 months pabuhr more proofreading for enumeration related-work
(edit) @647e2ea   5 months pabuhr try @@(...) for attributes, rename and reorder grammar rules, remove …
(edit) @00eaeb8   6 months j82liang Add prototype of succ function
(edit) @1d5e5601   6 months pabuhr more proofreading on the enumeration related-work section
(edit) @924534e   6 months pabuhr more proofreading on the enumeration related-work section
(edit) @dc3fbe5   6 months ajbeach Factored out the ParseNode?'s next field into a new child type. This is …
(edit) @4c0b674   6 months ajbeach Moved ParseNode?'s name field down to DeclarationNode?, it is not used …
(edit) @bc61563   6 months ajbeach Factored out a very complex condition into a helper function and …
(edit) @f1149ac   6 months j82liang Remove unused variables
(edit) @3f9a8d0   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1bb76ad   6 months pabuhr fix problme wiht exclamation mark in comon.sty file
(edit) @a4da45e   6 months j82liang Resolve conflict
(edit) @0522ebe   6 months j82liang Add EnumPosType? to type system
(edit) @022bce0   6 months pabuhr more proofreading on enumeration thesis
(edit) @6c68893   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0a9b5c1   6 months pabuhr update 64-bit test result on ARM for distribution of attributes for …
(edit) @1e93617   6 months pabuhr update 32-bit test result for distribution of attributes for aggregates
(edit) @46aa60e   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @3d5a8cb   6 months pabuhr update lst language for uC++
(edit) @4eb3a7c5   6 months pabuhr first attempt at correct distribution of attributes for aggregates
(edit) @624ba3a5   6 months pabuhr formatting
(edit) @1761046   6 months ajbeach Note to self: Check the comments before you push.
(edit) @4e2f1b2   6 months ajbeach Clean-up of GenImplicitCall? module. Changing the return type for …
(edit) @d06273c   6 months ajbeach Used structural binding to shorten some loop setup. The generally …
(edit) @2beaf9b   6 months ajbeach Forgot to update comments from the last commit.
(edit) @2810700   6 months ajbeach The two argument form of the conditional operator now only has two …
(edit) @7bb516f   6 months pabuhr more proofreading on enumeration thesis
(edit) @c17dc80   6 months j82liang Add position.cfa test file
(edit) @38f5006   6 months pabuhr update related work for Ada and Golang
(edit) @f9da761   6 months pabuhr change text to use macros \eg amd \ie
(edit) @38f4953   6 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @c2a58cf   6 months pabuhr add citation for programming language 'Swift'
(edit) @f936e23   6 months pabuhr add more text to related-work chapter
(edit) @acde87a   6 months pabuhr remove unnecessary latex macros
(edit) @9b96e90d   6 months pabuhr small cleanup to latex 'common' macros
(edit) @c0d8e62   6 months pabuhr remove 'swift' language reference because it is available in …
(edit) @f431ab26   6 months ajbeach Fixed whitespace ResolveTypeof?.cc.
(edit) @e7b04a3   6 months pabuhr add swift language macros for formatting by lstlisting
Note: See TracRevisionLog for help on using the revision log.