index
:
delta/libffi.git
android
appveyor
baserock/libffti-dev
baserock/morph
baserock/pedroalvarez/selinux-disabled-hack
circle
csky
fixmac
github-actions
ios
master
th2
travishacking
v3.3-rc1
github.com: atgreen/libffi.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
x86: Use .balign not .align
Richard Henderson
2015-01-05
2
-25
/
+25
|
*
x86: Disable .org for Darwin
Richard Henderson
2015-01-05
2
-2
/
+2
|
*
x86: Best guess at update for Darwin
Richard Henderson
2015-01-05
4
-918
/
+92
*
|
Merge pull request #160 from nobu/msvc-no-complex
Anthony Green
2015-01-10
1
-0
/
+2
|
\
\
|
*
|
x86: MSVC does not support Complex type
Nobuyoshi Nakada
2014-12-22
1
-0
/
+2
|
|
/
*
|
x86: Fix void pointer arithmetic
Nobuyoshi Nakada
2014-12-22
1
-1
/
+1
|
/
*
x86: Handle void arguments as if an empty structure
Richard Henderson
2014-12-11
1
-0
/
+4
*
x86: Fix some unwind errors
Richard Henderson
2014-12-11
1
-2
/
+2
*
x86: Fix typo in ffi_prep_go_closure
Richard Henderson
2014-11-14
1
-1
/
+1
*
x86: Work around clang bugs
Richard Henderson
2014-11-12
2
-67
/
+92
*
x86: Use win32 name mangling for fastcall functions
Richard Henderson
2014-11-12
1
-6
/
+15
*
x86: Add support for Go closures
Richard Henderson
2014-11-12
3
-11
/
+95
*
x86: Add support for Complex
Richard Henderson
2014-11-12
1
-0
/
+27
*
x86: Rewrite closures
Richard Henderson
2014-11-12
5
-2228
/
+588
*
x86: Rewrite ffi_call
Richard Henderson
2014-11-12
4
-423
/
+448
*
x86: Convert to gas generated unwind info
Richard Henderson
2014-11-12
1
-153
/
+20
*
x86: Force FFI_TYPE_LONGDOUBLE different from FFI_TYPE_DOUBLE
Richard Henderson
2014-11-12
1
-2
/
+12
*
x86: Remove some conditional compilation
Richard Henderson
2014-11-12
1
-49
/
+32
*
x86: Tidy ffi_abi
Richard Henderson
2014-11-12
2
-31
/
+31
*
x86_64: Add support for complex types
Richard Henderson
2014-11-12
3
-44
/
+122
*
x86_64: Decouple return types from FFI_TYPE constants
Richard Henderson
2014-11-12
3
-196
/
+202
*
x86_64: Fixups for x32
Richard Henderson
2014-11-12
2
-6
/
+19
*
win64: Remove support from ffi.c
Richard Henderson
2014-11-12
1
-204
/
+8
*
win64: Rewrite
Richard Henderson
2014-11-12
3
-515
/
+488
*
x86-64: Support go closures
Richard Henderson
2014-11-12
3
-198
/
+230
*
Fix typo
Anthony Green
2014-11-11
1
-1
/
+1
*
Add complex type support. Mostly broken right now
Anthony Green
2014-09-20
1
-1
/
+2
*
2014-05-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
Bernd Edlinger
2014-09-20
2
-60
/
+112
*
2014-07-22 Dominik Vogt <vogt@linux.vnet.ibm.com>
Dominik Vogt
2014-09-20
1
-0
/
+2
*
Determine whether register arguments (THISCALL/FASTCALL/REGISTER) are really ...
nielsAD
2014-08-25
3
-141
/
+205
*
Fixed THISCALL/FASTCALL closures and added basic support for PASCAL/REGISTER ...
nielsAD
2014-08-25
2
-56
/
+100
*
Support for calling functions with PASCAL and REGISTER calling conventions on...
nielsAD
2014-08-24
3
-618
/
+631
*
Add missing GNU stack markings in win32.S
Samuli Suominen
2014-05-31
1
-1
/
+5
*
src/x86/win32.S: Define ffi_closure_FASTCALL in the MASM section, too
Josh Triplett
2014-04-22
1
-0
/
+9
*
Support fastcall closures
Josh Triplett
2014-04-20
2
-14
/
+45
*
Fix Windows regression
Ole André Vadla Ravnås
2014-04-12
1
-1
/
+1
*
Fix ABI on 32-bit non-Windows x86: go back to trampoline size 10
Josh Triplett
2014-04-05
3
-35
/
+67
*
Merge pull request #106 from joshtriplett/darwin-award
Anthony Green
2014-03-25
1
-1
/
+12
|
\
|
*
Always use configure to detect whether global symbols need underscores
Josh Triplett
2014-03-24
1
-1
/
+1
|
*
win32.S: Add handling for position-independent code on Darwin
Josh Triplett
2014-03-22
1
-0
/
+11
*
|
Merge pull request #110 from joshtriplett/w64
Anthony Green
2014-03-25
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix a warning on 64-bit Windows
Josh Triplett
2014-03-24
1
-1
/
+1
|
*
Avoid referencing undefined ABIs on 64-bit Windows builds
Josh Triplett
2014-03-24
1
-0
/
+2
*
|
win32.S: Use shifting for multiplication rather than repeated addition
Josh Triplett
2014-03-21
1
-8
/
+4
*
|
win32.S: Make the jump tables position-independent
Josh Triplett
2014-03-21
1
-79
/
+87
*
|
win32.S: Make calls to ffi_closure_SYSV_inner position-independent
Josh Triplett
2014-03-21
1
-0
/
+18
|
/
*
Add support for stdcall, thiscall, and fastcall on non-Windows x86-32
Josh Triplett
2014-03-16
3
-63
/
+74
*
Merge pull request #75 from joshtriplett/longdouble
Anthony Green
2014-02-28
1
-0
/
+2
|
\
|
*
Fix build error on x86 without distinct long double
Josh Triplett
2014-02-17
1
-0
/
+2
*
|
Darwin/x86_64: Fix 64-bit type shortening warnings
Zachary Waldowski
2014-02-05
1
-15
/
+15
[prev]
[next]