aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-21Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.Bernd Schmidt1-0/+43
2011-06-09libgcc2.c (L_trampoline): Include windows.h for mingw targets.Kai Tietz1-0/+1
2011-06-09netbsd.h (ENABLE_EXECUTE_STACK): Remove.Rainer Orth1-14/+1
2011-03-23libgcc2.c (__lshrdi3, [...]): Use W_TYPE_SIZE.Nathan Froyd1-5/+5
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-10-09libgcc2.h: Use __SIZEOF_LONG_LONG__ instead of LONG_LONG_TYPE_SIZE.Nathan Froyd1-1/+1
2010-07-12defaults.h (MAX_MOVE_MAX, [...]): Define if not defined.Richard Sandiford1-4/+0
2009-09-24libgcc2.c (L_trampoline): Prototype for getpagesize and mprotect in WINNT case.Kai Tietz1-0/+2
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2009-04-07libgcc2.c (INFINITY): Use __builtin_huge_val...Ben Elliston1-1/+1
2009-03-19re PR target/39063 (libgcc2.c:mprotect() for mingw, incompatible pointer type...Ozkan Sezer1-1/+3
2009-03-10re PR middle-end/37850 (infinite recursive call to __mulsc3 when multiplying ...Richard Guenther1-2/+8
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-06-07MAINTAINERS (mt port): Remove.Joseph Myers1-2/+2
2008-04-15libgcc2.c [L_trampoline]: Remove unnecessary prototype forDanny Smith1-4/+0
2008-03-02libgcc2.c (__addvSI3, [...]): Use unsigned arithmetic.Joseph Myers1-12/+12
2007-11-05libgcc2.c (__fixunstfDI, [...]): Make return type unsigned.Nathan Sidwell1-4/+4
2007-07-06libgcc2.h (word_type): Type definition removed.Andreas Krebbel1-11/+11
2007-06-15libgcc2.c (CEXT): When compiling L_multc3 and L_divtc3...Uros Bizjak1-2/+6
2007-04-24libgcc2.h (AVOID_FP_TYPE_CONVERSION): Rename from IS_IBM_EXTENDED.Richard Henderson1-18/+26
2007-01-05re PR c/30360 (Complex divide bug)Jakub Jelinek1-1/+1
2007-01-04libgcc2.c (__bswapsi2): Use SItype.Eric Christopher1-4/+4
2006-11-08libgcc2.c (__bswapdi2): Rename from bswapDI2.Eric Christopher1-3/+3
2006-11-01extend.texi (__builtin_bswap32): Document.Eric Christopher1-0/+24
2006-05-23libgcc2.c (LIBGCC2_MAX_UNITS_PER_WORD): New macro.Richard Sandiford1-9/+14
2006-05-19re PR target/22209 (libgfortran unresolvable symbols on irix6.5)Richard Sandiford1-0/+18
2006-01-20libgcc2.c (__floatdisf, [...]): Don't use IBM Extended Double TFmode.Alan Modra1-2/+16
2005-12-15re PR other/25028 (TImode-to-floating conversions broken)Joseph Myers1-93/+117
2005-12-05libgcc2.c (__popcountSI2): Don't use wide type for iterator and result.Jan Beulich1-2/+2
2005-11-22fp-bit.c (clzusi): New function.Joseph Myers1-0/+114
2005-09-27* libgcc2.c (__popcount_tab): Remove redundant prototype.Nick Clifton1-5/+0
2005-09-09Makefile.in (LIBGCC_DEPS): Add libgcc2.h.Nick Clifton1-4/+4
2005-07-02Makefile.def (target_modules): Add libssp.Jakub Jelinek1-138/+0
2005-06-27c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson1-0/+138
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-08Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.shNathan Sidwell1-13/+0
2005-04-29crtstuff.c: Handle targets that use .init_array.Julian Brown1-1/+2
2005-03-30Fix problem with calling powi* builtins.Fariborz Jahanian1-2/+4
2005-03-21libgcc2.h (LIBGCC2_HAS_SF_MODE): New macro.Richard Sandiford1-6/+6
2005-02-25re PR target/19930 (gcc.dg/pr19402-2.c fails on ia64-hpux)Steve Ellcey1-19/+19
2005-02-17* libgcc2.c, tree-vect-analyze.c: Fix comment typos.Kazu Hirata1-1/+1
2005-02-16re PR middle-end/19920 (build broken on several targets due to recent 'DC' ty...Richard Henderson1-97/+148
2005-02-12c-tree.h, [...]: Fix comment typos.Kazu Hirata1-3/+3
2005-02-11tree-complex.c (expand_complex_libcall): New.Richard Henderson1-1/+202
2005-02-10builtins.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-09re PR middle-end/19402 (__builtin_powi? still missing)Richard Guenther1-0/+36
2004-12-15re PR other/18665 (-ftrapv borks up simple integer arithmetic)Eric Botcazou1-12/+81
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-10-07libgcc2.c (__moddi3): Cast &w to UDWtype*.Andrew Pinski1-1/+1
2004-09-27libgcc2.c (getpagesize): Change type of return value to int.Aaron W. LaFramboise1-1/+1