aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-09-20* 5tsystem.ads: Removed, no longer used.Arnaud Charlet2-236/+4
2004-09-20vect-13.c: Added xfail for non ppc platforms.Ira Rosen13-52/+734
2004-09-20re PR target/17565 ([3.3 only] asms in delay slots)Richard Sandiford4-1/+25
2004-09-20Daily bump.GCC Administrator1-1/+1
2004-09-20* predict.c (estimate_probability): Remove unnecesary code.Jan Hubicka2-30/+6
2004-09-19decl2.c (determine_visibility): Allow class visibility directives to override...Mark Mitchell2-14/+26
2004-09-19tree-vectorizer.h (stmt_vec_info): Add vect_dr_base field.Ira Rosen14-384/+1362
2004-09-19basic-block.h (update_bb_profile_after_threading): Declare.Jan Hubicka6-26/+89
2004-09-19tree-ssa-pre.c (insert_into_set): Don't put is_gimple_min_invariant values in...Daniel Berlin2-0/+8
2004-09-19tree-ssa-dom.c (restore_nonzero_vars_to_original_value): Fix prototype.Andreas Jaeger2-1/+6
2004-09-19cris.h: Preserve the original spelling in a quote.Kazu Hirata2-1/+6
2004-09-18tree-ssa-dom.c (nonzero_vars_stack, [...]): New global varrays to replace the...Jeff Law2-104/+79
2004-09-19Daily bump.GCC Administrator1-1/+1
2004-09-18* g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.Paul Brook2-1/+5
2004-09-18* tree-cfg.c (thread_jumps): Fix updating of the profile.Jan Hubicka2-10/+18
2004-09-18tree-optimize.c (tree_rest_of_compilation): Kill forgotten verify_cgraph call.Jan Hubicka2-1/+6
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata23-32/+41
2004-09-18darwin-c.c, [...]: Fix comment typos.Kazu Hirata35-65/+84
2004-09-18re PR c/17424 (ICE with sizeof an undeclared variable)Joseph Myers4-3/+27
2004-09-18call.c, [...]: Follow spelling conventions.Kazu Hirata4-3/+8
2004-09-18tree-ssa-alias.c (setup_pointers_and_addressables): Don't remove TREE_ADDRESS...Diego Novillo4-0/+27
2004-09-18* tree-ssa-alias.c (dump_alias_info): Ignore NULL SSA_NAMEs.Diego Novillo2-1/+10
2004-09-18tree-into-ssa.c (rewrite_ssa_into_ssa): Expect ssa_name to return NULL.Jan Hubicka5-23/+40
2004-09-18i386.c (legitimize_pic_address): Fix splitting of PLUS with huge offset.Jan Hubicka2-1/+6
2004-09-18linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Remove.Kaz Kojima3-12/+12
2004-09-18re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating14-41/+85
2004-09-18Makefile.in (c-parse.o): Depend on $(C_PRAGMA_H).Zack Weinberg3-3/+9
2004-09-18configure.ac: Replace AC_COMPILE_CHECK_SIZEOF with AC_CHECK_SIZEOF.Jones Desougi4-343/+2406
2004-09-18tree.c, tree.h (tree_class_strings): Make array const.Zack Weinberg3-14/+20
2004-09-18Daily bump.GCC Administrator1-1/+1
2004-09-17Makefile.in (gimple-low.o): Depend on $(EXPR_H).Andreas Schwab2-3/+9
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham97-1038/+1212
2004-09-1720040917-1.c: New test.Kenneth Zadeck2-0/+36
2004-09-17re PR tree-optimization/17319 (-fno-tree-dce cause ICE)Diego Novillo4-0/+33
2004-09-17tree-ssa-dom.c (const_and_copies_stack): New.Jeff Law2-54/+56
2004-09-17re PR tree-optimization/17509 (ICE in verify_cgraph_node)Jan Hubicka2-1/+29
2004-09-17dbxout.c (get_lang_number): New.Devang Patel5-2/+63
2004-09-17re PR tree-optimization/17273 (ICE in get_indirect_ref_operands)Diego Novillo4-0/+52
2004-09-17c-tree.h (enum c_typespec_keyword): New.Joseph Myers9-265/+602
2004-09-17* doc/extend.texi: Fix duplicated word.Sylvain Pion2-1/+5
2004-09-17gfortran.h (struct gfc_linebuf): Don't use C99 empty arrays.Paul Brook3-3/+11
2004-09-17invoke.texi: Remove stray explanation on -freduce-all-givs and -fmove-all-mov...Toon Moene2-9/+5
2004-09-17cfg.texi: Use @smallexample.James A. Morrison6-25/+33
2004-09-17* gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.David Edelsohn2-0/+5
2004-09-17prj-attr-pm.ads, [...]: New files, to split some private capabilities of the ...Vincent Celier3-0/+118
2004-09-17configure.ac (gcc_cv_gld_version): Handle whitespace before "VERSION=".Hans-Peter Nilsson4-4/+11
2004-09-17pr17252.c: Use post-increment to change what 'a' is pointing to.Diego Novillo2-1/+6
2004-09-17Be more precise in last entry.Joern Rennecke1-0/+9
2004-09-17sh.c (sh_gimplify_va_arg_expr): Don't call pass_by_reference.Joern Rennecke3-4/+10
2004-09-17basic-block.h, [...]: Fix comment typos.Kazu Hirata15-16/+24