log

age author description
Mon, 02 May 2022 15:32:41 +0200 Tassilo Philipp - fix passing aggregate-by-val on x64/sysv: subaggr classification for
Mon, 02 May 2022 15:17:36 +0200 Tassilo Philipp test/call_suite_aggrs: more "design" cases to test subaggr classification for 2-element INTEGER-class aggr arrays (which isn't handled, fix is incoming..)
Sun, 24 Apr 2022 13:59:26 +0200 Tassilo Philipp - fixed wrong symbol naming on some platforms
Sun, 24 Apr 2022 13:48:59 +0200 Tassilo Philipp - test code: dcmode setting order fix, test worked but was incorrect according to the definition/doc
Sun, 24 Apr 2022 13:38:33 +0200 Tassilo Philipp - Changelog
Sat, 23 Apr 2022 16:28:47 +0200 Tassilo Philipp - callback fix for non-trivial aggregate return values: allowing access to caller-reserved space user is supposed to copy non-triv object into
Sat, 23 Apr 2022 15:36:11 +0200 Tassilo Philipp - dyncallback fixes related to C++ non-trivial aggregates (not final, but fixing most obvious things I missed)
Sat, 23 Apr 2022 15:05:03 +0200 Tassilo Philipp - typo
Sat, 23 Apr 2022 12:04:08 +0200 Tassilo Philipp typo
Thu, 21 Apr 2022 13:35:47 +0200 Tassilo Philipp - integration of patches from Raphael Luba, Thekla, Inc.:
Sat, 16 Apr 2022 15:00:58 +0200 Tassilo Philipp .
Sat, 16 Apr 2022 14:59:05 +0200 Tassilo Philipp cleanups
Sat, 16 Apr 2022 12:10:02 +0200 Tassilo Philipp - more doc and disas examples for x86 fastcall and non-trivial aggregates
Thu, 14 Apr 2022 21:18:02 +0200 Tassilo Philipp - mips eabi doc disas examples
Thu, 14 Apr 2022 14:44:40 +0200 Tassilo Philipp - test/callback_suite: reduce number of args, as it uses macros in generated cases.h and some platforms' preprocessor cannot handle that many args
Thu, 14 Apr 2022 10:13:10 +0200 Tassilo Philipp - cosmetics
Thu, 14 Apr 2022 10:06:58 +0200 Tassilo Philipp tests: integrate new tests into makefiles, some cleanups
Wed, 13 Apr 2022 15:55:50 +0200 Tassilo Philipp - callback_suite_aggrs: added some cases that failed and/or are still failing to design.txt, as they showcase more subtle things like structs right on the reg-stack split, alignment issues, etc.
Wed, 13 Apr 2022 15:16:56 +0200 Tassilo Philipp - test/callback_suite_aggrs: small fix, removed missing param with default value
Wed, 13 Apr 2022 14:59:57 +0200 Tassilo Philipp - new test/callback_suite_aggrs (currently ahead of checked-in dyncall code and won't compile, though, as with call_suite_aggrs; dc code will be checked in, soon)
Wed, 13 Apr 2022 10:19:49 +0200 Tassilo Philipp - test code generator code: var abstraction
Wed, 13 Apr 2022 10:06:40 +0200 Tassilo Philipp - more test code generator code sharing/abstraction/simplifications
Mon, 11 Apr 2022 22:49:04 +0200 Tassilo Philipp - call_suite_aggrs: makefile fix
Mon, 11 Apr 2022 22:26:07 +0200 Tassilo Philipp test/call_suite_aggrs:
Mon, 11 Apr 2022 15:06:44 +0200 Tassilo Philipp - callback_suite: generator simplification and removal of pointless lua local var declarations
Mon, 11 Apr 2022 14:50:35 +0200 Tassilo Philipp - tests: made "ordered" signature generation code shareable, and added possibility to specify return types, separately (mainly to include 'void')
Sun, 10 Apr 2022 22:03:16 +0200 Tassilo Philipp callback_suite: fixed 'ordered' mode config (was missing first line)
Sun, 10 Apr 2022 21:05:33 +0200 Tassilo Philipp - added _Bool type to call_suite* tests
Sun, 10 Apr 2022 16:18:28 +0200 Tassilo Philipp - more test code generator code sharing
Sun, 10 Apr 2022 16:10:10 +0200 Tassilo Philipp test/callback_suite simplifications: