Age | Commit message (Expand) | Author | Files | Lines |
2009-09-24 | libgcc2.c (L_trampoline): Prototype for getpagesize and mprotect in WINNT case. | Kai Tietz | 1 | -0/+2 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 1 | -15/+10 |
2009-04-07 | libgcc2.c (INFINITY): Use __builtin_huge_val... | Ben Elliston | 1 | -1/+1 |
2009-03-19 | re PR target/39063 (libgcc2.c:mprotect() for mingw, incompatible pointer type... | Ozkan Sezer | 1 | -1/+3 |
2009-03-10 | re PR middle-end/37850 (infinite recursive call to __mulsc3 when multiplying ... | Richard Guenther | 1 | -2/+8 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+2 |
2008-06-07 | MAINTAINERS (mt port): Remove. | Joseph Myers | 1 | -2/+2 |
2008-04-15 | libgcc2.c [L_trampoline]: Remove unnecessary prototype for | Danny Smith | 1 | -4/+0 |
2008-03-02 | libgcc2.c (__addvSI3, [...]): Use unsigned arithmetic. | Joseph Myers | 1 | -12/+12 |
2007-11-05 | libgcc2.c (__fixunstfDI, [...]): Make return type unsigned. | Nathan Sidwell | 1 | -4/+4 |
2007-07-06 | libgcc2.h (word_type): Type definition removed. | Andreas Krebbel | 1 | -11/+11 |
2007-06-15 | libgcc2.c (CEXT): When compiling L_multc3 and L_divtc3... | Uros Bizjak | 1 | -2/+6 |
2007-04-24 | libgcc2.h (AVOID_FP_TYPE_CONVERSION): Rename from IS_IBM_EXTENDED. | Richard Henderson | 1 | -18/+26 |
2007-01-05 | re PR c/30360 (Complex divide bug) | Jakub Jelinek | 1 | -1/+1 |
2007-01-04 | libgcc2.c (__bswapsi2): Use SItype. | Eric Christopher | 1 | -4/+4 |
2006-11-08 | libgcc2.c (__bswapdi2): Rename from bswapDI2. | Eric Christopher | 1 | -3/+3 |
2006-11-01 | extend.texi (__builtin_bswap32): Document. | Eric Christopher | 1 | -0/+24 |
2006-05-23 | libgcc2.c (LIBGCC2_MAX_UNITS_PER_WORD): New macro. | Richard Sandiford | 1 | -9/+14 |
2006-05-19 | re PR target/22209 (libgfortran unresolvable symbols on irix6.5) | Richard Sandiford | 1 | -0/+18 |
2006-01-20 | libgcc2.c (__floatdisf, [...]): Don't use IBM Extended Double TFmode. | Alan Modra | 1 | -2/+16 |
2005-12-15 | re PR other/25028 (TImode-to-floating conversions broken) | Joseph Myers | 1 | -93/+117 |
2005-12-05 | libgcc2.c (__popcountSI2): Don't use wide type for iterator and result. | Jan Beulich | 1 | -2/+2 |
2005-11-22 | fp-bit.c (clzusi): New function. | Joseph Myers | 1 | -0/+114 |
2005-09-27 | * libgcc2.c (__popcount_tab): Remove redundant prototype. | Nick Clifton | 1 | -5/+0 |
2005-09-09 | Makefile.in (LIBGCC_DEPS): Add libgcc2.h. | Nick Clifton | 1 | -4/+4 |
2005-07-02 | Makefile.def (target_modules): Add libssp. | Jakub Jelinek | 1 | -138/+0 |
2005-06-27 | c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__. | Richard Henderson | 1 | -0/+138 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-08 | Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh | Nathan Sidwell | 1 | -13/+0 |
2005-04-29 | crtstuff.c: Handle targets that use .init_array. | Julian Brown | 1 | -1/+2 |
2005-03-30 | Fix problem with calling powi* builtins. | Fariborz Jahanian | 1 | -2/+4 |
2005-03-21 | libgcc2.h (LIBGCC2_HAS_SF_MODE): New macro. | Richard Sandiford | 1 | -6/+6 |
2005-02-25 | re PR target/19930 (gcc.dg/pr19402-2.c fails on ia64-hpux) | Steve Ellcey | 1 | -19/+19 |
2005-02-17 | * libgcc2.c, tree-vect-analyze.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-02-16 | re PR middle-end/19920 (build broken on several targets due to recent 'DC' ty... | Richard Henderson | 1 | -97/+148 |
2005-02-12 | c-tree.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2005-02-11 | tree-complex.c (expand_complex_libcall): New. | Richard Henderson | 1 | -1/+202 |
2005-02-10 | builtins.def, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-09 | re PR middle-end/19402 (__builtin_powi? still missing) | Richard Guenther | 1 | -0/+36 |
2004-12-15 | re PR other/18665 (-ftrapv borks up simple integer arithmetic) | Eric Botcazou | 1 | -12/+81 |
2004-10-15 | bitmap.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-10-07 | libgcc2.c (__moddi3): Cast &w to UDWtype*. | Andrew Pinski | 1 | -1/+1 |
2004-09-27 | libgcc2.c (getpagesize): Change type of return value to int. | Aaron W. LaFramboise | 1 | -1/+1 |
2004-09-25 | c-typeck.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -4/+4 |
2004-08-03 | gthr-gnat.c: Add visibility #pragmas. | Mark Mitchell | 1 | -10/+0 |
2004-07-27 | libgcc2.c: Change all conditionals testing LIBGCC2_LONG_DOUBLE_TYPE_SIZE == 9... | Zack Weinberg | 1 | -4/+4 |
2004-07-17 | libgcc2.c (__enable_execute_stack): New symbol. | Eric Botcazou | 1 | -0/+13 |
2004-05-20 | re PR other/15526 (-ftrapv aborts on 0 * (-1)) | Falk Hueffner | 1 | -3/+1 |
2003-11-14 | libgcc2.c (__negdi2, [...]): Const-ify and/or initialize automatic variables ... | Kaveh R. Ghazi | 1 | -144/+76 |
2003-11-02 | * libgcc2.c (SYMBOL__MAIN): Provide C90 declaration. | John David Anglin | 1 | -1/+2 |