aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-mudflap.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-26builtins.c (expand_builtin_alloca): Handle builtin alloca that is marked not ...Olatunji Ruwase1-9/+26
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-3/+6
2009-05-20tree-flow.h (insert_edge_copies_seq): Undeclare.Martin Jambor1-0/+20
2009-05-05attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers1-4/+4
2009-04-26Expand from SSA.Michael Matz1-8/+8
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-3/+3
2009-04-15tree-ssa-pre.c (eliminate): When replacing a PHI node carry out a necessary c...Richard Guenther1-3/+3
2009-03-31re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther1-6/+11
2008-11-10re PR middle-end/35314 (ICE with __builtin_setjmp and -fmudflap)Jakub Jelinek1-0/+9
2008-09-15re PR libmudflap/36397 (ICE with pointer cast and -fmudflap)Jakub Jelinek1-0/+7
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-3/+3
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-155/+161
2008-07-09gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.Jakub Jelinek1-2/+6
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-1/+0
2008-03-20common.opt (Wmudflap): New option.Volker Reichelt1-3/+6
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-5/+1
2008-01-01re PR libmudflap/26442 (ICE on valid unreachable code (and no name) when comp...Volker Reichelt1-2/+5
2007-12-27re PR debug/34535 (FAIL: libmudflap.c++/fail24-frag.cxx ICE)Jakub Jelinek1-0/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-15[multiple changes]Andrew Pinski1-13/+16
2007-06-14tree-mudflap.c: Fix whitespace issues.Andrew Pinski1-15/+29
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-4/+1
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-15/+16
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-66/+44
2007-01-02tree-mudflap.c (mf_decl_cache_locals, [...]): Do not add referenced vars.Jan Hubicka1-7/+0
2006-12-24tree-mudflap.c (ml_decl_cache_locals, [...]): add newly referenced vars.Jan Hubicka1-0/+7
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-15/+16
2006-10-09* tree-mudflap.c (mf_xform_derefs_1): Add parentheses around TREE_TYPE.Aldy Hernandez1-1/+1
2006-04-22re PR libmudflap/26864 (multithreaded mudflap not working)Frank Ch. Eigler1-0/+4
2006-04-20re PR c++/26789 (ICE on incomplete struct with -fmudflap)Volker Reichelt1-3/+4
2006-04-07tree-ssa-loop-niter.c (inverse, [...]): Use build_int_cst instead of build_in...Sebastian Pop1-1/+1
2006-03-22re PR c++/26790 (ICE with -fmudflap returning an incomplete struct)Volker Reichelt1-0/+3
2006-03-22re PR c++/26789 (ICE on incomplete struct with -fmudflap)Volker Reichelt1-0/+4
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-6/+8
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-35/+35
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