Timeline
Mar 15, 2024:
- 11:14 PM Changeset [c041d29] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 11:13 PM Changeset [d887800] by
- update ato expected output for x86
- 11:08 PM Changeset [897eb01] by
- update ato expected output for ARM
- 10:01 PM Changeset [3ad5c50] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:00 PM Changeset [33807a1e] by
- update string to type test
- 7:52 PM Changeset [54af365] by
- fix convert function for float-point values, add isspace-like routines …
- 2:18 PM Changeset [2583407] by
- Handle typedef wrapped declarations before buildList in addTypedef. …
Mar 13, 2024:
- 11:52 AM Changeset [223b631] by
- add comparison table for related work
- 11:31 AM Changeset [6337916] by
- fold in Gregor's comments on OCaml
Mar 12, 2024:
- 6:08 PM Changeset [30a1f0c] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 6:08 PM Changeset [56a8eb8] by
- more updates on OCaml
- 6:07 PM Changeset [8bdc9705] by
- added lstlang entry for OCaml
- 4:04 PM Changeset [a3525c4] by
- Some Parser clean-up I did while investigating.
- 3:14 PM Changeset [423c0cd] by
- more updates on OCaml
- 1:57 PM Changeset [9a32903] by
- update OCaml text and add OCaml citation
Mar 11, 2024:
- 10:47 PM Changeset [75d789c] by
- update lstlang for CFA
- 10:45 PM Changeset [16c795c] by
- update llheap paper
- 10:44 PM Changeset [a885357] by
- update compile commands
- 10:41 PM Changeset [282061a] by
- update OCaml text
- 9:00 PM Changeset [446740a] by
- update for-control for iterating over enumeration type
- 2:22 PM Changeset [6c8b76b] by
- Fix ocaml code
- 1:00 PM Changeset [e048ece] by
- Moved the DeclarationNode? enums over to TypeData? where they are …
- 5:09 AM Changeset [9398177] by
- Add OCamal section to related work
Mar 10, 2024:
- 11:21 AM Changeset [5546f50b] by
- more switch to tabs
- 11:19 AM Changeset [b64d0f4] by
- second attempt changing program-input style
Mar 9, 2024:
- 5:40 PM Changeset [266732e] by
- switch to tabs, first attempt changing program-input style
Mar 8, 2024:
- 12:25 AM Changeset [03606ce] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 12:22 AM Changeset [06601401] by
- Change the common type interpretation of EnumPos?
Mar 6, 2024:
- 10:55 PM Changeset [76fe046] by
- Remove conversion part of the EnumPosType?. It can be resolved by the …
- 5:04 PM Changeset [169496e1] by
- update expected output for functions test on ARM
- 1:59 PM Changeset [9f4af04] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 1:56 PM Changeset [e72fc60] by
- Fix thesis demo program build isssue: handle substring API switch to …
- 1:19 PM Changeset [b93c544] by
- Removed casts no longer needed on the result of set_last.
- 12:34 PM Changeset [6cef439] by
- Return 'TypeData? *' from some parse rules. Moved TypeData? construction …
- 11:19 AM Changeset [1df26c3] by
- fix 32-bit functions results
- 11:15 AM Changeset [56b47b9] by
- add updated function-declaration test
- 10:59 AM Changeset [7e13b11] by
- documentations, support CFA declaration syntax in sizeof/alignof
- 8:26 AM Changeset [7a29392f] by
- continue work on memory allocation paper
- 6:11 AM Changeset [647d633] by
- Remove unused variables
- 6:06 AM Changeset [f6e8c67] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 6:06 AM Changeset [bbf2cb1] by
- Add the Working support to succ() and pred() pseudo function to Enum
Mar 5, 2024:
- 10:17 AM Changeset [af60383] by
- Moved a field and functions from DeclarationNode? to TypeData?. Trying …
- 9:55 AM Changeset [44adf1b] by
- Removed casts around get_next (also replaced with direct field access) …
Mar 4, 2024:
- 6:09 PM Changeset [9262fe9] by
- more proofreading for enumeration related-work
- 6:05 PM Changeset [647e2ea] by
- try @@(...) for attributes, rename and reorder grammar rules, remove …
Mar 1, 2024:
- 4:32 PM Changeset [00eaeb8] by
- Add prototype of succ function
- 11:14 AM Changeset [1d5e5601] by
- more proofreading on the enumeration related-work section
Feb 28, 2024:
- 11:59 AM Changeset [924534e] by
- more proofreading on the enumeration related-work section
Feb 27, 2024:
- 12:28 PM Changeset [dc3fbe5] by
- Factored out the ParseNode?'s next field into a new child type. This is …
- 10:56 AM Changeset [4c0b674] by
- Moved ParseNode?'s name field down to DeclarationNode?, it is not used …
- 10:19 AM Changeset [bc61563] by
- Factored out a very complex condition into a helper function and …
Feb 26, 2024:
- 2:54 PM Changeset [f1149ac] by
- Remove unused variables
- 8:17 AM Changeset [3f9a8d0] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 8:14 AM Changeset [1bb76ad] by
- fix problme wiht exclamation mark in comon.sty file
- 3:53 AM Changeset [a4da45e] by
- Resolve conflict
- 3:49 AM Changeset [0522ebe] by
- Add EnumPosType? to type system
Feb 25, 2024:
- 6:13 PM Changeset [022bce0] by
- more proofreading on enumeration thesis
- 8:00 AM Changeset [6c68893] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 8:00 AM Changeset [0a9b5c1] by
- update 64-bit test result on ARM for distribution of attributes for …
Feb 24, 2024:
- 9:16 AM Changeset [1e93617] by
- update 32-bit test result for distribution of attributes for aggregates
Feb 23, 2024:
- 11:41 PM Changeset [46aa60e] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 6:53 PM Changeset [3d5a8cb] by
- update lst language for uC++
- 6:52 PM Changeset [4eb3a7c5] by
- first attempt at correct distribution of attributes for aggregates
- 6:47 PM Changeset [624ba3a5] by
- formatting
- 4:04 PM Changeset [1761046] by
- Note to self: Check the comments before you push.
- 3:59 PM Changeset [4e2f1b2] by
- Clean-up of GenImplicitCall? module. Changing the return type for …
- 10:31 AM Changeset [d06273c] by
- Used structural binding to shorten some loop setup. The generally …
Feb 22, 2024:
- 1:55 PM Changeset [2beaf9b] by
- Forgot to update comments from the last commit.
- 1:43 PM Changeset [2810700] by
- The two argument form of the conditional operator now only has two …
- 11:44 AM Changeset [7bb516f] by
- more proofreading on enumeration thesis
Feb 21, 2024:
- 4:25 PM Changeset [c17dc80] by
- Add position.cfa test file
Feb 16, 2024:
- 1:27 PM Changeset [38f5006] by
- update related work for Ada and Golang
- 1:26 PM Changeset [f9da761] by
- change text to use macros \eg amd \ie
Note: See TracTimeline
for information about the timeline view.