| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-cfg.c (verify_expr): Check with is_gimple_address. | Paolo Bonzini | 2008-04-23 | 1 | -1/+0 |
* | common.opt (Wmudflap): New option. | Volker Reichelt | 2008-03-20 | 1 | -3/+6 |
* | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 2008-03-19 | 1 | -6/+10 |
* | system.h (USE_MAPPED_LOCATION): Poison. | Tom Tromey | 2008-02-26 | 1 | -5/+1 |
* | re PR libmudflap/26442 (ICE on valid unreachable code (and no name) when comp... | Volker Reichelt | 2008-01-01 | 1 | -2/+5 |
* | re PR debug/34535 (FAIL: libmudflap.c++/fail24-frag.cxx ICE) | Jakub Jelinek | 2007-12-27 | 1 | -0/+4 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | [multiple changes] | Andrew Pinski | 2007-06-15 | 1 | -13/+16 |
* | tree-mudflap.c: Fix whitespace issues. | Andrew Pinski | 2007-06-14 | 1 | -15/+29 |
* | tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ... | Zdenek Dvorak | 2007-04-27 | 1 | -4/+1 |
* | tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c... | Roger Sayle | 2007-03-08 | 1 | -15/+16 |
* | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 2007-02-15 | 1 | -66/+44 |
* | tree-mudflap.c (mf_decl_cache_locals, [...]): Do not add referenced vars. | Jan Hubicka | 2007-01-02 | 1 | -7/+0 |
* | tree-mudflap.c (ml_decl_cache_locals, [...]): add newly referenced vars. | Jan Hubicka | 2006-12-24 | 1 | -0/+7 |
* | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 2006-12-05 | 1 | -15/+16 |
* | * tree-mudflap.c (mf_xform_derefs_1): Add parentheses around TREE_TYPE. | Aldy Hernandez | 2006-10-09 | 1 | -1/+1 |
* | re PR libmudflap/26864 (multithreaded mudflap not working) | Frank Ch. Eigler | 2006-04-22 | 1 | -0/+4 |
* | re PR c++/26789 (ICE on incomplete struct with -fmudflap) | Volker Reichelt | 2006-04-20 | 1 | -3/+4 |
* | tree-ssa-loop-niter.c (inverse, [...]): Use build_int_cst instead of build_in... | Sebastian Pop | 2006-04-07 | 1 | -1/+1 |
* | re PR c++/26790 (ICE with -fmudflap returning an incomplete struct) | Volker Reichelt | 2006-03-22 | 1 | -0/+3 |
* | re PR c++/26789 (ICE on incomplete struct with -fmudflap) | Volker Reichelt | 2006-03-22 | 1 | -0/+4 |
* | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 2006-03-02 | 1 | -6/+8 |
* | tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. | Richard Guenther | 2005-12-02 | 1 | -35/+35 |
* | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 2005-06-26 | 1 | -18/+18 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | re PR libmudflap/21023 (mudflap reports errors for external array variable wi... | Frank Ch. Eigler | 2005-06-14 | 1 | -1/+1 |
* | tree-ssa-address.c: New file. | Zdenek Dvorak | 2005-06-07 | 1 | -0/+8 |
* | predict.c (tree_predict_edge): Don't drop useless predictions; check that it ... | Jan Hubicka | 2005-06-06 | 1 | -5/+2 |
* | cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P. | Daniel Berlin | 2005-06-04 | 1 | -1/+1 |
* | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 2005-06-01 | 1 | -1/+1 |
* | tree-mudflap.c (deferred_static_decls, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 2005-05-03 | 1 | -9/+5 |
* | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 2005-04-23 | 1 | -3/+3 |
* | re PR other/19266 ([mudflap] ICE when compiling with -fmudflap -O) | Frank Ch. Eigler | 2005-04-12 | 1 | -24/+9 |
* | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 2005-03-11 | 1 | -1/+1 |
* | * tree-mudflap.c (mf_varname_tree): Fix thinko setting declname. | Richard Henderson | 2005-01-04 | 1 | -2/+4 |
* | tree-mudflap.c (mf_varname_tree): decl_printable_name handles anonymous decls. | Greg McGary | 2005-01-02 | 1 | -39/+46 |
* | tree-cfg.c (bsi_commit_edge_inserts): Remove an argument. | Kazu Hirata | 2004-11-16 | 1 | -1/+1 |
* | * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting. | Kazu Hirata | 2004-11-03 | 1 | -2/+2 |
* | tree-mudflap.c (mudflap_init): Mark cache-lookup decls to prevent their later... | Frank Ch. Eigler | 2004-10-28 | 1 | -169/+155 |
* | re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2) | Zdenek Dvorak | 2004-10-16 | 1 | -1/+1 |
* | toplev.c (compile_file): Call mudflap_finish_file from here ... | Frank Ch. Eigler | 2004-10-13 | 1 | -1/+1 |
* | tree-mudflap.c (mf_build_check_statement_for): Reorganize to take check-base ... | Frank Ch. Eigler | 2004-10-02 | 1 | -17/+54 |
* | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 2004-09-28 | 1 | -1/+1 |
* | * comment tweak | Frank Ch. Eigler | 2004-09-23 | 1 | -3/+4 |
* | re PR tree-optimization/17533 (cc1plus crashes on libmudflap test case, verif... | Frank Ch. Eigler | 2004-09-23 | 1 | -4/+21 |
* | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 2004-09-15 | 1 | -1/+1 |
* | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 2004-09-10 | 1 | -1/+1 |
* | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 2004-09-09 | 1 | -2/+1 |
* | builtins.c (std_gimplify_va_arg_expr): Mark INDIRECT_REF nodes generated from... | Frank Ch. Eigler | 2004-09-08 | 1 | -7/+25 |
* | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 2004-09-06 | 1 | -2/+4 |