summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-4/+4
* re PR tree-optimization/59322 (ICE with segfault on valid code at -O1, -O2, a...Jeff Law2013-12-021-20/+15
* tree-ssa-threadupdate.c (thread_through_all_blocks): Do not clobber the loop ...Jeff Law2013-11-271-7/+14
* tree-ssa-threadupdate.c (thread_through_all_blocks): Selectively invalidate l...Jeff Law2013-11-251-29/+9
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+5
* tree-ssa-threadupdate.c: Include tree-cfg.h and tree-pass.hJeff Law2013-11-221-38/+110
* tree-ssa-threadedge.c (thread_across_edge): After threading through a joiner...Jeff Law2013-11-191-27/+46
* tree-ssa-threadupdate.c: Fix trailing whitespace.Jeff Law2013-11-191-8/+8
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-2/+1
* tree-ssa-threadupdate.c: Include ssa-iterators.hJeff Law2013-11-181-30/+112
* tree-ssa-threadupdate.c (thread_through_loop_header): Do not thread through a...Jeff Law2013-11-181-1/+12
* tree-ssa-threadupdate.c (redirection_data): Record two duplicated blocks inst...Jeff Law2013-11-181-36/+74
* tree-ssa-threadupdate.c: Fix file block comment.Jeff Law2013-11-181-13/+10
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* tree-ssa-threadupdate.c (mark_threaded_blocks): Truncate jump threading paths...Jeff Law2013-11-101-40/+44
* tree-ssa-threadupdate.h (delete_thread_path): Declare.Jeff Law2013-11-081-30/+21
* tree-ssa-threadedge.c (thread_across_edge): Do not allow threading through jo...Jeff Law2013-10-231-51/+68
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-0/+3
* tree-ssa-threadedge.c (thread_through_normal_block): New argument VISITED.Jeff Law2013-10-211-10/+20
* tree-ssa-threadupdate.c: Do not include "tm.h" or "tm_p.h".Jeff Law2013-10-181-2/+9
* re PR tree-optimization/58640 (wrong code (segfaults) at -O3 on x86_64-linux-...Jeff Law2013-10-111-0/+62
* tree-ssa-threadupdate.c (struct redirection_data): Delete outgoing_edge and i...Jeff Law2013-10-011-23/+38
* tree-ssa-threadedge.c (thread_across_edge): Make path a pointer to a vec.Jeff Law2013-10-011-106/+125
* tree-ssa-threadupdate.c (ssa_fix_duplicate_block_edges): Update redirected ou...Teresa Johnson2013-09-301-14/+11
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* tree-flow.h (thread_through_all_blocks): Prototype moved into tree-ssa-thread...Jeff Law2013-09-251-32/+70
* tree-ssa-threadedge.c (thread_across_edge): Use foo.last () rather than foo[f...Jeff Law2013-09-251-1/+1
* pr58387.c: New test.Jeff Law2013-09-171-0/+62
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* re PR tree-optimization/58380 (ice in fold_comparison)Jeff Law2013-09-101-2/+4
* re PR tree-optimization/58343 (ICE in dfs_enumerate_from, at cfganal.c:1036)Jeff Law2013-09-101-6/+28
* tree-ssa-threadedge.c (thread_across_edge): Record entire path when not threa...Jeff Law2013-09-031-7/+16
* tree-ssa-threadedge.c (thread_around_empty_block): Remove checks for the numb...Jeff Law2013-08-281-5/+44
* Fix typo.Jeff Law2013-08-211-0/+1
* tree-flow.h (register_jump_thread): Pass vector of edges instead of each impo...Jeff Law2013-08-211-1/+12
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-13/+12
* Change hash_table to support a comparator type different from the value type ...Lawrence Crowl2012-10-251-5/+6
* tree-ssa-threadupdate.c (def_split_header_continue_p): Do not escape the loop.Jan Hubicka2012-10-121-3/+9
* Don't cast XNEWVEC's result.Marek Polacek2012-09-201-3/+3
* re PR middle-end/54520 (ice in merge_latch_edges with -O3)Richard Guenther2012-09-101-6/+8
* re PR tree-optimization/54458 (ICE get_loop_body, at cfgloop.c:830)Richard Guenther2012-09-041-0/+10
* hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther2012-08-171-25/+24
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-44/+49
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+1
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-3/+1
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-1/+3
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* re PR tree-optimization/52912 (ICE: verify_ssa failed)Richard Guenther2012-04-111-0/+11