Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-08-05 | floating point support for arm setjmp/longjmp | Rich Felker | 2 | -2/+54 |
2012-07-27 | optimize arm setjmp/longjmp register saving/loading | Rich Felker | 2 | -6/+2 |
2012-07-22 | add floating point register saving/restoring to mips setjmp/longjmp | Rich Felker | 2 | -1/+29 |
2012-07-11 | initial version of mips (o32) port, based on work by Richard Pennington (rdp) | Rich Felker | 2 | -0/+50 |
2012-05-05 | update license of njk contributed code (x86_64 asm) | Rich Felker | 2 | -2/+2 |
2011-09-18 | initial commit of the arm port | Rich Felker | 2 | -0/+32 |
2011-06-14 | restore use of .type in asm, but use modern @function (vs %function) | Rich Felker | 4 | -0/+10 |
2011-06-13 | remove all .size and .type directives for functions from the asm | Rich Felker | 4 | -20/+0 |
2011-05-26 | modernize coding style in sjlj asm | Rich Felker | 4 | -35/+35 |
2011-02-15 | Port musl to x86-64. One giant commit! | Nicholas J. Kain | 2 | -0/+49 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 4 | -0/+45 |