Age | Commit message (Expand) | Author | Files | Lines |
2016-08-05 | Improve forward jump threading of switch statements (PR18046) | Patrick Palka | 1 | -6/+34 |
2016-06-01 | re PR tree-optimization/71077 (gcc -lto raises ICE) | Patrick Palka | 1 | -14/+12 |
2016-05-27 | tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h. | Jeff Law | 1 | -11/+2 |
2016-04-29 | tree-ssa-threadedge.c (simplify_control_stmt_condition): Split out into ... | Patrick Palka | 1 | -45/+204 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-06 | [PATCH] Remove more backedge threading support | Jeff Law | 1 | -78/+36 |
2015-10-29 | [PATCH] Remove unnecessary invalidation support in threading | Jeff Law | 1 | -36/+5 |
2015-10-29 | [PATCH][PR tree-optimization/67892] Use FSM threader to handle backedges | Jeff Law | 1 | -26/+7 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -1/+1 |
2015-10-27 | internal-fn.c (expand_UNIQUE): New. | Nathan Sidwell | 1 | -0/+7 |
2015-10-26 | tree-object-size.c: Remove builtins.h include, include tree-cfg.h. | Richard Biener | 1 | -80/+46 |
2015-10-12 | [PATCH] Allow FSM threader to thread more complex conditions | Jeff Law | 1 | -8/+19 |
2015-10-11 | [PATCH] Refactoring FSM bits into their own file | Jeff Law | 1 | -291/+2 |
2015-09-20 | [PATCH] Fix 47679 by improving jump threading | Jeff Law | 1 | -0/+5 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -16/+16 |
2015-09-18 | [PATCH] avail_expr_stack is no longer file scoped | Jeff Law | 1 | -22/+47 |
2015-09-18 | [PATCH] avail_exprs is no longer file scoped | Jeff Law | 1 | -8/+8 |
2015-09-16 | [PATCH] Pass in avail_expr_stack and setup edge_infos earlier | Jeff Law | 1 | -0/+5 |
2015-09-04 | [PATCH] Minor cleanup of const_and_copies stack | Jeff Law | 1 | -4/+6 |
2015-08-28 | [PATCH][lto/66752] Fix missed FSM jump thread | Jeff Law | 1 | -0/+33 |
2015-07-24 | revert: re PR lto/66752 (spec2000 255.vortex performance compiled with GCC is... | Jeff Law | 1 | -25/+0 |
2015-07-23 | re PR lto/66752 (spec2000 255.vortex performance compiled with GCC is ~20% lo... | Jeff Law | 1 | -0/+25 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -17/+5 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-05-19 | Use std::swap instead of explicit swaps | Mikhail Maltsev | 1 | -4/+1 |
2015-04-17 | re PR tree-optimization/47679 (Strange uninitialized warning after SRA) | Jeff Law | 1 | -109/+20 |
2015-04-11 | re PR middle-end/65735 (ICE (in duplicate_thread_path, at tree-ssa-threadupda... | Jakub Jelinek | 1 | -6/+6 |
2015-02-16 | re PR tree-optimization/64823 (false "may be used uninitialized", missed jump... | Jeff Law | 1 | -7/+32 |
2015-02-13 | re PR bootstrap/65060 (r220696 breaks bootstrap on Linux/x86-32) | Jeff Law | 1 | -32/+7 |
2015-02-13 | re PR tree-optimization/64823 (false "may be used uninitialized", missed jump... | Jeff Law | 1 | -7/+32 |
2015-02-06 | PR 64878: do not jump thread across more than one back-edge | Sebastian Pop | 1 | -3/+16 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-06 | extend jump thread for finite state automata | James Greenhalgh | 1 | -1/+277 |
2014-11-19 | PR jit/63854: Fix leak of paths within jump threading | David Malcolm | 1 | -0/+1 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -9/+10 |
2014-11-07 | re PR tree-optimization/61515 (Extremely long compile time for generated code) | Jeff Law | 1 | -4/+29 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -3/+5 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -1/+6 |
2014-08-02 | add a hash_set based on hash_table | Trevor Saunders | 1 | -10/+10 |
2014-06-30 | tree-ssa-threadedge.c (simplify_control_stmt_condition): Look deeper into the... | Jeff Law | 1 | -10/+27 |
2014-06-12 | re PR tree-optimization/61009 (Incorrect jump threading in dom) | Jeff Law | 1 | -2/+5 |
2014-06-05 | re PR tree-optimization/61289 (Bad jump threading generates infinite loop) | Jeff Law | 1 | -88/+18 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-08 | re PR tree-optimization/61009 (Incorrect jump threading in dom) | Jeff Law | 1 | -13/+46 |
2014-04-28 | re PR tree-optimization/60902 (ffmpeg built with gcc 4.9 RC produces incorrec... | Jeff Law | 1 | -1/+1 |
2014-04-23 | re PR tree-optimization/60902 (ffmpeg built with gcc 4.9 RC produces incorrec... | Jeff Law | 1 | -1/+28 |