aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-23Makefile.in (OBJS): Remove loop-unswitch.o.Richard Biener1-1/+0
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-1/+3
2014-04-17remove has_gateTrevor Saunders1-7/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-18passes.c (execute_function_dump): Set graph_dump_initialized appropriately.Aldy Hernandez1-0/+5
2013-12-17Remove leftover function declaration.Thomas Schwinge1-1/+0
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-3/+3
2013-12-06cgraphunit.c: Remove struct tags when referring to class ipa_opt_pass_d or cl...Oleg Endo1-11/+11
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-0/+1
2013-11-19bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek1-0/+2
2013-11-18Remove all_lto_gen_passes, replace with plain function callsBernd Schmidt1-2/+0
2013-11-06tree-pass.h (make_pass_live_range_shrinkage): New external.Vladimir Makarov1-0/+1
2013-11-05Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law1-0/+1
2013-10-30regmove.c: Remove.Vladimir Makarov1-1/+0
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law1-2/+0
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-28/+27
2013-09-01common.opt (fdevirtualize-speculatively): New function.Jan Hubicka1-0/+1
2013-08-29passes.c (register_pass): Add overload.Oleg Endo1-2/+10
2013-08-20Revert my last two changes, r201865 and r201864David Malcolm1-12/+1
2013-08-20Make opt_pass and gcc::pass_manager be GC-managedDavid Malcolm1-1/+12
2013-08-06Commit the vtable verification feature.Caroline Tice1-0/+1