Age | Commit message (Expand) | Author | Files | Lines |
2012-04-26 | Fix missing long-double compat symbols on sparc v9. | David S. Miller | 14 | -0/+85 |
2012-04-25 | Restore non-v9 32-bit sparc build. | David S. Miller | 1 | -1/+33 |
2012-04-25 | Delete everything under sysdeps/unix/sparc/ | David S. Miller | 1 | -0/+50 |
2012-04-18 | Forgot to delete the sparc64 memcopy.h which tries to include the sparc32 one | David S. Miller | 1 | -1/+0 |
2012-04-18 | Finish ilogb changes | Andreas Jaeger | 1 | -4/+2 |
2012-04-17 | There is no legitimate reason to override reg_char on sparc32. | David S. Miller | 1 | -20/+0 |
2012-04-11 | Update sparc libm ULPs. | David S. Miller | 1 | -10/+124 |
2012-04-07 | Handle some new sparc relocation types. | David S. Miller | 2 | -0/+18 |
2012-04-05 | Reduce down to one definition of _ELF_DYNAMIC_DO_RELOC. | David S. Miller | 2 | -6/+0 |
2012-03-28 | Optimize mempcpy on sparc. | David S. Miller | 8 | -13/+112 |
2012-03-28 | Do not elide the libc hidden def of sparc's memset/memcpy when multiarching. | David S. Miller | 2 | -10/+10 |
2012-03-28 | Use generic memset/memcpy in rtld on sparcv9/sparc64. | David S. Miller | 8 | -0/+8 |
2012-03-28 | Fix bugs and improve performance of niagara memset/bzero. | David S. Miller | 1 | -4/+50 |
2012-03-28 | Make sparc's -fPIC addition to ASFLAGS-.os more robust. | David S. Miller | 3 | -6/+3 |
2012-03-28 | Regenerate configure files | Andreas Jaeger | 1 | -0/+93 |
2012-03-28 | Fix sparc64/elf merge | David S. Miller | 1 | -3/+3 |
2012-03-28 | Move sysdeps/sparc/{,sparc32,sparc64}/elf files | Andreas Jaeger | 9 | -261/+80 |
2012-03-23 | Update sparc ULPs for recently added tests and bug fixes. | David S. Miller | 1 | -67/+59 |
2012-03-21 | Update sparc ULPs for recently added tests. | David S. Miller | 1 | -0/+26 |
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 2 | -2/+2 |
2012-03-19 | Update sparc ULPs for newly added tests. | David S. Miller | 1 | -0/+49 |
2012-03-19 | Fix sparc build after math_private.h cleanups. | David S. Miller | 2 | -62/+107 |
2012-03-16 | Update sparc ULPs. | David S. Miller | 1 | -89/+71 |
2012-03-16 | Implement optimized libc_fe*() math routines on sparc. | David S. Miller | 1 | -0/+68 |
2012-03-15 | Add sparc vis3 optimized fma/fmaf. | David S. Miller | 10 | -2/+169 |
2012-03-15 | Sparc long double is emulated in software, therefore use dbl-64's s_fma.c | David S. Miller | 2 | -0/+4 |
2012-03-15 | Create a header for sparc ifunc expansion and use it for VIS3 ifuncs. | David S. Miller | 39 | -1406/+226 |
2012-03-15 | Sparc optimized fmin{,f} and fmax{,f}. | David S. Miller | 26 | -2/+898 |
2012-03-15 | Add more sparc VIS3 optimized math routines. | David S. Miller | 55 | -11/+2598 |
2012-03-14 | Update sparc ULPs for newly added csqrt tests. | David S. Miller | 1 | -0/+34 |
2012-03-14 | Add framework for using sparc VIS3 instructions, use it for copysign/signbit. | David S. Miller | 14 | -0/+494 |
2012-03-14 | Small optimization to sparc 64-bit copysign. | David S. Miller | 2 | -6/+4 |
2012-03-13 | Remove no longer needed assembler offset generation on sparc. | David S. Miller | 4 | -11/+0 |
2012-03-11 | Update sparc ULPs for recently added tests. | David S. Miller | 1 | -3/+464 |
2012-03-09 | Fix bugs in sparc PLT profiling register management, and add sparc sotruss su... | David S. Miller | 3 | -50/+57 |
2012-03-05 | Update sparc ULPs due to recently added tests. | David S. Miller | 1 | -0/+87 |
2012-03-02 | Add sparc optimized {l,}rint{,f} for 32-bit v9 and 64-bit. | David S. Miller | 8 | -0/+385 |
2012-03-02 | Update sparc ULPs. | David S. Miller | 1 | -0/+412 |
2012-03-01 | Optimized 64-bit sparc assembler for finite{,f} and isinf{,f}. | David S. Miller | 4 | -0/+129 |
2012-03-01 | Optimized sparc assembler for signbit{,f,l} and some variants of isnan. | David S. Miller | 9 | -0/+224 |
2012-03-01 | Update Sparc ulps for recently added tests. | David S. Miller | 1 | -0/+13 |
2012-03-01 | Sparc doesn't need seperate 32-bit and 64-bit ulps files. | David S. Miller | 2 | -1376/+0 |
2012-03-01 | Remove sparc binutils GOTDATA checks in lieu of new minimum version requirement. | David S. Miller | 13 | -152/+2 |
2012-02-28 | Add sparc optimized sqrt{,f}. | David S. Miller | 6 | -0/+337 |
2012-02-28 | Add optimized copysign for sparc. | David S. Miller | 4 | -0/+124 |
2012-02-27 | Optimized sparc floor{,f} routines. | David S. Miller | 4 | -0/+334 |
2012-02-27 | Fix %fp/%sp typo in new sparc ceil{,f} assembler. | David S. Miller | 4 | -8/+8 |
2012-02-27 | Fix comment formatting in new optimized sparc math files. | David S. Miller | 8 | -120/+112 |
2012-02-27 | Optimized sparc ceil{,f} and rint{,f} routines. | David S. Miller | 8 | -0/+578 |
2012-02-21 | Update long-double sparc math ULPs missed by previous changes. | David S. Miller | 2 | -4/+36 |