log

age author description
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:
2021-01-23 Tassilo Philipp - changelog
2021-01-23 Tassilo Philipp - dynload fixes for newer x86 beos/haiku that come with elf.h by default (removed hacky stub used before for elf hdr refs)
2021-01-22 Tassilo Philipp Added tag r1.2 for changeset 763ab518e1bb
2021-01-22 Tassilo Philipp - added 1.2 release date to changelog r1.2
2021-01-22 Tassilo Philipp - todo cleanup
2021-01-22 Tassilo Philipp - changelog update
2021-01-22 Tassilo Philipp Added tag r1.2-RC2 for changeset f155bda02e10
2021-01-22 Tassilo Philipp changelog update r1.2-RC2
2021-01-22 Tassilo Philipp - manual version number bump
2021-01-21 Tassilo Philipp - haiku dynload fix
2021-01-21 Tassilo Philipp - excluding syscall stuff from callf test for beos/haiku
2021-01-21 Tassilo Philipp - newer and portable beos/haiku uses elf.h instead of elf32.h (maybe older builds only used elf32.h in raw source? either way, just using elf.h now)
2021-01-20 Tassilo Philipp Added tag r1.2-RC1 for changeset 2144287113df
2021-01-20 Tassilo Philipp - prep for 1.2 release candidate r1.2-RC1
2021-01-20 Tassilo Philipp - thunk test: better signal handling, using sigaction(2) with SA_ONSTACK
2021-01-20 Tassilo Philipp - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
2020-12-29 Tassilo Philipp - test fix: no SIGBUS on windows platforms
2020-12-29 Tassilo Philipp makefile helper target to quickly list toolchain versions of current platform
2020-12-28 Tassilo Philipp cosmetics
2020-12-28 Tassilo Philipp - removed unsupported syscall mode from macos/arm64 callvm, so trying to use it will safely return an error
2020-12-28 Tassilo Philipp - simplified thunk-test memory error handling (sigaction setup not needed for this single-threaded test; did also set mutually exclusive union members)
2020-12-28 Tassilo Philipp - simplified callvm setup for win/arm64 a bit, no behaviour changes
2020-12-26 Tassilo Philipp removal of incorrect line in todo list
2020-12-26 Tassilo Philipp - correction to manual overview (in a prev commit I edited the wrong line)
2020-12-25 Tassilo Philipp todo update (macos/arm64 known to work)
2020-12-25 Tassilo Philipp - updated manual platform support overview
2020-12-25 Tassilo Philipp - windows arm64 support (dyncall, dyncallback, cmake support for armasm64), thanks Bernhard Urban-Forster!
2020-12-19 Tassilo Philipp todo update
2020-08-08 Tassilo Philipp - removed all .machine ppc pseudo-ops (see prev commit)
2020-08-05 Tassilo Philipp - removed some pseudo-op on non-darwin platforms to make clang's integrated assembler happy
2020-07-20 Tassilo Philipp - removed outdated comment
2020-04-15 Tassilo Philipp - removal of some unnecessary headers that only contained internally used forward declarations, so no need to have them
2020-04-14 Tassilo Philipp - fixing issue after having aliased gnu thiscalls to cdecl with a duped switch label
2020-04-14 Tassilo Philipp - Todo entries
2020-04-14 Tassilo Philipp - changelog addition
2020-04-14 Tassilo Philipp - added helper function dcGetModeFromCCSigChar() mapping callconv sig chars to respective mode
2020-04-13 Tassilo Philipp - typos
2020-04-13 Tassilo Philipp - doc updates with more info about signature string usage
2020-04-13 Tassilo Philipp - better implementation of callf sigchar cc mode checking
2020-04-13 Tassilo Philipp - extended signature with calling convention mode switches for fastcall (gnu), default, cdecl, stdcall, arm (arm), arm (thumb), syscall