aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-18Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o.Aldy Hernandez1-0/+1
2016-09-20PR middle-end/49905 - Better sanity checking on sprintf src & dest toMartin Sebor1-0/+1
2016-09-20Add Early VRPKugan Vivekanandarajah1-0/+1
2016-09-18passes.def (pass_early_thread_jumps): Schedule after forwprop.Jan Hubicka1-0/+1
2016-08-18tree-pass.h (make_pass_materialize_all_clones): Declare.Richard Biener1-0/+2
2016-05-27tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.Jeff Law1-0/+1
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-1/+0
2016-04-17Only finalize dot files that have been initializedTom de Vries1-5/+0
2016-02-16re PR c/69835 (-Wnonnull diagnoses parameter comparisons with NULL even when ...Jakub Jelinek1-0/+1
2016-01-19Merge of HSAMartin Jambor1-0/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-16Add pass_oacc_ipaTom de Vries1-1/+2
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin1-0/+1
2015-12-04Add fuzzing coverage supportDmitry Vyukov1-0/+2
2015-11-25Add pass_oacc_kernelsTom de Vries1-0/+2
2015-11-16Remove first_pass_instanceTom de Vries1-6/+0
2015-11-16Remove first_pass_instance from pass_dominatorTom de Vries1-5/+2
2015-11-16Remove first_pass_instance from pass_vrpTom de Vries1-0/+1
2015-11-13[Patch,tree-optimization]: Add new path Splitting pass on tree ssaAjit Agarwal1-0/+1
2015-11-04Pass manager: add support for termination of pass listMartin Liska1-0/+3
2015-10-30Makefile.in (OBJS): Add multiple_target.o.Evgeny Stupachenko1-0/+2
2015-10-21Add a pass to back-propagate use informationRichard Sandiford1-0/+1
2015-10-15PR67945: Fix oscillation between pow representationsRichard Sandiford1-0/+4
2015-09-30nvptx.c (nvptx_goacc_validate_dims): New.Nathan Sidwell1-0/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-3/+3
2015-07-23tree-pass.h (get_current_pass_name): Removed.Bernd Edlinger1-1/+0
2015-07-09re PR tree-optimization/66718 (Non-invariant ADDR_EXPR not vectorized)Marek Polacek1-0/+1
2015-07-02tree-pass.h (make_pass_ch_vect): New.Alan Lawrence1-0/+1
2015-06-17re PR middle-end/66429 (ICE in expand_GOMP_SIMD_LAST_LANE)Jakub Jelinek1-0/+1
2015-04-17Postpone expanding va_arg until pass_stdargTom de Vries1-0/+2
2015-03-27re PR ipa/65076 (16% tramp3d-v4.cpp compile time regression)Jan Hubicka1-0/+1
2015-01-19ipa-chkp.c (chkp_produce_thunks): Add early param to split thunks production ...Ilya Enkovich1-0/+1
2015-01-14cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.Ilya Verbin1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-14timevar.def (TV_SCHED_FUSION): New time var.Bin Cheng1-0/+1
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-1/+1
2014-11-13Run pass_expand_omp_ssa after pass_paralellize_loopsTom de Vries1-0/+2
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+7
2014-10-21Add AutoFDO.Dehao Chen1-0/+1
2014-10-16IPA ICF pass, part 3/5Martin Liska1-0/+1
2014-10-15loop-unroll.c: (decide_unrolling_and_peeling): Rename toJan Hubicka1-1/+1
2014-08-14re PR tree-optimization/62081 (ICE: in fix_loop_structure, at loop-init.c:208...Richard Biener1-0/+1
2014-07-09remove has_executeTrevor Saunders1-5/+1
2014-06-24varpool.c (dump_varpool_node): Dump used_by_single_function.Jan Hubicka1-0/+1
2014-06-23tree-ssa-loop.c (gate_loop): New function.Richard Biener1-0/+1
2014-06-18tree-pass.h (make_pass_dce_loop): Remove.Richard Biener1-1/+0
2014-05-19tree-pass.h (make_pass_ipa_comdats): New pass.Jan Hubicka1-0/+1
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-7/+1
2014-04-28tree-pass.h (TODO_verify_il): Define.Richard Biener1-1/+3
2014-04-28tree-pass.h (execute_pass_list): Adjust prototype.Richard Biener1-2/+2