aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-11re PR tree-optimization/58640 (wrong code (segfaults) at -O3 on x86_64-linux-...Jeff Law1-0/+62
2013-10-01tree-ssa-threadupdate.c (struct redirection_data): Delete outgoing_edge and i...Jeff Law1-23/+38
2013-10-01tree-ssa-threadedge.c (thread_across_edge): Make path a pointer to a vec.Jeff Law1-106/+125
2013-09-30tree-ssa-threadupdate.c (ssa_fix_duplicate_block_edges): Update redirected ou...Teresa Johnson1-14/+11
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-09-25tree-flow.h (thread_through_all_blocks): Prototype moved into tree-ssa-thread...Jeff Law1-32/+70
2013-09-25tree-ssa-threadedge.c (thread_across_edge): Use foo.last () rather than foo[f...Jeff Law1-1/+1
2013-09-17pr58387.c: New test.Jeff Law1-0/+62
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-10re PR tree-optimization/58380 (ice in fold_comparison)Jeff Law1-2/+4
2013-09-10re PR tree-optimization/58343 (ICE in dfs_enumerate_from, at cfganal.c:1036)Jeff Law1-6/+28
2013-09-03tree-ssa-threadedge.c (thread_across_edge): Record entire path when not threa...Jeff Law1-7/+16
2013-08-28tree-ssa-threadedge.c (thread_around_empty_block): Remove checks for the numb...Jeff Law1-5/+44
2013-08-21Fix typo.Jeff Law1-0/+1
2013-08-21tree-flow.h (register_jump_thread): Pass vector of edges instead of each impo...Jeff Law1-1/+12
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