2022-01-28 |
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
|
2022-01-28 |
Tassilo Philipp |
- test/suite_aggrs fix: struct return values reused memory in use
|
2022-01-27 |
Tassilo Philipp |
suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
|
2022-01-27 |
Tassilo Philipp |
suite_aggrs: var scope change for older compilers; excluding msvc from tests with empty structs
|
2022-01-27 |
Tassilo Philipp |
- reducing number of default pregenerated cases for suite_aggrs, as some compilers run out of memory otherwise
|
2022-01-27 |
Tassilo Philipp |
changed misnamed string in suite_aggrs result printf
|
2022-01-27 |
Tassilo Philipp |
"
|
2022-01-27 |
Tassilo Philipp |
- suite_aggrs: int scope change for older compilers
|
2022-01-27 |
Tassilo Philipp |
forgotten files of commit 54c1dc2e6ea5
|
2022-01-27 |
Tassilo Philipp |
test/Makefile.generic fix (copy/paste error)
|
2022-01-27 |
Tassilo Philipp |
- plan9/x86 struct by value passing disas example
|
2022-01-26 |
Tassilo Philipp |
suite_aggrs: added knob to enable/disable generation of empty structs (some compilers like Plan9's pcc don't allow them)
|
2022-01-26 |
Tassilo Philipp |
name fix
|
2022-01-26 |
Tassilo Philipp |
revert error in last commit
|
2022-01-26 |
Tassilo Philipp |
- added test/suite_aggr to makefiles
|
2022-01-26 |
Tassilo Philipp |
- cleanup hardcoded DBL_MAX
|
2022-01-26 |
Tassilo Philipp |
- suite_aggrs: silenced warning, generated real case list
|
2022-01-26 |
Tassilo Philipp |
- simplified suite_aggr
|
2022-01-26 |
Tassilo Philipp |
- suite_aggrs: added compile time knob to enforce intentional struct instance misalignment (should maybe be part of generator)
|
2022-01-26 |
Tassilo Philipp |
suite_aggr;
|
2022-01-26 |
Tassilo Philipp |
- call_suite: made generator produce unique signatures; regenerated case list
|
2022-01-26 |
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, ...
|
2022-01-24 |
Tassilo Philipp |
- suite_aggrs: simplified nested struct handling given upcoming api simplification (still not in depo, though, so test is ahead)
|
2022-01-23 |
Tassilo Philipp |
- test/suite_aggrs: support for nested structs, now
|
2022-01-22 |
Tassilo Philipp |
suite_aggrs now handling struct by value return types, also
|
2022-01-21 |
Tassilo Philipp |
first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
|
2022-01-17 |
Tassilo Philipp |
- test/call_suite: made seed configurable
|
2022-01-17 |
Tassilo Philipp |
- simplified test/call_suite further
|
2022-01-17 |
Tassilo Philipp |
- simplified and decluttered test/call_suite
|
2022-01-17 |
Tassilo Philipp |
- clutter removal (call samples, now annotated/better examples in doc/disas_examples)
|
2022-01-17 |
Tassilo Philipp |
- x64 struct by val disas examples
|
2021-12-17 |
Tassilo Philipp |
changelog
|
2021-12-17 |
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)
|
2021-12-17 |
Tassilo Philipp |
- fix cmake build for test (missed to remove deleted file from cmakelists)
|
2021-12-17 |
Tassilo Philipp |
- adding dyncall_version.h to list of headers to be installed
|
2021-12-17 |
Tassilo Philipp |
- switching version to 1.4-current
|
2021-12-17 |
Tassilo Philipp |
Added tag r1.3 for changeset 13475895a79b
|
2021-12-17 |
Tassilo Philipp |
- prep for 1.3 release, version number bump, etc.
r1.3
|
2021-12-16 |
Tassilo Philipp |
- manual overview update
|
2021-12-16 |
Tassilo Philipp |
Added tag r1.3-RC2 for changeset 237023a0b6f8
|
2021-12-16 |
Tassilo Philipp |
- version bump in manual
r1.3-RC2
|
2021-12-16 |
Tassilo Philipp |
Added tag r1.3-RC1 for changeset 4f6c9d3962a5
|
2021-12-16 |
Tassilo Philipp |
- changelog update
r1.3-RC1
|
2021-12-16 |
Tassilo Philipp |
- introducing version number
|
2021-10-07 |
Tassilo Philipp |
- fix nameclash due to a previous and bad cleanup
|
2021-10-07 |
Tassilo Philipp |
- comments cleanup
|
2021-10-05 |
Tassilo Philipp |
- removed nm from (cd test; make), as not an actual conformance test
|
2021-10-05 |
Tassilo Philipp |
- cleanups, simplifications, some api clarification, ...
|
2021-10-03 |
Tassilo Philipp |
- regression fix: return values were broken on some arm32-thumb targets
|
2021-10-03 |
Tassilo Philipp |
- changelog addition (and modification of older entry for clarity)
|
2021-10-03 |
Tassilo Philipp |
- use UAL syntax for some arm instructions for armhf targets, as clang's integrated as disallows pre-UAL syntax
|
2021-10-03 |
Tassilo Philipp |
- removed %-prefixes for register names from arm assembly files (was wrong to begin with, gas accepted them but the clang integrated assembler does not)
|
2021-04-07 |
Tassilo Philipp |
comment cleanups and clarification
|
2021-04-07 |
Tassilo Philipp |
- some doc/manual callconv clarifications for arm
|
2021-04-07 |
Tassilo Philipp |
- comment for clarity
|
2021-04-07 |
Tassilo Philipp |
cleanup
|
2021-04-07 |
Tassilo Philipp |
changelog
|
2021-01-23 |
Tassilo Philipp |
windows lib name consistency changes for nmake builds
|
2021-04-07 |
Tassilo Philipp |
- changelog
|
2021-04-06 |
Tassilo Philipp |
- dynload w/ PE files:
|