kc3-lang/libffi/src/mips

Branch :


Log

Author Commit Date CI Message
746dbe3a 2018-01-03 10:07:41 mips/ffi.c: fix encoding for jr on r6 mips/ffi.c: instruction jr has a different encoding for r6
94c102aa 2017-12-10 14:25:01 Not set mips on mips r6 MIPS release changed encodes of some instructions, include ll/sc etc. if .set mips4 on mips r6, as will generate some wrong encode of some instructions.
9fc9dc53 2017-10-27 16:12:56 Fix linux detection (closes #303)
bd72848c 2017-04-27 13:20:36 Prefix ALIGN macros with FFI_
7a0d2c83 2016-08-15 15:00:13 mips: fix MIPS softfloat build issue The patch for o32.S is taken from OpenWrt packages repo 3a7a4bf "libffi: fix MIPS softfloat build issue with current binutils" Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
505346e1 2015-08-26 09:57:10 fix type error in unwind code
5953c66b 2015-08-20 20:28:13 add unwind infor for *go_closure; reorder the labels to make thing more clear
f0ecd5d4 2015-08-11 12:47:36 fix O32 stack unwind code add missing 1: label
6f0201c8 2015-08-04 18:25:34 various fixes for go closure support. Now all n64 tests passed.
697dd4e8 2015-08-04 12:53:33 add support for go closure support on mips
40927bd3 2014-01-21 23:18:27 Fix call floating point va function I'm not sure floating-point arguments in GPR or FPR before calling variable number arguments function. so, load all arguments to GPR and FPR.
d3372c54 2013-10-26 08:30:06 Fix N32 ABI issue for MIPS.
048d2f41 2012-10-11 10:55:25 Rebase
8360bf1c 2012-02-23 07:01:13 Ensure that users don't include ffitarget.h directly
c365ee75 2012-01-23 11:13:18 Refresh
049d8386 2011-08-22 14:50:10 Many new patches
1fbf9dc4 2011-02-13 08:06:39 Fix bad_abi test. rc5.
42695e72 2011-02-09 15:12:35 Fix IRIX support
3b836249 2011-02-08 14:28:59 Rebase from GCC
2db72615 2010-11-21 10:50:56 Rebase
d14178be 2010-07-23 09:14:00 FFI_LAST_ABI fix
3f5b1375 2010-07-12 14:39:18 rebase
9dc9a293 2010-04-13 10:33:52 Rebase to latest GCC sources
7b7a42f2 2010-01-12 09:14:14 Rebase from GCC
c3042afa 2010-01-01 08:08:02 Reset quilt patches post 3.0.9 merge with GCC
0cfe60e9 2009-12-29 10:06:04 3.0.9rc12
9458d88f 2009-12-26 07:02:27 Rebase from GCC
da11bece 2009-12-24 05:34:46 Release 3.0.9rc5
115ab36f 2009-12-24 00:22:00 Update missing changes for 3.0.9r4.
c6dddbd0 2009-10-04 08:11:33 Initial commit