summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* 2014-09-05 Richard Biener <rguenther@suse.de>rguenth2014-09-051-8/+2
* 2014-06-26 Richard Biener <rguenther@suse.de>rguenth2014-06-261-27/+8
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-7/+9
* 2014-06-06 Richard Biener <rguenther@suse.de>rguenth2014-06-061-3/+0
* PR tree-optimization/60363amker2014-05-051-14/+79
* PR tree-optimization/59597law2014-01-221-39/+86
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* PR rtl-optimization/59446law2013-12-111-34/+22
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-1/+1
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-4/+4
* PR tree-optimization/59322law2013-12-031-20/+15