Timeline
Jan 17, 2025:
- 3:46 PM Changeset [df56e25]master by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:46 PM Changeset [d96f7c4] by
- expunge fallthru keyword and replace its usages with fallthrough
- 3:43 PM Changeset [3b340d68] by
- remove spurious file my_tests/floating.cfa
Jan 16, 2025:
- 9:52 PM Changeset [4ac0949] by
- add contributions section
- 1:58 PM Changeset [5cc53b2] by
- Updated documenation in VariableExpr::get_lvalue. This accounts for …
- 1:49 PM Changeset [9c65169] by
- reduce yields in test but still get deterministic results
- 1:27 PM Changeset [f6f7b52] by
- fixed a parser bug to generate correct ast for waitfor. added a test …
- 11:57 AM Changeset [3b21c96] by
- update comparison of C++ and Cforall I/O
Jan 13, 2025:
- 9:37 PM Changeset [7aa246cb] by
- add information about sources for providing permissions
- 4:21 PM Changeset [c086c6e] by
- move code out of #ifdef
- 1:32 PM Changeset [6a6e205] by
- Clean some warnings from unused variables and pointer-to-int casts.
- 1:03 PM Changeset [267b543] by
- Add basic gdb navigation.
- 1:02 PM Changeset [9b9d3f9] by
- Offer CodeGen::generate overloads that simplify calling from gdb.
- 1:01 PM Changeset [37c3db8] by
- Improve pointer's debug print format to include array-like detail when …
- 12:10 PM Changeset [86cccd5] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 12:10 PM Changeset [a595ab7] by
- update arithmeticConversions test to work on ARM
- 12:10 PM Changeset [3ea1d93] by
- move optional code out of #ifdef
Jan 12, 2025:
- 10:34 PM Changeset [5a79dae3] by
- expected output for arithmeticConversions test on x64
- 10:26 PM Changeset [689d057] by
- unsure if these files should be committed because they have generated code
- 10:24 PM Changeset [445b281] by
- rename test ArithmeticConversions? to arithmeticConversions
- 9:13 PM Changeset [522f71c] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:13 PM Changeset [b0708ea] by
- add test for gcc arithmetic conversions
- 8:46 PM Changeset [44acc72] by
- update conversion graph to correct and complete all relationships …
- 8:44 PM Changeset [cdd287b9] by
- update prelude basicTypes with _Float128 and _Float128 _Complex needed …
Jan 11, 2025:
- 6:29 PM Changeset [f886608] by
- remove temp files generated by xfig
- 5:48 PM Changeset [d60a4c2] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:49 PM Changeset [7d65715f] by
- add thesis pictures
- 4:48 PM Changeset [eb42db4] by
- more thesis proofreading
- 4:47 PM Changeset [5db580e] by
- adjust formatting of second-level enumeration
- 4:32 PM Changeset [32a119e9] by
- make AST/BasicKind.hpp .PRECIOUS so it is not deleted if …
- 9:36 AM Changeset [c309af1] by
- update complex float conversion cost
Jan 10, 2025:
- 7:02 PM Changeset [c44f1f9] by
- attempt to fix complex float conversion cost
- 3:40 PM Changeset [299bd989] by
- Looking over some virtual cast related code to reduce the forall list …
- 12:49 PM Changeset [d6c59bce] by
- Starter for developer roll-on instructions.
Jan 9, 2025:
- 1:13 PM Changeset [329c62f] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 1:13 PM Changeset [454aab2] by
- update io_uring casts to prevent 32-bit warning messages about wrong …
- 11:44 AM Changeset [5a894e12] by
- Added more custom constructors into the new exceptions test to avoid …
Jan 8, 2025:
- 4:30 PM Changeset [550446f] by
- Added some code to the code generator for printing try statements in …
- 2:10 PM Changeset [f32448e] by
- Fixed white-space. Woops.
- 2:00 PM Changeset [658f3179] by
- Moved massive function log2_u32_32 out of header.
- 1:00 PM Changeset [d84f2ae] by
- Fix transpiler-induced unused parameter on layoutof.
Jan 7, 2025:
- 4:31 PM Changeset [190a833] by
- Returning to exceptions after a long time and added the ability to …
- 3:22 PM Changeset [10b5970] by
- Fix many test-suite- and libcfa-caused unused variable warnings. In …
Jan 6, 2025:
- 6:10 PM Changeset [70670e7] by
- Try to fix full build by regenerating botched .arm64.expect file on …
- 4:19 PM Changeset [7d30a1e] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:18 PM Changeset [1f6623c] by
- Try to fix full build by removing missed x86-debug-specific workaround …
- 12:54 PM Changeset [66e7cc1] by
- Added some tests for recent changes to the resolver.
- 12:34 PM Changeset [58eb9250] by
- Partly fix #269 and try to fix nightly build. Switch to correct type …
- 12:23 PM Ticket #300 (cfa-cc - sizeof/typeof as a variable's usage may leave this variable unused) created by
- […] […] Expected: run, print 1 twice Actual: compile error: …
Jan 4, 2025:
- 3:57 PM Ticket #298 (cfa-cc - Return cast does not work with variables) closed by
- fixed
- 1:09 AM Changeset [8893ad4] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 12:22 AM Changeset [6b95feb] by
- implement return cast for other types of expressions
Jan 3, 2025:
- 5:07 PM Changeset [2e63915] by
- Remove warnings from remaining array-collections tests.
Jan 2, 2025:
- 7:23 PM Changeset [2a32118] by
- Fix a warning missed in 2853d6fb0.
- 7:08 PM Changeset [656c8ac] by
- Restore full sense of wflag strictness, mistakenly reduced in 2853d6fb0.
- 7:00 PM Changeset [2853d6f] by
- Remove uses of warnings to show test success. Eliminate simple causes …
- 5:03 PM Ticket #292 (cfa-cc - Constant Reference Argument Binding Update) closed by
- fixed: Should be working for now.
- 3:29 PM Ticket #299 (cfa-cc - Unusable overload allowed, between array and pointer) created by
- […] CFA actual (with and without -DSUPPRESS_COMP_ERR): …
- 3:25 PM Ticket #298 (cfa-cc - Return cast does not work with variables) created by
- […] Actual: Error "cannot choose between 2 alternatives" at …
- 3:20 PM Ticket #297 (cfa-cc - Parameter name does not shadow in-scope type name) created by
- […] CFA Actual: compile error, as commented above GCC …
- 3:19 PM Ticket #296 (cfa-cc - Forgetting an exception vtable gives runtime crash) created by
- […] Actual: Runtime error, segment fault at memory location near …
Dec 24, 2024:
- 10:52 AM Changeset [a6b48f6] by
- formatting, comment out unused parameter names to remove warnings
Dec 23, 2024:
- 2:41 PM Changeset [4f4ae60] by
- Added prelude-inline.cfa to the standard library. This should now have …
- 11:28 AM Changeset [43299af] by
- Isolated the removal of -fgnu89-inline. With the recent static/static …
Dec 22, 2024:
- 4:48 PM Changeset [a5e2786f] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:48 PM Changeset [5a02308] by
- respond to Andrew's comments about intro chapter
Dec 21, 2024:
- 12:21 AM Changeset [28c2c9d5] by
- Try to fix full build by suppressing known warning's -W code under gcc …
Note: See TracTimeline
for information about the timeline view.