index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
setjmp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix mips setjmp/longjmp fpu state on r6, related issues
Rich Felker
2019-09-26
2
-24
/
+12
*
arm: fix setjmp and longjmp asm for armv8-a
Szabolcs Nagy
2019-09-26
2
-0
/
+14
*
add riscv64 architecture support
Rich Felker
2019-06-14
2
-0
/
+83
*
add m68k port
Rich Felker
2018-06-19
2
-0
/
+32
*
fix access by setjmp and longjmp to __hwcap on arm built as thumb2
Rich Felker
2017-10-13
2
-0
/
+2
*
ppc64: fix setjmp/longjmp handling of TOC pointer
Bobby Bingham
2017-08-11
2
-10
/
+25
*
make arm setjmp/longjmp asm thumb2-compatible
Rich Felker
2016-12-17
2
-2
/
+6
*
add s390x port
Bobby Bingham
2016-11-11
2
-0
/
+48
*
add powerpc64 port
Bobby Bingham
2016-05-08
2
-0
/
+155
*
add mips n32 port (ILP32 ABI for mips64)
Rich Felker
2016-04-18
2
-0
/
+70
*
add powerpc soft-float support
Felix Fietkau
2016-03-06
2
-16
/
+22
*
add mips64 port
Rich Felker
2016-03-06
2
-0
/
+71
*
switch sh and mips setjmp asm from .sub system to .S files
Rich Felker
2016-01-20
20
-109
/
+12
*
use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpic
Rich Felker
2015-11-11
4
-0
/
+4
*
explicitly assemble all arm asm sources as UAL
Rich Felker
2015-11-10
2
-0
/
+2
*
remove non-working pre-armv4t support from arm asm
Rich Felker
2015-11-09
2
-6
/
+2
*
use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmp
Rich Felker
2015-11-09
2
-2
/
+10
*
fix build regression in sh-nofpu subarch due to missing symbol
Rich Felker
2015-04-24
1
-0
/
+3
*
remove invalid PLT calls from or1k asm
Rich Felker
2015-04-19
1
-0
/
+3
*
remove possible-textrels from powerpc asm
Rich Felker
2015-04-19
1
-0
/
+3
*
remove invalid PLT calls from microblaze asm
Rich Felker
2015-04-19
1
-0
/
+3
*
remove invalid PLT calls from sh asm
Rich Felker
2015-04-19
1
-0
/
+3
*
remove the last of possible-textrels from i386 asm
Rich Felker
2015-04-18
1
-0
/
+3
*
add aarch64 port
Szabolcs Nagy
2015-03-11
2
-0
/
+48
*
fix missing comma in sh setjmp asm
Trutz Behn
2015-01-30
1
-1
/
+1
*
fix build regression in arm asm for setjmp/longjmp with old assemblers
Rich Felker
2014-11-23
2
-2
/
+2
*
arm assembly changes for clang compatibility
Joakim Sindholt
2014-11-23
2
-2
/
+2
*
add or1k (OpenRISC 1000) architecture port
Stefan Kristiansson
2014-07-18
2
-0
/
+49
*
fix typo in microblaze setjmp asm
Rich Felker
2014-07-08
1
-1
/
+1
*
add nofpu subarchs to the sh arch, and properly detect compiler's fpu config
Rich Felker
2014-02-27
6
-0
/
+47
*
rename superh port to "sh" for consistency
Rich Felker
2014-02-27
2
-0
/
+0
*
add missing sub files for mipsel-sf to use softfloat code
Rich Felker
2014-02-24
2
-0
/
+2
*
mips: add mips-sf subarch support (soft-float)
Szabolcs Nagy
2014-02-24
4
-0
/
+52
*
superh port
Bobby Bingham
2014-02-23
2
-0
/
+51
*
import vanilla x86_64 code as x32
rofl0r
2014-02-23
2
-0
/
+44
*
remove fenv saving/loading code from setjmp/longjmp on arm
Rich Felker
2012-12-05
2
-4
/
+0
*
remove mips setjmp/longjmp code to save/restore fenv
Rich Felker
2012-12-05
2
-5
/
+1
*
fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf
Rich Felker
2012-11-23
2
-0
/
+36
*
fix indention with spaces in powerpc asm
Rich Felker
2012-11-14
2
-10
/
+10
*
PPC port cleaned up, static linking works well now.
rofl0r
2012-11-13
4
-35
/
+87
*
import preliminary ppc work by rdp.
Richard Pennington
2012-11-13
2
-0
/
+35
*
microblaze port
Rich Felker
2012-09-29
2
-0
/
+58
*
floating point support for arm setjmp/longjmp
Rich Felker
2012-08-05
2
-2
/
+54
*
optimize arm setjmp/longjmp register saving/loading
Rich Felker
2012-07-27
2
-6
/
+2
*
add floating point register saving/restoring to mips setjmp/longjmp
Rich Felker
2012-07-22
2
-1
/
+29
*
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
Rich Felker
2012-07-11
2
-0
/
+50
*
update license of njk contributed code (x86_64 asm)
Rich Felker
2012-05-05
2
-2
/
+2
*
initial commit of the arm port
Rich Felker
2011-09-18
2
-0
/
+32
*
restore use of .type in asm, but use modern @function (vs %function)
Rich Felker
2011-06-14
4
-0
/
+10
*
remove all .size and .type directives for functions from the asm
Rich Felker
2011-06-13
4
-20
/
+0
[next]