aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo23-406/+385
2004-09-10tree-ssa-dce.c (remove_dead_stmt): Update profile.Jan Hubicka3-0/+26
2004-09-10cgraphunit.c, [...]: Fix comment typos.Kazu Hirata4-4/+9
2004-09-10cgraph.h (cgraph_dump_file): Do not declare.Paolo Bonzini7-8/+63
2004-09-10* doc/extend.texi: Document the FR-V built-in functions.Richard Sandiford2-0/+409
2004-09-10typeck.c (build_c_cast): Preserve the cast if casting to and from an Objectiv...Ziemowit Laski2-0/+12
2004-09-09Libbanshee is gone.James E Wilson2-3/+4
2004-09-10Makefile.in (s-gtype): Add $(build_exeext) to gengtype command.Kelley Cook2-1/+5
2004-09-09Fix ICE on invalid input, and eliminate confusing error message.James E Wilson4-2/+22
2004-09-10re PR middle-end/17055 (ICE while folding int/float vectors)Roger Sayle4-0/+57
2004-09-10i386.c (ix86_expand_ashlsi3_const): New function to expand a left shift by an...Roger Sayle2-2/+30
2004-09-10i386.c (ix86_split_long_move): When optimizing for size...Roger Sayle2-0/+34
2004-09-09re PR middle-end/17367 (expand_expr_addr_expr with parallels (-O1 -mcpu=G5))Richard Henderson2-1/+7
2004-09-10Daily bump.GCC Administrator1-1/+1
2004-09-09ra-colorize.c (reset_lists): Move variable declaration inside ENABLE_CHECKING...Eric Christopher2-16/+29
2004-09-09* doc/include/gcc-common.texi (version-GCC): Likewise.Mike Stump2-1/+2
2004-09-09* version.c (version_string): Bump to 4.0.0.Mike Stump2-1/+5
2004-09-09Make-lang.in (cp/typeck.o): Depend on c-common.h.Ziemowit Laski3-1/+17
2004-09-10extend.texi (nothrow attribute): The attribute is not implemented in 3.2 and ...Jakub Jelinek2-1/+6
2004-09-09genrecog.c (compute_predicate_codes): Use op0_codes instead of codes.Steve Ellcey2-1/+6
2004-09-09ra-colorize.c (hardregset_to_string): Adapt to HARD_REG_SET implementation ch...Ulrich Weigand2-3/+8
2004-09-09combine.c (try_combine): When swapping i2 and i3...Ulrich Weigand2-1/+12
2004-09-09reload.c (find_reloads_address): Pass correct operand to maybe_memory_address_p.Ulrich Weigand2-1/+6
2004-09-09Makefile.def: Remove libbanshee.Daniel Berlin26-2609/+50
2004-09-09genattrtab.c (write_insn_cases): New function, split out from write_attr_case.Richard Sandiford2-19/+29
2004-09-09re PR target/17377 (cris.md bug in "return" pattern trigged by __builtin_retu...Hans-Peter Nilsson4-2/+25
2004-09-09re PR target/17377 (cris.md bug in "return" pattern trigged by __builtin_retu...Hans-Peter Nilsson2-0/+64
2004-09-09tree-outof-ssa.c (coalesce_abnormal_edges): Fix typo in calling phi_ssa_name_p.Diego Novillo2-1/+6
2004-09-09re PR c/17322 (initializer folding broken)Richard Henderson3-20/+27
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell27-1178/+1031
2004-09-09defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.Zack Weinberg10-32/+43
2004-09-09builtins.c (build_va_arg_indirect_ref): New function.Frank Ch. Eigler5-11/+26
2004-09-09cgraphunit.c (cgraph_mark_functions_to_output): Renable node dumping for deve...Nathan Sidwell5-11/+39
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell10-366/+288
2004-09-09* config/frv/frv.c (acc_operand, accg_operand): Use REGNO.Richard Sandiford2-2/+6
2004-09-09tree-inline.c (expand_call_inline): Make overactive sanity check happy.Jan Hubicka2-1/+6
2004-09-09tree-ssa-loop-ivopts.c (peel_address): Fix abort on VIEW_CONVERT_EXPR.Jan Hubicka2-0/+8
2004-09-09Makefile.in (gengtype): Use $(BUILD_ERRORS).Nathan Sidwell16-644/+744
2004-09-09basic-block.h (guess_outgoing_edge_probabilities): Declare.Jan Hubicka4-127/+194
2004-09-09gcc.c (add_sysrooted_prefix, [...]): Use fatal, not abort.Nathan Sidwell2-50/+83
2004-09-09* tree-nested.c (create_tmp_var_for): Correct missinverted assert.Nathan Sidwell2-1/+3
2004-09-09tree-outof-ssa.c (free_temp_expr_table): Add missed assert.Nathan Sidwell3-4/+9
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo50-1259/+920
2004-09-09* config/frv/frv-protos.h (FRV_CPU_FR550, FRV_CPU_FR450)Richard Sandiford7-1324/+2454
2004-09-09Make-lang.in (cp/semantics.o): Depend on c-common.h.Ziemowit Laski3-2/+15
2004-09-09re PR c/8420 (volatile after the type specifier for an unnamed structure is r...Joseph Myers14-594/+1561
2004-09-09c-tree.h (enum c_declarator_kind, [...]): New.Joseph Myers7-238/+446
2004-09-09c-tree.h (C_DECL_USED, [...]): New.Joseph Myers10-14/+282
2004-09-09cp-tree.h (do_poplevel): New prototype.Ziemowit Laski3-1/+7
2004-09-09builtins.c: Fix prototype for fold_builtin_atan.Eric Christopher2-1/+5