aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1999-08-31Makefile.in (LIBS): Fix definition so we link with $(CLIB).Kaveh R. Ghazi3-28/+19
1999-08-31Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.Kaveh R. Ghazi6-65/+37
1999-08-31* cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.Kaveh R. Ghazi2-1/+6
1999-08-30flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not mark_set_resources.Richard Henderson2-10/+13
1999-08-30* Makefile.in (xref.o): Depend on xref.c explicitly.Hans-Peter Nilsson2-1/+5
1999-08-30* invoke.texi: Fix typo.Jeffrey A Law2-1/+5
1999-08-30Make fixinc/ work when autogen is not installed.Jim Wilson2-3/+14
1999-08-30* cp-tree.h (IS_AGGR_TYPE_2): Fix typo.Jason Merrill2-1/+5
1999-08-30cp-tree.h (begin_init_stmts): Declare.Mark Mitchell5-4/+54
1999-08-30cp-tree.h (start_handler_parms): New function.Mark Mitchell9-147/+189
1999-08-30Daily bump.Jeff Law2-2/+2
1999-08-30dwarf2out.c (mem_loc_descriptor): New argument MODE.Jeffrey A Law2-9/+36
1999-08-30integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer just like ...Jeffrey A Law2-2/+13
1999-08-30pt.c (push_template_decl_real): Use template declaration from class type if i...Mark Mitchell1-2/+2
1999-08-30pt.c (push_template_decl_real): Use template declaration from class type if i...Alex Samuel3-0/+35
1999-08-29rs6000.h (ASM_FILE_START): Specify complete filename, including path, in .fil...David Edelsohn2-2/+7
1999-08-29* gcc.c-torture/execute/990829-1.c: New test.Jeffrey A Law2-0/+16
1999-08-29* gcc.c-torture/compile/990829-1.c: New test.Jeffrey A Law2-0/+17
1999-08-29gcc.texi (External Bugs): Remove obsolete note about Perl on SunOS.Russ Allbery2-18/+5
1999-08-29cp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd definition.Mark Mitchell8-99/+123
1999-08-29stdbool.h: Make the typedef name _Bool, with bool a #defined alias.Zack Weinberg2-2/+10
1999-08-29* POTFILES.in: Track files recently added/deleted.Manfred Hollstein2-3/+5
1999-08-29java-tree.h (lang_printable_name): Constify a char*.Kaveh R. Ghazi3-2/+8
1999-08-29* com.c (lang_printable_name): Constify a char*.Kaveh R. Ghazi2-2/+6
1999-08-29cp-tree.h (fndecl_as_string, [...]): Constify a char*.Kaveh R. Ghazi5-32/+50
1999-08-29* lang.c (chill_print_error_function): Constify a char*.Kaveh R. Ghazi2-2/+6
1999-08-29tree.c (tree_code_name): Constify a char*.Kaveh R. Ghazi7-13/+25
1999-08-29Makefile.in (ch-version.c): Constify a char*.Kaveh R. Ghazi21-225/+722
1999-08-29pa.md (interspace_jump): New pattern.John David Anglin2-0/+43
1999-08-29Fix possible aliasing problemsBernd Schmidt2-27/+91
1999-08-29jump.c (delete_prior_computation): Also check calls to constant functions.John Wehle2-17/+43
1999-08-29loop.c (this_loop_info): New variable.Michael Hayes4-127/+141
1999-08-29* fix-header.c (main): Do not pass a null pointer to strcmp.Scott Weikart2-1/+5
1999-08-29configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate filenames.William Bader3-98/+110
1999-08-29Daily bump.Jeff Law2-2/+2
1999-08-28jump.c (jump_optimize_1): Do not delete assignments to internal_arg_pointer.Jeffrey A Law3-2/+20
1999-08-29cp-tree.h (strip_array_types): New function.Mark Mitchell4-441/+588
1999-08-28* decl2.c (arg_assoc_class): Bail if the class is a builtin type.Richard Henderson2-0/+9
1999-08-29Fix typo in ChangeLog entryMark Mitchell1-1/+1
1999-08-29cp-tree.def (LABEL_STMT): New tree node.Mark Mitchell1-2/+4
1999-08-28flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.Richard Henderson2-28/+28
1999-08-28haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling sched_analyze_i...Richard Henderson2-19/+24
1999-08-28Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan4-16/+45
1999-08-28cp-tree.def (LABEL_STMT): New tree node.Mark Mitchell11-328/+490
1999-08-28Daily bump.Jeff Law2-2/+2
1999-08-27* cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.Jeffrey A Law2-1/+10
1999-08-27gjavah.c, [...]: Do not use C++ style comments in C code.Jeffrey A Law4-5/+10
1999-08-27pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an operand.Jeffrey A Law2-4/+17
1999-08-27Marc Espie <espie@cvs.openbsd.org>Marc Espie3-1/+11
1999-08-27rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format for a CONST_DOUBL...Zack Weinberg32-237/+192