aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.def
AgeCommit message (Expand)Author
2017-06-282017-06-28 Richard Biener <rguenther@suse.de>Richard Biener
2017-02-28PR tree-optimization/79691 - -Wformat-truncation suppressed by (and only by) -OgMartin Sebor
2017-02-03Simplify creation of target_clones (PR lto/66295)Martin Liska
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-21 PR bootstrap/78817Jakub Jelinek
2016-12-02Move rebuild_cfg to the end of build_ssa_passesMartin Jambor
2016-11-252016-11-24 Richard Biener <rguenther@suse.de>Richard Biener
2016-11-25[PR 70965] Schedule extra rebuild_cgraph_edgesMartin Jambor
2016-11-22OpenMP offloading to NVPTX: middle-end changesAlexander Monakov
2016-10-28GIMPLE store merging passKyrylo Tkachov
2016-10-20loop splittingMichael Matz
2016-10-18 * Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o.Aldy Hernandez
2016-09-21PR middle-end/49905 - Better sanity checking on sprintf src & dest toMartin Sebor
2016-09-20Add Early VRPKugan Vivekanandarajah
2016-09-18 * passes.def (pass_early_thread_jumps): Schedule after forwprop.Jan Hubicka
2016-08-182016-08-18 Richard Biener <rguenther@suse.de>Richard Biener
2016-05-27 * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.Jeff Law
2016-05-192016-05-19 Richard Biener <rguenther@suse.de>Richard Biener
2016-05-182016-05-18 Richard Biener <rguenther@suse.de>Richard Biener
2016-05-032016-05-03 Richard Biener <rguenther@suse.de>Richard Biener
2016-04-17Add pass parameter to TERMINATE_PASS_LISTTom de Vries
2016-02-16 PR c/69835Jakub Jelinek
2016-02-102016-02-10 Richard Biener <rguenther@suse.de>Richard Biener
2016-01-19Merge of HSAMartin Jambor
2016-01-18Add pass_parallelize_loops to pass_oacc_kernelsTom de Vries
2016-01-18Add oacc_kernels_p argument to pass_parallelize_loopsTom de Vries
2016-01-16Move pass_expand_omp_ssa out of pass_parallelize_loopsTom de Vries
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-18[PATCH] Move split-path pass next to the tracer passJeff Law
2015-12-16Add pass_oacc_ipaTom de Vries
2015-12-15gcc/c-family/Ilya Verbin
2015-12-11Remove unpaired TERMINATE_PASS_LIST in passes.defTom de Vries
2015-12-04Add fuzzing coverage supportDmitry Vyukov
2015-11-25Add pass_oacc_kernels pass group in passes.defTom de Vries
2015-11-16Remove first_pass_instance from pass_ccpTom de Vries
2015-11-16Remove first_pass_instance from pass_object_sizesTom de Vries
2015-11-16Remove first_pass_instance from pass_dominatorTom de Vries
2015-11-16Remove first_pass_instance from pass_reassocTom de Vries
2015-11-16Remove first_pass_instance from pass_vrpTom de Vries
2015-11-13[Patch,tree-optimization]: Add new path Splitting pass on tree ssaAjit Agarwal
2015-10-302015-10-30 Evgeny Stupachenko <evstupac@gmail.com>Evgeny Stupachenko
2015-10-21Add a pass to back-propagate use informationRichard Sandiford
2015-10-13gcc/Jakub Jelinek
2015-09-30 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): New.Nathan Sidwell
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva
2015-07-25 Revert:David Edelsohn
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop
2015-07-09 PR tree-optimization/66718Marek Polacek
2015-07-02gcc/:Alan Lawrence