Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2017-10-13 | fix access by setjmp and longjmp to __hwcap on arm built as thumb2 | Rich Felker | -0/+2 |
2016-12-17 | make arm setjmp/longjmp asm thumb2-compatible | Rich Felker | -2/+6 |
2015-11-10 | explicitly assemble all arm asm sources as UAL | Rich Felker | -0/+2 |
2015-11-09 | remove non-working pre-armv4t support from arm asm | Rich Felker | -6/+2 |
2015-11-09 | use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmp | Rich Felker | -2/+10 |
2014-11-23 | fix build regression in arm asm for setjmp/longjmp with old assemblers | Rich Felker | -2/+2 |
2014-11-23 | arm assembly changes for clang compatibility | Joakim Sindholt | -2/+2 |
2012-12-05 | remove fenv saving/loading code from setjmp/longjmp on arm | Rich Felker | -4/+0 |
2012-08-05 | floating point support for arm setjmp/longjmp | Rich Felker | -2/+54 |
2012-07-27 | optimize arm setjmp/longjmp register saving/loading | Rich Felker | -6/+2 |
2011-09-18 | initial commit of the arm port | Rich Felker | -0/+32 |