aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-4/+6
2009-07-07re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)Manuel López-Ibáñez1-0/+2
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-3/+3
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-3/+3
2009-06-30Revert accidental commit.Jan Hubicka1-10/+1
2009-06-30cfgloopanal.c (check_irred): Move into ...Jan Hubicka1-1/+10
2009-06-19tree-cfg.c (gimple_redirect_edge_and_branch): Change ERROR_MARK to GIMPLE_ERR...Ian Lance Taylor1-1/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-4/+4
2009-06-07tree-cfg.c (gimple_merge_blocks): Commentary typo fix.Bernhard Reutner-Fischer1-1/+2
2009-06-04basic-block.h (struct basic_block_def): Add discriminator field.Cary Coutant1-2/+128
2009-05-24tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini1-6/+2
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-16/+0
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-1/+1
2009-05-08cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka1-1/+1
2009-04-29tree-cfg.c (verify_gimple_assign_binary): Allow vector shifts of floating poi...Richard Guenther1-1/+12
2009-04-29tree-cfg.c (verify_types_in_gimple_reference): Add require_lvalue parameter.Richard Guenther1-6/+8
2009-04-27re PR java/38374 (constant pool references have wrong types in ADDR_EXPR)Richard Guenther1-0/+21
2009-04-25tree.c (list_equal_p): New function.Jan Hubicka1-0/+3
2009-04-25tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.Jan Hubicka1-5/+26
2009-04-20basic-block.h (get_all_dominated_blocks): Declare.Richard Guenther1-15/+1
2009-04-18cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.Jan Hubicka1-1/+4
2009-04-18re PR tree-optimization/39804 (internal compiler error: in propagate_necessit...Richard Guenther1-1/+2
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-3/+3
2009-04-16tree-cfg.c (verify_gimple_assign_binary): Allow POINTER_PLUS_EXPR-like PLUS_E...Richard Guenther1-15/+44
2009-04-16re PR middle-end/39625 (Revision 145338 breaks ability to build Ada)Richard Guenther1-1/+23
2009-04-14tree-cfg.c (verify_gimple_assign_unary): Adjust vector code verification.Richard Guenther1-30/+37
2009-04-09c-gimplify.c (c_gimplify_expr): Fix the invalid GENERIC &ARRAY addresses by a...Richard Guenther1-5/+2
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-23/+6
2009-03-31re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther1-0/+5
2009-03-06re PR debug/39372 (Missing DW_AT_location for constructor static variable)Jakub Jelinek1-2/+2
2009-03-05re PR debug/39379 (DW_TAG_imported* no longer emitted)Jakub Jelinek1-3/+15
2009-02-27re PR debug/39267 (gdb testsuite regressions)Jan Hubicka1-0/+5
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-06re PR tree-optimization/38977 (bash no longer builds with profile-feedback)Richard Guenther1-3/+8
2009-01-04tree.def (LSHIFT_EXPR, [...]): Add commentary.Richard Sandiford1-1/+8
2009-01-01Fix typo.Andrew Pinski1-1/+1
2009-01-01re PR middle-end/30142 ([meta-bug] invalid gimple)Andrew Pinski1-8/+11
2008-12-30tree-cfg.c (verify_eh_throw_stmt_node): Return nonzero, to visit all EH state...Steven Bosscher1-1/+1
2008-12-27re PR middle-end/38633 (ICE with #pragma omp parallel and struct declaration)Jakub Jelinek1-0/+2
2008-12-11Fix testsuite/gfortran.dg/graphite/id-4.f90.Sebastian Pop1-6/+1
2008-10-09tree-ssa-live.c (remove_unused_locals): Mark all edge's goto_block as used.Jakub Jelinek1-3/+6
2008-10-07re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...Jakub Jelinek1-1/+23
2008-09-18re PR middle-end/37284 (ICE on valid code with -fstrict-aliasing)Richard Guenther1-0/+12
2008-09-17tree-cfg.c (verify_types_in_gimple_assign): Rename to ...Richard Guenther1-192/+324
2008-09-09tree-cfg.c (verify_types_in_gimple_op): Remove.Richard Guenther1-133/+178
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor1-1/+1
2008-09-03re PR tree-optimization/37315 (gcc.c-torture/execute/931018-1.c int-compare....Jan Hubicka1-2/+5
2008-09-02re PR tree-optimization/36766 (natGC.cc:229: internal compiler error: Segment...Jakub Jelinek1-1/+7
2008-09-02backport: configure: Regenerate.Sebastian Pop1-1/+1
2008-08-31tree-cfg.c (verify_types_in_gimple_assign): Dump mismatched types instead of ...Richard Guenther1-4/+21