Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support crti.S and crtn.S provided directly by architectures. | Joseph Myers | 2012-02-08 | 10 | -13/+239 |
| | |||||
* | Remove _G_ARGS macros. | Marek Polacek | 2012-02-07 | 4 | -9/+6 |
| | |||||
* | Add tst-CMPLX2 test. | Marek Polacek | 2012-02-07 | 3 | -1/+155 |
| | |||||
* | Adjust libm test ULPs for powerpc | Andreas Schwab | 2012-02-07 | 2 | -2/+18 |
| | |||||
* | Fix loss of precision in jn tests | Andreas Schwab | 2012-02-07 | 2 | -9/+13 |
| | |||||
* | Remove __ELF__ conditionals | Marek Polacek | 2012-02-07 | 55 | -265/+122 |
| | |||||
* | Undefine and redefine __i686 for assembly code. | Joseph Myers | 2012-02-06 | 2 | -1/+12 |
| | |||||
* | Match x86 PIC thunk names to compiler version. | Joseph Myers | 2012-02-06 | 2 | -3/+22 |
| | |||||
* | Use macro for PIC setup in inline asm. | Joseph Myers | 2012-02-05 | 3 | -10/+28 |
| | |||||
* | Use macros for x86 PIC thunk names. | Joseph Myers | 2012-02-03 | 3 | -15/+28 |
| | |||||
* | Consistently use macros for x86 PIC thunks. | Joseph Myers | 2012-02-03 | 50 | -490/+177 |
| | |||||
* | Include <stdio.h> in math/tst-CMPLX.c. | Joseph Myers | 2012-02-03 | 2 | -0/+5 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-01-31 | 7 | -57/+23 |
|\ | |||||
| * | Always define float_t as float for PowerPC, SH and SPARC. | Joseph Myers | 2012-01-31 | 4 | -39/+12 |
| | | |||||
| * | Remove PARAMS macros. | Marek Polacek | 2012-01-31 | 4 | -18/+11 |
| | | |||||
* | | Cleanups of malloc | Ulrich Drepper | 2012-01-31 | 4 | -195/+145 |
|/ | | | | Remove ugly names and unnecessary wrappers. | ||||
* | Handle ARENA_TEST correctly | Ulrich Drepper | 2012-01-31 | 2 | -2/+15 |
| | |||||
* | Don't add CL for generated files!!! | Ulrich Drepper | 2012-01-30 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-01-30 | 42 | -206/+476 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | 2012-01-30 | 30 | -110/+67 |
| | | |||||
| * | Fix makefile/configure problems with sse2avx changes. | Joseph Myers | 2012-01-30 | 5 | -1/+13 |
| | | |||||
| * | Merge remote-tracking branch 'origin/cmetcalf/tile_config' | Roland McGrath | 2012-01-30 | 3 | -86/+142 |
| |\ | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | Update config.guess, config.sub from upstream config git repository. | Chris Metcalf | 2012-01-29 | 3 | -86/+142 |
| | | | |||||
| * | | Add Tile relocation types. | Chris Metcalf | 2012-01-30 | 2 | -3/+223 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait' | Roland McGrath | 2012-01-30 | 3 | -1/+13 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait(). | Chris Metcalf | 2012-01-28 | 3 | -1/+15 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/cmetcalf/tile_not_cancel_h' | Roland McGrath | 2012-01-30 | 2 | -1/+4 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c. | Chris Metcalf | 2012-01-28 | 2 | -1/+6 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/cmetcalf/tile_firstversions' | Roland McGrath | 2012-01-30 | 2 | -2/+8 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | Fix bug in firstversions.awk version range handling. | Chris Metcalf | 2012-01-28 | 2 | -2/+10 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/cmetcalf/tile_faccessat' | Roland McGrath | 2012-01-30 | 2 | -2/+6 |
| |\ \ | |||||
| | * | | Call __fxstatat64 from faccessat() to avoid PLT in -Os builds. | Chris Metcalf | 2012-01-28 | 2 | -2/+6 |
| | |/ | |||||
* | / | Optimize __get_tls_addr a bit | Ulrich Drepper | 2012-01-30 | 2 | -16/+36 |
|/ / | | | | | | | | | Rearrange code to avoid creation of a stack frame. At least on x86-64 the code for the fast path should be down to the bare minimum. | ||||
* | | Optimize x86-64 math inline header a bit | Ulrich Drepper | 2012-01-28 | 2 | -8/+38 |
| | | |||||
* | | 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 |
| | |