summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH][PR tree-optimization/68198] Avoid CFG explosion due to threadinglaw2015-11-191-10/+39
* Fix memory leaks and use a pool_allocatormarxin2015-11-091-1/+5
* [PATCH] Remove backedge handling support in tree-ssa-threadupdate.claw2015-11-091-244/+44
* [PATCH] Avoid more irreducible loops in FSM threaderlaw2015-11-021-12/+21
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-5/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-5/+4
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-3/+2
* [PATCH] Don't allow FSM threader to create irreducible loops unless it elimin...law2015-10-191-4/+26
* [PATCH] Fix accounting for num_threaded_edgeslaw2015-10-141-0/+1
* Re: [PATCH] Improve DOM's optimization of control statementslaw2015-10-071-0/+11
* [PATCH][PR tree-optimization/67816] Fix jump threading when DOM removes condi...law2015-10-071-23/+52
* [PATCH] Improve DOM's optimization of control statementslaw2015-09-301-1/+32
* switch from gimple to gimple*tbsaunde2015-09-201-1/+1
* [PATCH][lto/66752] Fix missed FSM jump threadlaw2015-08-281-0/+6
* PR middle-end/66314law2015-08-031-3/+16
* Revert:law2015-07-251-6/+0
* PR lto/66752law2015-07-231-0/+6
* Fix double word typos.aldyh2015-07-131-2/+2
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-15/+5
* gcc/rsandifo2015-06-251-3/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-3/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-4/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* 2015-06-01 Richard Biener <rguenther@suse.de>rguenth2015-06-011-17/+7
* 2015-05-29 Richard Biener <rguenther@suse.de>rguenth2015-05-291-7/+17
* * tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.law2015-05-271-146/+146
* * tree-ssa-threadupdate.c (mark_threaded_blocks): Properlylaw2015-05-201-3/+12
* * tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_threadlaw2015-05-201-3/+2
* PR tree-optimization/65658law2015-04-201-2/+1
* PR tree-optimization/65658law2015-04-201-1/+3
* remove need for store_values_directlytbsaunde2015-04-181-6/+6
* diamonds are not valid execution threads for jump threadingspop2015-03-251-26/+67
* improve FSM jump thread dumpspop2015-02-261-0/+3
* PR tree-optimization/65048law2015-02-261-6/+34
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+11
* Update copyright years.jakub2015-01-051-1/+1
* 2014-12-15 Richard Biener <rguenther@suse.de>rguenth2014-12-151-5/+4
* extend jump thread for finite state automataspop2014-12-061-1/+202
* 2014-11-27 Richard Biener <rguenther@suse.de>rguenth2014-11-271-9/+1
* 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-11/+11
* [PATCH] Partially fix PR61529, bound basic block frequencyjiwang2014-11-101-0/+5
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-2/+6
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+7
* 2014-10-15 Teresa Johnson <tejohnson@google.com>tejohnson2014-10-151-13/+15
* 2014-10-07 Teresa Johnson <tejohnson@google.com>tejohnson2014-10-091-14/+70
* 2014-10-02 Teresa Johnson <tejohnson@google.com>tejohnson2014-10-031-3/+13
* 2014-10-01 Teresa Johnson <tejohnson@google.com>tejohnson2014-10-021-8/+2
* Redesign jump threading profile updates to avoid introducing insanities.tejohnson2014-09-301-29/+604