about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Implement optimized strcmpMarcus Shawcroft2013-01-172-0/+159
* AArch64: Implement optimized bzero.Marcus Shawcroft2013-01-172-0/+31
* AArch64: Implement optimized memmove.Marcus Shawcroft2013-01-172-0/+316
* AArch64: Implement optimized memcpy.Marcus Shawcroft2013-01-172-0/+180
* AArch64: Implement optimized memset.Marcus Shawcroft2013-01-172-0/+233
* AArch64: Implement optimized memcmp.Marcus Shawcroft2013-01-173-0/+165
* AArch64: Tidyup whitespace.Marcus Shawcroft2013-01-172-11/+16
* Fix ChangeLogSiddhesh Poyarekar2013-01-171-20/+20
* Fix header commentSiddhesh Poyarekar2013-01-172-2/+4
* Implement x86 SIZE32/SIZE64 relocationsH.J. Lu2013-01-164-1/+39
* Adapt installed powerpc headers better for soft-float / no-FPRs.Joseph Myers2013-01-175-21/+57
* Hide reference to mktemp in libpthreadAndreas Schwab2013-01-167-3/+19
* Consolidate constant defines into mpa.hSiddhesh Poyarekar2013-01-1614-120/+46
* Fix the value of TWOSiddhesh Poyarekar2013-01-162-1/+5
* Optimize trunc{,f} on sparc.David S. Miller2013-01-1615-2/+522
* Optimize nearbyint{,f} on sparc.David S. Miller2013-01-1515-2/+588
* Add missing changelog for previous commit.David S. Miller2013-01-151-0/+5
* Use libc_fe*() in 32-bit nearbyint()David S. Miller2013-01-151-4/+4
* scsi/sg.h: include stddef.h for size_tMike Frysinger2013-01-152-0/+6
* Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction.David S. Miller2013-01-1428-223/+670
* Optimize fdim/fdimf on sparc.David S. Miller2013-01-1412-1/+329
* Use $(host-test-program-cmd) not $(test-program-cmd) for bug-setlocale1.Joseph Myers2013-01-142-1/+6
* Fix up log format, wrap a long line.Roland McGrath2013-01-142-4/+5
* Minor tweak to mp multiplicationSiddhesh Poyarekar2013-01-142-13/+18
* Fix code formatting in mpa.cSiddhesh Poyarekar2013-01-144-766/+1535
* Remove unnecessary local variable mptwoSiddhesh Poyarekar2013-01-143-8/+7
* manual: glob flags: fix sorting orderMike Frysinger2013-01-132-7/+12
* manual: glob flags: mention the GNU extensionsMike Frysinger2013-01-132-1/+7
* manual: glob: document the gl_flags fieldMike Frysinger2013-01-132-0/+17
* Add 64-bit VIS3 optimized GMP routines for sparc.David S. Miller2013-01-1113-1/+689
* Redo sparc 32-bit V9 GMP optimizations with fixed copyrights.David S. Miller2013-01-114-3/+238
* Adjust sparc for Roland's multiarch sysdep directory changes.David S. Miller2013-01-112-0/+7
* Remove unnecessary assert on attr in allocate_stack().Carlos O'Donell2013-01-112-1/+9
* Fix multiarch handling in sysdeps generation.Roland McGrath2013-01-113-8/+26
* Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers2013-01-1111-54/+48
* 2013-01-11 Steve Ellcey <sellcey@mips.com>Steve Ellcey2013-01-112-2/+11
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-1148-198/+449
* Add MSG_FASTOPENAndreas Jaeger2013-01-112-0/+8
* Undo receive sparc 32-bit V9 gmp routine commit.David S. Miller2013-01-104-207/+9
* Remove some old cruft variables from configure.Roland McGrath2013-01-103-4/+12
* Optimize sparc 32-bit V9 GMP multiply routines.David S. Miller2013-01-104-3/+214
* Move localedata ChangeLog entriesH.J. Lu2013-01-102-9/+11
* Fix whitespace in elf.h MIPS macros.Roland McGrath2013-01-102-86/+116
* Update sparc ULPs for new casin{,h} tests.David S. Miller2013-01-102-0/+118
* Support run bug-setlocale1 directlyH.J. Lu2013-01-104-10/+24
* Support run tst-exec and tst-spawn directlyH.J. Lu2013-01-106-24/+44
* Use __extension__ with long long in installed headers.Joseph Myers2013-01-1020-31/+84
* typo fixRoland McGrath2013-01-101-1/+1
* Remove __GNUC__ conditions for "long long" from string.h and wchar.h.Joseph Myers2013-01-103-6/+12
* Correct _XXX_ILP32_OFFBIG for x32H.J. Lu2013-01-103-9/+29