aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sparc/sparc32
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Split tls-macros.h into sysdeps directories.Joseph Myers1-0/+66
2012-05-30Simulate sparc fpu exceptions using real FP ops again in soft-fp.David S. Miller1-15/+34
2012-05-30Fix underflow generation in soft-fp.David S. Miller1-1/+2
2012-05-27Fix underflow reporting and tie up loose ends in sparc soft-fp.David S. Miller2-38/+27
2012-05-21Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32H.J. Lu1-1/+1
2012-05-15Split up stackguard-macros.h into sysdeps directories.Joseph Myers1-0/+4
2012-05-08Minor optimization to sparc VIS3 floor() implementation.David S. Miller1-2/+1
2012-04-26Fix missing long-double compat symbols on sparc v9.David S. Miller14-0/+85
2012-04-25Restore non-v9 32-bit sparc build.David S. Miller1-1/+33
2012-04-17There is no legitimate reason to override reg_char on sparc32.David S. Miller1-20/+0
2012-04-07Handle some new sparc relocation types.David S. Miller1-0/+6
2012-04-05Reduce down to one definition of _ELF_DYNAMIC_DO_RELOC.David S. Miller1-3/+0
2012-03-28Optimize mempcpy on sparc.David S. Miller1-2/+12
2012-03-28Use generic memset/memcpy in rtld on sparcv9/sparc64.David S. Miller4-0/+4
2012-03-28Make sparc's -fPIC addition to ASFLAGS-.os more robust.David S. Miller1-3/+0
2012-03-28Move sysdeps/sparc/{,sparc32,sparc64}/elf filesAndreas Jaeger3-5/+4
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu1-1/+1
2012-03-15Add sparc vis3 optimized fma/fmaf.David S. Miller5-1/+89
2012-03-15Sparc long double is emulated in software, therefore use dbl-64's s_fma.cDavid S. Miller1-0/+2
2012-03-15Create a header for sparc ifunc expansion and use it for VIS3 ifuncs.David S. Miller18-666/+54
2012-03-15Sparc optimized fmin{,f} and fmax{,f}.David S. Miller13-1/+462
2012-03-15Add more sparc VIS3 optimized math routines.David S. Miller26-5/+1242
2012-03-14Add framework for using sparc VIS3 instructions, use it for copysign/signbit.David S. Miller6-0/+169
2012-03-09Fix bugs in sparc PLT profiling register management, and add sparc sotruss su...David S. Miller2-28/+36
2012-03-02Add sparc optimized {l,}rint{,f} for 32-bit v9 and 64-bit.David S. Miller4-0/+258
2012-03-01Optimized sparc assembler for signbit{,f,l} and some variants of isnan.David S. Miller4-0/+97
2012-03-01Sparc doesn't need seperate 32-bit and 64-bit ulps files.David S. Miller1-1376/+0
2012-03-01Remove sparc binutils GOTDATA checks in lieu of new minimum version requirement.David S. Miller6-43/+0
2012-02-28Add sparc optimized sqrt{,f}.David S. Miller4-0/+229
2012-02-28Add optimized copysign for sparc.David S. Miller2-0/+62
2012-02-27Optimized sparc floor{,f} routines.David S. Miller2-0/+170
2012-02-27Fix %fp/%sp typo in new sparc ceil{,f} assembler.David S. Miller2-4/+4
2012-02-27Fix comment formatting in new optimized sparc math files.David S. Miller4-60/+56
2012-02-27Optimized sparc ceil{,f} and rint{,f} routines.David S. Miller4-0/+297
2012-02-21Update long-double sparc math ULPs missed by previous changes.David S. Miller1-2/+18
2012-02-20Tweak sparc32 longjmp to not store a dummy frame pointer onto the stack.David S. Miller1-6/+4
2012-02-20Use sparc GOTDATA relocations whenever possible.David S. Miller2-22/+38
2012-02-20Consolidate Sparc ELF configure fragments to one spot.David S. Miller2-177/+0
2012-02-20Remove sparc WDISP22 configure checks, no longer used.David S. Miller2-47/+0
2012-02-20Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers1-5/+5
2012-02-20Adjust SPARC ULPs to take into account the new jn tests.Aurelien Jarno1-2/+40
2012-02-16Move sparc away from the deprecated inifini.c scheme.David S. Miller1-4/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert70-210/+140
2012-01-08More fallout from supporting only ELFUlrich Drepper1-5/+1
2011-10-12Optimize libmUlrich Drepper1-1/+2
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab1-4/+7
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper2-26/+99
2011-09-10Remove support for !USE___THREADUlrich Drepper1-10/+3
2011-09-08Remove support for automatic cvs check-insUlrich Drepper1-4/+1
2011-09-05Fixes and optimizations for 32-bit sparc fabs*().David S. Miller4-13/+60