c-common.c: Rename all identifiers named `class' to `cl'.
[gcc.git] / gcc / ChangeLog
2004-07-25 Bernardo Innocentic-common.c: Rename all identifiers named `class' to...
2004-07-25 Daniel Jacobowitzregmove.c (optimize_reg_copy_1): Don't try to replace...
2004-07-25 Richard Kennertree-ssa-operands.c (get_stmt_operands, [...]): Handle...
2004-07-25 Joseph Myersc-typeck.c (digest_init): Don't allow arrays of signed...
2004-07-25 Richard Hendersonc-decl.c (start_function): Set DECL_ARTIFICIAL and...
2004-07-25 Zack Weinberg[multiple changes]
2004-07-25 Zack WeinbergZack Weinberg <zack@codesourcery.com
2004-07-25 Bernardo Innocenti* tree.h (staticp): Change return type to bool.
2004-07-25 Bernardo Innocenti* c-common.c (c_staticp): Last episode of the staticp...
2004-07-25 Bernardo Innocentic-common.h (c_staticp): Change return type from int...
2004-07-25 Bernardo Innocentilanghooks-def.h (lhd_staticp): Change return type from...
2004-07-25 Bernardo Innocentisystem.h (bool, [...]): Don't redefine as preprocessor...
2004-07-25 Roger Sayleexpmed.c (init_expmed): A signed modulus by a power...
2004-07-25 Bernardo Innocentiggc.h (GGC_NEW, [...]): New macros.
2004-07-25 Bernardo Innocentic-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED...
2004-07-24 Roman Zippelm68k.c (output_scc_di): Fix coding style.
2004-07-24 Mike Stumpc-typeck.c (convert_for_assignment): Tightened up point...
2004-07-24 Zack Weinberg* genmodes.c (make_vector_modes): Mark with ATTRIBUTE_U...
2004-07-24 Richard Kennertree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
2004-07-24 Richard Kennergimplify.c (gimplify_compound_lval): Check for no handl...
2004-07-24 Diego Novillore PR tree-optimization/16688 (ICE in group_aliases...
2004-07-23 Richard Hendersonre PR c++/16277 (Wrong code with conditionals in initia...
2004-07-23 Richard Hendersonexpr.c (expand_expr_real_1): Don't handle non-local...
2004-07-23 Jakub JelinekMakefile.in (site.exp): Add HOSTCC and HOSTCFLAGS to...
2004-07-23 Zack Weinbergprint-rtl.c (print_rtx <case 'b'>): Don't attempt to...
2004-07-23 Joseph Myersc-decl.c (start_function): Form composite type of funct...
2004-07-23 Janis Johnsonaltivec.h (vec_lvewx, [...]): Remove the const qualifie...
2004-07-23 Janis Johnsonaltivec.h (vec_stvewx, [...]): Use specific pointer...
2004-07-23 Janis Johnsonaltivec.h (vec_vadduwm): (vec_vadduwm...
2004-07-23 Janis Johnsonaltivec.h (vec_vcmpgtsh): Fix C++ function name.
2004-07-23 Paolo Bonzinimachmode.def: Remove vector modes.
2004-07-23 Matthias Kloseintl.c (gcc_init_libintl): Use PACKAGE for the text...
2004-07-23 Mark Mitchelldwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_L...
2004-07-22 Joseph Myersre PR c/7284 (incorrectly simplifies leftshift followed...
2004-07-22 Joseph Myersimplement-c.texi: New file.
2004-07-22 Jason Merrillintegrate.c (copy_decl_for_inlining): Remove invisible...
2004-07-22 Brian Boothfix typo.
2004-07-22 Brian Boothtree-ssa-ccp.c (latticevalue): Add UNKNOWN_VAL.
2004-07-22 Richard Henderson* expr.c (emit_push_insn): Don't use set_mem_attributes.
2004-07-22 Richard Hendersontree-ssa-live.c (create_ssa_var_map): Avoid defined...
2004-07-22 Diego Novillotree-into-ssa.c (set_livein_block): Fix typo in comment.
2004-07-22 Hans-Peter Nilssoncris.md: Tweak formatting.
2004-07-22 Paolo Bonzinitree-cfg.c (gimplify_val): Move from tree-complex.c.
2004-07-22 Richard Hendersongimple-low.c (expand_var_p): Don't look at TREE_ADDRESS...
2004-07-22 Ben Elliston* gdbinit.in: Set a breakpoint on internal_error.
2004-07-22 Richard Hendersoncfgexpand.c (expand_gimple_tailcall): Fix case where...
2004-07-22 Joseph Myersre PR c/15052 (gcc frontend accepts mismatched function...
2004-07-21 Joseph Myersc-typeck.c (set_init_index): Require designator to...
2004-07-21 Joseph Myersre PR c/11250 (-pedantic accepts `char a[] = ("x");')
2004-07-21 David S. Millersparc.c (sparc_rtx_costs): Fix typo in previous commit.
2004-07-21 Eric Christopherbuiltins.c (expand_builtin_setjmp_receiver): Fix commen...
2004-07-21 Steven Bosscherrtl.h (insn_note): Remove NOTE_INSN_PREDICTION.
2004-07-21 Josef Zlomekvar-tracking.c (vt_find_locations): Set the in_pending...
2004-07-21 Paolo Bonzinic-common.c (vector_types_convertible_p): Use vector...
2004-07-21 Richard Hendersoncfgexpand.c (expand_gimple_cond_expr, [...]): Split,
2004-07-21 David S. Millersparc.c (sparc_rtx_costs case MULT): Emit enormous...
2004-07-21 Andrew Pinskire PR target/16557 (bootstrap failure of gcc-4.0-200407...
2004-07-21 Richard Kennerfold-const.c (operand_equal_p): Temporarily support...
2004-07-20 Paul Brook* config/arm/arm.c (thumb_expand_prologue): Remove...
2004-07-20 Zack Weinbergrtl.h (plus_constant): Delete.
2004-07-20 Richard Hendersongimplify.c (is_gimple_tmp_var): Move to tree-gimple.c.
2004-07-20 Richard Hendersontree-pretty-print.c (dump_generic_node): Dump CALL_EXPR...
2004-07-20 Nathan Sidwellvec.h (VEC_T_length, [...]): Use unsigned, not size_t.
2004-07-20 Frank Ch. Eiglertree-mudflap.c (mf_set_options_fndecl): New tree.
2004-07-20 John David Anglinre PR c++/14607 (Duplicate symbol "vtable for node...
2004-07-20 Nathan Sidwell* dbxout.c (dbxout_type): Fix printf format.
2004-07-20 Nathan Sidwelltree.h (binfo_member): Remove.
2004-07-20 Nathan Sidwelltree.h: Include vec.h
2004-07-20 Steven Bosscherc-common.h (check_case_value): Remove prototype.
2004-07-20 Paolo Bonzinigenattr.c (struct range, [...]): Remove them.
2004-07-19 Roger Sayle* rtlanal.c (reg_set_p): Add check for regs_invalidated...
2004-07-19 Jeff Lawtree-ssa-dom.c (single_incoming_edge_ignoring_loop_edge...
2004-07-19 Maciej W. Rozyckimips.md (mulsidi3_32bit_r4000): Fix the clobber list.
2004-07-19 Nathan Sidwellvec.h: Propagate location information properly.
2004-07-19 Daniel JacobowitzMakefile.in (c-format.o): Depend on c-format.h.
2004-07-19 Andreas Krebbels390-protos.h (s390_return_address_offset): Prototype...
2004-07-19 Roger Saylefold-const.c (tree_expr_nonzero_p): Add function prototype.
2004-07-19 Gabriel Dos Reissourcebuild.texi: Add libcpp, now that CPP has its...
2004-07-19 Joseph Myersc-tree.h (struct c_expr): Define.
2004-07-19 Paolo Bonzinish.c (sh_use_dfa_interface): Remove.
2004-07-19 Zack Weinbergpa.md: Delete the two remaining define_peephole patterns.
2004-07-18 Steven Bosscherc-common.c (c_common_truthvalue_conversion): Don't...
2004-07-18 Roger Saylebuiltins.c (simplify_builtin_memcmp, [...]): Delete.
2004-07-18 Daniel Jacobowitz* Makefile.in (tree-alias-common.o): Update dependencies.
2004-07-18 Sebastian Pop* cfgloop.c (flow_loop_nested_p): Fix comment.
2004-07-18 Jason Merrillre PR tree-optimization/16115 (double-destruction probl...
2004-07-17 Eric Botcazoulibgcc2.c (__enable_execute_stack): New symbol.
2004-07-17 Joseph Myerslanghooks.h (builtin_function): New langhook.
2004-07-17 Andrew Pinskire PR target/16556 (minor cosmetic issue, easy to fix...
2004-07-17 Eric Botcazoure PR rtl-optimization/16294 (Missed delay slot schedul...
2004-07-17 Zdenek Dvorakloop-init.c (loop_optimizer_init, [...]): Do not destro...
2004-07-17 Graham Stott* emit-rtl.c (reorder_insns): Don't set BB for a BARRIE...
2004-07-17 Toon Moenesourcebuild.texi: Remove libf2c entry.
2004-07-17 Paolo Bonzinii386.md (movv16qi_internal): Fix typo.
2004-07-17 Steven Bosscherfinal.c (final_scan_insn): Fix broken commit from previ...
2004-07-17 Joseph Myersc-typeck.c (parser_build_binary_op): Condition warnings...
2004-07-17 Steven Bosschercfgcleanup.c (try_simplify_condjump): Don't remove...
2004-07-16 Krister Walfridsson* tree-inline.c (estimate_num_insns_1): Correct increas...
2004-07-16 Richard Hendersonbuiltins.c (std_expand_builtin_va_arg): Remove.
2004-07-16 Daniel Berlintree-ssa-pre.c (insert_aux): Break out if we hit a...
next