summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate lexical block into source_location.Dehao Chen2012-09-191-15/+15
* ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher2012-09-131-1/+41
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-4/+2
* gimple.h (gimple_build_switch): Remove.Steven Bosscher2012-09-041-18/+3
* re PR tree-optimization/46590 (long compile time with -O2 and many loops)Michael Matz2012-09-031-8/+4
* predict.c (maybe_hot_frequency_p): New parameter fun.Martin Jambor2012-08-241-26/+24
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-0/+51
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-10/+10
* tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher2012-08-131-5/+4
* tree-cfg.c (print_loop): Avoid ICEing for loops marked for removal and loops ...Richard Guenther2012-08-131-2/+12
* tree-cfg.c (dump_function_to_file): Make sure to dump anonymous SSA names whe...Richard Guenther2012-08-101-9/+12
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-7/+28
* tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther2012-08-071-1/+1
* tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables we rewrite into...Richard Guenther2012-08-071-0/+8
* gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther2012-08-071-3/+2
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-4/+3
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-9/+1
* tree-cfg.c (gimple_can_merge_blocks_p): Do more fine-grained check whether SS...Richard Guenther2012-07-271-5/+7
* re PR target/53633 (__attribute__((naked)) should disable -Wreturn-type)Sandra Loosemore2012-07-251-0/+4
* re PR tree-optimization/53881 (ICE in hoist_edge_and_branch_if_true)Steven Bosscher2012-07-231-9/+10
* basic-block.h (BB_FLAGS_TO_PRESERVE): New define.Steven Bosscher2012-07-201-7/+5
* dumpfile.h (TDF_COMMENT): New define.Steven Bosscher2012-07-171-5/+5
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-9/+3
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-9/+5
* Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson2012-07-101-0/+2
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-5/+9
* re PR middle-end/53887 (ICE in hoist_edge_and_branch_if_true, at tree-switch-...Steven Bosscher2012-07-091-2/+1
* re PR middle-end/53849 (ICE: in add_referenced_var_1, at tree-dfa.c:567 with ...Richard Guenther2012-07-041-7/+4
* Add MULT_HIGHPART_EXPRRichard Henderson2012-06-271-0/+1
* cfglayout.h: Remove.Steven Bosscher2012-06-171-1/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* Makefile.in: Fix many dependencies.Steven Bosscher2012-05-311-1/+1
* tree-cfg.c (verify_gimple_assign_unary): Fix typo in previous commit.Richard Guenther2012-05-221-2/+2
* re PR tree-optimization/53336 (invalid types in nop conversion)Paolo Bonzini2012-05-221-3/+3
* tree-cfg.c (verify_gimple_switch): Tighten checks.Steven Bosscher2012-05-071-0/+73
* basic-block.h (struct rtl_bb_info, [...]): Move in front of basic_block_def.Michael Matz2012-05-031-4/+4
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-7/+6
* Correcting transform_to_exit_first_loop + fix to PR tree-optimization/46886Razya Ladelsky2012-04-221-2/+26
* tree.def (CASE_LABEL_EXPR): Fix documentation, mention all operands.Steven Bosscher2012-04-181-1/+1
* tree-cfg.c (call_can_make_abnormal_goto): New predicate.Eric Botcazou2012-03-311-19/+39
* tree-sra.c (create_access_replacement): Only rename the replacement if we can...Richard Guenther2012-03-121-6/+8
* re PR other/52443 (ICE: verify_gimple failed: invalid types in nop conversion)Richard Guenther2012-03-011-6/+3
* re PR bootstrap/51648 (Profiledbootstrap failure on x86_64-linux)Jakub Jelinek2012-01-051-7/+19
* Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson2011-12-231-2/+0
* Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek2011-12-231-2/+0
* re PR tree-optimization/51596 (ICE: verify_flow_info failed: BB 6 can not thr...Jakub Jelinek2011-12-191-1/+2
* re PR tree-optimization/51576 (Bootstrap failure with go)Jakub Jelinek2011-12-161-4/+3
* tree-cfg.c (replace_uses_by): Fixup TREE_CONSTANT for propagating all kinds o...Richard Guenther2011-12-141-2/+2
* tree-cfg.c (replace_uses_by): Only mark blocks altered that will make a diffe...Richard Guenther2011-12-141-14/+23
* Revert two unintended commitsRichard Henderson2011-12-131-0/+2