aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-27Makefile.in (LIB2FUNCS_ST): Remove _gcov.Nathan Sidwell1-439/+0
2003-01-18basic-block.h: Fix comment formatting.Kazu Hirata1-3/+3
2003-01-17ifcvt.c: Fix comment typos.Kazu Hirata1-2/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-251/+345
2002-10-23libgcc2.c (__udiv_w_sdiv): Use attribute ((always_inline)) when inlining it i...Ulrich Weigand1-2/+2
2002-10-21libgcc2.c: Fix __udiv_w_sdiv breakage on platforms that don't define sdiv_qrnnd.Ulrich Weigand1-0/+2
2002-10-21libgcc2.c: Inline __udiv_w_sdiv when compiling __udivdi3, __divdi3, __umoddi3...Ulrich Weigand1-0/+9
2002-10-09* libgcc2.c (__floatdisf): Properly cure double rounding.Alan Modra1-1/+4
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata1-3/+3
2002-08-27* libgcc2.c (__bb_exit_func): Properly write the summarized statistics.Jan Hubicka1-3/+3
2002-08-14m68k.c (m68k_output_function_prologue, [...]): Delete versions for DPX2/MOTOR...Kaveh R. Ghazi1-147/+0
2002-08-13libgcc2.c (L_bb): Remove unneeded #includes.Nathan Sidwell1-133/+210
2002-07-30New target macro DECLARE_LIBRARY_RENAMESBernd Schmidt1-0/+4
2002-07-21libgcc2.c (__divdi3, __moddi3): Use unary minus operator instead of __negdi2 ...Hartmut Schirmer1-10/+7
2002-06-17* libgcc2.c: Do not include symcat.h or machmode.h.Jeff Law1-3/+0
2002-06-10Makefile.in (MACHMODE_H): Add @extra_modes_file@.Zack Weinberg1-0/+1
2002-05-30langhooks.c: Fix formatting.Kazu Hirata1-29/+29
2002-05-19system.h (BLOCK_PROFILER, [...]): Poison.Richard Henderson1-4/+0
2002-05-10final.c (end_final): Tidy whitespace.Richard Henderson1-1/+1
2002-05-09final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka1-89/+115
2002-04-02* libgcc2.c (__bb_exit_func): Revert 03-31 change.Richard Henderson1-1/+1
2002-03-31* libgcc2.c (__bb_exit_func): Make static.Richard Henderson1-1/+1
2002-03-25toplev.c: Don't include setjmp.h.Zack Weinberg1-4/+1
2002-03-23real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.Zack Weinberg1-26/+4
2001-12-20libgcc2.c (__bb_exit_func): Remove unused variable.Andreas Jaeger1-20/+0
2001-12-18* libgcc2.c (__bb_exit_func): Kill -ax dumping code.Jan Hubicka1-225/+96
2001-12-11* libgcc2.c (_bb): Remove ctime declaration.Douglas B Rupp1-1/+0
2001-12-06final.c (count_basic_block, [...]): Kill.Jan Hubicka1-719/+0
2001-12-02* libgcc2.c (__bb_exit_func): Fix line wrap problems.Richard Kenner1-2/+5
2001-11-19cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, n...Jason Merrill1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-14* libgcc2.c (*): Replace EH_FRAME_SECTION with EH_FRAME_SECTION_NAME.Graham Stott1-3/+3
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-07-16gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output variables of ty...Andreas Jaeger1-48/+55
2001-06-22regs.h (struct reg_info_def): Add freq field.Jan Hubicka1-6/+13
2001-05-14libgcc2.c, libgcc2.h: Restore __eprintf.Zack Weinberg1-0/+22
2001-05-11Makefile.in: Exterminate all references to assert.h.Zack Weinberg1-18/+0
2001-04-25Makefile.in (LIB2FUNCS): Remove _varargs and __dummy.Zack Weinberg1-228/+0
2001-03-29* libgcc2.c [L__main]: Include unwind-dw2-fde.h instead of frame.h.Richard Henderson1-1/+1
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-1218/+0
2001-02-08improve commentsJason Merrill1-5/+15
2001-01-31libgcc2.h (Wtype_MAX, Wtype_MIN): Define.Alexandre Oliva1-8/+8
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-23Eliminate IA-64 compiler warnings.Jim Wilson1-2/+2
2001-01-23libgcc-std.ver (GCC_3.0): Add __terminate_func_set to list of EH symbols.Chris Demetriou1-1/+10
2001-01-23libgcc2.c (get_reg_addr): Don't abort if we haven't got a copy of a saved reg...Andrew Haley1-69/+61
2001-01-13c-decl.c (start_function): Don't warn if old prototype is builtin that's not ...Richard Kenner1-4/+4
2000-12-16libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.Michael Hayes1-30/+30