aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-09-29tree.h (INDIRECT_REF_P): New macro.Daniel Berlin9-36/+36
2004-09-30tree-flow.h (struct bb_ann_d): Remove num_preds member.Ben Elliston4-14/+12
2004-09-29re PR c/7425 (deprecated attribute doesn't merge with multiple declarations)Joseph Myers7-0/+44
2004-09-29revert accidental checkinJason Merrill1-17/+8
2004-09-29fold-const.c (tree_swap_operands_p): Remove duplicated code.Eric Christopher2-44/+39
2004-09-29cris.md (moverside, movemside): With MEM, make sure the address is (plus reg ...Hans-Peter Nilsson2-6/+13
2004-09-29re PR tree-optimization/17697 (ICE: Statement marked for throw, but doesn't -...Jason Merrill2-8/+24
2004-09-29* config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.David Edelsohn2-1/+7
2004-09-29re PR java/17007 (Inconsistent builtin attributes set by Java front end)Andrew Haley3-3/+11
2004-09-29tree.c (make_node_stat): Fix uninitialized warning.Nathan Sidwell2-14/+38
2004-09-29* read-rtl.c (apply_macro_to_string): Replace index with strchr.Aaron W. LaFramboise2-2/+6
2004-09-29tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek19-33/+1509
2004-09-29builtins.def (BUILT_IN_FPUTC, [...]): Remove nothrow attribute.Jakub Jelinek3-10/+27
2004-09-29re PR tree-optimization/17697 (ICE: Statement marked for throw, but doesn't -...Jakub Jelinek6-0/+113
2004-09-28Oops - fix typo in ChangeLog.Per Bothner1-1/+1
2004-09-28profile.c (brnahc_prob): Pass correct value to output_location, even when USE...Per Bothner2-1/+6
2004-09-29re PR middle-end/17525 (ICE in emit_move_insn (non-BLKmode arg))Jason Merrill3-0/+23
2004-09-28re PR tree-optimization/15089 (local register variable with a specified regis...Richard Henderson6-9/+50
2004-09-28tree-ssa-threadupdate.c (create_block_for_threading): Request that no outgoin...Jeff Law3-42/+82
2004-09-29extend.texi (Extended Asm): Add blurb about using Explicit Reg Vars to enforc...Hans-Peter Nilsson2-3/+29
2004-09-29sched-rgn.c (haifa_edge, [...]): Remove.Ulrich Weigand2-402/+269
2004-09-29Daily bump.GCC Administrator1-1/+1
2004-09-28cse.c (cse_insn): Avoid creating direct non-local jumps.Ulrich Weigand4-0/+18
2004-09-28re PR tree-optimization/17531 ([ivopts] ICE compiling gzip deflate.c)Richard Henderson3-16/+42
2004-09-28re PR driver/17537 (g++ not passing -lstdc++ to linker when -l is only supplied)Roger Sayle2-0/+9
2004-09-28s390.c (s390_adjust_cost): Remove.Ulrich Weigand3-39/+13
2004-09-28ia64.c (ia64_expand_prologue): Declare ei variable.Jakub Jelinek2-0/+6
2004-09-28tree-ssa-loop.c (pass_record_bounds): Do not assign a name to the pass.Diego Novillo2-1/+6
2004-09-28common.opt (flag_gcse_sm): Disable by default.Steven Bosscher4-16/+13
2004-09-28Makefile.in (tree-ssa-propagate.o): Depend on vec.h.Steven Bosscher3-20/+33
2004-09-28re PR c/16409 (ICE in size_binop, at fold-const.c)Joseph Myers8-1/+67
2004-09-28re PR java/15710 (ICE: tree check: expected class 'E', have 'c' (integer_cst)...Tom Tromey2-0/+8
2004-09-28tree-ssa-live.c (calculate_live_on_entry): Fix warnings with --disable-checking.Diego Novillo2-1/+6
2004-09-28* tree-pretty-print.c (dump_generic_node): Print vector types.Devang Patel2-1/+11
2004-09-28re PR java/17586 (kawa build fails with ICE)Andrew Haley2-6/+13
2004-09-28sh.h (INIT_CUMULATIVE_ARGS): Replace with an invocation of the function sh_in...Nick Clifton4-40/+87
2004-09-28tree-ssa-loop-im.c (single_reachable_address): Skip constant arguments.Diego Novillo2-2/+8
2004-09-28jcf-parse.c (load_class): Back out previous broken patch.Andrew Haley2-18/+6
2004-09-28re PR java/17586 (kawa build fails with ICE)Andrew Haley2-2/+25
2004-09-28tree-ssa-alias.c (create_name_tags): If PTR points to a volatile type, mark t...Diego Novillo2-1/+11
2004-09-28tree.def (vec_cond_expr): Fix.Andrew Pinski2-1/+6
2004-09-28* basic-block.h: Fix a comment typo.Kazu Hirata2-1/+5
2004-09-28* tree.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-09-28* optabs.c, optabs.h: Fix comment typos.Kazu Hirata3-2/+6
2004-09-28sparc.md (call_address_struct_value_sp32): Properly mask the immediate field ...Eric Botcazou2-2/+14
2004-09-28class.c (VTT_TOP_LEVEL_P, [...]): Remove.Nathan Sidwell3-191/+107
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston79-1396/+2170
2004-09-28re PR target/16532 (Inefficient jump to epilogue)Eric Botcazou5-24/+99
2004-09-28Fix formatting.David Edelsohn1-2/+2
2004-09-28re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const...Mark Mitchell13-90/+205