aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadedge.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-06[PATCH] Remove more backedge threading supportJeff Law1-78/+36
2015-10-29[PATCH] Remove unnecessary invalidation support in threadingJeff Law1-36/+5
2015-10-29[PATCH][PR tree-optimization/67892] Use FSM threader to handle backedgesJeff Law1-26/+7
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-1/+1
2015-10-27internal-fn.c (expand_UNIQUE): New.Nathan Sidwell1-0/+7
2015-10-26tree-object-size.c: Remove builtins.h include, include tree-cfg.h.Richard Biener1-80/+46
2015-10-12[PATCH] Allow FSM threader to thread more complex conditionsJeff Law1-8/+19
2015-10-11[PATCH] Refactoring FSM bits into their own fileJeff Law1-291/+2
2015-09-20[PATCH] Fix 47679 by improving jump threadingJeff Law1-0/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-16/+16
2015-09-18[PATCH] avail_expr_stack is no longer file scopedJeff Law1-22/+47
2015-09-18[PATCH] avail_exprs is no longer file scopedJeff Law1-8/+8
2015-09-16[PATCH] Pass in avail_expr_stack and setup edge_infos earlierJeff Law1-0/+5
2015-09-04[PATCH] Minor cleanup of const_and_copies stackJeff Law1-4/+6
2015-08-28[PATCH][lto/66752] Fix missed FSM jump threadJeff Law1-0/+33
2015-07-24revert: re PR lto/66752 (spec2000 255.vortex performance compiled with GCC is...Jeff Law1-25/+0
2015-07-23re PR lto/66752 (spec2000 255.vortex performance compiled with GCC is ~20% lo...Jeff Law1-0/+25
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
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