aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadedge.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-4/+1
2015-04-17re PR tree-optimization/47679 (Strange uninitialized warning after SRA)Jeff Law1-109/+20
2015-04-11re PR middle-end/65735 (ICE (in duplicate_thread_path, at tree-ssa-threadupda...Jakub Jelinek1-6/+6
2015-02-16re PR tree-optimization/64823 (false "may be used uninitialized", missed jump...Jeff Law1-7/+32
2015-02-13re PR bootstrap/65060 (r220696 breaks bootstrap on Linux/x86-32)Jeff Law1-32/+7
2015-02-13re PR tree-optimization/64823 (false "may be used uninitialized", missed jump...Jeff Law1-7/+32
2015-02-06PR 64878: do not jump thread across more than one back-edgeSebastian Pop1-3/+16
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-06extend jump thread for finite state automataJames Greenhalgh1-1/+277
2014-11-19PR jit/63854: Fix leak of paths within jump threadingDavid Malcolm1-0/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-9/+10
2014-11-07re PR tree-optimization/61515 (Extremely long compile time for generated code)Jeff Law1-4/+29
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-3/+5
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