aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-26re PR tree-optimization/61607 (DOM missed jump threading and destroyed loops)Richard Biener1-27/+8
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-7/+9
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-3/+0
2014-05-05re PR tree-optimization/60363 (logical_op_short_circuit, gcc.dg/tree-ssa/ssa-...Bin Cheng1-14/+79
2014-01-22re PR tree-optimization/59597 (Performance degradation on Coremark after r205...Jeff Law1-39/+86
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-11re PR rtl-optimization/59446 (loop2_doloop creates constant comparison and de...Jeff Law1-34/+22
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-4/+4
2013-12-02re PR tree-optimization/59322 (ICE with segfault on valid code at -O1, -O2, a...Jeff Law1-20/+15
2013-11-27tree-ssa-threadupdate.c (thread_through_all_blocks): Do not clobber the loop ...Jeff Law1-7/+14
2013-11-25tree-ssa-threadupdate.c (thread_through_all_blocks): Selectively invalidate l...Jeff Law1-29/+9
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-22tree-ssa-threadupdate.c: Include tree-cfg.h and tree-pass.hJeff Law1-38/+110
2013-11-19tree-ssa-threadedge.c (thread_across_edge): After threading through a joiner...Jeff Law1-27/+46
2013-11-19tree-ssa-threadupdate.c: Fix trailing whitespace.Jeff Law1-8/+8
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-18tree-ssa-threadupdate.c: Include ssa-iterators.hJeff Law1-30/+112
2013-11-18tree-ssa-threadupdate.c (thread_through_loop_header): Do not thread through a...Jeff Law1-1/+12
2013-11-18tree-ssa-threadupdate.c (redirection_data): Record two duplicated blocks inst...Jeff Law1-36/+74
2013-11-18tree-ssa-threadupdate.c: Fix file block comment.Jeff Law1-13/+10
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-10tree-ssa-threadupdate.c (mark_threaded_blocks): Truncate jump threading paths...Jeff Law1-40/+44
2013-11-08tree-ssa-threadupdate.h (delete_thread_path): Declare.Jeff Law1-30/+21
2013-10-23tree-ssa-threadedge.c (thread_across_edge): Do not allow threading through jo...Jeff Law1-51/+68
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+3
2013-10-21tree-ssa-threadedge.c (thread_through_normal_block): New argument VISITED.Jeff Law1-10/+20
2013-10-18tree-ssa-threadupdate.c: Do not include "tm.h" or "tm_p.h".Jeff Law1-2/+9
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