summaryrefslogtreecommitdiff
path: root/src/setjmp/x86_64
AgeCommit message (Expand)AuthorLines
2020-08-12setjmp: optimize longjmp prologuesAlexander Monakov-5/+3
2020-08-11setjmp: optimize x86 longjmp epiloguesAlexander Monakov-4/+2
2020-08-11setjmp: avoid useless REX-prefix on xor %eax, %eaxAlexander Monakov-1/+1
2020-08-11setjmp: fix x86-64 longjmp argument adjustmentAlexander Monakov-3/+3
2012-05-05update license of njk contributed code (x86_64 asm)Rich Felker-2/+2
2011-06-14restore use of .type in asm, but use modern @function (vs %function)Rich Felker-0/+5
2011-06-13remove all .size and .type directives for functions from the asmRich Felker-10/+0
2011-05-26modernize coding style in sjlj asmRich Felker-12/+12
2011-02-15Port musl to x86-64. One giant commit!Nicholas J. Kain-0/+49