summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadedge.c
AgeCommit message (Expand)Author
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev
2015-04-17re PR tree-optimization/47679 (Strange uninitialized warning after SRA)Jeff Law
2015-04-11re PR middle-end/65735 (ICE (in duplicate_thread_path, at tree-ssa-threadupda...Jakub Jelinek
2015-02-16re PR tree-optimization/64823 (false "may be used uninitialized", missed jump...Jeff Law
2015-02-13re PR bootstrap/65060 (r220696 breaks bootstrap on Linux/x86-32)Jeff Law
2015-02-13re PR tree-optimization/64823 (false "may be used uninitialized", missed jump...Jeff Law
2015-02-06PR 64878: do not jump thread across more than one back-edgeSebastian Pop
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-06extend jump thread for finite state automataJames Greenhalgh
2014-11-19PR jit/63854: Fix leak of paths within jump threadingDavid Malcolm
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-11-07re PR tree-optimization/61515 (Extremely long compile time for generated code)Jeff Law
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-08-02add a hash_set based on hash_tableTrevor Saunders
2014-06-30tree-ssa-threadedge.c (simplify_control_stmt_condition): Look deeper into the...Jeff Law
2014-06-12re PR tree-optimization/61009 (Incorrect jump threading in dom)Jeff Law
2014-06-05re PR tree-optimization/61289 (Bad jump threading generates infinite loop)Jeff Law
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod
2014-05-08re PR tree-optimization/61009 (Incorrect jump threading in dom)Jeff Law
2014-04-28re PR tree-optimization/60902 (ffmpeg built with gcc 4.9 RC produces incorrec...Jeff Law
2014-04-23re PR tree-optimization/60902 (ffmpeg built with gcc 4.9 RC produces incorrec...Jeff Law
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-20merge auto_vec and stack_vecTrevor Saunders
2013-11-22tree-ssa-threadedge.c (record_temporary_equivalence): Handle NULL for RHS, wh...Jeff Law
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-22tree-ssa-threadedge.c (thread_across_edge): Mark the start of the jump thread...Jeff Law
2013-11-21re PR tree-optimization/59221 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Jeff Law
2013-11-19tree-ssa-threadedge.c (thread_across_edge): After threading through a joiner...Jeff Law
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-14tree-ssa-threadedge.c (thread_through_normal_block): Only push the EDGE_START...Jeff Law
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-11-12tree-ssa-threadedge.c (thread_around_empty_blocks): New argument backedge_see...Jeff Law
2013-11-08tree-ssa-threadupdate.h (delete_thread_path): Declare.Jeff Law
2013-11-07tree-ssa-ccp.c (canonicalize_float_value): Rename to ...Richard Biener
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders
2013-10-23tree-ssa-threadedge.c (thread_across_edge): Do not allow threading through jo...Jeff Law
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-21tree-ssa-threadedge.c (thread_through_normal_block): New argument VISITED.Jeff Law
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod
2013-10-04tree-ssa-threadedge.c: Fix some trailing whitespace problems.Jeff Law
2013-10-01tree-ssa-threadedge.c (thread_across_edge): Make path a pointer to a vec.Jeff Law
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-25tree-flow.h (thread_through_all_blocks): Prototype moved into tree-ssa-thread...Jeff Law
2013-09-25tree-ssa-threadedge.c (thread_across_edge): Use foo.last () rather than foo[f...Jeff Law