about summary refs log tree commit diff
path: root/ports/sysdeps/mips
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace in ports.Joseph Myers2013-06-058-17/+17
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-292-16/+8
* Don't include expected results in libm-test test names.Joseph Myers2013-05-222-1138/+1138
* Handle sincos with generic libm-test logic.Joseph Myers2013-05-192-14/+14
* MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki2013-05-162-6/+10
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-021-0/+27
* Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge2013-03-151-8/+8
* Add support for building as MIPS16 code.Maciej W. Rozycki2013-02-2735-33/+517
* Respect the user's namespace in installed header files.Thomas Schwinge2013-02-201-1/+1
* bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge2013-02-201-1/+1
* Add missing __attribute_used__.Thomas Schwinge2013-02-201-1/+2
* Align to generic file.Thomas Schwinge2013-02-201-9/+10
* Add CFI information for MIPS assembly sources.Joseph Myers2013-02-115-9/+69
* Use ENTRY and END in more MIPS .S files.Joseph Myers2013-02-0814-49/+21
* 2013-01-25 Steve Ellcey <sellcey@mips.com>Steve Ellcey2013-01-251-23/+0
* Fix trailing blank.Steve Ellcey2013-01-081-1/+1
* 2013-01-08 Steve Ellcey <sellcey@mips.com>Steve Ellcey2013-01-081-65/+112
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0293-100/+93
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-018-16/+8
* Fix warnings from MIPS soft-float _FPU_GETCW.Joseph Myers2012-12-041-4/+3
* Update MIPS libm-test-ulps.Joseph Myers2012-11-302-50/+1249
* Add 64-bit support to MIPS register-dump.h (bug 14893).Joseph Myers2012-11-291-0/+4
* Cast to uintptr_t in MIPS jmpbuf-unwind.h.Joseph Myers2012-11-211-1/+1
* Add sotruss-lib.c for MIPS.Joseph Myers2012-11-211-0/+117
* Fix int-to-pointer-cast warnings for MIPS.Joseph Myers2012-11-201-3/+5
* Fix warnings from aborting MIPS atomic macros.Joseph Myers2012-11-201-3/+3
* Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro.Joseph Myers2012-11-201-1/+1
* Fix "set but not used" warnings from MIPS bits/atomic.h.Joseph Myers2012-11-171-4/+4
* Use memcpy in memmove when possibleMaxim Kuvyrkov2012-11-061-0/+23
* Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2012-11-031-1/+2
* Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers2012-11-031-18/+27
* Remove 'Contributed' line, glibc is not using them anymore.Steve Ellcey2012-10-311-2/+0
* Remove trailing white spaces.Steve Ellcey2012-10-311-5/+5
* 2012-10-31 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-312-243/+603
* Fix strtod handling of underflow (bug 14047).Joseph Myers2012-10-301-0/+1
* 2012-10-03 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-034-0/+4
* 2012-10-03 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-031-0/+0
* Clean up init-first.c files.Roland McGrath2012-10-011-65/+0
* Remove mips VERSYMIDX macro definitionH.J. Lu2012-09-281-2/+0
* mips: clear condition bit 23 in fpu tooGuido Guenther2012-08-271-1/+1
* Fifth argument of la_pltenter() is not constant.Carlos O'Donell2012-08-161-3/+3
* Add generic versions of pthread_spin_lock and pthread_spin_trylock.Maxim Kuvyrkov2012-08-152-59/+6
* Update MIPS dl-lookup.c from generic version.Joseph Myers2012-08-151-1/+2
* Add explicit acquire/release semantics to MIPS' atomic_exchange_and_add.Maxim Kuvyrkov2012-08-131-9/+13
* Fix MIPS PREF/PREFX macro definitions in empty case.Steve Ellcey2012-08-011-2/+2
* Remove TLS configure check for MIPS.Joseph Myers2012-07-172-147/+0
* Rewrite MIPS' atomic.h to use __atomic_* builtins.Maxim Kuvyrkov2012-07-111-43/+168
* Do not store data below the stack pointer on MIPS.Petar Jovanovic2012-07-061-2/+3
* Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-mergeJoseph Myers2012-07-01123-0/+14445