about summary refs log tree commit diff
path: root/src/setjmp
Commit message (Expand)AuthorAgeFilesLines
* aarch64: fix setjmp return valueSzabolcs Nagy2020-08-121-4/+3
* setjmp: optimize longjmp prologuesAlexander Monakov2020-08-123-14/+8
* setjmp: optimize x86 longjmp epiloguesAlexander Monakov2020-08-113-12/+6
* setjmp: avoid useless REX-prefix on xor %eax, %eaxAlexander Monakov2020-08-112-2/+2
* setjmp: fix x86-64 longjmp argument adjustmentAlexander Monakov2020-08-112-6/+6
* fix mips setjmp/longjmp fpu state on r6, related issuesRich Felker2019-09-262-24/+12
* arm: fix setjmp and longjmp asm for armv8-aSzabolcs Nagy2019-09-262-0/+14
* add riscv64 architecture supportRich Felker2019-06-142-0/+83
* add m68k portRich Felker2018-06-192-0/+32
* fix access by setjmp and longjmp to __hwcap on arm built as thumb2Rich Felker2017-10-132-0/+2
* ppc64: fix setjmp/longjmp handling of TOC pointerBobby Bingham2017-08-112-10/+25
* make arm setjmp/longjmp asm thumb2-compatibleRich Felker2016-12-172-2/+6
* add s390x portBobby Bingham2016-11-112-0/+48
* add powerpc64 portBobby Bingham2016-05-082-0/+155
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-182-0/+70
* add powerpc soft-float supportFelix Fietkau2016-03-062-16/+22
* add mips64 portRich Felker2016-03-062-0/+71
* switch sh and mips setjmp asm from .sub system to .S filesRich Felker2016-01-2020-109/+12
* use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpicRich Felker2015-11-114-0/+4
* explicitly assemble all arm asm sources as UALRich Felker2015-11-102-0/+2
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-092-6/+2
* use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmpRich Felker2015-11-092-2/+10
* fix build regression in sh-nofpu subarch due to missing symbolRich Felker2015-04-241-0/+3
* remove invalid PLT calls from or1k asmRich Felker2015-04-191-0/+3
* remove possible-textrels from powerpc asmRich Felker2015-04-191-0/+3
* remove invalid PLT calls from microblaze asmRich Felker2015-04-191-0/+3
* remove invalid PLT calls from sh asmRich Felker2015-04-191-0/+3
* remove the last of possible-textrels from i386 asmRich Felker2015-04-181-0/+3
* add aarch64 portSzabolcs Nagy2015-03-112-0/+48
* fix missing comma in sh setjmp asmTrutz Behn2015-01-301-1/+1
* fix build regression in arm asm for setjmp/longjmp with old assemblersRich Felker2014-11-232-2/+2
* arm assembly changes for clang compatibilityJoakim Sindholt2014-11-232-2/+2
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-182-0/+49
* fix typo in microblaze setjmp asmRich Felker2014-07-081-1/+1
* add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker2014-02-276-0/+47
* rename superh port to "sh" for consistencyRich Felker2014-02-272-0/+0
* add missing sub files for mipsel-sf to use softfloat codeRich Felker2014-02-242-0/+2
* mips: add mips-sf subarch support (soft-float)Szabolcs Nagy2014-02-244-0/+52
* superh portBobby Bingham2014-02-232-0/+51
* import vanilla x86_64 code as x32rofl0r2014-02-232-0/+44
* remove fenv saving/loading code from setjmp/longjmp on armRich Felker2012-12-052-4/+0
* remove mips setjmp/longjmp code to save/restore fenvRich Felker2012-12-052-5/+1
* fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_bufRich Felker2012-11-232-0/+36
* fix indention with spaces in powerpc asmRich Felker2012-11-142-10/+10
* PPC port cleaned up, static linking works well now.rofl0r2012-11-134-35/+87
* import preliminary ppc work by rdp.Richard Pennington2012-11-132-0/+35
* microblaze portRich Felker2012-09-292-0/+58
* floating point support for arm setjmp/longjmpRich Felker2012-08-052-2/+54
* optimize arm setjmp/longjmp register saving/loadingRich Felker2012-07-272-6/+2
* add floating point register saving/restoring to mips setjmp/longjmpRich Felker2012-07-222-1/+29