aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-22re PR middle-end/29274 (not using mulsidi3)Bernd Schmidt1-1/+6
2010-04-14re PR tree-optimization/42963 (Redundant switch labels not cleaned up anymore)Michael Matz1-88/+117
2010-03-16re PR tree-optimization/43379 (ICE: error: SSA_NAME_OCCURS_IN_ABNORMAL_PHI sh...Richard Guenther1-0/+3
2010-03-15re PR tree-optimization/43367 (ice: in may_propagate_copy, at tree-ssa-copy.c...Richard Guenther1-20/+5
2010-02-03re PR tree-optimization/42927 (type mismatch in shift expression produces ice...Richard Guenther1-3/+3
2010-01-2828-01-2010 Razya Ladelsky <razya@il.ibm.com>Razya Ladelsky1-101/+24
2010-01-17tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check.Richard Guenther1-2/+2
2010-01-15re PR middle-end/42739 (ICE with computed goto, destructors, and optimization)Richard Guenther1-0/+9
2010-01-09Update copyright notices of my recent commits.Alexandre Oliva1-2/+2
2010-01-09re PR middle-end/42363 (ICE: verify_flow_info failed for gcc.c-torture/compil...Alexandre Oliva1-1/+7
2010-01-07gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.Richard Guenther1-1/+42
2010-01-05invoke.texi: Remove the documentation about option -Wunreachable-code.Eric Fisher1-16/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-66/+66
2009-11-22tree-cfg.c (verify_types_in_gimple_reference): Error out on V_C_E of an SSA_N...Martin Jambor1-7/+20
2009-11-16tree-cfg.c (gimple_redirect_edge_and_branch): Create the decl label for the n...Alexandre Oliva1-2/+11
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-2/+2
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-0/+15
2009-10-22outer-4.c: Adjust scan.Razya Ladelsky1-9/+8
2009-10-22cfgloopmanip.c (duplicate_subloops): Export.Razya Ladelsky1-15/+131
2009-10-08re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz1-599/+0
2009-10-03Merge lto branch into trunk.Diego Novillo1-1/+1
2009-09-24cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek1-2/+2
2009-09-22re PR middle-end/41429 (gomp tests timeout with -fpic)Jakub Jelinek1-0/+2
2009-09-16re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson1-0/+19
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-4/+56
2009-09-14Squash commit of EH in gimpleRichard Henderson1-98/+247
2009-09-10tree-cfg.c (dump_function_to_file): Dump eh tree with TDF_EH, not TDF_DETAILS.Richard Henderson1-1/+1
2009-09-10tree-cfg.c (gimple_redirect_edge_and_branch): Do gimple_try_redirect_by_repla...Richard Henderson1-4/+7
2009-09-10tree-cfg.c (split_edge_bb_loc): Don't disallow placement at dest_prev if the ...Richard Henderson1-4/+8
2009-09-10* tree-cfg.c (is_ctrl_stmt): Use a switch.Richard Henderson1-5/+11
2009-09-10tree-cfg.c (gimple_can_merge_blocks_p): Move label and loop latch tests earlier.Richard Henderson1-15/+18
2009-09-10gimple-iterator.c (gimple_find_edge_insert_loc): Use gimple_seq_empty_p to te...Richard Henderson1-1/+1
2009-09-09gimple.h (CASE_GIMPLE_OMP): New.Richard Henderson1-25/+29
2009-09-09tree-cfg.c (verify_gimple_phi): Check that gimple_phi_result is an SSA_NAME r...Martin Jambor1-1/+1
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-11/+102
2009-08-26re PR c/41163 (verify_gimple fails)Richard Guenther1-4/+5
2009-08-26Revert accidental commit of tree-cfg.c in r151099.Michael Matz1-1/+0
2009-08-25bmmintrin.h: Replace by #error.Jan Hubicka1-0/+1
2009-08-03tree-cfg.c (pass_warn_unused_result): Mark name that no dump file will be cre...Richard Guenther1-1/+1
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-4/+6
2009-07-24* tree-cfg.c (assign_discriminator): Add explicit parentheses.Cary Coutant1-2/+2
2009-07-24cfghooks.c (split_block): Copy discriminator to new block.Cary Coutant1-3/+5
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-0/+97
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