Age | Commit message (Expand) | Author | Files | Lines |
2023-02-11 | powerpc-sf longjmp clobbering of val argument | Rich Felker | 1 | -4/+4 |
2021-11-29 | fix hwcap access in powerpc-sf setjmp/longjmp | Rich Felker | 2 | -2/+2 |
2021-09-23 | add SPE FPU support to powerpc-sf | Rich Felker | 2 | -2/+62 |
2020-08-12 | aarch64: fix setjmp return value | Szabolcs Nagy | 1 | -4/+3 |
2020-08-12 | setjmp: optimize longjmp prologues | Alexander Monakov | 3 | -14/+8 |
2020-08-11 | setjmp: optimize x86 longjmp epilogues | Alexander Monakov | 3 | -12/+6 |
2020-08-11 | setjmp: avoid useless REX-prefix on xor %eax, %eax | Alexander Monakov | 2 | -2/+2 |
2020-08-11 | setjmp: fix x86-64 longjmp argument adjustment | Alexander Monakov | 2 | -6/+6 |
2019-09-26 | fix mips setjmp/longjmp fpu state on r6, related issues | Rich Felker | 2 | -24/+12 |
2019-09-26 | arm: fix setjmp and longjmp asm for armv8-a | Szabolcs Nagy | 2 | -0/+14 |
2019-06-14 | add riscv64 architecture support | Rich Felker | 2 | -0/+83 |
2018-06-19 | add m68k port | Rich Felker | 2 | -0/+32 |
2017-10-13 | fix access by setjmp and longjmp to __hwcap on arm built as thumb2 | Rich Felker | 2 | -0/+2 |
2017-08-11 | ppc64: fix setjmp/longjmp handling of TOC pointer | Bobby Bingham | 2 | -10/+25 |
2016-12-17 | make arm setjmp/longjmp asm thumb2-compatible | Rich Felker | 2 | -2/+6 |
2016-11-11 | add s390x port | Bobby Bingham | 2 | -0/+48 |
2016-05-08 | add powerpc64 port | Bobby Bingham | 2 | -0/+155 |
2016-04-18 | add mips n32 port (ILP32 ABI for mips64) | Rich Felker | 2 | -0/+70 |
2016-03-06 | add powerpc soft-float support | Felix Fietkau | 2 | -16/+22 |
2016-03-06 | add mips64 port | Rich Felker | 2 | -0/+71 |
2016-01-20 | switch sh and mips setjmp asm from .sub system to .S files | Rich Felker | 20 | -109/+12 |
2015-11-11 | use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpic | Rich Felker | 4 | -0/+4 |
2015-11-10 | explicitly assemble all arm asm sources as UAL | Rich Felker | 2 | -0/+2 |
2015-11-09 | remove non-working pre-armv4t support from arm asm | Rich Felker | 2 | -6/+2 |
2015-11-09 | use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmp | Rich Felker | 2 | -2/+10 |
2015-04-24 | fix build regression in sh-nofpu subarch due to missing symbol | Rich Felker | 1 | -0/+3 |
2015-04-19 | remove invalid PLT calls from or1k asm | Rich Felker | 1 | -0/+3 |
2015-04-19 | remove possible-textrels from powerpc asm | Rich Felker | 1 | -0/+3 |
2015-04-19 | remove invalid PLT calls from microblaze asm | Rich Felker | 1 | -0/+3 |
2015-04-19 | remove invalid PLT calls from sh asm | Rich Felker | 1 | -0/+3 |
2015-04-18 | remove the last of possible-textrels from i386 asm | Rich Felker | 1 | -0/+3 |
2015-03-11 | add aarch64 port | Szabolcs Nagy | 2 | -0/+48 |
2015-01-30 | fix missing comma in sh setjmp asm | Trutz Behn | 1 | -1/+1 |
2014-11-23 | fix build regression in arm asm for setjmp/longjmp with old assemblers | Rich Felker | 2 | -2/+2 |
2014-11-23 | arm assembly changes for clang compatibility | Joakim Sindholt | 2 | -2/+2 |
2014-07-18 | add or1k (OpenRISC 1000) architecture port | Stefan Kristiansson | 2 | -0/+49 |
2014-07-08 | fix typo in microblaze setjmp asm | Rich Felker | 1 | -1/+1 |
2014-02-27 | add nofpu subarchs to the sh arch, and properly detect compiler's fpu config | Rich Felker | 6 | -0/+47 |
2014-02-27 | rename superh port to "sh" for consistency | Rich Felker | 2 | -0/+0 |
2014-02-24 | add missing sub files for mipsel-sf to use softfloat code | Rich Felker | 2 | -0/+2 |
2014-02-24 | mips: add mips-sf subarch support (soft-float) | Szabolcs Nagy | 4 | -0/+52 |
2014-02-23 | superh port | Bobby Bingham | 2 | -0/+51 |
2014-02-23 | import vanilla x86_64 code as x32 | rofl0r | 2 | -0/+44 |
2012-12-05 | remove fenv saving/loading code from setjmp/longjmp on arm | Rich Felker | 2 | -4/+0 |
2012-12-05 | remove mips setjmp/longjmp code to save/restore fenv | Rich Felker | 2 | -5/+1 |
2012-11-23 | fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf | Rich Felker | 2 | -0/+36 |
2012-11-14 | fix indention with spaces in powerpc asm | Rich Felker | 2 | -10/+10 |
2012-11-13 | PPC port cleaned up, static linking works well now. | rofl0r | 4 | -35/+87 |
2012-11-13 | import preliminary ppc work by rdp. | Richard Pennington | 2 | -0/+35 |
2012-09-29 | microblaze port | Rich Felker | 2 | -0/+58 |