Timeline
Feb 7, 2025:
- 11:09 PM Changeset [3ae2069] by
- added some comments to the overloading features table
- 3:07 PM Changeset [16d7535] by
- Fix vector-demo warnings on x86 (was blocked from last full build by …
Feb 6, 2025:
- 5:47 PM Changeset [eca364f7] by
- update .expect file for attribute test on ARM
- 3:42 PM Changeset [cd28605] by
- first attempt at generalizing attributes to statements
- 2:50 PM Changeset [a8e2215] by
- Tidy vector-iterator POC and remedy its warnings
Feb 5, 2025:
- 5:08 PM Changeset [301e9f7] by
- A bit of clean-up in the Makefile on some new rules.
- 5:06 PM Changeset [ab94c37] by
- Change in actor ?|? function generation. It looks accessive (and in a …
- 4:16 PM Ticket #302 (cfa-cc - Built-in functions may have wrong types on 32-bit) created by
- I stumbled across this phenomenon while doing other work. It may …
- 1:58 PM Ticket #269 (cfa-cc - Wrong type for generics' implicit _sizeof params on 32-bit) closed by
- fixed: Fixed in [d3d54b3f6].
- 1:45 PM Changeset [d3d54b3] by
- Eliminate warnings due to sizeof returning type inconsistent with %zu. …
- 1:04 PM Changeset [92aeae1] by
- Correct spelling mistake in variables
- 1:00 PM Changeset [090b076] by
- Expand and update comments re testing instrucions
Feb 4, 2025:
- 9:18 PM Changeset [332e93a] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:17 PM Changeset [985ff5f] by
- small proofreading changes
- 9:16 PM Changeset [7846f91] by
- start adding table overload discriminating features
- 10:10 AM Changeset [1ee74df] by
- I am working on errors in actors and I got tripped up by some code …
Feb 3, 2025:
- 2:22 PM Changeset [dfe8f78] by
- Getting the reproduction of every trac ticket in the repository looks …
- 1:27 PM Changeset [7959e56] by
- Eliminate libcfa-build warnings of missing int-to-pointer casts. …
- 1:26 PM Changeset [59fdd0d] by
- Improve intermediate code dumps: don't lower zero_t/one_t to int until …
- 12:13 PM Changeset [54f70c6] by
- Removing some unneeded distributions.
- 11:46 AM Changeset [90e683b] by
- I set out to do a enum rework. It ended up being much the same and I …
Feb 1, 2025:
- 8:49 AM Changeset [bbbff10] by
- update loop_else test to handle warnings
Jan 31, 2025:
- 1:52 PM Changeset [641707d] by
- More fixing of warnings. Including another error that slipped through …
Jan 30, 2025:
- 4:13 PM Changeset [372d33c] by
- Use lax warnings on forall test. This should get the nightly build …
- 10:50 AM Changeset [a465d751] by
- In the 'designations': Instead of leaving some variables unused, print …
Jan 29, 2025:
- 4:42 PM Changeset [161b98e] by
- Cleaned up some errors that did not show up in my local test but …
- 11:41 AM Changeset [a22e8b4] by
- Removed the warnings from more tests. I think '(void)var;' might be …
- 9:09 AM Changeset [49510db] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:07 AM Changeset [a950021] by
- proofread chapter 3
Jan 28, 2025:
- 10:11 PM Changeset [c699602] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:10 PM Changeset [2e0bb92] by
- remove warnings, and change I/O to work with gcc
- 4:12 PM Changeset [bada452] by
- Removed warnings from serveral tests and removed them from the …
- 12:19 PM Changeset [71ca5b9] by
- perform proper casting before pointer arithmetic
Jan 27, 2025:
- 9:23 PM Changeset [c3d0182a] by
- plan9 inline ordering for concurrency keywords.
Jan 26, 2025:
- 6:37 PM Changeset [de8a0a4] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 6:33 PM Changeset [0f070a4] by
- proofread intro chapter
- 6:32 PM Changeset [c0beea3] by
- remove spurious blank line
- 6:31 PM Changeset [8c3516c] by
- update .gitignore file list
- 3:19 PM Changeset [11f92fac] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:19 PM Changeset [35eef3b] by
- updates to prepare for moving location of inline data for new kinds of …
Jan 25, 2025:
- 5:59 PM Changeset [2a5345b] by
- try to fix cost table one more time, add some comments
Jan 24, 2025:
- 4:12 PM Ticket #287 (cfa-cc - Incorrect Typeof on Array Index) closed by
- fixed: This was fixed a while ago. Cforall behaviour was changed to be …
- 3:00 PM Changeset [1fb0a883] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:53 PM Changeset [1cc5c6a] by
- update C arithmetic conversions and add ARM conversion testing
- 1:19 PM Changeset [f070ea8] by
- Improved code generation for intermediate steps. Now generates using …
Jan 23, 2025:
- 2:42 PM Changeset [9e72bae3] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:37 PM Changeset [a750c71b] by
- update input file names for eofType test
- 12:09 PM Changeset [857b5f9] by
- CountExpr? -> CountofExpr?. Actually the main fix was making countof use …
Jan 22, 2025:
- 5:12 PM Ticket #135 (cfa-cc - Modify SizeofExpr argument) closed by
- fixed
- 5:07 PM Ticket #301 (cfa-cc - Incorrect & When Building Reference To Pointer) created by
- If you write the following code: […] Then you get the following …
- 3:39 PM Ticket #172 (cfa-cc - Anonymous struct can conflict across translation unit) closed by
- fixed: Checked it. This seems to work. Also, I believe it is covered by the …
- 1:15 PM Changeset [829821c] by
- Fix test suite to run with no warnings on gcc 12, 13, 14
- 8:47 AM Changeset [a9e327a] by
- formatting
- 8:34 AM Changeset [e051c8e] by
- remove spurious include file
- 8:25 AM Changeset [373f098] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 8:24 AM Changeset [04138cc] by
- more updates for eof of file checking
- 8:23 AM Changeset [5db17077] by
- test for end-of-file with and without a terminating newline across …
Jan 20, 2025:
- 10:59 PM Changeset [5dad25df] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:59 PM Changeset [e6491ca] by
- resolve enum dimension as size of enum
- 9:45 PM Changeset [fd5d251] by
- update eof of file checking
Jan 18, 2025:
- 4:04 PM Changeset [d0b6712] by
- formatting
- 3:46 PM Changeset [8e90fd6] by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:32 PM Changeset [fa59c40] by
- updates on llheap paper
- 3:30 PM Changeset [9ae4f5f] by
- remove cforall.el
Jan 17, 2025:
- 3:46 PM Changeset [df56e25] 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.
Note: See TracTimeline
for information about the timeline view.