aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.def
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Postpone expanding va_arg until pass_stdargTom de Vries1-0/+1
2015-03-27re PR ipa/65076 (16% tramp3d-v4.cpp compile time regression)Jan Hubicka1-0/+1
2015-03-26re PR tree-optimization/64715 (__builtin_object_size (..., 1) fails to locate...Jakub Jelinek1-0/+1
2015-01-19ipa-chkp.c (chkp_produce_thunks): Add early param to split thunks production ...Ilya Enkovich1-1/+2
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-13Run pass_expand_omp_ssa after pass_paralellize_loopsTom de Vries1-0/+3
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-8/+22
2014-11-05Reorganize post-ra pipeline for targets without register allocation.Bernd Schmidt1-0/+3
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-09-27re PR middle-end/35545 (tracer pass is run too late)Jan Hubicka1-1/+1
2014-08-14re PR tree-optimization/62081 (ICE: in fix_loop_structure, at loop-init.c:208...Richard Biener1-1/+4
2014-06-30re PR rtl-optimization/61608 (FAIL: gcc.target/arm/epilog-1.c scan-assembler ...Richard Henderson1-9/+2
2014-06-24re PR tree-optimization/57742 (memset(malloc(n),0,n) -> calloc(n,1))Marc Glisse1-1/+1
2014-06-24varpool.c (dump_varpool_node): Dump used_by_single_function.Jan Hubicka1-0/+2
2014-06-23re PR middle-end/39284 (Computed gotos combined too aggressively)Kai Tietz1-1/+8
2014-06-23tree-ssa-loop.c (gate_loop): New function.Richard Biener1-0/+10
2014-06-18tree-pass.h (make_pass_dce_loop): Remove.Richard Biener1-3/+3
2014-06-17passes.def (pass_all_early_optimizations): Remove copy-prop pass.Richard Biener1-2/+1
2014-06-06passes.def: Move 2nd VRP pass before phi-only-cprop.Richard Biener1-2/+2
2014-05-19tree-pass.h (make_pass_ipa_comdats): New pass.Jan Hubicka1-0/+4
2014-04-23Makefile.in (OBJS): Remove loop-unswitch.o.Richard Biener1-1/+0
2014-04-14passes.def: Move early points-to after early SRA.Richard Biener1-1/+1
2014-01-17re PR middle-end/57904 (Bogus(?) "invokes undefined behavior" warning with Fo...Jeff Law1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-0/+2
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-18This patch fixes an lto profiledbootstrap failure with -freorder-blocks-and-p...Teresa Johnson1-1/+1
2013-11-18Remove all_lto_gen_passes, replace with plain function callsBernd Schmidt1-5/+0
2013-11-18re PR middle-end/59125 (gcc triggers wrong strncpy_chk)Richard Biener1-1/+1
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-2/+9
2013-11-05re PR ipa/58492 (ICE: verify_flow_info failed)Richard Biener1-0/+1
2013-10-30regmove.c: Remove.Vladimir Makarov1-1/+0
2013-10-26Makefile.def (target_modules): Remove libmudflapJeff Law1-2/+0
2013-09-12re PR middle-end/58402 (FAIL: gcc.dg/tree-ssa/phi-opt-1.c scan-tree-dump-time...Richard Biener1-8/+7
2013-09-11re PR c++/58377 (spurious "may be used uninitialized" warning with -Og)Richard Biener1-0/+6
2013-09-01common.opt (fdevirtualize-speculatively): New function.Jan Hubicka1-0/+1
2013-08-30cgraph.c (cgraph_function_body_availability): Handle weakref correctly.Jan Hubicka1-1/+0
2013-08-06Commit the vtable verification feature.Caroline Tice1-0/+1
2013-07-18passes.def: New.David Malcolm1-0/+405