Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Use -msse2avx option for x86-64 libm functions | Ulrich Drepper | 2012-01-28 | 13 | -60/+83 | |
|/ | ||||||
* | Simplify use of AVX instructions in internal math macros | Ulrich Drepper | 2012-01-28 | 2 | -59/+24 | |
| | ||||||
* | PowerPC - A2 memcpy cache line size initialization | Adhemerval Zanella | 2012-01-27 | 3 | -4/+57 | |
| | ||||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-01-27 | 135 | -1137/+271 | |
|\ | | | | | | | | | Conflicts: ChangeLog | |||||
| * | Remove __STDC__ conditionals from libm. | Joseph Myers | 2012-01-27 | 135 | -1137/+271 | |
| | | ||||||
* | | Sort objects before relocations | Ulrich Drepper | 2012-01-27 | 8 | -35/+158 | |
|/ | ||||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-01-27 | 20 | -156/+66 | |
|\ | ||||||
| * | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | 2012-01-26 | 10 | -63/+27 | |
| | | ||||||
| * | Remove __STDC__ conditionals from installed headers. | Joseph Myers | 2012-01-26 | 11 | -93/+39 | |
| | | ||||||
* | | Fix comment | Ulrich Drepper | 2012-01-27 | 1 | -2/+2 | |
|/ | ||||||
* | Really fix AVX tests | Ulrich Drepper | 2012-01-26 | 9 | -28/+41 | |
| | | | | | | There is no problem with strcmp, it doesn't use the YMM registers. The math routines might since gcc perhaps generates such code. Introduce bit_YMM_USBALE and use it in the math routines. | |||||
* | Reset bit_AVX in __cpu_features is OS support is missing | Ulrich Drepper | 2012-01-26 | 4 | -4/+24 | |
| | ||||||
* | Remove gets declarations in C++ tests. | Joseph Myers | 2012-01-25 | 5 | -6/+7 | |
| | ||||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-01-24 | 12 | -6102/+53 | |
|\ | | | | | | | | | Conflicts: ChangeLog | |||||
| * | Remove posix/glob directory (standalone glob build support). | Joseph Myers | 2012-01-24 | 9 | -6085/+4 | |
| | | ||||||
| * | Use newly built locales for tst-c16c32-1. | Joseph Myers | 2012-01-24 | 2 | -0/+5 | |
| | | ||||||
| * | Hurd: Try to respect mmap address hint for non-MAP_FIXED. | Samuel Thibault | 2012-01-23 | 2 | -15/+37 | |
| | | ||||||
| * | Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT. | Pino Toscano | 2012-01-23 | 2 | -2/+7 | |
| | | ||||||
* | | Fix gets problems | Ulrich Drepper | 2012-01-24 | 4 | -10/+30 | |
|/ | ||||||
* | Fix version check in uchar.h | Ulrich Drepper | 2012-01-21 | 2 | -1/+5 | |
| | ||||||
* | Do not cache negative results in nscd if these are transient | Ulrich Drepper | 2012-01-20 | 7 | -18/+34 | |
| | ||||||
* | More minor malloc cleanups | Ulrich Drepper | 2012-01-17 | 1 | -24/+1 | |
| | ||||||
* | Minor cleanups of malloc code | Ulrich Drepper | 2012-01-16 | 3 | -55/+6 | |
| | ||||||
* | Fix locking problem in fmtmsg | Ulrich Drepper | 2012-01-16 | 4 | -3/+43 | |
| | ||||||
* | Don't always provide definition of gets checking version | Marek Polacek | 2012-01-13 | 2 | -0/+8 | |
| | ||||||
* | Powerpc: correct duplicate label issue with multiple passes through context code | Will Schmidt | 2012-01-12 | 5 | -11/+25 | |
| | ||||||
* | Optimized acosh for 64-bit platforms | Ulrich Drepper | 2012-01-11 | 2 | -0/+69 | |
| | ||||||
* | Optimize scalbln | Ulrich Drepper | 2012-01-11 | 5 | -77/+108 | |
| | ||||||
* | Fix warnings due to return in void functions | Ulrich Drepper | 2012-01-11 | 2 | -6/+21 | |
| | ||||||
* | Optimize s_modf | Ulrich Drepper | 2012-01-10 | 6 | -51/+88 | |
| | ||||||
* | Add const attribute to fmin and fmax | Ulrich Drepper | 2012-01-10 | 2 | -2/+4 | |
| | ||||||
* | Optimize ldexp and scalbn | Ulrich Drepper | 2012-01-10 | 6 | -93/+65 | |
| | ||||||
* | Add const attribute to pthread_equal | Ulrich Drepper | 2012-01-10 | 2 | -1/+4 | |
| | ||||||
* | Consistently added return to pthread_exit | Ulrich Drepper | 2012-01-10 | 3 | -3/+8 | |
| | ||||||
* | Add noreturn attribute | Marek Polacek | 2012-01-10 | 2 | -1/+6 | |
| | ||||||
* | Some branch prediction for log1p | Ulrich Drepper | 2012-01-09 | 2 | -3/+7 | |
| | ||||||
* | bits/poll2.h needs __BEGIN/__END_DECLS | Ulrich Drepper | 2012-01-08 | 2 | -0/+6 | |
| | ||||||
* | Install bits/poll2.h | Ulrich Drepper | 2012-01-08 | 2 | -2/+6 | |
| | ||||||
* | Fix typo in Linux/PPC32 getcontext | Will Schmidt | 2012-01-08 | 2 | -4/+9 | |
| | ||||||
* | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 2012-01-08 | 15 | -44/+86 | |
| | | | | | Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | |||||
* | Mark potential fix for BZ 11929 | Ulrich Drepper | 2012-01-08 | 2 | -7/+8 | |
| | ||||||
* | sscanf always calls realloc | Paul Pluzhnikov | 2012-01-08 | 2 | -2/+7 | |
| | ||||||
* | CL | Adhemerval Zanella | 2012-01-08 | 1 | -0/+6 | |
| | ||||||
* | Use __pthread_get_minstack for AIO helper thread | Adhemerval Zanella | 2012-01-08 | 1 | -2/+2 | |
| | ||||||
* | Fix CL | Ulrich Drepper | 2012-01-08 | 1 | -2/+1 | |
| | ||||||
* | Add test for CMPLX macros | Ulrich Drepper | 2012-01-08 | 3 | -1/+60 | |
| | ||||||
* | Fix typo in CMPLXL | Ulrich Drepper | 2012-01-08 | 2 | -1/+3 | |
| | ||||||
* | Quash implicit declaration warning | Marek Polacek | 2012-01-08 | 2 | -0/+5 | |
| | ||||||
* | Add checking versions of poll and ppoll | Ulrich Drepper | 2012-01-08 | 14 | -5/+190 | |
| | ||||||
* | Regenerated | Ulrich Drepper | 2012-01-08 | 1 | -1/+0 | |
| |