Wed, 02 Feb 2022 18:30:44 +0100 |
Tassilo Philipp |
introduced platform-native thiscall mode (DC_CALL_C_DEFAULT_THIS), as needed
|
Wed, 02 Feb 2022 12:55:23 +0100 |
Tassilo Philipp |
- // -> /* */, mainly for consistency (but also for a few obscure compilers)
|
Wed, 02 Feb 2022 11:03:06 +0100 |
Tassilo Philipp |
doc: two more disas examples
|
Tue, 01 Feb 2022 22:35:08 +0100 |
Tassilo Philipp |
suite_aggr: added configurable limits to number of struct fields (also simplified allowing (or not) empty ones)
|
Tue, 01 Feb 2022 21:44:18 +0100 |
Tassilo Philipp |
suite_aggr:
|
Mon, 31 Jan 2022 14:41:11 +0100 |
Tassilo Philipp |
suite_aggrs:
|
Sun, 30 Jan 2022 17:12:47 +0100 |
Tassilo Philipp |
added missing nullptr check to access bounds guard
|
Sat, 29 Jan 2022 12:25:44 +0100 |
Tassilo Philipp |
missed an include
|
Sat, 29 Jan 2022 12:02:56 +0100 |
Tassilo Philipp |
suite_aggr:
|
Fri, 28 Jan 2022 14:11:21 +0100 |
Tassilo Philipp |
- suite_aggrs: make sure random memory used doesn't ever result in NaN fp values (for every possible address), as this messes with result comparison
|
Fri, 28 Jan 2022 10:26:07 +0100 |
Tassilo Philipp |
- test/suite_aggrs fix: struct return values reused memory in use
|
Thu, 27 Jan 2022 15:04:48 +0100 |
Tassilo Philipp |
suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
|
Thu, 27 Jan 2022 14:48:51 +0100 |
Tassilo Philipp |
suite_aggrs: var scope change for older compilers; excluding msvc from tests with empty structs
|
Thu, 27 Jan 2022 12:58:50 +0100 |
Tassilo Philipp |
- reducing number of default pregenerated cases for suite_aggrs, as some compilers run out of memory otherwise
|
Thu, 27 Jan 2022 11:57:29 +0100 |
Tassilo Philipp |
changed misnamed string in suite_aggrs result printf
|
Thu, 27 Jan 2022 11:51:36 +0100 |
Tassilo Philipp |
"
|
Thu, 27 Jan 2022 11:46:17 +0100 |
Tassilo Philipp |
- suite_aggrs: int scope change for older compilers
|
Thu, 27 Jan 2022 11:44:47 +0100 |
Tassilo Philipp |
forgotten files of commit 54c1dc2e6ea5
|
Thu, 27 Jan 2022 11:39:35 +0100 |
Tassilo Philipp |
test/Makefile.generic fix (copy/paste error)
|
Thu, 27 Jan 2022 11:14:11 +0100 |
Tassilo Philipp |
- plan9/x86 struct by value passing disas example
|
Wed, 26 Jan 2022 23:04:07 +0100 |
Tassilo Philipp |
suite_aggrs: added knob to enable/disable generation of empty structs (some compilers like Plan9's pcc don't allow them)
|
Wed, 26 Jan 2022 18:41:31 +0100 |
Tassilo Philipp |
name fix
|
Wed, 26 Jan 2022 16:18:59 +0100 |
Tassilo Philipp |
revert error in last commit
|
Wed, 26 Jan 2022 16:14:07 +0100 |
Tassilo Philipp |
- added test/suite_aggr to makefiles
|
Wed, 26 Jan 2022 16:00:39 +0100 |
Tassilo Philipp |
- cleanup hardcoded DBL_MAX
|
Wed, 26 Jan 2022 14:33:31 +0100 |
Tassilo Philipp |
- suite_aggrs: silenced warning, generated real case list
|
Wed, 26 Jan 2022 14:22:33 +0100 |
Tassilo Philipp |
- simplified suite_aggr
|
Wed, 26 Jan 2022 13:56:40 +0100 |
Tassilo Philipp |
- suite_aggrs: added compile time knob to enforce intentional struct instance misalignment (should maybe be part of generator)
|
Wed, 26 Jan 2022 13:37:19 +0100 |
Tassilo Philipp |
suite_aggr;
|
Wed, 26 Jan 2022 13:26:39 +0100 |
Tassilo Philipp |
- call_suite: made generator produce unique signatures; regenerated case list
|
Wed, 26 Jan 2022 11:37:57 +0100 |
Tassilo Philipp |
- call_suite cleanup (no change in functionality): removal of unused decl, freeing memory at end, func renaming for clarity, static for tu-local symbols, ...
|
Mon, 24 Jan 2022 12:41:27 +0100 |
Tassilo Philipp |
- suite_aggrs: simplified nested struct handling given upcoming api simplification (still not in depo, though, so test is ahead)
|
Sun, 23 Jan 2022 23:20:02 +0100 |
Tassilo Philipp |
- test/suite_aggrs: support for nested structs, now
|
Sat, 22 Jan 2022 16:07:57 +0100 |
Tassilo Philipp |
suite_aggrs now handling struct by value return types, also
|
Fri, 21 Jan 2022 15:42:29 +0100 |
Tassilo Philipp |
first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
|
Mon, 17 Jan 2022 17:35:21 +0100 |
Tassilo Philipp |
- test/call_suite: made seed configurable
|
Mon, 17 Jan 2022 15:46:38 +0100 |
Tassilo Philipp |
- simplified test/call_suite further
|
Mon, 17 Jan 2022 11:36:09 +0100 |
Tassilo Philipp |
- simplified and decluttered test/call_suite
|
Mon, 17 Jan 2022 10:25:33 +0100 |
Tassilo Philipp |
- clutter removal (call samples, now annotated/better examples in doc/disas_examples)
|
Mon, 17 Jan 2022 10:08:58 +0100 |
Tassilo Philipp |
- x64 struct by val disas examples
|
Fri, 17 Dec 2021 18:56:11 +0100 |
Tassilo Philipp |
changelog
|
Fri, 17 Dec 2021 18:50:58 +0100 |
Tassilo Philipp |
- dynload: corrected comparison of size of optional PE header info to what is pointed to (ptr arithmetic was incorrect, only broke ReactOS builds and runtime, though)
|
Fri, 17 Dec 2021 18:44:22 +0100 |
Tassilo Philipp |
- fix cmake build for test (missed to remove deleted file from cmakelists)
|
Fri, 17 Dec 2021 11:47:18 +0100 |
Tassilo Philipp |
- adding dyncall_version.h to list of headers to be installed
|
Fri, 17 Dec 2021 11:25:03 +0100 |
Tassilo Philipp |
- switching version to 1.4-current
|
Fri, 17 Dec 2021 11:07:42 +0100 |
Tassilo Philipp |
Added tag r1.3 for changeset 13475895a79b
|
Fri, 17 Dec 2021 11:07:30 +0100 |
Tassilo Philipp |
- prep for 1.3 release, version number bump, etc.
r1.3
|
Thu, 16 Dec 2021 16:52:41 +0100 |
Tassilo Philipp |
- manual overview update
|
Thu, 16 Dec 2021 16:13:06 +0100 |
Tassilo Philipp |
Added tag r1.3-RC2 for changeset 237023a0b6f8
|
Thu, 16 Dec 2021 16:13:03 +0100 |
Tassilo Philipp |
- version bump in manual
r1.3-RC2
|
Thu, 16 Dec 2021 16:05:02 +0100 |
Tassilo Philipp |
Added tag r1.3-RC1 for changeset 4f6c9d3962a5
|
Thu, 16 Dec 2021 16:02:39 +0100 |
Tassilo Philipp |
- changelog update
r1.3-RC1
|
Thu, 16 Dec 2021 15:58:03 +0100 |
Tassilo Philipp |
- introducing version number
|
Thu, 07 Oct 2021 11:29:36 +0200 |
Tassilo Philipp |
- fix nameclash due to a previous and bad cleanup
|
Thu, 07 Oct 2021 09:31:54 +0200 |
Tassilo Philipp |
- comments cleanup
|
Tue, 05 Oct 2021 22:06:37 +0200 |
Tassilo Philipp |
- removed nm from (cd test; make), as not an actual conformance test
|
Tue, 05 Oct 2021 21:53:04 +0200 |
Tassilo Philipp |
- cleanups, simplifications, some api clarification, ...
|
Sun, 03 Oct 2021 19:41:41 +0200 |
Tassilo Philipp |
- regression fix: return values were broken on some arm32-thumb targets
|
Sun, 03 Oct 2021 12:27:06 +0200 |
Tassilo Philipp |
- changelog addition (and modification of older entry for clarity)
|
Sun, 03 Oct 2021 10:41:46 +0200 |
Tassilo Philipp |
- use UAL syntax for some arm instructions for armhf targets, as clang's integrated as disallows pre-UAL syntax
|