aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.def
AgeCommit message (Expand)Author
2017-07-07Merge branches/gcc-7-branch rev 250046.Yvan Roux
2017-02-28PR tree-optimization/79691 - -Wformat-truncation suppressed by (and only by) -Ogmsebor
2017-02-03Simplify creation of target_clones (PR lto/66295)marxin
2017-01-01 Update copyright years.jakub
2016-12-21 PR bootstrap/78817jakub
2016-12-02Move rebuild_cfg to the end of build_ssa_passesjamborm
2016-11-252016-11-24 Richard Biener <rguenther@suse.de>rguenth
2016-11-25[PR 70965] Schedule extra rebuild_cgraph_edgesjamborm
2016-11-22OpenMP offloading to NVPTX: middle-end changesamonakov
2016-10-28GIMPLE store merging passktkachov
2016-10-20loop splittingmatz
2016-10-18 * Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o.aldyh
2016-09-21PR middle-end/49905 - Better sanity checking on sprintf src & dest tomsebor
2016-09-20Add Early VRPkugan
2016-09-18 * passes.def (pass_early_thread_jumps): Schedule after forwprop.hubicka
2016-08-182016-08-18 Richard Biener <rguenther@suse.de>rguenth
2016-05-27 * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.law
2016-05-192016-05-19 Richard Biener <rguenther@suse.de>rguenth
2016-05-182016-05-18 Richard Biener <rguenther@suse.de>rguenth
2016-05-032016-05-03 Richard Biener <rguenther@suse.de>rguenth
2016-04-17Add pass parameter to TERMINATE_PASS_LISTvries
2016-02-16 PR c/69835jakub
2016-02-102016-02-10 Richard Biener <rguenther@suse.de>rguenth
2016-01-19Merge of HSAjamborm
2016-01-18Add pass_parallelize_loops to pass_oacc_kernelsvries
2016-01-18Add oacc_kernels_p argument to pass_parallelize_loopsvries
2016-01-16Move pass_expand_omp_ssa out of pass_parallelize_loopsvries
2016-01-04 Update copyright years.jakub
2015-12-18[PATCH] Move split-path pass next to the tracer passlaw
2015-12-16Add pass_oacc_ipavries
2015-12-15gcc/c-family/iverbin
2015-12-11Remove unpaired TERMINATE_PASS_LIST in passes.defvries
2015-12-04Add fuzzing coverage supportdvyukov
2015-11-25Add pass_oacc_kernels pass group in passes.defvries
2015-11-16Remove first_pass_instance from pass_ccpvries
2015-11-16Remove first_pass_instance from pass_object_sizesvries
2015-11-16Remove first_pass_instance from pass_dominatorvries
2015-11-16Remove first_pass_instance from pass_reassocvries
2015-11-16Remove first_pass_instance from pass_vrpvries
2015-11-13[Patch,tree-optimization]: Add new path Splitting pass on tree ssalaw
2015-10-302015-10-30 Evgeny Stupachenko <evstupac@gmail.com>iverbin
2015-10-21Add a pass to back-propagate use informationrsandifo
2015-10-13gcc/jakub
2015-09-30 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): New.nathan
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva
2015-07-25 Revert:dje
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testspop
2015-07-09 PR tree-optimization/66718mpolacek
2015-07-02gcc/:alalaw01