summaryrefslogtreecommitdiff
path: root/src/x86/sysv.S
Commit message (Expand)AuthorAgeFilesLines
* Static tramp v5 (#624)Madhavan T. Venkataraman2021-03-051-0/+89
* Allow to build with mingw-clang (#579)Mike Hommey2020-11-101-2/+2
* x86: Add indirect branch tracking support (#540)hjl-tools2020-02-211-4/+13
* Cleanup symbol exports on darwin and add architecture preprocessor checks to ...Jeremy Huddleston Sequoia2019-02-191-2/+2
* Update FFI_HIDDEN() to use .private_extern on Apple platforms and use the mac...Jeremy Huddleston Sequoia2018-07-211-1/+1
* Add compact unwind for darwin/i386 (#440)Jeremy Huddleston Sequoia2018-06-251-1/+78
* Mark sysv.S as SafeSEH compatible (#438)Shoaib Meenai2018-06-171-0/+9
* Revert "Remove some symbol exports and cleanup newline warnings (#433)"Anthony Green2018-05-051-9/+0
* Remove some symbol exports and cleanup newline warnings (#433)Jeremy Huddleston Sequoia2018-05-051-0/+9
* Fix x86 SysV closure in PIC modeOle André Vadla Ravnås2018-01-211-2/+2
* Handle fastcall declaration differently for some Microsoft compilersAnthony Green2017-03-191-2/+5
* x86: Fix cygwin32 buildRichard Henderson2015-01-191-0/+2
* x86: Solaris fixesRainer Orth2015-01-161-4/+4
* x86: Avoid fastcall when building with pccRichard Henderson2015-01-051-37/+57
* x86: Load structure return address into eaxRichard Henderson2015-01-051-47/+47
* x86: Reinstate hand-written unwind info for sysv.SRichard Henderson2015-01-051-82/+334
* x86: Expand FFI_GO_CLOSURERichard Henderson2015-01-051-22/+49
* x86: Avoid using gas local labelsRichard Henderson2015-01-051-156/+173
* x86: Remove use of .cfi_escapeRichard Henderson2015-01-051-10/+5
* x86: Use .balign not .alignRichard Henderson2015-01-051-14/+14
* x86: Disable .org for DarwinRichard Henderson2015-01-051-1/+1
* x86: Best guess at update for DarwinRichard Henderson2015-01-051-30/+53
* x86: Fix some unwind errorsRichard Henderson2014-12-111-2/+2
* x86: Work around clang bugsRichard Henderson2014-11-121-63/+78
* x86: Use win32 name mangling for fastcall functionsRichard Henderson2014-11-121-6/+15
* x86: Add support for Go closuresRichard Henderson2014-11-121-1/+33
* x86: Rewrite closuresRichard Henderson2014-11-121-155/+452
* x86: Rewrite ffi_callRichard Henderson2014-11-121-121/+122
* x86: Convert to gas generated unwind infoRichard Henderson2014-11-121-153/+20
* Add cache flushing routine for sun compiler on sparc solaris 2.8Anthony Green2013-02-071-1/+1
* Fix for closures with sunpro compilerAnthony Green2013-01-091-0/+10
* Only emit DWARF unwind info when building with GCCAnthony Green2013-01-081-1/+6
* Refresh from GCCAnthony Green2011-02-081-25/+26
* rebaseAnthony Green2010-07-121-1/+14
* Initial commitAnthony Green2009-10-041-0/+454