aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-mudflap.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-18/+18
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-14re PR libmudflap/21023 (mudflap reports errors for external array variable wi...Frank Ch. Eigler1-1/+1
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-0/+8
2005-06-06predict.c (tree_predict_edge): Don't drop useless predictions; check that it ...Jan Hubicka1-5/+2
2005-06-04cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin1-1/+1
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+1
2005-05-03tree-mudflap.c (deferred_static_decls, [...]): Use VEC instead of VARRAY.Kazu Hirata1-9/+5
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-3/+3
2005-04-12re PR other/19266 ([mudflap] ICE when compiling with -fmudflap -O)Frank Ch. Eigler1-24/+9
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-1/+1
2005-01-04* tree-mudflap.c (mf_varname_tree): Fix thinko setting declname.Richard Henderson1-2/+4
2005-01-02tree-mudflap.c (mf_varname_tree): decl_printable_name handles anonymous decls.Greg McGary1-39/+46
2004-11-16tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.Kazu Hirata1-1/+1
2004-11-03* bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.Kazu Hirata1-2/+2
2004-10-28tree-mudflap.c (mudflap_init): Mark cache-lookup decls to prevent their later...Frank Ch. Eigler1-169/+155
2004-10-16re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2)Zdenek Dvorak1-1/+1
2004-10-13toplev.c (compile_file): Call mudflap_finish_file from here ...Frank Ch. Eigler1-1/+1
2004-10-02tree-mudflap.c (mf_build_check_statement_for): Reorganize to take check-base ...Frank Ch. Eigler1-17/+54
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-1/+1
2004-09-23* comment tweakFrank Ch. Eigler1-3/+4
2004-09-23re PR tree-optimization/17533 (cc1plus crashes on libmudflap test case, verif...Frank Ch. Eigler1-4/+21
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-1/+1
2004-09-10bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-2/+1
2004-09-08builtins.c (std_gimplify_va_arg_expr): Mark INDIRECT_REF nodes generated from...Frank Ch. Eigler1-7/+25
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-2/+4
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-4/+4
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-5/+5
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-8/+9
2004-08-10builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson1-67/+3
2004-07-20tree-mudflap.c (mf_set_options_fndecl): New tree.Frank Ch. Eigler1-10/+35
2004-07-16tree-mudflap.c (mf_file_function_line_tree): Correct typo that prevented desc...Frank Ch. Eigler1-4/+5
2004-07-15* Fix for g++/15861Frank Ch. Eigler1-88/+107
2004-07-05tree-mudflap.c: Include cgraph.h.Zack Weinberg1-19/+86
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-19/+20
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-06-24tree-mudflap.c (mx_register_decls): Add third (type) argument to synthesized ...Frank Ch. Eigler1-3/+7
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-8/+8
2004-06-19CFG transparent RTL expansion:Jan Hubicka1-320/+445
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-8/+8
2004-05-20* tree-mudflap.c: Formatting fixes.Steven Bosscher1-8/+11
2004-05-17tree-mudflap.c (mx_register_decls): Tolerate decl trees resulting from source...Frank Ch. Eigler1-0/+1
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-3/+3
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1093