aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-06re PR tree-optimization/33572 (wrong code with -O)Alexandre Oliva1-3/+10
2007-10-05tree-cfg.c (verify_gimple_expr): Accept OBJ_TYPE_REF.Richard Guenther1-0/+4
2007-10-04re PR middle-end/33641 (perlbmk gets type mismatch in pointer plus expression)Richard Guenther1-11/+28
2007-09-27re PR tree-optimization/33565 (spurious warning: assuming signed overflow do...Ian Lance Taylor1-2/+1
2007-09-18tree-cfg.c (is_ctrl_altering_stmt, [...]): Don't use const_get_call_expr_in.Kaveh R. Ghazi1-2/+2
2007-09-15tree-parloops.c: New file.Zdenek Dvorak1-42/+245
2007-09-08tree-cfg.c (verify_gimple_expr): Avoid building new pointer types, use TYPE_P...Richard Guenther1-6/+7
2007-09-07tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo1-9/+9
2007-09-07cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak1-63/+195
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-1/+1
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-8/+6
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-2/+2
2007-09-01c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi1-16/+6
2007-09-01tree-cfg.c (verify_gimple_expr): Fix check for conversions between integral t...Richard Guenther1-2/+4
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-18/+18
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-1/+1
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-0/+12
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-3/+3
2007-08-04tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak1-1/+1
2007-08-01tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak1-8/+30
2007-08-01tree-cfg.c (tree_merge_blocks): Preserve loop exit phi nodes only in loop clo...Zdenek Dvorak1-2/+3
2007-07-28calls.c (special_function_p, [...]): Constify.Kaveh R. Ghazi1-7/+7
2007-07-26configure.ac: Add types checking to stage1 checking flags.Richard Guenther1-0/+704
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-20tree-cfg.c (verify_expr): COND_EXPRs can have any integral typed condition.Richard Guenther1-2/+2
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-2/+2
2007-06-15[multiple changes]Andrew Pinski1-2/+29
2007-06-03cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak1-9/+7
2007-05-30tree-scalar-evolution.c (scev_const_prop): Do not create labels.Zdenek Dvorak1-4/+8
2007-05-24re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak1-2/+2
2007-05-11tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak1-1/+1
2007-05-04basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner1-2/+2
2007-05-02re PR rtl-optimization/31771 (g++.dg/gomp/pr26913.C ICEs)Zdenek Dvorak1-1/+1
2007-05-01tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use bsi_after_labels.Zdenek Dvorak1-15/+35
2007-04-28tree-cfg.c (move_block_to_fn): Release bb from dominance info.Zdenek Dvorak1-2/+5
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-136/+21
2007-04-26tree-cfgcleanup.c (cfgcleanup_altered_bbs): New global variable.Zdenek Dvorak1-21/+144
2007-04-24re PR tree-optimization/31602 (Overflow warning causes GDB -Werror build fail...Ian Lance Taylor1-1/+3
2007-04-23tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr.Zdenek Dvorak1-53/+59
2007-04-09cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak1-1/+1
2007-03-19re PR tree-optimization/30984 (ICE with computed goto and constants)Jeff Law1-1/+12
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-2/+2
2007-02-19tree-cfg.c (dump_function_to_file): Be prepared for functions without DECL_ST...Eric Botcazou1-2/+5
2007-02-16tree-flow-inline.h (single_imm_use_p): Remove.Richard Guenther1-1/+1
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-4/+4
2007-02-13common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor1-3/+11
2007-02-08tree-cfg.c (bsi_replace): Shortcut when replacing the statement with the same...Jan Hubicka1-2/+4
2007-02-06Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.Paolo Bonzini1-96/+24
2007-02-04cfgloopmanip.c (loop_delete_branch_edge): Removed.Zdenek Dvorak1-0/+12
2007-01-18tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka1-4/+1