about summary refs log tree commit diff
path: root/src/setjmp/x86_64
Commit message (Expand)AuthorAgeFilesLines
* setjmp: optimize longjmp prologuesAlexander Monakov2020-08-121-5/+3
* setjmp: optimize x86 longjmp epiloguesAlexander Monakov2020-08-111-4/+2
* setjmp: avoid useless REX-prefix on xor %eax, %eaxAlexander Monakov2020-08-111-1/+1
* setjmp: fix x86-64 longjmp argument adjustmentAlexander Monakov2020-08-111-3/+3
* update license of njk contributed code (x86_64 asm)Rich Felker2012-05-052-2/+2
* restore use of .type in asm, but use modern @function (vs %function)Rich Felker2011-06-142-0/+5
* remove all .size and .type directives for functions from the asmRich Felker2011-06-132-10/+0
* modernize coding style in sjlj asmRich Felker2011-05-262-12/+12
* Port musl to x86-64. One giant commit!Nicholas J. Kain2011-02-152-0/+49