about summary refs log tree commit diff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix warnings on Linux/i686Andreas Jaeger2012-05-171-1/+3
| | | | | | 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]
* Add tst-mallocalign1H.J. Lu2012-05-172-0/+76
|
* BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2012-05-177-30/+150
| | | | | Fix AVX and FMA4 detection by following the guidelines set out by Intel and AMD for detecting these features.
* Fold copyright yearsH.J. Lu2012-05-164-4/+4
|
* Use __syscall_slong_t in bits/mqueue.hH.J. Lu2012-05-161-6/+8
|
* Add x32 suppport to x86_64/bits/stat.hH.J. Lu2012-05-161-21/+21
|
* Add x86-64 bits/typesizes.hH.J. Lu2012-05-161-0/+74
|
* Add x86_64/bits/ipctypes.hH.J. Lu2012-05-161-0/+33
|
* Use __syscall_ulong_t in bits/ipc.hH.J. Lu2012-05-161-3/+3
|
* Add x32 support to sys/ucontext.hH.J. Lu2012-05-161-7/+6
|
* Add x32 support to <sys/user.h>H.J. Lu2012-05-161-42/+46
|
* Add x32 gmp-mparam.hH.J. Lu2012-05-161-0/+33
|
* Add x32 ffsH.J. Lu2012-05-161-0/+4
|
* Add x32 support to x86_64/bits/shm.hH.J. Lu2012-05-161-22/+21
|
* Add x32 support to x86_64/bits/sem.hH.J. Lu2012-05-161-6/+6
|
* Add x32 support to x86_64/bits/msq.hH.J. Lu2012-05-161-10/+9
|
* Check __x86_64__ in x86_64/bits/a.out.hH.J. Lu2012-05-161-3/+1
|
* Add x86-64 <bits/siginfo.h>H.J. Lu2012-05-161-0/+330
|
* Add dummy files for x32H.J. Lu2012-05-162-0/+2
|
* Check __x86_64__ in x86-64 sys/reg.hH.J. Lu2012-05-161-3/+2
|
* Add x32 support to sys/procfs.hH.J. Lu2012-05-161-2/+6
|
* Use ULL suffix on DR_CONTROL_RESERVEDH.J. Lu2012-05-161-4/+3
|
* Add uintptr_t cast to GET_PC/GET_FRAME/GET_STACKH.J. Lu2012-05-161-4/+9
|
* Use 64bit filesystem functions for x32H.J. Lu2012-05-1629-0/+29
|
* Track dependencies for .oS-only objectsAndreas Schwab2012-05-161-0/+1
|
* Remove __snseconds_tH.J. Lu2012-05-154-8/+4
|
* Add __SYSCALL_{S,U}LONG_TYPE to hurd typesizes.hH.J. Lu2012-05-151-0/+2
|
* Add __syscall_slong_t and __syscall_ulong_tH.J. Lu2012-05-153-0/+6
|
* Use R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZEH.J. Lu2012-05-153-16/+37
|
* Split up stackguard-macros.h into sysdeps directories.Joseph Myers2012-05-159-0/+38
|
* Add x86_64 Implies-after filesH.J. Lu2012-05-153-1/+2
|
* Avoid plain "aligned" attributes in installed headers.Joseph Myers2012-05-152-5/+5
|
* Use R*_LP to call _dl_profile_fixup and frame sizeH.J. Lu2012-05-151-8/+8
|
* Add x32 init-first.cH.J. Lu2012-05-151-0/+40
|
* Add sysdeps/x86_64/x32/sysdep.hH.J. Lu2012-05-152-0/+97
|
* Use R*_LP on SP and PC in __longjmp.S and setjmp.SH.J. Lu2012-05-152-9/+9
|
* Log2 and log10 for wordsize-64.Adhemerval Zanella2012-05-154-82/+305
| | | | This patch also fixes indentation on default dbl-64 code.
* Remove duplicate #include <not-cancel.h> in Linux getsysstats.cChris Metcalf2012-05-151-2/+0
|
* Replace 8-byte data alignment with LP_SIZE alignmentH.J. Lu2012-05-151-2/+2
|
* Load pointer to TID into R10_LPH.J. Lu2012-05-151-1/+1
|
* Add x32 dl-cache.hH.J. Lu2012-05-151-0/+23
|
* Add x32 getcpu and sched_getcpuH.J. Lu2012-05-154-0/+83
|
* Use RSP_LP to operate on stack in stackinfo.hH.J. Lu2012-05-151-2/+2
|
* Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu2012-05-151-6/+6
|
* Load cache sizes into R*_LP in memcpy-ssse3.SH.J. Lu2012-05-151-12/+12
|
* Load cache sizes into R*_LP in memcpy-ssse3-back.SH.J. Lu2012-05-151-10/+10
|
* Load pointers into R*_LP in strcmp.SH.J. Lu2012-05-151-6/+6
|
* Load cache sizes into R11_LP/R8_LPH.J. Lu2012-05-151-2/+2
|
* Load cache size into R8_LPH.J. Lu2012-05-151-4/+4
|
* PowerPC - logb[f|l] optimization for POWER7Adhemerval Zanella2012-05-156-0/+210
| | | | | | This patch provides optimized logb (1.2x on PPC32 and 2.5x on PPC64), logbf (1.1x on PPC32 and 2.2x on PPC64), and logbl (1.3x on PPC32 and 50% on PPC64) for the POWER7 processor.