aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-17AArch64: Implement optimized strcmpMarcus Shawcroft2-0/+159
2013-01-17AArch64: Implement optimized bzero.Marcus Shawcroft2-0/+31
2013-01-17AArch64: Implement optimized memmove.Marcus Shawcroft2-0/+316
2013-01-17AArch64: Implement optimized memcpy.Marcus Shawcroft2-0/+180
2013-01-17AArch64: Implement optimized memset.Marcus Shawcroft2-0/+233
2013-01-17AArch64: Implement optimized memcmp.Marcus Shawcroft3-0/+165
2013-01-17AArch64: Tidyup whitespace.Marcus Shawcroft2-11/+16
2013-01-17Fix ChangeLogSiddhesh Poyarekar1-20/+20
2013-01-17Fix header commentSiddhesh Poyarekar2-2/+4
2013-01-16Implement x86 SIZE32/SIZE64 relocationsH.J. Lu4-1/+39
2013-01-17Adapt installed powerpc headers better for soft-float / no-FPRs.Joseph Myers5-21/+57
2013-01-16Hide reference to mktemp in libpthreadAndreas Schwab7-3/+19
2013-01-16Consolidate constant defines into mpa.hSiddhesh Poyarekar14-120/+46
2013-01-16Fix the value of TWOSiddhesh Poyarekar2-1/+5
2013-01-16Optimize trunc{,f} on sparc.David S. Miller15-2/+522
2013-01-15Optimize nearbyint{,f} on sparc.David S. Miller15-2/+588
2013-01-15Add missing changelog for previous commit.David S. Miller1-0/+5
2013-01-15Use libc_fe*() in 32-bit nearbyint()David S. Miller1-4/+4
2013-01-15scsi/sg.h: include stddef.h for size_tMike Frysinger2-0/+6
2013-01-14Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction.David S. Miller28-223/+670
2013-01-14Optimize fdim/fdimf on sparc.David S. Miller12-1/+329
2013-01-14Use $(host-test-program-cmd) not $(test-program-cmd) for bug-setlocale1.Joseph Myers2-1/+6
2013-01-14Fix up log format, wrap a long line.Roland McGrath2-4/+5
2013-01-14Minor tweak to mp multiplicationSiddhesh Poyarekar2-13/+18
2013-01-14Fix code formatting in mpa.cSiddhesh Poyarekar4-766/+1535
2013-01-14Remove unnecessary local variable mptwoSiddhesh Poyarekar3-8/+7
2013-01-13manual: glob flags: fix sorting orderMike Frysinger2-7/+12
2013-01-13manual: glob flags: mention the GNU extensionsMike Frysinger2-1/+7
2013-01-13manual: glob: document the gl_flags fieldMike Frysinger2-0/+17
2013-01-11Add 64-bit VIS3 optimized GMP routines for sparc.David S. Miller13-1/+689
2013-01-11Redo sparc 32-bit V9 GMP optimizations with fixed copyrights.David S. Miller4-3/+238
2013-01-11Adjust sparc for Roland's multiarch sysdep directory changes.David S. Miller2-0/+7
2013-01-11Remove unnecessary assert on attr in allocate_stack().Carlos O'Donell2-1/+9
2013-01-11Fix multiarch handling in sysdeps generation.Roland McGrath3-8/+26
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers11-54/+48
2013-01-112013-01-11 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-2/+11
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu48-198/+449
2013-01-11Add MSG_FASTOPENAndreas Jaeger2-0/+8
2013-01-10Undo receive sparc 32-bit V9 gmp routine commit.David S. Miller4-207/+9
2013-01-10Remove some old cruft variables from configure.Roland McGrath3-4/+12
2013-01-10Optimize sparc 32-bit V9 GMP multiply routines.David S. Miller4-3/+214
2013-01-10Move localedata ChangeLog entriesH.J. Lu2-9/+11
2013-01-10Fix whitespace in elf.h MIPS macros.Roland McGrath2-86/+116
2013-01-10Update sparc ULPs for new casin{,h} tests.David S. Miller2-0/+118
2013-01-10Support run bug-setlocale1 directlyH.J. Lu4-10/+24
2013-01-10Support run tst-exec and tst-spawn directlyH.J. Lu6-24/+44
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers20-31/+84
2013-01-10typo fixRoland McGrath1-1/+1
2013-01-10Remove __GNUC__ conditions for "long long" from string.h and wchar.h.Joseph Myers3-6/+12
2013-01-10Correct _XXX_ILP32_OFFBIG for x32H.J. Lu3-9/+29