Age | Commit message (Expand) | Author | Files | Lines |
2013-02-25 | Remove commented declarations | Siddhesh Poyarekar | 1 | -14/+0 |
2013-02-25 | Use long wherever possible in mpa.c | Siddhesh Poyarekar | 1 | -31/+39 |
2013-02-25 | Format slowexp.c | Siddhesh Poyarekar | 1 | -22/+26 |
2013-02-25 | Reformat slowpow.c | Siddhesh Poyarekar | 1 | -31/+48 |
2013-02-25 | Remove commented code | Siddhesh Poyarekar | 1 | -6/+0 |
2013-02-25 | Sync up powerpc __mp_dbl with default code | Siddhesh Poyarekar | 2 | -6/+2 |
2013-02-21 | Remove remaining bounded-pointers support from i386 .S files. | Joseph Myers | 63 | -500/+326 |
2013-02-21 | Mark __inv as static in powerpc | Siddhesh Poyarekar | 2 | -2/+2 |
2013-02-21 | Fix whitespace differences between generic and powerpc mpa.c | Siddhesh Poyarekar | 3 | -4/+4 |
2013-02-21 | S/390: Fix _dl_runtime_profile for 32 bit. | Andreas Krebbel | 1 | -5/+11 |
2013-02-21 | Mark ZERO inputs to __mul as unlikely on powerpc | Siddhesh Poyarekar | 2 | -2/+2 |
2013-02-20 | Respect the user's namespace in installed header files. | Thomas Schwinge | 1 | -1/+1 |
2013-02-20 | bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)). | Thomas Schwinge | 1 | -1/+1 |
2013-02-20 | Copy comment about inner loop from powerpc mpa.c to the default one | Siddhesh Poyarekar | 3 | -2/+12 |
2013-02-19 | Remove some bounded-pointers support from i386 .S files. | Joseph Myers | 51 | -477/+27 |
2013-02-18 | unify xmalloc prototypes & friends | Mike Frysinger | 1 | -7/+1 |
2013-02-18 | C++11 thread_local destructors support | Siddhesh Poyarekar | 10 | -0/+30 |
2013-02-18 | New function _dl_find_dso_for_object | Siddhesh Poyarekar | 1 | -0/+4 |
2013-02-18 | FUTEX_*_REQUEUE_PI support for non-x86 code | Siddhesh Poyarekar | 1 | -0/+5 |
2013-02-18 | S/390: Fix _dl_runtime_profile | Andreas Krebbel | 1 | -32/+38 |
2013-02-17 | Remove bounded-pointers handling from x86_64 assembly sources. | Joseph Myers | 17 | -197/+32 |
2013-02-16 | Don't require LIM to determine loop end in __sqr | Siddhesh Poyarekar | 1 | -10/+4 |
2013-02-16 | Use intermediate variable to compute exponent in __mul | Siddhesh Poyarekar | 1 | -4/+15 |
2013-02-15 | Fix determination of lower precision in __mul | Siddhesh Poyarekar | 1 | -1/+4 |
2013-02-15 | Remove bounded-pointers build system support. | Joseph Myers | 3 | -5/+0 |
2013-02-15 | Remove miscellaneous bounded-pointers relics in C code. | Joseph Myers | 3 | -11/+2 |
2013-02-14 | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | 12 | -43/+29 |
2013-02-14 | Remove redundant return keyword | Siddhesh Poyarekar | 2 | -26/+0 |
2013-02-14 | Use __sqr instead of __mul wherever possible | Siddhesh Poyarekar | 3 | -4/+4 |
2013-02-14 | New __sqr function as a faster special case of __mul | Siddhesh Poyarekar | 7 | -2/+296 |
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 36 | -101/+81 |
2013-02-13 | Remove unnecessary factorial array | Siddhesh Poyarekar | 1 | -10/+3 |
2013-02-13 | Better exp polynomial | Siddhesh Poyarekar | 1 | -23/+37 |
2013-02-13 | Optimized mp multiplication | Siddhesh Poyarekar | 1 | -8/+48 |
2013-02-13 | Clean up add_magnitudes and sub_magnitudes | Siddhesh Poyarekar | 1 | -52/+60 |
2013-02-08 | Remove CHECK_N and bp-checks.h. | Joseph Myers | 30 | -141/+44 |
2013-02-08 | ARM: Support loading unmarked objects from cache. | Carlos O'Donell | 1 | -0/+1 |
2013-02-08 | Remove CHECK_1 and CHECK_1_NULL_OK. | Joseph Myers | 32 | -159/+42 |
2013-02-08 | Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code. | Joseph Myers | 1 | -12/+0 |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 4 | -6/+7 |
2013-02-05 | Move nss directory into sysdeps Subdirs. | Roland McGrath | 1 | -0/+1 |
2013-02-05 | Add missing includes to sysdeps/generic/malloc-sysdep.h. | Roland McGrath | 1 | -0/+3 |
2013-02-04 | Add long-double sparc ULPs updates missing in previous commit. | David S. Miller | 1 | -0/+36 |
2013-02-04 | Update sparc ULPs after Joseph's casin fixes. | David S. Miller | 1 | -0/+126 |
2013-02-04 | Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. | Joseph Myers | 26 | -109/+35 |
2013-02-01 | Remove BOUNDED_N and BOUNDED_1. | Joseph Myers | 5 | -21/+3 |
2013-02-01 | Remove bp-start.h and INIT_ARGV_and_ENVIRON. | Joseph Myers | 2 | -72/+0 |
2013-01-31 | Remove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES. | Joseph Myers | 1 | -27/+0 |
2013-01-31 | Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK. | Joseph Myers | 11 | -30/+11 |
2013-01-31 | Remove bp-semctl.h and CHECK_SEMCTL. | Joseph Myers | 5 | -88/+10 |