aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-11-09sparc.md (movdf): Avoid calling validize_mem during or after reload.Jakub Jelinek4-0/+65
2001-11-09* doc/install.texi2html: Use $MAKEINFO --no-split.Gerald Pfeifer2-1/+5
2001-11-09Makefile.in ($(HOST_PREFIX_1)rtl.o, $(HOST_PREFIX_1)print-rtl.o, $(HOST_PREFI...Andreas Schwab2-8/+18
2001-11-09mips.c (mips_output_function_prologues): Cast `tsize' to long for output.H.J. Lu2-1/+6
2001-11-09Daily bump.GCC Administrator2-2/+2
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth31-132/+126
2001-11-09* config.gcc: Rename stormy16 to xstormy16.Geoffrey Keating1-5/+9
2001-11-09fold-const.c (lshift_double): Honor PREC.John Wehle2-8/+54
2001-11-091750a.c: Fix comment formatting.Kazu Hirata3-48/+53
2001-11-08configure.in (--enable-languages): Be more permissive about syntax.Phil Edwards3-7/+25
2001-11-08* dwarf2asm.c (dw2_force_const_mem): Fix typo.Richard Henderson2-1/+5
2001-11-09In ChangeLog: 2001-11-08 Geoffrey Keating <geoffk@redhat.com>Geoffrey Keating14-218/+242
2001-11-08* reload1.c (reload): Don't delete equiv insn if can throw.Richard Kenner2-3/+12
2001-11-08expr.c (emit_block_move): If X is readonly emit CLOBBER for it.Richard Kenner2-0/+17
2001-11-08pa.c (emit_move_sequence): Fix SUBREG expression to use proper byte offset wh...Jeffrey A Law2-1/+7
2001-11-09cfgrtl.c (purge_dead_edges): Remove REG_EH_REGION note for insns which cannot...Jakub Jelinek2-1/+17
2001-11-08explow.c (convert_memory_address, [...]): Only return inner object if SUBREG_...Richard Kenner2-0/+6
2001-11-08Makefile.in (GCC_FOR_TARGET): Add build_tooldir/sys-include.Richard Henderson2-10/+16
2001-11-08* rs6000.h (ASM_CPU_SPEC): Add -maltivec.Aldy Hernandez2-1/+6
2001-11-08dwarf2out.c (debug_str_hash): New.Jakub Jelinek2-25/+166
2001-11-08configure.in: Add AC_ARG_PROGRAM to support program name transformation with ...Andreas Franck11-331/+438
2001-11-08mips.c (save_restore_insns): Remove GP from the restore registers mask early ...Richard Henderson2-40/+51
2001-11-08decl.c (shadow_warning): New function.Neil Booth5-30/+104
2001-11-08fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST case as well.Richard Henderson2-0/+7
2001-11-08pa.md (negdf2, negsf2): Use multiplication rather than subtraction to impleme...John David Anglin2-4/+44
2001-11-08parse.y (trap_overflow_corner_case): New rule.Tom Tromey4-17/+73
2001-11-08Patch for PR java/1414:Tom Tromey3-4/+60
2001-11-08Somebody forgot a >>>>>>>>Anthony Green1-1/+0
2001-11-08dwarf2asm.c (mark_indirect_pool_entry, [...]): New.Jakub Jelinek2-27/+74
2001-11-08Daily bump.GCC Administrator2-2/+2
2001-11-08Make-lang.in: Add rules for building g77.1.Toon Moene5-58/+144
2001-11-07* config/rs6000/rs6000.h (REG_ALLOC_ORDER): Add vrsave.Aldy Hernandez2-1/+6
2001-11-07c-decl.c (pushdecl): Remove file and line.Neil Booth3-12/+5
2001-11-07darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT to 64.Aldy Hernandez3-2/+8
2001-11-07forgot cl entriesAldy Hernandez1-0/+233
2001-11-07parse.y (patch_assignment): Removed unused third argument.Alexandre Petit-Bianco2-5/+9
2001-11-07invoke.texi: Add -maltivec, -mno-altivec, and -mabi=altivec for rs6000.Aldy Hernandez6-55/+1884
2001-11-07Makefile.in (df.o): Add fibheap.h to dependencies.Daniel Berlin4-281/+453
2001-11-07gcc.texi: Move terminology and spelling conventions to htdocs/codingconventio...Joseph Myers2-20/+5
2001-11-07* cse.c (cse_insn): Emit BARRIER after unconditional jump.Graham Stott2-5/+17
2001-11-07expmed.c (expand_mult): Force operand to register before computing cost.Jan Hubicka4-25/+47
2001-11-07Daily bump.GCC Administrator2-2/+2
2001-11-06elf.h (DO_SELECT_SECTION): TREE_READONLY is not defined for a CONSTRUCTOR; do...Richard Henderson2-1/+5
2001-11-06gcov.c (output_data): Use IS_ABSOLUTE_PATHNAME to test for absolute pathnames.Danny Smith2-6/+6
2001-11-06unwind-dw2.c (execute_cfa_program): Evaluate call frame instructions up to th...Olivier Hainque2-1/+6
2001-11-06* loop.c (loop_regs_scan): Don't invalidate PIC register.Steve Christiansen2-5/+16
2001-11-06mips.md (movdf_internal2): Add constraints for float to general register move.Eric Christopher3-7/+17
2001-11-06Clean up langhooksNeil Booth25-183/+255
2001-11-06install.texi: Document that configure options not listed in this file are uns...Joseph Myers2-1/+12
2001-11-06rtl.h (mem_for_const_double): New declaration.Richard Kenner8-18/+47