2022-06-20 |
Tassilo Philipp |
win build fix
|
2022-06-20 |
Tassilo Philipp |
cosmetics & c-comments for consistency
|
2022-06-20 |
Tassilo Philipp |
- amendment fix for buffer overflow (see commit 0455834d29a1), to also handle non-standard struct packing, + better asserts
|
2022-06-20 |
Tassilo Philipp |
- callback_suite_aggrs: enabling (non-standard) struct packing, by default (via #pragma, should be ignored by compilers not handling that)
|
2022-06-20 |
Tassilo Philipp |
- dyncallback: x64/sysv buffer overflow fix for aggregate args whose size isn't a multiple of 8
|
2022-06-20 |
Tassilo Philipp |
- dyncallback test: added aggregate arg bounds check
|
2022-05-31 |
Tassilo Philipp |
- integrate test/callback_plain_c++ into main build
|
2022-05-31 |
Tassilo Philipp |
x64:
|
2022-05-31 |
Tassilo Philipp |
- test/callback_plain_c++, to test C++ non-trivial aggrs by value, as well as method callback handlers
|
2022-05-31 |
Tassilo Philipp |
- C++ non-trivial aggregate-by-value handling:
|
2022-05-31 |
Tassilo Philipp |
- sigchar fix
|
2022-05-02 |
Tassilo Philipp |
- fix passing aggregate-by-val on x64/sysv: subaggr classification for
|
2022-05-02 |
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..)
|
2022-04-24 |
Tassilo Philipp |
- fixed wrong symbol naming on some platforms
|
2022-04-24 |
Tassilo Philipp |
- test code: dcmode setting order fix, test worked but was incorrect according to the definition/doc
|
2022-04-24 |
Tassilo Philipp |
- Changelog
|
2022-04-23 |
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
|
2022-04-23 |
Tassilo Philipp |
- dyncallback fixes related to C++ non-trivial aggregates (not final, but fixing most obvious things I missed)
|
2022-04-23 |
Tassilo Philipp |
- typo
|
2022-04-23 |
Tassilo Philipp |
typo
|
2022-04-21 |
Tassilo Philipp |
- integration of patches from Raphael Luba, Thekla, Inc.:
|
2022-04-16 |
Tassilo Philipp |
.
|
2022-04-16 |
Tassilo Philipp |
cleanups
|
2022-04-16 |
Tassilo Philipp |
- more doc and disas examples for x86 fastcall and non-trivial aggregates
|
2022-04-14 |
Tassilo Philipp |
- mips eabi doc disas examples
|
2022-04-14 |
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
|
2022-04-14 |
Tassilo Philipp |
- cosmetics
|
2022-04-14 |
Tassilo Philipp |
tests: integrate new tests into makefiles, some cleanups
|
2022-04-13 |
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.
|
2022-04-13 |
Tassilo Philipp |
- test/callback_suite_aggrs: small fix, removed missing param with default value
|
2022-04-13 |
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)
|
2022-04-13 |
Tassilo Philipp |
- test code generator code: var abstraction
|
2022-04-13 |
Tassilo Philipp |
- more test code generator code sharing/abstraction/simplifications
|
2022-04-11 |
Tassilo Philipp |
- call_suite_aggrs: makefile fix
|
2022-04-11 |
Tassilo Philipp |
test/call_suite_aggrs:
|
2022-04-11 |
Tassilo Philipp |
- callback_suite: generator simplification and removal of pointless lua local var declarations
|
2022-04-11 |
Tassilo Philipp |
- tests: made "ordered" signature generation code shareable, and added possibility to specify return types, separately (mainly to include 'void')
|
2022-04-10 |
Tassilo Philipp |
callback_suite: fixed 'ordered' mode config (was missing first line)
|
2022-04-10 |
Tassilo Philipp |
- added _Bool type to call_suite* tests
|
2022-04-10 |
Tassilo Philipp |
- more test code generator code sharing
|
2022-04-10 |
Tassilo Philipp |
test/callback_suite simplifications:
|
2022-04-10 |
Tassilo Philipp |
- sharing some test case gen code
|
2022-04-09 |
Tassilo Philipp |
test/call_suite:
|
2022-04-09 |
Tassilo Philipp |
test/call_suite_aggrs:
|
2022-04-09 |
Tassilo Philipp |
callback_suite:
|
2022-04-09 |
Tassilo Philipp |
- callback_suite: updated readme to reflect changes and general cleanup
|
2022-04-09 |
Tassilo Philipp |
cleanups
|
2022-04-09 |
Tassilo Philipp |
- test cases: cosmetics for consistency
|
2022-04-09 |
Tassilo Philipp |
test/callback_suite:
|
2022-04-08 |
Tassilo Philipp |
- call_suite: made output more consistent with dyncall sig style
|
2022-04-08 |
Tassilo Philipp |
- test/callback_suite: changed filename for consistency
|
2022-04-08 |
Tassilo Philipp |
- cosmetics
|
2022-04-08 |
Tassilo Philipp |
- call_suite_aggrs: simplified and made output more consistent with dyncall sig style
|
2022-04-04 |
Tassilo Philipp |
- call_suite_aggrs; removal of old isPod logic
|
2022-04-04 |
Tassilo Philipp |
- doc and disasexample additions specific to non-trivial C++ aggregates as return values (incl. fixes to doc and additional LSB specific PPC32 section)
|
2022-03-23 |
Tassilo Philipp |
- corrections in tool usage in lastly added disas_examples
|
2022-03-23 |
Tassilo Philipp |
- more disas examples to check behaviour of passing C++ non-trivial aggregates by value; they all behave the same, calling the copy ctor first, passing a pointer then
|
2022-03-21 |
Tassilo Philipp |
- test code: rand-sig now spitting out dyncallish sigs (with ')' end delim and rettype at end), purely for consistency
|
2022-03-21 |
Tassilo Philipp |
- test/callback_suite: make it use shared random sig generator from call_suite and call_suite_aggrs
|
2022-03-21 |
Tassilo Philipp |
- sharing sig generator between call_suite and call_suite_aggrs tests
|