aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-13/+12
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl1-5/+6
2012-10-12tree-ssa-threadupdate.c (def_split_header_continue_p): Do not escape the loop.Jan Hubicka1-3/+9
2012-09-20Don't cast XNEWVEC's result.Marek Polacek1-3/+3
2012-09-10re PR middle-end/54520 (ice in merge_latch_edges with -O3)Richard Guenther1-6/+8
2012-09-04re PR tree-optimization/54458 (ICE get_loop_body, at cfgloop.c:830)Richard Guenther1-0/+10
2012-08-17hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther1-25/+24
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-44/+49
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-3/+1
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-1/+3
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-04-11re PR tree-optimization/52912 (ICE: verify_ssa failed)Richard Guenther1-0/+11
2012-04-03re PR bootstrap/52808 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther1-1/+5
2012-04-02re PR middle-end/52756 (255.vortex in SPEC CPU 2000 failed to build)Richard Guenther1-0/+46
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-0/+2
2011-12-27re PR tree-optimization/48641 (ICE: verify_flow_info failed: Wrong frequency ...Jan Hubicka1-1/+5
2011-06-23re PR middle-end/49465 (Revision 175114 miscompiled 403.gcc in SPEC CPU 2006)Jeff Law1-3/+6
2011-06-16tree-ssa-threadupdate.c (struct redirection_data): New field intermediate_edge.Jeff Law1-30/+121
2011-05-06tree-ssa-threadupdate.c (create_block_for_threading): Do not call remove_ctrl...Jeff Law1-11/+5
2011-05-03tree-ssa-threadupdate.c (THREAD_TARGET): define.Jeff Law1-19/+58
2011-04-05tree-ssa-threadupdate.c (determine_bb_domination_status): Always check if BB ...Jeff Law1-2/+0
2011-03-29re PR bootstrap/48327 (Bootstrap comparison failure with ada since r171622)Jeff Law1-57/+11
2011-03-28tree-ssa-threadupdate.c (redirect_edges): Call create_edge_and_update_destina...Jeff Law1-11/+27
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-2/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+1
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-2/+4
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-23/+25
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+4
2008-05-20tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther1-3/+2
2007-11-07re PR rtl-optimization/33737 (verify_flow_info failed: Wrong probability of e...Eric Botcazou1-1/+5
2007-09-07tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo1-12/+12
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-12/+12
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-2/+2
2007-08-04tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak1-1/+1
2007-08-01tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str...Zdenek Dvorak1-0/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25tree-ssa-threadupdate.c (create_edge_and_update_destination_phis): Scan the n...Zdenek Dvorak1-0/+1
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-3/+3
2007-06-21re PR tree-optimization/32451 (ICE in verify_flow_info after DOM2)Richard Guenther1-0/+5
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-7/+7
2007-06-03cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak1-3/+3
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-10/+9
2007-05-24re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak1-5/+5