summaryrefslogtreecommitdiff
path: root/src/x86/unix64.S
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Always double jump table slot size for CET (#710) (#711)hjl-tools2022-05-151-6/+5
* Fix trampoline_code_table for x32. (#657)Harald van Dijk2021-07-241-4/+20
* Static tramp v5 (#624)Madhavan T. Venkataraman2021-03-051-0/+75
* Removing unnecessary instruction from ffi_call_unix64 (#588)petersn2020-10-271-2/+1
* x86: Add indirect branch tracking support (#540)hjl-tools2020-02-211-2/+58
* Add compact unwind for darwin/i386 (#440)Jeremy Huddleston Sequoia2018-06-251-1/+1
* i386: Fix missing break; in case statement leading to incorrectly returned FF...Jeremy Huddleston Sequoia2018-06-171-0/+41
* Revert "Remove some symbol exports and cleanup newline warnings (#433)"Anthony Green2018-05-051-5/+0
* Remove some symbol exports and cleanup newline warnings (#433)Jeremy Huddleston Sequoia2018-05-051-0/+5
* Updating calls to ffi_closure_unix64_inner and ffi_closure_win64_inner to use...jon2017-12-011-1/+1
* src/x86/win64.S: Handle name mangling and PICJosh Triplett2015-07-261-22/+1
* x86: Solaris fixesRainer Orth2015-01-161-1/+1
* x86: More Darwin unwind fixupsIain Sandoe2015-01-051-10/+1
* x86: Reinstate hand-written unwind info for unix64.SRichard Henderson2015-01-051-26/+151
* x86: Avoid using gas local labelsRichard Henderson2015-01-051-65/+74
* x86: Use .balign not .alignRichard Henderson2015-01-051-11/+11
* x86: Disable .org for DarwinRichard Henderson2015-01-051-1/+1
* x86: Best guess at update for DarwinRichard Henderson2015-01-051-28/+39
* x86: Work around clang bugsRichard Henderson2014-11-121-4/+14
* x86_64: Add support for complex typesRichard Henderson2014-11-121-29/+34
* x86_64: Decouple return types from FFI_TYPE constantsRichard Henderson2014-11-121-137/+99
* x86_64: Fixups for x32Richard Henderson2014-11-121-4/+16
* x86-64: Support go closuresRichard Henderson2014-11-121-167/+156
* Add cache flushing routine for sun compiler on sparc solaris 2.8Anthony Green2013-02-071-1/+1
* Only emit DWARF unwind info when building with GCCAnthony Green2013-01-081-2/+8
* rebaseAnthony Green2010-07-121-0/+4
* Initial commitAnthony Green2009-10-041-0/+422