summaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
AgeCommit message (Expand)Author
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe
2020-01-14Initial commit of analyzerDavid Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-10-28Move jump threading before reloadIlya Leoshkevich
2019-09-20New IPA-SRAMartin Jambor
2019-09-09Remove bt-load.cRichard Sandiford
2019-08-26PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-08subreg: Add -fsplit-wide-types-early (PR88233)Segher Boessenkool
2019-07-04re PR ipa/91062 (gcc.dg/ipa/ipa-pta-1.c dump contains garbage when gcc was co...Richard Biener
2019-04-25tree-pass.h (make_pass_phi_only_cprop): Remove.Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-12-17Add a loop versioning passRichard Sandiford
2018-12-03Repeat jump threading after combineIlya Leoshkevich
2018-11-20re PR ipa/87706 (Inlined functions trigger invalid -Wmissing-profile warning)Jan Hubicka
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm
2018-06-08Remove MPXMartin Liska
2018-05-18Radically simplify emission of balanced tree for switch statements.Martin Liska
2018-01-13Add an "early rematerialisation" passRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-16PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over selfMartin Sebor
2017-12-07re PR tree-optimization/81303 (410.bwaves regression caused by r249919)Bin Cheng
2017-12-07Add unroll and jam passMichael Matz
2017-10-23tree-pass.h (PROP_rtl_split_insns): Define.Sandra Loosemore
2017-08-29Make expansion of balanced binary trees of switches on tree level.Martin Liska
2017-06-16re PR tree-optimization/81090 ([graphite] ICE in loop_preheader_edge)Richard Biener
2017-05-31passes.c: implement pre-ICE emergency dumpingAlexander Monakov
2017-05-23cgraphunit.c (symbol_table::process_new_functions): Update.Jan Hubicka
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka
2017-01-01Update copyright years.Jakub Jelinek
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek
2016-11-22OpenMP offloading to NVPTX: middle-end changesAlexander Monakov
2016-10-28GIMPLE store merging passKyrylo Tkachov
2016-10-20loop splittingMichael Matz
2016-10-18Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o.Aldy Hernandez
2016-09-20PR middle-end/49905 - Better sanity checking on sprintf src & dest toMartin Sebor
2016-09-20Add Early VRPKugan Vivekanandarajah
2016-09-18passes.def (pass_early_thread_jumps): Schedule after forwprop.Jan Hubicka
2016-08-18tree-pass.h (make_pass_materialize_all_clones): Declare.Richard Biener
2016-05-27tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.Jeff Law
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener
2016-04-17Only finalize dot files that have been initializedTom de Vries
2016-02-16re PR c/69835 (-Wnonnull diagnoses parameter comparisons with NULL even when ...Jakub Jelinek
2016-01-19Merge of HSAMartin Jambor
2016-01-04Update copyright years.Jakub Jelinek
2015-12-16Add pass_oacc_ipaTom de Vries
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin
2015-12-04Add fuzzing coverage supportDmitry Vyukov
2015-11-25Add pass_oacc_kernelsTom de Vries
2015-11-16Remove first_pass_instanceTom de Vries