Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-06 | PowerPC: multiarch __ieee754_hypot[f] for PowerPC32 | Adhemerval Zanella | 8 | -1/+189 | |
2013-12-06 | PowerPC: multiarch logb/logbf/logbl for PowerPC32 | Adhemerval Zanella | 18 | -6/+305 | |
2013-12-06 | PowerPC: multiarch modf/modff for PowerPC32 | Adhemerval Zanella | 8 | -2/+211 | |
2013-12-06 | PowerPC: multiarch lrint/lrintf for PowerPC32 | Adhemerval Zanella | 6 | -1/+150 | |
2013-12-06 | PowerPC: multiarch lround/lrounf for PowerPC32 | Adhemerval Zanella | 7 | -1/+191 | |
2013-12-06 | PowerPC: multiarch copysign/copysignf for PowerPC32 | Adhemerval Zanella | 6 | -2/+167 | |
2013-12-06 | PowerPC: multiarch trunc/truncf for PowerPC32 | Adhemerval Zanella | 8 | -1/+208 | |
2013-12-06 | PowerPC: multiarch round/roundf for PowerPC32 | Adhemerval Zanella | 8 | -1/+208 | |
2013-12-06 | PowerPC: multiarch floor/floorf for PowerPC32 | Adhemerval Zanella | 8 | -1/+209 | |
2013-12-06 | PowerPC: multiarch ceil/ceilf for PowerPC32 | Adhemerval Zanella | 8 | -1/+208 | |
2013-12-06 | PowerPC: multiarch finite/finitef for PowerPC32 | Adhemerval Zanella | 9 | -5/+215 | |
2013-12-06 | PowerPC: multiarch isinf/isinff for PowerPC32 | Adhemerval Zanella | 7 | -2/+193 | |
2013-12-06 | PowerPC: multiarch isnan/isnanf for PowerPC32 | Adhemerval Zanella | 11 | -1/+306 | |
2013-12-06 | PowerPC: multiarch sqrt/sqrtf for PowerPC32 | Adhemerval Zanella | 8 | -1/+205 | |
2013-12-06 | PowerPC: multiarch llround/llroundf for PowerPC32 | Adhemerval Zanella | 7 | -1/+187 | |
2013-12-06 | PowerPC: multiarch llrint/llrintf for PowerPC32 | Adhemerval Zanella | 8 | -0/+206 | |
2013-12-06 | PowerPC: change sysdeps fpu folder | Adhemerval Zanella | 2 | -2/+4 | |
This patch makes the fpu/multiarch folder appears in front of the powerpc/fpu folder. | |||||
2013-12-06 | PowerPC: multiarch wordcopy routines for PowerPC32 | Adhemerval Zanella | 10 | -255/+224 | |
2013-12-06 | PowerPC: multiarch wcscpy for PowerPC32 | Adhemerval Zanella | 10 | -7/+150 | |
2013-12-06 | PowerPC: multiarch wcsrchr for PowerPC32 | Adhemerval Zanella | 10 | -7/+146 | |
2013-12-06 | PowerPC: multiarch wcschr for PowerPC32 | Adhemerval Zanella | 9 | -6/+160 | |
2013-12-06 | PowerPC: multiarch strchr for PowerPC32 | Adhemerval Zanella | 7 | -1/+156 | |
2013-12-06 | PowerPC: multiarch strchrnul for PowerPC32 | Adhemerval Zanella | 7 | -2/+133 | |
2013-12-06 | PowerPC: multiarch strncasecmp for PowerPC32 | Adhemerval Zanella | 7 | -1/+170 | |
2013-12-06 | PowerPC: multiarch strcasecmp for PowerPC32 | Adhemerval Zanella | 7 | -1/+194 | |
2013-12-06 | PowerPC: multiarch strncmp for PowerPC32 | Adhemerval Zanella | 6 | -1/+134 | |
2013-12-06 | PowerPC: multiarch strnlen for PowerPC32 | Adhemerval Zanella | 7 | -1/+135 | |
2013-12-06 | PowerPC: multiarch strlen for PowerPC32 | Adhemerval Zanella | 6 | -1/+127 | |
2013-12-06 | PowerPC: multiarch rawmemchr for PowerPC32 | Adhemerval Zanella | 7 | -2/+136 | |
2013-12-06 | PowerPC: multiarch memrchr for PowerPC32 | Adhemerval Zanella | 6 | -1/+124 | |
2013-12-06 | PowerPC: multiarch memchr for PowerPC32 | Adhemerval Zanella | 7 | -2/+140 | |
2013-12-06 | PowerPC: multiarch mempcpy for PowerPC32 | Adhemerval Zanella | 7 | -2/+133 | |
2013-12-06 | PowerPC: multiarch memset/bzero for PowerPC32 | Adhemerval Zanella | 12 | -1/+327 | |
2013-12-06 | PowerPC: multiarch memcmp for PowerPC32 | Adhemerval Zanella | 7 | -1/+159 | |
2013-12-06 | PowerPC: multiarch memcpy for PowerPC32 | Adhemerval Zanella | 9 | -1/+271 | |
2013-12-06 | PowerPC: initial support for multilib for PowerPC32 | Adhemerval Zanella | 5 | -2/+116 | |
This patch add a empty Makefile, the C IFUNC helper macros, and a empty available IFUNC implementation enumeration. | |||||
2013-12-06 | benchtests: Append volatile keyword to type instead of prepending | Siddhesh Poyarekar | 2 | -2/+6 | |
`volatile int` means the same as 'int volatile', but that's not the case for 'volatile char *' and 'char * volatile'. We won't need a 'char volatile *' or other complicated semantics for now. | |||||
2013-12-06 | Add SH implementation of sotruss-lib.c and c++-types.data. | Kaz Kojima | 3 | -0/+122 | |
2013-12-05 | Update powerpc-fpu ULPs. | Adhemerval Zanella | 2 | -8/+2221 | |
2013-12-05 | Fix tgamma errno setting on underflow (bug 6810). | Joseph Myers | 9 | -2621/+2696 | |
2013-12-05 | Move TEST_f_f tests for [l-y]* functions from libm-test.inc to ↵ | Joseph Myers | 7 | -816/+37505 | |
auto-libm-test-in. | |||||
2013-12-05 | Revert wrong commit. | Adhemerval Zanella | 1 | -2/+2 | |
2013-12-05 | PowerPC: Add systemtap static probe points in setjmp/longjmp | Adhemerval Zanella | 13 | -60/+128 | |
This patch add static probes for setjmp/longjmp in the way gdb expects,fixing the gdb.base/longjmp.exp gdb testcases. It changes the symbol_name and use macros to to avoid change the probe names and ending up adding more logic on GDB (since with the expected name GDB work seamlessly). | |||||
2013-12-05 | Fix elf/get-dynamic-info.h for AT | Adhemerval Zanella | 1 | -2/+2 | |
2013-12-05 | Accept output arguments to benchmark functions | Siddhesh Poyarekar | 5 | -91/+56 | |
This patch adds the ability to accept output arguments to functions being benchmarked, by nesting the argument type in <> in the args directive. It includes the sincos implementation as an example, where the function would have the following args directive: ## args: double:<double *>:<double *> This simply adds a definition for a static variable whose pointer gets passed into the function, so it's not yet possible to pass something more complicated like a pre-allocated string or array. That would be a good feature to add if a function needs it. The values in the input file will map only to the input arguments. So if I had a directive like this for a function foo: ## args: int:<int *>:int:<int *> and I have a value list like this: 1, 2 3, 4 5, 6 then the function calls generated would be: foo (1, &out1, 2, &out2); foo (3, &out1, 4, &out2); foo (5, &out1, 6, &out2); | |||||
2013-12-05 | Remove unused variables in __stpncpy_chk | Siddhesh Poyarekar | 2 | -3/+2 | |
2013-12-05 | Fix ChangeLog formatting | Siddhesh Poyarekar | 1 | -2/+2 | |
2013-12-05 | BZ #15941: Fix INSTALL file regeneration failure with makeinfo 5.x | Siddhesh Poyarekar | 5 | -10/+24 | |
I have skipped regenerating the INSTALL file because we want to continue using the 4.x generator for now. | |||||
2013-12-04 | Update longlong.h from GCC. | Joseph Myers | 2 | -13/+46 | |
2013-12-04 | Add bug numbers 926, 4772 and 16274 to NEWS. | Ondřej Bílka | 1 | -13/+13 | |