aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson13-111/+66
2004-07-24Makefile.in (site.exp): Add HOSTCC and HOSTCFLAGS to site.exp.Jakub Jelinek19-0/+3181
2004-07-23print-rtl.c (print_rtx <case 'b'>): Don't attempt to print bitmap contents if...Zack Weinberg3-17/+22
2004-07-23c-decl.c (start_function): Form composite type of function types rather than ...Joseph Myers4-1/+42
2004-07-23altivec.h (vec_lvewx, [...]): Remove the const qualifier for the second argum...Janis Johnson2-9/+12
2004-07-23altivec.h (vec_stvewx, [...]): Use specific pointer types.Janis Johnson2-17/+84
2004-07-23altivec.h (vec_vadduwm): (vec_vadduwm...Janis Johnson2-164/+663
2004-07-23altivec.h (vec_vcmpgtsh): Fix C++ function name.Janis Johnson2-28/+30
2004-07-238-02a.c: Fix typo.Janis Johnson2-1/+3
2004-07-23varargs-4.c: Remove a Darwin-specific check.Janis Johnson3-8/+37
2004-07-23debug-1.c: Use int, not long, in union with vector.Janis Johnson3-4/+7
2004-07-23ops.c: Remove checks using pointers to long.Janis Johnson4-62/+120
2004-07-23machmode.def: Remove vector modes.Paolo Bonzini8-34/+59
2004-07-23cp: * search.c (lookup_conversion_operator): Avoid two loops.Nathan Sidwell7-83/+434
2004-07-23intl.c (gcc_init_libintl): Use PACKAGE for the text domain.Matthias Klose5-2/+19
2004-07-23dwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_LOCAL on generated SYMB...Mark Mitchell8-541/+379
2004-07-23Daily bump.GCC Administrator1-1/+1
2004-07-22* g++.dg/parse/attr2.C: Simplify.Mark Mitchell2-4/+5
2004-07-22re PR c/7284 (incorrectly simplifies leftshift followed by signed power-of-2 ...Joseph Myers4-1/+40
2004-07-22implement-c.texi: New file.Joseph Myers5-401/+413
2004-07-22integrate.c (copy_decl_for_inlining): Remove invisible reference handling.Jason Merrill3-41/+11
2004-07-22fix typo.Brian Booth1-1/+0
2004-07-22tree-ssa-ccp.c (latticevalue): Add UNKNOWN_VAL.Brian Booth4-41/+244
2004-07-22* expr.c (emit_push_insn): Don't use set_mem_attributes.Richard Henderson2-19/+18
2004-07-22tree-ssa-live.c (create_ssa_var_map): Avoid defined-but-not-used variables du...Richard Henderson2-16/+15
2004-07-22tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo12-170/+730
2004-07-22* pt.cNathan Sidwell4-0/+32
2004-07-222004-07-22 David Billinghurst (David.Billinghurst@riotinto.com)David Billinghurst3-1/+91
2004-07-22cris.md: Tweak formatting.Hans-Peter Nilsson2-314/+290
2004-07-22cris-peep2-xsrand.c, [...]: New tests.Hans-Peter Nilsson4-0/+111
2004-07-22tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini18-173/+827
2004-07-21gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE...Richard Henderson7-60/+97
2004-07-22* gdbinit.in: Set a breakpoint on internal_error.Ben Elliston2-0/+7
2004-07-21cfgexpand.c (expand_gimple_tailcall): Fix case where we need to create a new ...Richard Henderson2-55/+78
2004-07-22Daily bump.GCC Administrator1-1/+1
2004-07-22re PR c/15052 (gcc frontend accepts mismatched function declaration/defintion)Joseph Myers10-41/+82
2004-07-22c-typeck.c (set_init_index): Require designator to be of integer type.Joseph Myers6-1/+37
2004-07-22re PR c/11250 (-pedantic accepts `char a[] = ("x");')Joseph Myers6-80/+216
2004-07-21sparc.c (sparc_rtx_costs): Fix typo in previous commit.David S. Miller2-1/+6
2004-07-21builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.Eric Christopher10-512/+294
2004-07-21rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher9-226/+20
2004-07-21var-tracking.c (vt_find_locations): Set the in_pending bitmap at once.Josef Zlomek2-5/+7
2004-07-21PR java/16431.Andrew Haley1-0/+1
2004-07-21verify.c (verify_jvm_instructions): Comment change only.Andrew Haley7-111/+339
2004-07-21Fix formatting.Paul Brook1-22/+22
2004-07-21c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini8-85/+171
2004-07-21c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini1-0/+16
2004-07-21re PR middle-end/15345 ([non-unit-at-a-time] unreferenced nested inline funct...Jakub Jelinek2-0/+79
2004-07-20re PR target/16559 (Incorrect code generated for function pointer)H.J. Lu2-0/+42
2004-07-20Add parens so emacs will properly indent.Richard Kenner1-2/+2