aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sparc
AgeCommit message (Expand)AuthorFilesLines
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers1-0/+1
2013-11-12Fix sparc 64-bit GMP ifunc resolution in static builds.David S. Miller5-5/+5
2013-11-06Fix build on pre-v9 32-bit Sparc.David S. Miller1-1/+2
2013-10-30rename configure.in to configure.acMike Frysinger2-1/+1
2013-10-10Update sparc ULPs.David S. Miller1-0/+125
2013-10-10soft-fp: fix negation NaN handling (bug 16034).Joseph Myers1-5/+2
2013-09-23BZ #15754: CVE-2013-4788Carlos O'Donell2-0/+6
2013-08-21Fix typos.Ondřej Bílka1-1/+1
2013-07-20Update Sparc ULPs.David S. Miller1-0/+5
2013-07-07Full from-scratch rebuild of sparc ULPs.David S. Miller1-238/+73
2013-07-02Update sparc ULPs.David S. Miller1-0/+46
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold1-1/+5
2013-06-06Fix leading whitespaces.Ondrej Bilka14-18/+18
2013-06-05Remove trailing whitespace.Joseph Myers17-146/+146
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2-4/+2
2013-05-22Don't include expected results in libm-test test names.Joseph Myers1-2470/+2470
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers1-7/+7
2013-05-16MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki2-0/+2
2013-05-14Update Sparc ULPs.David S. Miller1-6/+853
2013-05-02Update Sparc ULPs.David S. Miller1-24/+4125
2013-03-22Update sparc ULPs.David S. Miller1-4/+1002
2013-03-20Move system-specific settings out of toplevel configure.in and config.make.in.Joseph Myers2-0/+3
2013-03-17Update Sparc ULPs.David S. Miller1-2/+14
2013-02-15Remove bounded-pointers build system support.Joseph Myers2-3/+0
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers1-5/+4
2013-02-04Add long-double sparc ULPs updates missing in previous commit.David S. Miller1-0/+36
2013-02-04Update sparc ULPs after Joseph's casin fixes.David S. Miller1-0/+126
2013-02-04Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers2-6/+0
2013-02-01Remove BOUNDED_N and BOUNDED_1.Joseph Myers1-3/+0
2013-01-23Add a minor 'cas' atomic optimization on sparc.David S. Miller2-12/+30
2013-01-21Use libgcc unwinder for sparc backtraces, if available.David S. Miller6-57/+188
2013-01-17Update sparc ULPs.David S. Miller1-0/+74
2013-01-16Optimize trunc{,f} on sparc.David S. Miller14-2/+503
2013-01-15Optimize nearbyint{,f} on sparc.David S. Miller14-2/+566
2013-01-14Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction.David S. Miller27-223/+629
2013-01-14Optimize fdim/fdimf on sparc.David S. Miller11-1/+312
2013-01-14Fix up log format, wrap a long line.Roland McGrath1-1/+2
2013-01-11Add 64-bit VIS3 optimized GMP routines for sparc.David S. Miller11-0/+673
2013-01-11Redo sparc 32-bit V9 GMP optimizations with fixed copyrights.David S. Miller3-3/+233
2013-01-11Adjust sparc for Roland's multiarch sysdep directory changes.David S. Miller1-4/+0
2013-01-10Undo receive sparc 32-bit V9 gmp routine commit.David S. Miller3-207/+3
2013-01-10Optimize sparc 32-bit V9 GMP multiply routines.David S. Miller3-3/+207
2013-01-10Update sparc ULPs for new casin{,h} tests.David S. Miller1-0/+114
2013-01-04Update Sparc ULPs.David S. Miller1-0/+5
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers278-287/+278
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-2/+1
2012-11-28Update sparc ULPs for recently added pow tests.David S. Miller1-0/+25
2012-11-19Fix spurious underflows in ldbl-128 atan implementation.David S. Miller1-0/+3
2012-11-18Correct tinyness handling in long-double and float y0/y1.David S. Miller1-1/+46
2012-11-13Add support for sparc cryptographic hash opcodes.David S. Miller15-0/+455