aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-04tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak1-4/+4
2007-08-01tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak1-1/+34
2007-08-01tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str...Zdenek Dvorak1-20/+33
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-05-04basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner1-2/+2
2007-04-27tree-cfgcleanup.c (cleanup_tree_cfg): Verify dominance info if it claims to b...Zdenek Dvorak1-1/+6
2007-04-26tree-cfgcleanup.c (cfgcleanup_altered_bbs): New global variable.Zdenek Dvorak1-135/+173
2007-04-09cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak1-2/+3
2007-02-13common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor1-4/+24
2007-02-06loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak1-1/+1
2007-01-18tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka1-1/+2
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-15/+8
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-2/+2
2006-11-07re PR middle-end/29610 (ICE when compiling c++ code with -O2 -funswitch-loops)Richard Guenther1-1/+1
2006-07-17re PR tree-optimization/19505 (java bytecode to native ICE in remove_unreacha...Andrew Haley1-0/+19
2006-04-20re PR tree-optimization/26854 (Inordinate compile times on large routines)Jeff Law1-2/+1
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-14re PR tree-optimization/26209 (Specific code causes g++ 4.1.0 dominance ICE w...Zdenek Dvorak1-5/+10
2006-02-14invoke.texi (-fprefetch-loop-arrays, [...]): Document.Zdenek Dvorak1-11/+15
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-3/+3
2005-12-20re PR tree-optimization/25501 (Segfault)Kazu Hirata1-1/+3
2005-12-19tree-ssa-dom.c (thread_across_edge): Do not use local_fold.Jeff Law1-0/+33
2005-08-19tree-cfgcleanup.c (cleanup_tree_cfg): Fix flowgraph change indicator.Diego Novillo1-4/+11
2005-08-19re PR tree-optimization/23476 (ICE in VRP, remove_range_assertions)Diego Novillo1-2/+2
2005-08-02re PR tree-optimization/23164 (ICE in cleanup_tree_cfg with -O -fno-exceptions)Diego Novillo1-12/+2
2005-07-29re PR tree-optimization/22550 (ICE in vrp_evaluate_conditional)Diego Novillo1-10/+28
2005-07-18re PR middle-end/22057 (Poor -O0 debug information for for loops with no init...Ian Lance Taylor1-8/+16
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-28Makefile.in (OBJS-common): Add tree-cfgcleanup.o.Kazu Hirata1-0/+756