summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * src/x86/win32.S: Define ffi_closure_FASTCALL in the MASM section, tooJosh Triplett2014-04-221-0/+9
* | Merge pull request #101 from joshtriplett/fastcall-closuresAnthony Green2014-04-215-80/+54
|\ \ | |/
| * Support fastcall closuresJosh Triplett2014-04-205-80/+54
|/
* Merge pull request #80 from ueno/develAnthony Green2014-04-121-1/+1
|\
| * Fix typo in docDaiki Ueno2014-03-051-1/+1
* | Merge pull request #86 from joshtriplett/testsuite-CC-CXXAnthony Green2014-04-126-33/+32
|\ \
| * | README: Note the testsuite changes to respect $CC and $CXXJosh Triplett2014-03-271-2/+2
| * | README: Update Windows example to set both CC and CXXJosh Triplett2014-03-271-6/+9
| * | Use the proper C++ compiler to run C++ testsJosh Triplett2014-03-274-6/+9
| * | .travis.yml: Make the build command more readable by splitting at &&Josh Triplett2014-03-271-1/+6
| * | Always set CC_FOR_TARGET for dejagnu, to make the testsuite respect $CCJosh Triplett2014-03-262-9/+8
| * | Stop looking for expect and runtest above top_builddirJosh Triplett2014-03-261-9/+0
| * | Stop setting an empty AM_RUNTESTFLAGSJosh Triplett2014-03-261-2/+0
* | | Merge pull request #116 from frida/fix/darwin-aarch64-variadicAnthony Green2014-04-122-2/+41
|\ \ \
| * | | Fix handling of variadic calls on Darwin/AArch64Ole André Vadla Ravnås2014-04-062-2/+41
* | | | Merge pull request #115 from frida/fix/darwin-aarch64-alignmentAnthony Green2014-04-121-0/+6
|\ \ \ \
| * | | | Fix alignment of AArch64 assembler functionsOle André Vadla Ravnås2014-04-061-0/+6
| |/ / /
* | | | Merge pull request #117 from frida/fix/windows-regressionAnthony Green2014-04-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix Windows regressionOle André Vadla Ravnås2014-04-121-1/+1
|/ / /
* | | Merge pull request #114 from joshtriplett/bounce-on-a-tiny-trampolineAnthony Green2014-04-053-35/+67
|\ \ \ | |/ / |/| |
| * | Fix ABI on 32-bit non-Windows x86: go back to trampoline size 10Josh Triplett2014-04-053-35/+67
|/ /
* | Upgrade version to 3.1-rc1Anthony Green2014-03-251-1/+1
* | Update copyright date and clean up README notes.Anthony Green2014-03-252-7/+7
* | Merge pull request #108 from joshtriplett/freebsdAnthony Green2014-03-251-1/+1
|\ \
| * | Compile win32.S on FreeBSDJosh Triplett2014-03-251-1/+1
* | | Merge pull request #106 from joshtriplett/darwin-awardAnthony Green2014-03-254-8/+22
|\ \ \ | |/ /
| * | Compile win32.S on 32-bit Darwin as wellJosh Triplett2014-03-243-2/+7
| * | Always use configure to detect whether global symbols need underscoresJosh Triplett2014-03-242-6/+4
| * | win32.S: Add handling for position-independent code on DarwinJosh Triplett2014-03-221-0/+11
* | | Merge pull request #110 from joshtriplett/w64Anthony Green2014-03-251-1/+3
|\ \ \
| * | | Fix a warning on 64-bit WindowsJosh Triplett2014-03-241-1/+1
| * | | Avoid referencing undefined ABIs on 64-bit Windows buildsJosh Triplett2014-03-241-0/+2
* | | | Merge pull request #105 from joshtriplett/win32-relocationsAnthony Green2014-03-251-87/+109
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | win32.S: Use shifting for multiplication rather than repeated additionJosh Triplett2014-03-211-8/+4
| * | win32.S: Make the jump tables position-independentJosh Triplett2014-03-211-79/+87
| * | win32.S: Make calls to ffi_closure_SYSV_inner position-independentJosh Triplett2014-03-211-0/+18
|/ /
* | Merge pull request #107 from rvandermeulen/msvccAnthony Green2014-03-181-5/+41
|\ \
| * | Various compatibility fixes and improvements to msvcc.sh.Ryan VanderMeulen2014-03-181-5/+41
|/ /
* | Merge pull request #102 from joshtriplett/test-genericAnthony Green2014-03-1731-555/+119
|\ \
| * | testsuite: Add ABIs to the test matrix; unify tests across ABIsJosh Triplett2014-03-1625-423/+90
| * | testsuite: Replace ffitestcxx.h with ffitest.hJosh Triplett2014-03-164-66/+3
| * | testsuite: Unify the C and C++ testsuitesJosh Triplett2014-03-166-33/+6
| * | testsuite: ffitest.h: Parenthesize the CHECK macroJosh Triplett2014-03-161-1/+1
| * | testsuite: Factor out a function to run a matrix of testsJosh Triplett2014-03-163-24/+19
| * | testsuite: Introduce a __THISCALL__ compiler-specific macroJosh Triplett2014-03-162-4/+3
| * | testsuite: Introduce a __STDCALL__ compiler-specific macroJosh Triplett2014-03-162-4/+3
| * | testsuite: Common up the ifdef blocks for compiler-specific macrosJosh Triplett2014-03-161-8/+2
* | | Merge pull request #99 from joshtriplett/gitignoreAnthony Green2014-03-161-0/+2
|\ \ \
| * | | .gitignore: Ignore more generated filesJosh Triplett2014-03-161-0/+2
| |/ /
* | | Merge pull request #100 from rvandermeulen/bug-756740Anthony Green2014-03-161-33/+33
|\ \ \ | |/ / |/| |