summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadedge.c
Commit message (Expand)AuthorAgeFilesLines
* Improve forward jump threading of switch statements (PR18046)ppalka2016-08-051-6/+34
* Fix PR tree-optimization/71077ppalka2016-06-011-14/+12
* * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.law2016-05-271-11/+2
* 2016-04-29 Patrick Palka <ppalka@gcc.gnu.org>law2016-04-291-45/+204
* Update copyright years.jakub2016-01-041-1/+1
* [PATCH] Remove more backedge threading supportlaw2015-11-071-78/+36
* [PATCH] Remove unnecessary invalidation support in threadinglaw2015-10-291-36/+5
* [PATCH][PR tree-optimization/67892] Use FSM threader to handle backedgeslaw2015-10-291-26/+7
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-1/+1
* * internal-fn.c (expand_UNIQUE): New.nathan2015-10-271-0/+7
* 2015-10-26 Richard Biener <rguenther@suse.de>rguenth2015-10-261-80/+46
* [PATCH] Allow FSM threader to thread more complex conditionslaw2015-10-121-8/+19
* [PATCH] Refactoring FSM bits into their own filelaw2015-10-121-291/+2
* [PATCH] Fix 47679 by improving jump threadinglaw2015-09-201-0/+5
* switch from gimple to gimple*tbsaunde2015-09-201-16/+16
* [PATCH] avail_expr_stack is no longer file scopedlaw2015-09-191-22/+47
* [PATCH] avail_exprs is no longer file scopedlaw2015-09-181-8/+8
* [PATCH] Pass in avail_expr_stack and setup edge_infos earlierlaw2015-09-171-0/+5
* [PATCH] Minor cleanup of const_and_copies stacklaw2015-09-041-4/+6
* [PATCH][lto/66752] Fix missed FSM jump threadlaw2015-08-281-0/+33
* Revert:law2015-07-251-25/+0
* PR lto/66752law2015-07-231-0/+25
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-17/+5
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-3/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* Use std::swap instead of explicit swapsmiyuki2015-05-191-4/+1
* PR tree-optimization/47679law2015-04-171-109/+20
* PR tree-optimization/65735jakub2015-04-111-6/+6
* PR tree-optimization/64823law2015-02-161-7/+32
* PR bootstrap/65060law2015-02-131-32/+7
* PR tree-optimization/64823law2015-02-131-7/+32
* PR 64878: do not jump thread across more than one back-edgespop2015-02-061-3/+16
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* Update copyright years.jakub2015-01-051-1/+1
* extend jump thread for finite state automataspop2014-12-061-1/+277
* PR jit/63854: Fix leak of paths within jump threadingdmalcolm2014-11-191-0/+1
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-9/+10
* PR tree-optimization/61515law2014-11-071-4/+29
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-3/+5
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-1/+6
* add a hash_set based on hash_tabletbsaunde2014-08-021-10/+10
* tree-optimization/61607law2014-06-301-10/+27
* PR tree-optimization/61009law2014-06-121-2/+5
* PR tree-optimization/61289law2014-06-051-88/+18
* * expr.h: Remove prototypes of functions defined in builtins.c.amacleod2014-06-021-0/+1
* 2014-05-08 Jeff Law <law@redhat.com>law2014-05-091-13/+46
* PR tree-optimization/60902law2014-04-281-1/+1
* PR tree-optimization/60902law2014-04-231-1/+28