summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add m88k and VAX support. Update some configury bits.Anthony Green2013-10-086-0/+1178
* little-endian ppc64 supportAnthony Green2013-07-023-3/+85
* Merge pull request #44 from foss-for-synopsys-dwc-arc-processors/arc_supportAnthony Green2013-07-023-0/+456
|\
| * Add ARC supportMischa Jonker2013-06-143-0/+456
* | Merge pull request #43 from JensTimmerman/__m128Anthony Green2013-07-021-5/+6
|\ \ | |/ |/|
| * added include for xmmintrin.hJens Timmerman2013-07-021-5/+6
* | 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
* | 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
|/
* cygwin fix & updates for 3.0.13Anthony Green2013-03-171-2/+4
* Build fix for soft-float power targetsAnthony Green2013-03-161-1/+1
* Fix for m68000 systemsAnthony Green2013-03-161-0/+12
* Add Meta processor supportAnthony Green2013-03-163-0/+694
* 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-113-43/+88
* sparc v8 and testsuite fixesAnthony Green2013-02-091-0/+4
* Fix small struct passing on ppcAnthony Green2013-02-083-20/+48
* Fix many.c testcase for ppcAnthony Green2013-02-081-0/+6
* sparc v9 fixes for sun toolsAnthony Green2013-02-082-3/+6
* Fix microblaze big-endian struct issueAnthony Green2013-02-081-21/+3
* Fix botched sparc patch. Update version.Anthony Green2013-02-071-2/+2
* Add cache flushing routine for sun compiler on sparc solaris 2.8Anthony Green2013-02-074-6/+43
* Work around LLVM ABI problem on x86-64Anthony Green2013-02-061-2/+19
* New microblaze supportAnthony Green2013-01-213-0/+694
* Xtensa supportAnthony Green2013-01-214-0/+612
* xlc compiler supportAnthony Green2013-01-112-10/+10
* Fix for sunpro compiler on SolarisAnthony Green2013-01-101-5/+18
* Fix for closures with sunpro compilerAnthony Green2013-01-092-1/+11
* Only emit DWARF unwind info when building with GCCAnthony Green2013-01-082-3/+14
* m68k fixes for signed 8 and 16-bit calls.Anthony Green2013-01-072-6/+49
* fix build on ppc when long double == doublerofl0r2012-11-221-0/+2
* Add missing aarch64 configury bitsAnthony Green2012-11-063-108/+28
* Rebase for ppc64 fixAnthony Green2012-10-312-4/+37
* Add PaX work-aroundAnthony Green2012-10-301-0/+27
* AArch64 portAnthony Green2012-10-303-0/+1442
* TILE-Gx/TILEPro supportAnthony Green2012-10-124-0/+793
* RebaseAnthony Green2012-10-113-4/+13
* Add blackfin supprt from Alexandre Keunecke.Anthony Green2012-04-273-0/+415
* More mac/ios build improvementsZachary Waldowski2012-04-111-1/+1
* Fix typo for darwin targetsAnthony Green2012-04-101-1/+1
* Linux/x32 libtool fixAnthony Green2012-04-061-1/+7
* Fix building with Clang for Darwin (OS X 10.6+ and iOSZachary Waldowski2012-04-052-4/+6
* Fix return_uc.c test case on windows.Peter Rosin2012-04-031-46/+87
* Repair ppc build regression.Anthony Green2012-04-031-7/+6
* Various MSVC-related changes.Peter Rosin2012-03-303-17/+50
* ARM VFP fix for old toolchainsAnthony Green2012-03-302-1/+8