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
|
Sun, 03 Oct 2021 10:34:56 +0200 |
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)
|
Wed, 07 Apr 2021 18:51:38 +0200 |
Tassilo Philipp |
comment cleanups and clarification
|
Wed, 07 Apr 2021 18:39:46 +0200 |
Tassilo Philipp |
- some doc/manual callconv clarifications for arm
|
Wed, 07 Apr 2021 17:55:59 +0200 |
Tassilo Philipp |
- comment for clarity
|
Wed, 07 Apr 2021 17:53:26 +0200 |
Tassilo Philipp |
cleanup
|
Wed, 07 Apr 2021 17:48:53 +0200 |
Tassilo Philipp |
changelog
|
Sat, 23 Jan 2021 15:33:30 +0100 |
Tassilo Philipp |
windows lib name consistency changes for nmake builds
|
Wed, 07 Apr 2021 17:33:23 +0200 |
Tassilo Philipp |
- changelog
|
Tue, 06 Apr 2021 21:23:39 +0200 |
Tassilo Philipp |
- dynload w/ PE files:
|
Sat, 23 Jan 2021 14:30:24 +0100 |
Tassilo Philipp |
- changelog
|
Sat, 23 Jan 2021 13:49:50 +0100 |
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)
|
Fri, 22 Jan 2021 16:38:57 +0100 |
Tassilo Philipp |
Added tag r1.2 for changeset 763ab518e1bb
|
Fri, 22 Jan 2021 16:27:41 +0100 |
Tassilo Philipp |
- added 1.2 release date to changelog
r1.2
|
Fri, 22 Jan 2021 15:51:16 +0100 |
Tassilo Philipp |
- todo cleanup
|
Fri, 22 Jan 2021 15:40:42 +0100 |
Tassilo Philipp |
- changelog update
|
Fri, 22 Jan 2021 14:42:48 +0100 |
Tassilo Philipp |
Added tag r1.2-RC2 for changeset f155bda02e10
|
Fri, 22 Jan 2021 14:42:19 +0100 |
Tassilo Philipp |
changelog update
r1.2-RC2
|
Fri, 22 Jan 2021 12:10:32 +0100 |
Tassilo Philipp |
- manual version number bump
|
Thu, 21 Jan 2021 19:50:31 +0100 |
Tassilo Philipp |
- haiku dynload fix
|
Thu, 21 Jan 2021 17:27:02 +0100 |
Tassilo Philipp |
- excluding syscall stuff from callf test for beos/haiku
|
Thu, 21 Jan 2021 17:15:35 +0100 |
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)
|
Wed, 20 Jan 2021 17:50:46 +0100 |
Tassilo Philipp |
Added tag r1.2-RC1 for changeset 2144287113df
|
Wed, 20 Jan 2021 17:50:14 +0100 |
Tassilo Philipp |
- prep for 1.2 release candidate
r1.2-RC1
|
Wed, 20 Jan 2021 17:36:34 +0100 |
Tassilo Philipp |
- thunk test: better signal handling, using sigaction(2) with SA_ONSTACK
|
Wed, 20 Jan 2021 13:49:43 +0100 |
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)"
|
Tue, 29 Dec 2020 13:30:59 +0100 |
Tassilo Philipp |
- test fix: no SIGBUS on windows platforms
|
Tue, 29 Dec 2020 11:25:40 +0100 |
Tassilo Philipp |
makefile helper target to quickly list toolchain versions of current platform
|
Mon, 28 Dec 2020 14:14:59 +0100 |
Tassilo Philipp |
cosmetics
|
Mon, 28 Dec 2020 14:12:14 +0100 |
Tassilo Philipp |
- removed unsupported syscall mode from macos/arm64 callvm, so trying to use it will safely return an error
|
Mon, 28 Dec 2020 14:09:09 +0100 |
Tassilo Philipp |
- simplified thunk-test memory error handling (sigaction setup not needed for this single-threaded test; did also set mutually exclusive union members)
|
Mon, 28 Dec 2020 14:04:32 +0100 |
Tassilo Philipp |
- simplified callvm setup for win/arm64 a bit, no behaviour changes
|
Sat, 26 Dec 2020 22:39:46 +0100 |
Tassilo Philipp |
removal of incorrect line in todo list
|
Sat, 26 Dec 2020 20:23:55 +0100 |
Tassilo Philipp |
- correction to manual overview (in a prev commit I edited the wrong line)
|
Fri, 25 Dec 2020 18:51:03 +0100 |
Tassilo Philipp |
todo update (macos/arm64 known to work)
|
Fri, 25 Dec 2020 18:45:57 +0100 |
Tassilo Philipp |
- updated manual platform support overview
|
Fri, 25 Dec 2020 18:07:39 +0100 |
Tassilo Philipp |
- windows arm64 support (dyncall, dyncallback, cmake support for armasm64), thanks Bernhard Urban-Forster!
|
Sat, 19 Dec 2020 20:02:08 +0100 |
Tassilo Philipp |
todo update
|
Sat, 08 Aug 2020 20:39:54 +0200 |
Tassilo Philipp |
- removed all .machine ppc pseudo-ops (see prev commit)
|
Wed, 05 Aug 2020 15:50:49 +0200 |
Tassilo Philipp |
- removed some pseudo-op on non-darwin platforms to make clang's integrated assembler happy
|
Mon, 20 Jul 2020 14:07:36 +0200 |
Tassilo Philipp |
- removed outdated comment
|
Wed, 15 Apr 2020 14:57:23 +0200 |
Tassilo Philipp |
- removal of some unnecessary headers that only contained internally used forward declarations, so no need to have them
|
Tue, 14 Apr 2020 19:58:31 +0200 |
Tassilo Philipp |
- fixing issue after having aliased gnu thiscalls to cdecl with a duped switch label
|
Tue, 14 Apr 2020 19:35:30 +0200 |
Tassilo Philipp |
- Todo entries
|
Tue, 14 Apr 2020 17:47:33 +0200 |
Tassilo Philipp |
- changelog addition
|
Tue, 14 Apr 2020 16:56:57 +0200 |
Tassilo Philipp |
- added helper function dcGetModeFromCCSigChar() mapping callconv sig chars to respective mode
|
Mon, 13 Apr 2020 21:40:28 +0200 |
Tassilo Philipp |
- typos
|
Mon, 13 Apr 2020 21:35:43 +0200 |
Tassilo Philipp |
- doc updates with more info about signature string usage
|
Mon, 13 Apr 2020 16:01:17 +0200 |
Tassilo Philipp |
- better implementation of callf sigchar cc mode checking
|
Mon, 13 Apr 2020 15:12:01 +0200 |
Tassilo Philipp |
- extended signature with calling convention mode switches for fastcall (gnu), default, cdecl, stdcall, arm (arm), arm (thumb), syscall
|
Tue, 25 Feb 2020 18:16:13 +0100 |
Tassilo Philipp |
- PPC64 asm syntax fix, specifying explicitly comparison mode for cmpi (newer toolchains complain, older ones took optional field of instruction which happened to be same value)
|
Tue, 25 Feb 2020 16:07:45 +0100 |
Tassilo Philipp |
- fix to dynload to build with musl libc (latter has dlinfo but not RTLD_SELF, so fallback to dl_iterate_phdr if on ELF targets)
|
Sun, 12 Jan 2020 11:30:40 +0100 |
Tassilo Philipp |
- changelog and todo prep for upcoming 1.2
|
Sat, 11 Jan 2020 15:55:49 +0100 |
Tassilo Philipp |
Added tag r1.1 for changeset 2f28f26c72a7
|