about summary refs log tree commit diff
path: root/src/setjmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker2012-07-112-0/+50
* update license of njk contributed code (x86_64 asm)Rich Felker2012-05-052-2/+2
* initial commit of the arm portRich Felker2011-09-182-0/+32
* restore use of .type in asm, but use modern @function (vs %function)Rich Felker2011-06-144-0/+10
* remove all .size and .type directives for functions from the asmRich Felker2011-06-134-20/+0
* modernize coding style in sjlj asmRich Felker2011-05-264-35/+35
* Port musl to x86-64. One giant commit!Nicholas J. Kain2011-02-152-0/+49
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-124-0/+45