aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-11-26elfos.h (SELECT_SECTION): Don't check TREE_READONLY for CONSTRUCTOR.Richard Henderson2-1/+6
2001-11-26rs6000.c (output_mi_thunk): Handle minimal-toc and call correct function on AIX.David Edelsohn2-7/+14
2001-11-26toplev.c (process_options): Don't force flag_optimize_sibling_calls to zero j...Alexandre Oliva2-6/+6
2001-11-26df.h (transfer_function_sbitmap): Use PARAMS around argument list in function...Jeffrey A Law2-4/+10
2001-11-26stormy16.h: Remove DEFAULT_VTABLE_THUNKS.Loren J. Rittle3-15/+5
2001-11-26* doc/trouble.texi: Remove outdated RS/6000 comments.David Edelsohn2-32/+4
2001-11-26* call.c (joust): Remove COND_EXPR hack.Jason Merrill2-21/+5
2001-11-26* final.c (walk_alter_subreg): Fix return value.Jan Hubicka2-2/+6
2001-11-26sparc.c (sparc_absnegfloat_split_legitimate): Do not call alter_subreg.Jan Hubicka4-97/+18
2001-11-26* regclass.c (choose_hard_reg_mode): Handle vector arguments.Aldy Hernandez2-0/+24
2001-11-26Daily bump.GCC Administrator2-2/+2
2001-11-26search.c (lookup_base_r): Declare bk in variable declaration space.Aldy Hernandez2-4/+10
2001-11-26final.c: (insn_lengths): Make it an int *, so that large jump tables don't ov...Alan Modra2-2/+7
2001-11-25c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New.Joseph Myers7-19/+128
2001-11-25df.c: Add prototypes for hybrid_search_bitmap and hybrid_search_sbitmap.Daniel Berlin2-160/+263
2001-11-25* gcc.dg/cpp/fpreprocessed.c: New test.Neil Booth1-0/+10
2001-11-25m68hc11.md (peephole2): New peephole2 to optimize address computations.Stephane Carrez2-0/+31
2001-11-25m68hc11.c (d_register_operand): Must accept register b (low part of d).Stephane Carrez2-1/+7
2001-11-25m68hc11.h (FUNCTION_PROFILER): Fix label name passed to mcount.Stephane Carrez2-1/+6
2001-11-25re PR c++/3145 (virtual inheritance still creates wrong code)Nathan Sidwell12-470/+568
2001-11-25sysdep.c (rts_get_*): Fix style.Laurent Guerby2-5/+28
2001-11-25vms-ld.c, vms-cc.c: New files.Douglas B Rupp5-0/+1159
2001-11-25Daily bump.GCC Administrator2-2/+2
2001-11-25* gcc.c-torture/execute/20011121-1.c: New test.Ian Lance Taylor2-0/+23
2001-11-24* genextract.c (main): Set ro_loc for peepholes.Hans-Peter Nilsson2-2/+8
2001-11-24fix-header.c (main): Move inf_buffer termination and inf_limit calculation to...Douglas B Rupp2-3/+8
2001-11-24xm-vms.h (FILE_TYPE): Remove undef and baggage.Douglas B Rupp1-16/+3
2001-11-24xm-vms.h (FILE_TYPE): Remove undef and baggage.Douglas B Rupp1-0/+5
2001-11-24re PR fortran/3957 (g77 -pipe -xf77-cpp-input sends output to stdout.)Toon Moene2-2/+7
2001-11-24function.c (assign_stack_temp_for_type): Clear alias set before setting new one.Richard Kenner2-0/+6
2001-11-24Daily bump.GCC Administrator2-2/+2
2001-11-24rs6000.c (print_operand, case 'v'): Use HOST_WIDE_INT_PRINT_HEX format.David Edelsohn3-5/+9
2001-11-23* Fix typo in cmptf pattern.David Edelsohn1-2/+2
2001-11-23* gcc.c-torture/execute/ieee/20011123-1.c: New test.Jeffrey A Law2-0/+16
2001-11-23fix typoJason Merrill1-1/+1
2001-11-23final.c (output_addr_const): Output PC as '.' even if !flag_pic.Richard Sandiford3-8/+11
2001-11-23cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_INT for sign extension.Andreas Jaeger4-12/+39
2001-11-23Remove some compile time warnings about duplicate definitions.Nick Clifton2-16/+24
2001-11-23Daily bump.GCC Administrator2-2/+2
2001-11-23cppmacro.c (warn_of_redefinition): Warn regardless of -pedantic.Neil Booth4-7/+12
2001-11-23old-dejagnu.exp (old-dejagnu): Copy extra source files to the host if it is r...Geoffrey Keating12-1/+50
2001-11-23* cris.h: Revert thinko in last patch.Kaveh R. Ghazi2-0/+13
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers32-83/+90
2001-11-23predict.c, [...]: Fix spelling errors.Joseph Myers3-9/+13
2001-11-22calls.c (check_sibcall_argument_overlap): Use slot_offset for start of stack ...Andrew Haley2-2/+7
2001-11-22fix typo in previous deltaNick Clifton1-2/+1
2001-11-22cfgrtl.c (try_redirect_by_replacing_jump): Fix typo, emit replacement jump af...Graham Stott2-3/+13
2001-11-22* local-alloc.c (combine_regs): Handle SUBREG_REG being a MEM.Graham Stott2-22/+44
2001-11-22(in m32rx patch): Replace "." with "@." when preceeded by a capital letterNick Clifton1-2/+2
2001-11-22Fix for little endian ARMsNick Clifton2-1/+33