summaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.def (target_modules): Add libssp.Jakub Jelinek2005-07-021-138/+0
* c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson2005-06-271-0/+138
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.shNathan Sidwell2005-05-081-13/+0
* crtstuff.c: Handle targets that use .init_array.Julian Brown2005-04-291-1/+2
* Fix problem with calling powi* builtins.Fariborz Jahanian2005-03-301-2/+4
* libgcc2.h (LIBGCC2_HAS_SF_MODE): New macro.Richard Sandiford2005-03-211-6/+6
* re PR target/19930 (gcc.dg/pr19402-2.c fails on ia64-hpux)Steve Ellcey2005-02-251-19/+19
* * libgcc2.c, tree-vect-analyze.c: Fix comment typos.Kazu Hirata2005-02-171-1/+1
* re PR middle-end/19920 (build broken on several targets due to recent 'DC' ty...Richard Henderson2005-02-161-97/+148
* c-tree.h, [...]: Fix comment typos.Kazu Hirata2005-02-121-3/+3
* tree-complex.c (expand_complex_libcall): New.Richard Henderson2005-02-111-1/+202
* builtins.def, [...]: Update copyright.Kazu Hirata2005-02-101-1/+1
* re PR middle-end/19402 (__builtin_powi? still missing)Richard Guenther2005-02-091-0/+36
* re PR other/18665 (-ftrapv borks up simple integer arithmetic)Eric Botcazou2004-12-151-12/+81
* bitmap.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* libgcc2.c (__moddi3): Cast &w to UDWtype*.Andrew Pinski2004-10-071-1/+1
* libgcc2.c (getpagesize): Change type of return value to int.Aaron W. LaFramboise2004-09-271-1/+1
* c-typeck.c, [...]: Fix comment formatting.Kazu Hirata2004-09-251-4/+4
* gthr-gnat.c: Add visibility #pragmas.Mark Mitchell2004-08-031-10/+0
* libgcc2.c: Change all conditionals testing LIBGCC2_LONG_DOUBLE_TYPE_SIZE == 9...Zack Weinberg2004-07-271-4/+4
* libgcc2.c (__enable_execute_stack): New symbol.Eric Botcazou2004-07-171-0/+13
* re PR other/15526 (-ftrapv aborts on 0 * (-1))Falk Hueffner2004-05-201-3/+1
* libgcc2.c (__negdi2, [...]): Const-ify and/or initialize automatic variables ...Kaveh R. Ghazi2003-11-141-144/+76
* * libgcc2.c (SYMBOL__MAIN): Provide C90 declaration.John David Anglin2003-11-021-1/+2
* re PR middle-end/6578 (-ftrapv doesn't catch multiplication overflow)Bruno Haible2003-07-011-17/+127
* libgcc2.c: Delete sysV68 L_trampoline section.Kaveh R. Ghazi2003-06-151-45/+0
* mklibgcc.in (lib2funcs): Remove _exit.Andreas Jaeger2003-06-071-75/+0
* uwin.h: Remove SUBTARGET_PROLOGUE.Andreas Jaeger2003-06-041-102/+1
* libgcc-std.ver (__clztf2): New.Richard Henderson2003-02-091-60/+66
* libgcc2.h, libgcc2.c (__ffsSI2): New.Richard Henderson2003-02-041-2/+18
* libgcc2.c (__paritysi2, [...]): Replace last two reduction rounds with a "bit...Richard Henderson2003-02-041-6/+4
* * libgcc2.c (__subvdi3): Fix typo.Falk Hueffner2003-02-041-1/+1
* libgcc2.c (__ffsdi2, [...]): Change return type to "int".Richard Henderson2003-02-031-9/+27
* libgcc2.c: Include auto-host.h.Richard Henderson2003-02-011-58/+67
* [multiple changes]Richard Henderson2003-02-011-1/+151
* Makefile.in (LIB2FUNCS_ST): Remove _gcov.Nathan Sidwell2003-01-271-439/+0
* basic-block.h: Fix comment formatting.Kazu Hirata2003-01-181-3/+3
* ifcvt.c: Fix comment typos.Kazu Hirata2003-01-171-2/+2
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-251/+345
* libgcc2.c (__udiv_w_sdiv): Use attribute ((always_inline)) when inlining it i...Ulrich Weigand2002-10-231-2/+2
* libgcc2.c: Fix __udiv_w_sdiv breakage on platforms that don't define sdiv_qrnnd.Ulrich Weigand2002-10-211-0/+2
* libgcc2.c: Inline __udiv_w_sdiv when compiling __udivdi3, __divdi3, __umoddi3...Ulrich Weigand2002-10-211-0/+9
* * libgcc2.c (__floatdisf): Properly cure double rounding.Alan Modra2002-10-091-1/+4
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-3/+3
* * libgcc2.c (__bb_exit_func): Properly write the summarized statistics.Jan Hubicka2002-08-271-3/+3
* m68k.c (m68k_output_function_prologue, [...]): Delete versions for DPX2/MOTOR...Kaveh R. Ghazi2002-08-141-147/+0
* libgcc2.c (L_bb): Remove unneeded #includes.Nathan Sidwell2002-08-131-133/+210
* New target macro DECLARE_LIBRARY_RENAMESBernd Schmidt2002-07-301-0/+4
* libgcc2.c (__divdi3, __moddi3): Use unary minus operator instead of __negdi2 ...Hartmut Schirmer2002-07-211-10/+7