summaryrefslogtreecommitdiff
path: root/gcc/tree-mudflap.c
Commit message (Expand)AuthorAgeFilesLines
* diagnostic-core.h: New.Joseph Myers2010-05-271-2/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* tree-mudflap.c (build_function_type_0, [...]): Remove.Kazu Hirata2010-05-121-28/+6
* Remove trailing white spaces.H.J. Lu2009-11-251-22/+22
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-21/+31
* builtins.c (expand_builtin_alloca): Handle builtin alloca that is marked not ...Olatunji Ruwase2009-06-261-9/+26
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-3/+6
* tree-flow.h (insert_edge_copies_seq): Undeclare.Martin Jambor2009-05-201-0/+20
* attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers2009-05-051-4/+4
* Expand from SSA.Michael Matz2009-04-261-8/+8
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-3/+3
* tree-ssa-pre.c (eliminate): When replacing a PHI node carry out a necessary c...Richard Guenther2009-04-151-3/+3
* re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther2009-03-311-6/+11
* re PR middle-end/35314 (ICE with __builtin_setjmp and -fmudflap)Jakub Jelinek2008-11-101-0/+9
* re PR libmudflap/36397 (ICE with pointer cast and -fmudflap)Jakub Jelinek2008-09-151-0/+7
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-3/+3
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-155/+161
* gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.Jakub Jelinek2008-07-091-2/+6
* tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini2008-04-231-1/+0
* common.opt (Wmudflap): New option.Volker Reichelt2008-03-201-3/+6
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+10
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-5/+1
* re PR libmudflap/26442 (ICE on valid unreachable code (and no name) when comp...Volker Reichelt2008-01-011-2/+5
* re PR debug/34535 (FAIL: libmudflap.c++/fail24-frag.cxx ICE)Jakub Jelinek2007-12-271-0/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* [multiple changes]Andrew Pinski2007-06-151-13/+16
* tree-mudflap.c: Fix whitespace issues.Andrew Pinski2007-06-141-15/+29
* tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak2007-04-271-4/+1
* tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle2007-03-081-15/+16
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-66/+44
* tree-mudflap.c (mf_decl_cache_locals, [...]): Do not add referenced vars.Jan Hubicka2007-01-021-7/+0
* tree-mudflap.c (ml_decl_cache_locals, [...]): add newly referenced vars.Jan Hubicka2006-12-241-0/+7
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-15/+16
* * tree-mudflap.c (mf_xform_derefs_1): Add parentheses around TREE_TYPE.Aldy Hernandez2006-10-091-1/+1
* re PR libmudflap/26864 (multithreaded mudflap not working)Frank Ch. Eigler2006-04-221-0/+4
* re PR c++/26789 (ICE on incomplete struct with -fmudflap)Volker Reichelt2006-04-201-3/+4
* tree-ssa-loop-niter.c (inverse, [...]): Use build_int_cst instead of build_in...Sebastian Pop2006-04-071-1/+1
* re PR c++/26790 (ICE with -fmudflap returning an incomplete struct)Volker Reichelt2006-03-221-0/+3
* re PR c++/26789 (ICE on incomplete struct with -fmudflap)Volker Reichelt2006-03-221-0/+4
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-6/+8
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-35/+35
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-18/+18
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR libmudflap/21023 (mudflap reports errors for external array variable wi...Frank Ch. Eigler2005-06-141-1/+1
* tree-ssa-address.c: New file.Zdenek Dvorak2005-06-071-0/+8
* predict.c (tree_predict_edge): Don't drop useless predictions; check that it ...Jan Hubicka2005-06-061-5/+2
* cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin2005-06-041-1/+1
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+1
* tree-mudflap.c (deferred_static_decls, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-031-9/+5
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-3/+3