Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-18 | Use RAX_LP and "or" to operate on return value | H.J. Lu | |
2012-05-18 | [PowerPC] Remove -ftree-loop-linear from Makefiles | Tulio Magno Quites Machado Filho | |
In the past the "-ftree-loop-linear" switch provided a measurable improvement in performance for certain functions. At some point it was assigned as the responsibility of Graphite in GCC. It has been found that even with Graphite enabled these flags no longer perform any appreciable improvement over the baseline. Graphite now has some open bugs which need to be fixed in order for it to provide measurable performance improvements but it lacks active development. As a result some compiler distributors may disable Graphite. If Graphite is disabled then building GLIBC will fail if the "-ftree-loop-linear" switch is used. This patch removes the use of "-ftree-loop-linear" as unnecessary. | |||
2012-05-18 | Add sysdeps/x86_64/x32/_itoa.h | H.J. Lu | |
2012-05-18 | Check d_ino/d_off before using getdents syscall | H.J. Lu | |
2012-05-18 | Fold copyright years | H.J. Lu | |
2012-05-18 | Add x32 support to x86_64/bits/sigcontext.h | H.J. Lu | |
2012-05-18 | Use anonymous union in x86_64/sys/user.h | H.J. Lu | |
2012-05-18 | Avoid runtime GOT relocations in ld.so on powerpc | Andreas Schwab | |
2012-05-18 | Fix undefined reference to _dl_prof_resolve in profiled libc | Andreas Schwab | |
2012-05-18 | Do not provide inlines for GCC build-in functions | Andreas Jaeger | |
2012-05-17 | Use __syscall_ulong_t in pselect.c | H.J. Lu | |
2012-05-17 | Add __fsword_t and use it in bits/statfs.h | H.J. Lu | |
2012-05-17 | Cast to unsigned long | H.J. Lu | |
2012-05-17 | Fix warnings on Linux/i686 | Andreas Jaeger | |
Fixes: ../sysdeps/i386/dl-machine.h:336:30: warning: unused variable ‘refsym’ [-Wunused-variable] rtld.c:1435:3: warning: implicit declaration of function ‘_dl_discover_osversion’ [-Wimplicit-function-declaration] | |||
2012-05-17 | Add tst-mallocalign1 | H.J. Lu | |
2012-05-17 | BZ#14059: Fix AVX and FMA4 detection. | Carlos O'Donell | |
Fix AVX and FMA4 detection by following the guidelines set out by Intel and AMD for detecting these features. | |||
2012-05-16 | Fold copyright years | H.J. Lu | |
2012-05-16 | Use __syscall_slong_t in bits/mqueue.h | H.J. Lu | |
2012-05-16 | Add x32 suppport to x86_64/bits/stat.h | H.J. Lu | |
2012-05-16 | Add x86-64 bits/typesizes.h | H.J. Lu | |
2012-05-16 | Add x86_64/bits/ipctypes.h | H.J. Lu | |
2012-05-16 | Use __syscall_ulong_t in bits/ipc.h | H.J. Lu | |
2012-05-16 | Add x32 support to sys/ucontext.h | H.J. Lu | |
2012-05-16 | Add x32 support to <sys/user.h> | H.J. Lu | |
2012-05-16 | Add x32 gmp-mparam.h | H.J. Lu | |
2012-05-16 | Add x32 ffs | H.J. Lu | |
2012-05-16 | Add x32 support to x86_64/bits/shm.h | H.J. Lu | |
2012-05-16 | Add x32 support to x86_64/bits/sem.h | H.J. Lu | |
2012-05-16 | Add x32 support to x86_64/bits/msq.h | H.J. Lu | |
2012-05-16 | Check __x86_64__ in x86_64/bits/a.out.h | H.J. Lu | |
2012-05-16 | Add x86-64 <bits/siginfo.h> | H.J. Lu | |
2012-05-16 | Add dummy files for x32 | H.J. Lu | |
2012-05-16 | Check __x86_64__ in x86-64 sys/reg.h | H.J. Lu | |
2012-05-16 | Add x32 support to sys/procfs.h | H.J. Lu | |
2012-05-16 | Use ULL suffix on DR_CONTROL_RESERVED | H.J. Lu | |
2012-05-16 | Add uintptr_t cast to GET_PC/GET_FRAME/GET_STACK | H.J. Lu | |
2012-05-16 | Use 64bit filesystem functions for x32 | H.J. Lu | |
2012-05-16 | Track dependencies for .oS-only objects | Andreas Schwab | |
2012-05-15 | Remove __snseconds_t | H.J. Lu | |
2012-05-15 | Add __SYSCALL_{S,U}LONG_TYPE to hurd typesizes.h | H.J. Lu | |
2012-05-15 | Add __syscall_slong_t and __syscall_ulong_t | H.J. Lu | |
2012-05-15 | Use R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE | H.J. Lu | |
2012-05-15 | Split up stackguard-macros.h into sysdeps directories. | Joseph Myers | |
2012-05-15 | Add x86_64 Implies-after files | H.J. Lu | |
2012-05-15 | Avoid plain "aligned" attributes in installed headers. | Joseph Myers | |
2012-05-15 | Use R*_LP to call _dl_profile_fixup and frame size | H.J. Lu | |
2012-05-15 | Add x32 init-first.c | H.J. Lu | |
2012-05-15 | Add sysdeps/x86_64/x32/sysdep.h | H.J. Lu | |
2012-05-15 | Use R*_LP on SP and PC in __longjmp.S and setjmp.S | H.J. Lu | |
2012-05-15 | Log2 and log10 for wordsize-64. | Adhemerval Zanella | |
This patch also fixes indentation on default dbl-64 code. |