summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Go back to DIY like Debian. make install-data is just wrongbaserock/libffti-devJoe Burmeister2013-09-131-1/+3
* Much nicer way of installing headers.Joe Burmeister2013-09-131-3/+1
* Use BUILDDIR variable.Joe Burmeister2013-09-131-2/+2
* Finish yaml format change.Joe Burmeister2013-09-131-3/+3
* Change to nicer YAML.Joe Burmeister2013-09-131-10/+8
* Correct the make install step.Joe Burmeister2013-09-131-1/+1
* Add morph file to build libffi-devJoe Burmeister2013-09-121-0/+10
* Rebuild for ARC additionsAnthony Green2013-07-022-38/+76
* Revert "Merge pull request #36 from abergmeier/emscripten_fix"Anthony Green2013-07-022-60/+39
* Merge pull request #36 from abergmeier/emscripten_fixAnthony Green2013-07-022-39/+60
|\
| * Enable disabling of libtool on platforms where it does not work (e.g. LLVM).Andreas Bergmeier2013-04-192-39/+60
* | Merge pull request #44 from foss-for-synopsys-dwc-arc-processors/arc_supportAnthony Green2013-07-027-1/+476
|\ \
| * | Add ARC supportMischa Jonker2013-06-147-1/+476
* | | Merge pull request #43 from JensTimmerman/__m128Anthony Green2013-07-021-5/+6
|\ \ \ | |/ / |/| |
| * | added include for xmmintrin.hJens Timmerman2013-07-021-5/+6
| |/
* | Merge pull request #34 from davidsch/armhfAnthony Green2013-03-306-102/+409
|\ \
| * | update changelogDavid Schneider2013-03-281-0/+11
| * | folow the ARM hard-float ABI in ffi_prep_incoming_args_VFPDavid Schneider2013-03-281-18/+55
| * | create separated versions of ffi_prep_incoming_args_* for SYSV and VFP ABIs.David Schneider2013-03-282-6/+52
| * | add a failing test for closures on ARM hardfloatDavid Schneider2013-03-281-0/+68
| * | extend ffi_prepare_args for FFI_VFP (hard-float ABI), fixing an issue with pa...David Schneider2013-03-281-0/+70
| * | separate ARM ffi_prepare_args in a version implementing the simple SYSV calli...David Schneider2013-03-282-17/+13
| * | move the hardfloat specific argument copying code to the helper functionDavid Schneider2013-03-281-12/+12
| * | extract setting of arguments to be passed to a helper functionDavid Schneider2013-03-281-41/+49
| * | extract code to align the argument storage pointer to a helper functionDavid Schneider2013-03-281-28/+27
| * | add a testcase, that on ARM hardfloat needs more than the 8 VFP argument reg...David Schneider2013-03-281-0/+70
| * | use the absolute value to check the test result against an epsilonDavid Schneider2013-03-281-1/+3
|/ /
* | Merge branch 'master' of github.com:/atgreen/libffiAnthony Green2013-03-170-0/+0
|\ \ | |/ |/|
| * Merge branch 'master' of github.com:/atgreen/libffiAnthony Green2013-03-170-0/+0
| |\
* | \ Merge branch 'master' of github.com:/atgreen/libffiv3.0.13Anthony Green2013-03-175-17/+18
|\ \ \ | |/ / |/| / | |/
| * cygwin fix & updates for 3.0.13Anthony Green2013-03-176-22/+39
* | cygwin fix & updates for 3.0.13Anthony Green2013-03-176-22/+39
|/
* Fix lib install dirAnthony Green2013-03-176-33/+38
* 2.0.13rc1Anthony Green2013-03-166-26/+25
* Merge branch 'master' of github.com:/atgreen/libffiAnthony Green2013-03-160-0/+0
|\
| * Fix for m68000 systemsAnthony Green2013-03-162-0/+17
* | Build fix for soft-float power targetsAnthony Green2013-03-163-3/+8
* | Documentation fixAnthony Green2013-03-162-1/+6
* | Fix for m68000 systemsAnthony Green2013-03-163-0/+18
|/
* Update configury.Anthony Green2013-03-167-97/+137
* Merge branch 'master' of github.com:/atgreen/libffiAnthony Green2013-03-160-0/+0
|\
| * Merge pull request #32 from alex/patch-1Anthony Green2013-03-161-2/+0
| |\
* | | Add Meta processor supportAnthony Green2013-03-167-1/+719
* | | Merge pull request #32 from alex/patch-1Anthony Green2013-03-162-2/+4
|\ \ \ | |/ / |/| / | |/
| * Fix for a crasher due to misaligned stack on x86-32.Alex Gaynor2013-03-141-2/+0
|/
* Add moxie support. Release 3.0.12.v3.0.12Anthony Green2013-02-1115-111/+219
* Update READMEAnthony Green2013-02-101-0/+4
* mendAnthony Green2013-02-103-10/+23
* sparc v8 and testsuite fixesAnthony Green2013-02-094-2/+11
* Fix small struct passing on ppcAnthony Green2013-02-084-20/+54