aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-02-2620010226-1.c: New test.Will Cohen2-0/+21
2001-02-26config.gcc: Remove obsolete targets "arm*-*-linuxoldld" and "armv2-*-linux".Philip Blundell5-103/+16
2001-02-26note DECL_INITIAL changeJason Merrill1-1/+7
2001-02-26call.c (joust): Ensure more_specialized()'s argument length parameter has cor...Jeffrey Oldham2-3/+12
2001-02-26overload15.C: New test to stress overloaded templatized constructors.Jeffrey Oldham2-0/+30
2001-02-26c-decl.c (finish_decl): Set DECL_DEFER_OUTPUT on tentative file-scope definit...Jason Merrill3-19/+28
2001-02-26except.c (call_eh_info): Cleanup generation of cp_eh_info struct.Nathan Sidwell3-38/+68
2001-02-26Daily bump.GCC Administrator2-2/+2
2001-02-25ifcvt.c (struct noce_if_info): Add test_bb.Richard Henderson3-15/+352
2001-02-25* config/i386/cygwin.h (CPP_SPEC): Add missing space before w32api include.Christopher Faylor2-1/+6
2001-02-25config.gcc: Put back pa/t-openbsd and rs6000/t-openbsd.Zack Weinberg3-4/+12
2001-02-25i386-protos.h (ix86_set_move_mem_attrs): Move decl.Richard Kenner3-3/+6
2001-02-25* config/i386/i386.md (movstrsi): Handle FAIL case.Richard Kenner2-2/+9
2001-02-25cppinit.c (builtin_array): Update.Neil Booth5-37/+55
2001-02-25Daily bump.GCC Administrator2-2/+2
2001-02-25xm-interix.h, [...]: Don't define any of...Zack Weinberg35-408/+75
2001-02-24i386.c (ix86_set_move_mem_attrs): New function.Richard Kenner4-4/+69
2001-02-25config.gcc: Expunge references to alpha/t-pe...Zack Weinberg1-27/+51
2001-02-25config.gcc: Expunge references to alpha/t-pe...Zack Weinberg28-762/+15
2001-02-2520010224-1.c: New test.Franz Sirl2-0/+48
2001-02-25loop.c (check_dbra_loop): A biv has uses besides counting if it is used to se...Franz Sirl2-0/+14
2001-02-24tree.h (BLOCK_DEAD): New macro.Richard Kenner6-22/+45
2001-02-24errors.c (internal_error, [...]): New functions.Richard Kenner3-7/+67
2001-02-24Kill stray blank linesZack Weinberg13-15/+1
2001-02-24Daily bump.GCC Administrator2-2/+2
2001-02-24mn10300.h (DBX_REGISTER_NUMBER): Reverted 2000-08-26's patch.Alexandre Oliva2-7/+10
2001-02-24* rtl.c (rtl_check_failed_code2): Fix typo in last change.Kaveh R. Ghazi2-1/+5
2001-02-23Handle compiling multiple input files at once, and @FILE syntax.Per Bothner3-4/+42
2001-02-23Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.Per Bothner8-86/+208
2001-02-23gcc.c (record_temp_file, [...]): Make non-static, so they can be called from ...Per Bothner3-7/+12
2001-02-24i386.c (ix86_frame): New structure.Jan Hubicka2-133/+161
2001-02-24flow.c (find_sub_basic_blocks): New function.Jan Hubicka2-5/+130
2001-02-24function.c (epilogue_done): Be ready for first basic block not containing PRO...Jan Hubicka2-2/+18
2001-02-24* loop.c (canonicalize_condition): Move to reversed_comparison_code.Jan Hubicka2-23/+17
2001-02-23i960.h (FRAME_POINTER_REQUIRED): Revert removal of check for current_function...DJ Delorie2-1/+11
2001-02-23diagnostic.c (trim_filename): No longer static.Richard Kenner5-29/+39
2001-02-23convert.c (convert_to_integer): Don't do unsigned unless result or both input...Richard Kenner2-3/+6
2001-02-23fold-const.c (fold_convert): Don't call size_int_type_wide if input overflows.Richard Kenner2-0/+4
2001-02-23c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK.Richard Kenner8-0/+29
2001-02-23* varasm.c (output_constant): Recompute CODE after lang-specific fn.Richard Kenner2-1/+8
2001-02-23Makefile.in (resource.o): Add params.h dependence.Jeffrey Oldham5-12/+51
2001-02-23diagnostic.c (output_to_stream): Rename to output_buffer_to_stream.Gabriel Dos Reis3-12/+29
2001-02-23fold-const.c (extract_muldiv): If not MULT_EXPR, check if either operand is d...Jakub Jelinek4-4/+49
2001-02-23Daily bump.GCC Administrator2-2/+2
2001-02-23* spew.c (yylex): Correct handling of friends.Mark Mitchell3-3/+23
2001-02-22crtbegin.asm (.fini): Use pc-relative relocs to reach .text instead of gp-rel...Richard Henderson3-14/+21
2001-02-22mangle.c (write_encoding): Pass write_function_type the FUNCTION_DECL for the...Mark Mitchell2-22/+52
2001-02-22* extend.texi (C++ Attributes): Fix typo.Andreas Jaeger2-33/+37
2001-02-22optimize.c: Include toplev.h for note_deferral_of_defined_inline_function pro...Andreas Jaeger2-48/+54
2001-02-22cp-tree.h (struct lang_decl_inlined_fns): New.Jakub Jelinek6-4/+151