summaryrefslogtreecommitdiff
path: root/libgcc/config
Commit message (Expand)AuthorAgeFilesLines
...
* AArch64: Define FP_TRAPPING_EXCEPTIONS.Marcus Shawcroft2012-12-041-0/+6
* aarch64: Refactor aarch64 sfp-machine.hMarcus Shawcroft2012-12-043-52/+88
* config.host: (arm*-*-freebsd*): Remove.Richard Earnshaw2012-12-044-109/+11
* Adjust decimal point of signed accum mode to GCC default.Georg-Johann Lay2012-11-222-59/+144
* generic-morestack.c (__generic_morestack): Align the returned stack pointer t...Ian Lance Taylor2012-11-061-10/+27
* bid_functions.h: Check for __GLIBC__ additionally to LINUX when defining form...Thomas Schwinge2012-11-052-2/+7
* re PR target/55175 (i386/sfp-exceptions.c:52:7: error: impossible constraint ...Uros Bizjak2012-11-024-0/+8
* crtfastmath.c (set_fast_math): Use __builtin_ia32_fxsave.Uros Bizjak2012-10-262-18/+23
* AArch64 [8/10] Fixup botched commit.Marcus Shawcroft2012-10-237-0/+510
* crti.S: Mark program and data addresses using PRELD.Hans-Peter Nilsson2012-10-211-9/+45
* Add basic armv8-a supportMatthew Gretton-Dann2012-10-181-0/+4
* sfp-exceptions.c (__sfp_handle_exceptions): Emit SSE instructions for 64bit t...Uros Bizjak2012-10-111-2/+2
* sfp-machine.h (FP_RND_NEAREST, [...]): Move to ...Uros Bizjak2012-10-103-15/+30
* Fix typo in previous commit:Matthias Klose2012-10-071-1/+1
* unwind-arm.h (__gnu_unwind_24bit): Mark parameters as unused.Matthias Klose2012-10-071-2/+5
* re PR other/53889 (Gthreads doesn't support destroying recursive mutexes)Jonathan Wakely2012-10-051-3/+3
* re PR target/33135 ([SH] -ffinite-math-only should not be on by default)Oleg Endo2012-10-043-4/+1
* re PR target/50457 (SH2A atomic functions)Oleg Endo2012-10-033-224/+86
* re PR other/53889 (Gthreads doesn't support destroying recursive mutexes)Jonathan Wakely2012-10-027-12/+61
* config.host (hppa-*-openbsd*): New target.Mark Kettenis2012-09-201-0/+9
* re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay2012-09-153-16/+273
* re PR target/54089 ([SH] Refactor shift patterns)Oleg Endo2012-09-101-208/+243
* re PR target/46191 (Non-absolute names in libgcc_s.so)Andreas Schwab2012-09-101-1/+1
* re PR target/54461 ([avr] add configure option for better AVR-Libc integration)Georg-Johann Lay2012-09-051-0/+66
* crtfastmath.c (set_fast_math): Add 'nomips16' attribute.Chung-Lin Tang2012-08-291-1/+1
* re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay2012-08-241-5/+5
* re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay2012-08-244-150/+1288
* Add -mlong-double-64/-mlong-double-80 to i386H.J. Lu2012-08-221-0/+2
* morestack.S (__morestack_non_split): Increase amount of space allocated for n...Ian Lance Taylor2012-08-211-4/+9
* Makefile.in (LIB2_DIVMOD_EXCEPTION_FLAGS): Default to -fexceptions -fnon-call...Julian Brown2012-08-171-0/+5
* linux-atomic.c (__sync_lock_test_and_set_1): Fix type.Andreas Schwab2012-08-171-2/+2
* lib2funcs.c (__clrsbhi2): New function.Nick Clifton2012-08-011-1/+15
* lib2funcs.c (__clrsbhi2): New function.Nick Clifton2012-07-313-0/+19
* eh_personality.cc (__gxx_personality_seh0): New function.Tristan Gingold2012-07-193-1/+29
* * config/t-darwin (crt3.0): Remove work-around for fixed PR26840.Steven Bosscher2012-07-141-3/+1
* sfp-machine.h (FP_HANDLE_EXCEPTIONS): Use __builtin_expect when checking for ...Uros Bizjak2012-06-172-2/+2
* sfp-machine.h (__sfp_handle_exceptions): New function declaration.Uros Bizjak2012-06-133-44/+76
* sfp-machine.h (_FP_NANSIGN_S, [...]): Move ...Uros Bizjak2012-06-133-20/+17
* libgcc-bsd.ver: Version symbol __cpu_indicator_init.Sriraman Tallam2012-06-123-0/+4
* sfp-machine.h (__gcc_CMPtype, [...]): Move ...Uros Bizjak2012-06-095-253/+166
* ieee754-df.S: Fix typos.Joseph Myers2012-05-2925-26/+26
* morestack.S (__morestack_non_split): Check whether caller is varargs and need...Ian Lance Taylor2012-05-251-5/+37
* tramp.S (trampoline_setup): Use a longcall sequence in the non pic case on Vx...Olivier Hainque2012-05-251-0/+12
* aix-unwind.h (*_REGNO): New, set of useful register numbers.Olivier Hainque2012-05-151-4/+202
* Use i386-cpuinfo.c on all i386 targetsRainer Orth2012-05-105-6/+22
* i386-cpuinfo.c (FEATURE_AVX2): New enum value.Sriraman Tallam2012-04-261-4/+17
* rs6000 (SAVE_INLINE_VRS, [...]): Define.Alan Modra2012-04-254-1/+181
* i386-cpuinfo.c: Set __cpu_vendor always.Sriraman Tallam2012-04-251-3/+12
* This patch adds new builtins to check for cpu type and features.Sriraman Tallam2012-04-253-0/+325
* struct siginfo vs. siginfo_tThomas Schwinge2012-04-209-22/+24