Static tramp v5 (#624)
[platform/upstream/libffi.git] / src / x86 / sysv.S
2021-03-05 Madhavan T. Venkat... Static tramp v5 (#624)
2020-11-10 Mike HommeyAllow to build with mingw-clang (#579)
2020-02-22 Moxie BotMerge branch 'master' of github.com:/libffi/libffi
2020-02-22 hjl-toolsx86: Add indirect branch tracking support (#540)
2019-02-19 Jeremy Huddleston... Cleanup symbol exports on darwin and add architecture...
2018-09-19 Tom TromeyMerge pull request #443 from jeremyhu/master
2018-07-21 Jeremy Huddleston... Update FFI_HIDDEN() to use .private_extern on Apple...
2018-06-25 Jeremy Huddleston... Add compact unwind for darwin/i386 (#440)
2018-06-18 Shoaib MeenaiMark sysv.S as SafeSEH compatible (#438)
2018-05-05 Anthony GreenRevert "Remove some symbol exports and cleanup newline...
2018-05-05 Jeremy Huddleston... Remove some symbol exports and cleanup newline warnings...
2018-02-11 Anthony GreenMerge pull request #403 from frida/fix/x86-sysv-pic...
2018-01-21 Ole André Vadla... Fix x86 SysV closure in PIC mode
2017-10-25 Anthony GreenMerge pull request #298 from frida/fix/ios-trampoline...
2017-09-28 Anthony GreenMerge pull request #271 from frida/fix/qnx-cache-flushing
2017-03-19 Anthony GreenHandle fastcall declaration differently for some Micros...
2015-01-21 Anthony GreenMerge pull request #170 from fealebenpae/aarch64-trampo...
2015-01-21 Anthony GreenMerge pull request #172 from rth7680/fixes
2015-01-19 Richard Hendersonx86: Fix cygwin32 build
2015-01-16 Anthony GreenMerge pull request #171 from rth7680/fixes
2015-01-16 Rainer Orthx86: Solaris fixes
2015-01-10 Anthony GreenMerge pull request #166 from chevah/master
2015-01-10 Anthony GreenMerge pull request #165 from rth7680/pcc
2015-01-10 Anthony GreenMerge pull request #164 from rth7680/darwin
2015-01-05 Richard Hendersonx86: Avoid fastcall when building with pcc
2015-01-05 Richard Hendersonx86: Load structure return address into eax
2015-01-05 Richard Hendersonx86: Reinstate hand-written unwind info for sysv.S
2015-01-05 Richard Hendersonx86: Expand FFI_GO_CLOSURE
2015-01-05 Richard Hendersonx86: Avoid using gas local labels
2015-01-05 Richard Hendersonx86: Remove use of .cfi_escape
2015-01-05 Richard Hendersonx86: Use .balign not .align
2015-01-05 Richard Hendersonx86: Disable .org for Darwin
2015-01-05 Richard Hendersonx86: Best guess at update for Darwin
2014-12-12 Anthony GreenMerge pull request #157 from rth7680/x86
2014-12-11 Richard Hendersonx86: Fix some unwind errors
2014-11-12 Anthony GreenMerge branch 'rth7680-go-closure'
2014-11-12 Richard HendersonMerge branch 'go-closure' of https://github.com/rth7680...
2014-11-12 Richard Hendersonx86: Work around clang bugs
2014-11-12 Richard Hendersonx86: Use win32 name mangling for fastcall functions
2014-11-12 Richard Hendersonx86: Add support for Go closures
2014-11-12 Richard Hendersonx86: Rewrite closures
2014-11-12 Richard Hendersonx86: Rewrite ffi_call
2014-11-12 Richard Hendersonx86: Convert to gas generated unwind info
2013-02-07 Anthony GreenAdd cache flushing routine for sun compiler on sparc...
2013-01-10 Anthony GreenFix for closures with sunpro compiler
2013-01-08 Anthony GreenOnly emit DWARF unwind info when building with GCC
2011-02-12 Landon FullerMerge remote branch 'upstream/master'
2011-02-09 Anthony GreenAdd iOS support
2011-02-08 Anthony GreenRefresh from GCC
2010-07-12 Anthony Greenrebase
2009-10-05 Anthony GreenMerge branch 'master' of git@github.com:atgreen/libffi
2009-10-04 Anthony GreenInitial commit