index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-04
Define _SYS_AUXV_H to 1 not empty in sysdeps/powerpc/sysdep.h.
Joseph Myers
1
-1
/
+1
2012-11-30
Fix type-punning warning in powerpc64 gmon-start.
Roland McGrath
1
-2
/
+4
2012-11-23
Update powerpc libm-test ULPs
Andreas Schwab
1
-0
/
+41
2012-11-03
Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).
Joseph Myers
1
-1
/
+2
2012-11-03
Make fenv.h FE_* macros usable in #if (bug 3439).
Joseph Myers
1
-37
/
+55
2012-11-02
Direct __ppc_get_timebase to __builtin_ppc_get_timebase for GCC 4.8+.
Tulio Magno Quites Machado Filho
1
-3
/
+8
2012-11-01
PowerPC: Remove unnecessary -mnew-mnemonics.
Tulio Magno Quites Machado Filho
1
-4
/
+0
2012-11-01
Put __NO_FPRS__ around floating point opcodes in powerpc32/dl-trampoline.S.
Sebastan Andrzej Siewior
1
-0
/
+4
2012-10-31
Update powerpc libm ULPs
Andreas Schwab
1
-20
/
+420
2012-10-09
Add missing magic to GLIBC_PROVIDES.
Roland McGrath
3
-246
/
+0
2012-09-25
Add __ppc_get_timebase_freq to ppc.h.
Tulio Magno Quites Machado Filho
1
-0
/
+1
2012-08-22
Add versions of wcscpy, wcschr, wcsrchr for power6/power7.
Will Schmidt
6
-0
/
+283
2012-08-21
[Powerpc] Tune/optimize powerpc{32,64}/power7/memchr.S.
Will Schmidt
2
-44
/
+119
2012-08-02
Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.
Marek Polacek
2
-11
/
+9
2012-07-26
Move testsuite audit definitions to sysdeps tst-audit.h files.
Joseph Myers
2
-0
/
+50
2012-07-25
Move ldsodefs.h audit definitions to sysdeps directories.
Joseph Myers
1
-0
/
+54
2012-07-19
Split tls-macros.h in sysdeps directories.
Adhemerval Zanella
3
-135
/
+133
2012-07-17
Remove TLS configure checks.
Marek Polacek
4
-196
/
+0
2012-07-17
Split tls-macros.h into sysdeps directories.
Joseph Myers
1
-0
/
+138
2012-07-11
Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).
Adhemerval Zanella
1
-1
/
+274
2012-07-10
Get rid of ASM_GLOBAL_DIRECTIVE.
Marek Polacek
7
-141
/
+141
2012-07-06
Fix float range reduction problems (#14283)
Andreas Schwab
1
-2
/
+2
2012-07-06
Fix missing _mcount@GLIBC_2.0 on powerpc32
Andreas Schwab
3
-2
/
+18
2012-06-04
Manual for platform-specific features and new __ppc_get_timebase inline.
Tulio Magno Quites Machado Filho
3
-0
/
+98
2012-06-02
Move __mcount_internal from GLIBC_PRIVATE to GLIBC_2.16
Andreas Schwab
2
-0
/
+20
2012-06-01
PowerPC: Fix for POWER7 sinf/cosf
Adhemerval Zanella
2
-4
/
+6
2012-06-01
Sort sysdeps/powerpc/fpu/libm-test-ulps
Andreas Schwab
1
-166
/
+163
2012-05-26
Fix missing declaration
Andreas Schwab
1
-0
/
+1
2012-05-26
Optimize handling of denormals in logb/logbf/logbl
Andreas Schwab
2
-11
/
+10
2012-05-25
ppc: Pass hwcap to ifuncs.
Richard Henderson
4
-7
/
+8
2012-05-24
Don't include exceptions in libm-test-ulps test names.
Joseph Myers
1
-5
/
+5
2012-05-22
PowerPC: libm ABI update
Adhemerval Zanella
5
-12
/
+32
2012-05-21
Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32
H.J. Lu
2
-2
/
+2
2012-05-21
PowerPC: ULPs update
Adhemerval Zanella
1
-12
/
+46
2012-05-20
Add <sys/auxv.h> and getauxval.
Richard Henderson
2
-26
/
+56
2012-05-19
Update powerpc ULPs for ccos, csin, ccosh, csinh tests.
Adhemerval Zanella
1
-0
/
+156
2012-05-19
Remove sysdeps/powerpc/soft-fp.
Joseph Myers
31
-1182
/
+0
2012-05-18
[PowerPC] Remove -ftree-loop-linear from Makefiles
Tulio Magno Quites Machado Filho
4
-6
/
+6
2012-05-18
Avoid runtime GOT relocations in ld.so on powerpc
Andreas Schwab
7
-17
/
+39
2012-05-18
Fix undefined reference to _dl_prof_resolve in profiled libc
Andreas Schwab
1
-4
/
+9
2012-05-15
Split up stackguard-macros.h into sysdeps directories.
Joseph Myers
2
-0
/
+8
2012-05-15
PowerPC - logb[f|l] optimization for POWER7
Adhemerval Zanella
6
-0
/
+210
2012-05-12
Fix warning in powerpc bcopy
Andreas Schwab
1
-3
/
+3
2012-05-11
[BZ #13673] Replace FSF snail mail address with URL.
Thomas Schwinge
1
-3
/
+2
2012-05-04
Fix for ldbl-128ibm acosl/asinl inaccuracies
Adhemerval Zanella
1
-0
/
+151
2012-05-01
Fix missing nearbyintl@GLIBC_2.1 on powerpc
Andreas Schwab
2
-6
/
+6
2012-04-26
Fix ctan, ctanh overflow for ldbl-128ibm (bug 11521).
Adhemerval Zanella
1
-7
/
+70
2012-04-24
Correct powerpc64 s_floorl edge cases (bug 13886).
Adhemerval Zanella
2
-133
/
+13
2012-04-18
Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap.
Will Schmidt
1
-0
/
+119
2012-04-18
Further simplify power6 wordcopy by removing switch statements.
Will Schmidt
2
-72
/
+4
[next]