Timeline
Nov 6, 2023:
- 5:52 PM Changeset [6b419ce] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 5:52 PM Changeset [fe293bf] by
- removed fences for ARM that are likely not needed, insertion of fences …
- 4:33 PM Changeset [c649d2c] by
- Updated the demangler to also demangle operator names. You can also …
- 2:20 PM Changeset [0d41b2e] by
- switched test to use new cofor syntax
- 2:20 PM Changeset [ba0e1bc] by
- Added supporting library routines for cofor impl
- 2:19 PM Changeset [3d9d017] by
- added cofor implementation
Nov 3, 2023:
- 4:27 PM Changeset [49ae2bc] by
- Refactored the OperatorTable? module. Most is just an update in style …
Nov 2, 2023:
- 11:55 AM Changeset [9cbdc13] by
- removed print from static and dynamic tests that could be reordered …
- 11:46 AM Changeset [5ad24a2c] by
- Added test for the checks on the constructor/destructor attributes.
Nov 1, 2023:
- 10:03 PM Changeset [be3f163] by
- rename files gcc-builtins.cf builtins.cf extras.cf bootloader.cf and …
- 10:40 AM Changeset [fa761c2] by
- Changed some new uses of UniqueId? to the ast version. Changed where …
Oct 31, 2023:
- 3:55 PM Changeset [6e7ed0aa] by
- I forgot to move genName over to the new CodeGenerator? module. It …
- 2:53 PM Changeset [a137d5a] by
- Took out some old code from the new section of the Mangler.
- 11:07 AM Changeset [58c64323] by
- Hang on, eval doesn't have any side effects.
- 10:39 AM Changeset [4ac402d] by
- Added a missing include (not sure how that slipped through) and did …
Oct 30, 2023:
- 4:59 PM Changeset [7d55e4d] by
- Simple rework to BasicTypes?-gen.cc to avoid refering to the old ast. …
- 3:03 PM Changeset [36e6f10] by
- Parser now uses constants from the new ast types.
- 11:50 AM Changeset [3c714ad] by
- I don't actually know if this fixes anything, but the old version was …
Oct 27, 2023:
- 2:42 PM Changeset [0b5e780] by
- Code dumps (under the -P flag) no longer convert to the old ast to print.
- 2:11 PM Changeset [f43146e4] by
- Updated some stats/counters to trigger off the new AST. Others will …
Oct 26, 2023:
- 12:44 PM Changeset [bef4f1a] by
- Translation of the fix main pass to the new ast data structures.
Oct 25, 2023:
- 6:33 PM Changeset [8941b6b] by
- Direct translation of code generation.
Oct 24, 2023:
- 10:10 PM Changeset [d22bf87] by
- formatting
- 6:41 PM Changeset [a310ae9] by
- add i386 with x86_64
- 5:20 PM Changeset [e832485] by
- comment out debug prints
- 4:54 PM Changeset [dd7c2ce0] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:54 PM Changeset [1da2affb] by
- test as.cc file on ARM
- 3:00 PM Changeset [a1da039] by
- Make all new declarations have a properly defined LinkageSpec?. Also …
Oct 23, 2023:
- 10:09 PM Changeset [d8a0e51] by
- add gcc-9 back into ARM full build
- 4:11 PM Changeset [edc4813] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:11 PM Changeset [cb94e41] by
- temporary change to as command to test ARM build
- 11:58 AM Changeset [7b84d3e] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 11:13 AM Changeset [278e162] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 8:58 AM Changeset [2ad5e1d5] by
- added missing semicolons
- 8:55 AM Changeset [8df19af] by
- added WO fences for mcs spin lock to fix failing arm test
- 8:55 AM Changeset [3f0b062] by
- ifdef'd the arm fences that were added to channels so that they only …
Oct 20, 2023:
- 9:37 AM Changeset [abb04a4] by
- change genericUnion test fromt printf to sout
Oct 19, 2023:
- 9:41 PM Changeset [7619400] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:39 PM Changeset [1b0184b] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 7:35 PM Changeset [0803ead] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 7:35 PM Changeset [f842032] by
- remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input
- 3:26 PM Changeset [2d7cb19] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:26 PM Changeset [cbbfba9] by
- added fence to failing test to hopefully fix stale data issue on the …
Oct 17, 2023:
- 9:32 PM Changeset [e0dc038] by
- first attempt at new C string input
- 3:24 PM Changeset [ca995e3] by
- added missing ARM fence on the signallee side of channel handoff
- 2:14 PM Changeset [5e0bba5] by
- Work on the box pass, fixing up the FunctionDecl? update.
- 12:12 PM Changeset [37ceccb] by
- Change string-read semantics so that reading nothing leaves the …
- 8:50 AM Changeset [1b41219] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 8:49 AM Changeset [2bf46a5] by
- add additional test for engineering and unit manipulator output
Oct 16, 2023:
- 7:01 PM Changeset [d85141f] by
- Small refactoring of some helper functions to avoid repeating a loop.
- 4:10 PM Changeset [52a5262e] by
- TypeVarMap? is now a subtype instead of an alias to remove the …
- 3:04 PM Changeset [4d2d7e27] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:04 PM Changeset [54e59dd] by
- temporally remove gcc-9 from ARM nightly build because it is failing
- 1:56 PM Changeset [e14d169] by
- Remove some cruft from the box pass. Some pieces left over from …
- 1:39 PM Changeset [6bd9f9e] by
- Rename and move the file to proposal
- 1:16 PM Changeset [c298079] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 1:16 PM Changeset [bab2917] by
- Update the introduction
- 10:24 AM Changeset [61e5d99] by
- Boxing no longer passes layout information about polymorphic types in …
- 8:09 AM Changeset [a97b9ed] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 8:09 AM Changeset [946a6e4] by
- updates to the uC++toCFA cheat sheet
Oct 13, 2023:
- 7:13 PM Changeset [8cbe732] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 7:13 PM Changeset [85034ed] by
- Initial commit
- 10:10 AM Changeset [0bf0b97] by
- Layout function builds its entire parameter list before creating the …
Oct 12, 2023:
- 5:57 PM Changeset [e85a72b8] by
- change valide (French) to valid (English)
- 5:39 PM Changeset [80f8703] by
- temporary fix to linkonce problem by changing -7 to 7 so …
- 4:03 PM Changeset [02c5880] by
- Added fence after channel handoff to prevent reordering on the arm …
- 10:35 AM Changeset [4604bf5] by
- Clean-up of some names and comments. Removed some TODO comments which …
Oct 10, 2023:
- 11:42 AM Changeset [cf3da24] by
- Fixed up some whitespace. Pretty minor stuff mostly.
Oct 9, 2023:
- 1:02 PM Changeset [ee9ad40] by
- Changed cofor files to support the corun statement
- 1:01 PM Changeset [72b518fc] by
- added error message for using corun statements without including the …
- 12:56 PM Changeset [26dfce5] by
- Updated cofor test to use new corun statement
- 12:55 PM Changeset [eb779d5] by
- Implemented corun statement
- 8:02 AM Changeset [0d49efb] by
- allow precision < 3 for manipulator eng
- 7:43 AM Changeset [4817662] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Oct 8, 2023:
- 10:53 PM Changeset [8bc67cf] by
- formatting, SKULLDUGGERY to remove spurious free-nonheap-object warning
- 10:31 AM Changeset [d3652df] by
- Took the new EraseWith? pass out of the box pass. It might be able to …
- 9:55 AM Changeset [be8ee65] by
- change host from arm64 to aarch64 for ARM nightly build
- 9:37 AM Changeset [3770b87] by
- formatting, add PRNG copy to checkpoint PRNG state, remove autogen …
- 9:35 AM Changeset [92211d9] by
- formatting
- 9:14 AM Changeset [f45772e] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Oct 7, 2023:
- 3:41 PM Changeset [9689e54] by
- formatting
- 3:40 PM Changeset [8e860a7] by
- fix typing mistake: arm4 to arm64
- 1:55 PM Changeset [7d128cb] by
- add ARM architecture to regression tests
- 1:53 PM Changeset [299f4e0] by
- add ARM architecture to nightly build
- 1:46 PM Changeset [500a60f] by
- add ARM architecture to nightly build
- 12:24 PM Changeset [2261bcc] by
- add arm64 to Jenkins nightly build
Note: See TracTimeline
for information about the timeline view.