aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadedge.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-10/+10
2014-06-30tree-ssa-threadedge.c (simplify_control_stmt_condition): Look deeper into the...Jeff Law1-10/+27
2014-06-12re PR tree-optimization/61009 (Incorrect jump threading in dom)Jeff Law1-2/+5
2014-06-05re PR tree-optimization/61289 (Bad jump threading generates infinite loop)Jeff Law1-88/+18
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-08re PR tree-optimization/61009 (Incorrect jump threading in dom)Jeff Law1-13/+46
2014-04-28re PR tree-optimization/60902 (ffmpeg built with gcc 4.9 RC produces incorrec...Jeff Law1-1/+1
2014-04-23re PR tree-optimization/60902 (ffmpeg built with gcc 4.9 RC produces incorrec...Jeff Law1-1/+28
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-11-22tree-ssa-threadedge.c (record_temporary_equivalence): Handle NULL for RHS, wh...Jeff Law1-85/+160
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-22tree-ssa-threadedge.c (thread_across_edge): Mark the start of the jump thread...Jeff Law1-1/+2
2013-11-21re PR tree-optimization/59221 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Jeff Law1-0/+7
2013-11-19tree-ssa-threadedge.c (thread_across_edge): After threading through a joiner...Jeff Law1-0/+8
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-14tree-ssa-threadedge.c (thread_through_normal_block): Only push the EDGE_START...Jeff Law1-6/+12
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12tree-ssa-threadedge.c (thread_around_empty_blocks): New argument backedge_see...Jeff Law1-18/+32
2013-11-08tree-ssa-threadupdate.h (delete_thread_path): Declare.Jeff Law1-3/+1
2013-11-07tree-ssa-ccp.c (canonicalize_float_value): Rename to ...Richard Biener1-0/+2
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-3/+1
2013-10-23tree-ssa-threadedge.c (thread_across_edge): Do not allow threading through jo...Jeff Law1-0/+10
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+6
2013-10-21tree-ssa-threadedge.c (thread_through_normal_block): New argument VISITED.Jeff Law1-7/+10
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-04tree-ssa-threadedge.c: Fix some trailing whitespace problems.Jeff Law1-33/+81
2013-10-01tree-ssa-threadedge.c (thread_across_edge): Make path a pointer to a vec.Jeff Law1-18/+17
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-25tree-flow.h (thread_through_all_blocks): Prototype moved into tree-ssa-thread...Jeff Law1-14/+33
2013-09-25tree-ssa-threadedge.c (thread_across_edge): Use foo.last () rather than foo[f...Jeff Law1-4/+3
2013-09-17pr58387.c: New test.Jeff Law1-34/+3
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-10re PR tree-optimization/58380 (ice in fold_comparison)Jeff Law1-8/+21
2013-09-10re PR tree-optimization/58343 (ICE in dfs_enumerate_from, at cfganal.c:1036)Jeff Law1-1/+1
2013-09-08tree-ssa-threadedge.c (thread_across_edge): Fix initialization of 'found'.Jeff Law1-1/+2
2013-09-05tree-ssa-threadedge.c (thread_around_empty_blocks): Renamed from thread_aroun...Jeff Law1-77/+81
2013-09-03tree-ssa-threadedge.c (thread_across_edge): Record entire path when not threa...Jeff Law1-7/+11
2013-08-28tree-ssa-threadedge.c (thread_around_empty_block): Remove checks for the numb...Jeff Law1-8/+0
2013-08-21tree-flow.h (register_jump_thread): Pass vector of edges instead of each impo...Jeff Law1-5/+15
2013-07-21Fix typos.Mike Stump1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-13tree-ssa-threadedge.c (propagate_threaded_block_debug_into): Avoid -Wsign-com...Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-34/+29
2012-11-07re PR debug/54693 (VTA guality issues with loops)Jakub Jelinek1-2/+2
2012-11-06re PR debug/54693 (VTA guality issues with loops)Alexandre Oliva1-5/+60
2012-11-04re PR debug/54693 (VTA guality issues with loops)Alexandre Oliva1-19/+87
2012-10-29re PR debug/54693 (VTA guality issues with loops)Alexandre Oliva1-0/+18