Timeline
Jul 29, 2020:
- 11:35 PM Ticket #189 (cfa-cc - Reference and pointer types allow unsound initialization) closed by
- fixed
- 11:29 PM Changeset [b81fd95]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fix bug where pointer and reference types allow unsound initialization …
- 10:51 PM Ticket #210 (cfa-cc - Should string literals be const, like in C++?) created by
- With array type: […] gcc actual, g++ actual, cfa actual: compile …
- 10:33 PM Ticket #209 (cfa-cc - Mutable reference to constant is not forbidden) created by
- […] Actual: Compile succeeds, run prints: […] Expected …
- 10:10 PM Ticket #208 (cfa-cc - Zero-pointer literal does not work as an argument for a const parameter) created by
- This issue seems to be a case of the #189 fix going too far: a typed …
- 10:02 PM Ticket #207 (cfa-cc - Safe const variations are not considered for assertion satisfaction) created by
- Assertion satisfaction is invariant in the function type, but it …
- 5:35 PM Ticket #204 (cfa-cc - Conversion cost ignores type parameters) closed by
- fixed: Used the suggested fix (simply removing the offending code) and added …
- 5:12 PM Changeset [1d17939]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Implemented the recomented fix for #204, added at test that would have …
- 12:09 PM Ticket #206 (cfa-cc - Replace Lvalues With References) created by
- We have worked through the theory of replacing all lvalues with …
- 11:24 AM Ticket #205 (cfa-cc - Incorrect Lvalues On Expressions) created by
- There are a some expressions we do not choose the correct lvalue for …
Jul 28, 2020:
- 4:04 PM Ticket #204 (cfa-cc - Conversion cost ignores type parameters) created by
- The conversionCost function incorrectly produces a cost of zero …
- 2:39 PM Changeset [3251b66]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- use different autogen prefix for new ast
- 2:38 PM Changeset [eb1be63]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- conversion cost pass should not consider structs again after types …
- 2:37 PM Changeset [c408483]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- cleanup
- 11:29 AM Changeset [15806ed]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added bugs for 203 (the new multipart one) and 140 (the only issue …
- 7:10 AM Changeset [4cf617e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- memalign - correct size to eliminate alignment offset
Jul 27, 2020:
- 2:18 PM Changeset [7288c00]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added comment to cat example
- 1:44 PM Changeset [3a1cf0d]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Moved example to more appropriate folder/name
- 1:43 PM Changeset [f3ed2af]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed example with O_DIRECT to use proper alignment
- 1:32 PM Changeset [a86b1b85]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- io_uring example now uses O_DIRECT to test polling support
- 1:31 PM Changeset [5b15c4f]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added fixed file example to filereader program
- 1:10 PM Changeset [7458fea]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added new example of io_uring server. Commented purpose of existing …
Jul 24, 2020:
- 3:42 PM Changeset [39fc03e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed ready_queue working with 0/1 processors on cluster
- 1:11 PM Changeset [320ec6fc]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Changed ready_queue_(grow/shrink) to take a target instead of going …
- 1:06 PM Changeset [f4ec4a90]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 12:49 PM Changeset [42cd451e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 12:49 PM Changeset [f854ee32]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added support for using liburing to check for kernel support for IORING_OPs
Jul 23, 2020:
- 4:36 PM Ticket #203 (cfa-cc - Polymorphic Structure Initalization Errors) created by
- So I am pretty sure there is more than one bug here, but I'm not …
- 3:37 PM Changeset [04b73b6]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:43 PM Changeset [d1ee9ec]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added some notes about the copy functions to the porting document.
- 2:42 PM Changeset [923d25a]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- SueInstType? is a template that replaces {Struct,Union,Enum}InstType?, …
- 1:37 PM Changeset [f0c3120]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added unsuccesfull reverse rng attempt
- 1:35 PM Changeset [e262b5e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Re-run autoconf on 16.04 to be consistent with rest of source-tree
- 1:33 PM Changeset [54eb5ebd]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 1:33 PM Changeset [5751a56]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Changed handling of io_uring support to handle op codes in configure. …
Jul 22, 2020:
- 4:09 PM Changeset [2e5fd8b6]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Changed seed to be more different per threads and added more snzi nodes
- 4:05 PM Changeset [9304ca2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Changed snzi to group consecutive queues together and removed spurious …
- 4:04 PM Changeset [c0587193]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Changed seed to unsigned
- 11:24 AM Changeset [f19fbbc]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed the virtual system so it can handle in polymorphic virtual …
Jul 21, 2020:
- 4:59 PM Changeset [a82a8f4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added two new variants to the ready queue which are based on the idea …
- 11:19 AM Changeset [4a32319]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- update expected output for 'alloc' test after updating heap
- 11:18 AM Changeset [d8d8f20]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- remove one unnecessary call to malloc_size in alloc_set and alloc_align_set
- 11:16 AM Changeset [2b23d78]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- check for allocation size change and reset if necessary in resize and …
Jul 20, 2020:
- 8:20 PM Changeset [b0a0ee4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- refactor duplicate code into cpp macros
- 8:19 PM Changeset [92850ef]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- change parameter name to be consistent
- 4:32 PM Changeset [d9c2284]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Started doing preliminary work to use Fixed FDs. Starting with the …
- 3:54 PM Changeset [124c1b7]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:52 PM Changeset [7d94bfe3]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:52 PM Changeset [ffa48a8]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- patch bug causing print of -0 for gcc 5 & 6
- 3:49 PM Changeset [896f083]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- fix CFA resize/realloc to use 'size' rather than 'sizeof(T)'
- 3:30 PM Changeset [28d73c1]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Moved processor registration to constructor
- 1:20 PM Changeset [3f1d9b5]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Parse args help now properly formats on narrow terminals
- 1:19 PM Changeset [03ed863]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Http request buffer size is now configurable
- 1:06 PM Changeset [a8ed717]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Small fix in printing, fixing mismatched casing for casts.
- 10:40 AM Changeset [289a21c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:23 AM Changeset [e95a117]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed handling of closed connections. Started work on cleanly closing …
Jul 19, 2020:
- 9:23 PM Changeset [e93cbfa]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:22 PM Changeset [eacf82c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- update allocation test results after changes
- 8:59 PM Changeset [b89c7c2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- move realloc special cases into inline routines to access _Alignof, …
- 8:53 PM Changeset [e310238]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- move alloc routine into stdlib.hfa to access _Alignof at call site
- 8:50 PM Changeset [849fb370]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- fix return from false to 0 to match with return type size_t
Jul 17, 2020:
- 5:47 PM Ticket #202 (cfa-cc - Type manipulation in long chains of post-fix functions) created by
- In the code below, ndp1 initialization goes to the wrong polymorphic …
- 5:39 PM Changeset [2ecbd7b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Implemented more options and moved them to their own file
- 4:58 PM Changeset [aebf5b0]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Made a few changes that should have no effect but will silence some …
- 4:41 PM Ticket #201 (prelude - GCC-7,8,9 Bug with -O2,3) created by
- Compiling the program below will give the following error with GCC …
- 3:46 PM Changeset [0d52c6f]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:46 PM Changeset [680ae0e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Changed cleanup stack in pass visitor to use std::vector
- 3:03 PM Changeset [53e4562]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added options to list files instead of running the server
Jul 16, 2020:
- 6:44 PM Changeset [50d529e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Removed spurious -l
- 5:30 PM Changeset [527acfc]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 5:30 PM Changeset [0aa20e3]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added support for syntax -XCFA,OPTION instead of -XCFA OPTION in …
- 5:27 PM Changeset [efc171d1]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed several concurrency warnings
- 4:25 PM Ticket #198 (cfa-cc - Forward Declaration Leads to Bad Function Pointer Types) closed by
- fixed: I fixed this, hopefully. Also I poked around seeing which of the …
- 4:21 PM Changeset [cf48a14]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added missing include
- 4:17 PM Changeset [5db836e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Removed left over call to sendfile
- 3:55 PM Ticket #200 (cfa-cc - Polymorphic Function Pointers not handled by Constructor) created by
- There seems to be an issue with function pointers in constructors if …
- 3:22 PM Changeset [c82af9f]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Moved sendfile to protocol.cfa to reduce compilation time
- 2:59 PM Changeset [463cb33]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:59 PM Changeset [519f11c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Minor fixes in concurrency lib. Remove async support for sendfile as a …
- 2:58 PM Changeset [79306383]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed error in containers
- 2:56 PM Changeset [7f389a5c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added support for argument parsing. Removed unnecessary headers. Fixed …
- 12:35 PM Changeset [3f06c05]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed InstantiateGeneric? so that it can handle cyclic type references …
- 12:28 PM Ticket #199 (cfa-cc - Only Forward Declare Concrete Instantiations When Needed) created by
- Currently the GenericInstantiator? produces two declarations for every …
- 7:53 AM Changeset [cadec25]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- #ifdef int128 code for reading
Jul 15, 2020:
- 6:48 PM Changeset [20f5eb8]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add tests and data for reading int128 values
- 6:43 PM Changeset [791028a]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- formatting, fix warning for usage of uninitialized variable val
- 6:42 PM Changeset [fe68bdf]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add reading for int128 values
- 6:41 PM Changeset [21baa40]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- formatting
- 6:40 PM Changeset [c6b5c11]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- testing for reading int128 values
- 5:46 PM Changeset [0aec496]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- First attempt at webserver, no option support yet
Jul 14, 2020:
- 1:39 PM Changeset [f5d4f62]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 12:10 PM Ticket #198 (cfa-cc - Forward Declaration Leads to Bad Function Pointer Types) created by
- So I have encountered a rather convoluted case where a combination of …
- 11:43 AM Changeset [b4cd58ed]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Removed bugs output until regex support is added to test suite
Jul 13, 2020:
- 10:27 PM Changeset [62328b1]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- try again to commit this file from x64 side
- 10:23 PM Changeset [678ac19]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- fix conflict
- 10:13 PM Changeset [2b22b5c4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- formatting
- 10:00 PM Changeset [cf5af9c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- change from SIZEOF_POINTER to SIZEOF_INT128 to determine if …
- 8:51 PM Changeset [a588f2a]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add x86 expect value for errors/completeType
- 6:17 PM Ticket #197 (cfa-cc - Generated constructor calls copy ctor twice on tuple elements) created by
- Compiler generated copy constructor for struct with fields of tuple …
- 6:04 PM Changeset [61ce214]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- extend testing for int128
- 3:43 PM Ticket #196 (cfa-cc - Forward Declaring Generic Types Crash with Dtypes) created by
- So polymorphic types can lead to an assertion failure if there is a …
- 3:07 PM Ticket #192 (cfa-cc - Can't catch exception raised by default resumption handler of another ...) closed by
- fixed: Fixed! Technically if one considered the default handler to happen …
Jul 12, 2020:
- 3:14 PM Changeset [ccb776b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- fix #if to elide int128 code for 32-bit build
- 10:43 AM Changeset [dbe8e31c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- use #if to elide int128 code for 32-bit build
- 7:51 AM Changeset [a3d3efc]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- remove utf-8 characters from error messages
Jul 11, 2020:
- 6:41 PM Changeset [d34575b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 6:40 PM Changeset [fc9bb79]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- temporary fix for batchtest failure
- 6:39 PM Changeset [9f350c4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- fix output difference resulting from new mangled name
- 6:37 PM Changeset [f6582252]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add support for int128 constants
- 6:36 PM Changeset [7d9bbef]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add commented out debug prints
- 6:35 PM Changeset [bb83b47]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- change initialization of kernelTLS to use @= and remove spurious …
- 6:32 PM Changeset [b56f55c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add int128 constructor to compose values from two ints
Jul 10, 2020:
- 4:18 PM Changeset [e1801fc]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added support for non-blocking sendfile
- 4:07 PM Changeset [7922158]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:07 PM Changeset [ab44413]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Now correctly install iofwd.hfa
- 2:22 PM Changeset [365e423]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:21 PM Changeset [0a92c78]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added support for splice and tee in cfa io
- 2:18 PM Changeset [59f74a2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 2:17 PM Changeset [20ab637]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added quick and dirty support for fixed files reads. Added support for …
- 12:59 PM Changeset [0376da9]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 12:59 PM Changeset [2fc94ced]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added -Wno-yacc when compiling parser.yy
- 12:58 PM Changeset [fb98462]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed io.cfa for machines supporting single map feature
- 11:42 AM Changeset [3a32b3a]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Jul 9, 2020:
- 3:37 PM Changeset [732b406]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added missing lock around release_consumed_submission
Jul 8, 2020:
- 6:05 PM Changeset [34b61882]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Submission release is now based on previous seen head rather than the …
- 4:30 PM Changeset [1d5e4711]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Optim: No longer call io_uring_enter to poll for events if - We don't …
- 2:14 PM Changeset [1c49dc5]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Updated batch benchmark to factor io_uring setup
- 2:13 PM Changeset [69237cd]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- added latest option on readv benchmark
- 2:01 PM Changeset [47746a2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added stats macro to reduce typing when using stats Added new macros …
- 1:36 PM Changeset [49cad912]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Removed bug tests 104 and 7, which vary per machines/gcc version
Jul 7, 2020:
- 5:03 PM Changeset [76de075]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Test should now print total duration
- 5:02 PM Changeset [4d23dd2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added tests cases for some of the opened tickets
- 3:24 PM Ticket #70 (cfa-cc - resolver problesm) closed by
- invalid: This ticket has changed from the original and now has 2 different …
- 3:24 PM Ticket #195 (cfa-cc - Unnecessary dereference leads to segfault [from ticket #70]) created by
- […] This leads to a segfault from a null ptr that should never be …
- 3:18 PM Ticket #194 (cfa-cc - Ambiguous reference vs pointer return [from ticket #70]) created by
- […] This should not be ambiguous, one side is an exact match. This …
Jul 6, 2020:
- 4:54 PM Changeset [6437ce4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:47 PM Changeset [ac9ba12]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add comments
- 4:46 PM Changeset [82bbaf4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- formatting
- 4:45 PM Changeset [d9326ad]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add comments
- 4:44 PM Changeset [2ed33710]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- make int128 test x64 only to fix the build
- 1:23 PM Changeset [381132b]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Default handlers for uncaught exceptions are now run at the top of the …
Jul 5, 2020:
- 5:24 PM Changeset [9ec8c5f]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- add additional int128 tests
- 4:04 PM Changeset [2c60c644]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- new version for printing int128 values including manipulators
Jul 3, 2020:
- 4:50 PM Changeset [c15085d]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- tracing memory allocation of resolver passes
- 1:21 PM Changeset [b9237fe]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Removed unnecessary/incorrect assert
- 11:03 AM Changeset [74cfafb2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- I forgot to add the tests that the specalize fix fixed.
Jul 2, 2020:
- 6:05 PM Changeset [d5baf0c]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Specialization now produces Declarations instead of Statements so it …
- 4:38 PM Changeset [8bb239d]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added statistic for number of busies when eager submitting.
- 4:17 PM Changeset [e46c753]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added new io algorithm that eagerly submits while still helping
- 4:06 PM Changeset [8e9e9a2]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added assert to check for non-processors enabling preemption.
- 3:13 PM Ticket #193 (cfa-cc - Monomorphization Failures outside of Functions) created by
- There are certainly multiple bugs here but currently it is unclear …
Jul 1, 2020:
- 3:56 PM Changeset [5877b3e]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added missing include
- 3:27 PM Changeset [4b84e35]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed iocall
- 3:15 PM Changeset [4ec028d]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:06 PM Changeset [df40a56]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- minor improvements to io
- 3:05 PM Changeset [31bb2e1]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Moved implementations of cfa_[io call] to iocall.cfa
- 1:32 PM Changeset [c33ed65]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Added benchmark to check io_uring batchsize
- 12:13 PM Changeset [8291293]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 12:13 PM Changeset [398e8e9]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Tentative deadlock fix
Jun 30, 2020:
- 1:56 PM Changeset [9f7fff4]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Hashtable demo includes the essential features from the WHJIL.
- 1:21 PM Changeset [7812a7b5]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Fixed errors and warning with x86 build
- 12:43 PM Changeset [bdce852]ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum by
- Switched RNG from lehmer64 to wyhash64 for 32-bit builts
Jun 29, 2020:
- 10:21 PM Ticket #192 (cfa-cc - Can't catch exception raised by default resumption handler of another ...) created by
- […] Expect […] Actual […]
Note: See TracTimeline
for information about the timeline view.