summaryrefslogtreecommitdiff
path: root/gcc/passes.def
Commit message (Expand)AuthorAgeFilesLines
* Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva2015-06-101-0/+5
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-06-091-5/+0
* re PR tree-optimization/66002 (paq8p benchmark 50% slower than clang on sandy...Richard Biener2015-05-071-0/+1
* Move pass_stdarg to after pass_dce in pass_all_optimizationsTom de Vries2015-04-291-1/+1
* passes.def: Remove copy propagation passes run directly after CCP.Richard Biener2015-04-231-2/+0
* re PR ipa/65076 (16% tramp3d-v4.cpp compile time regression)Jan Hubicka2015-04-221-0/+1
* Postpone expanding va_arg until pass_stdargTom de Vries2015-04-171-0/+1
* re PR ipa/65076 (16% tramp3d-v4.cpp compile time regression)Jan Hubicka2015-03-271-0/+1
* re PR tree-optimization/64715 (__builtin_object_size (..., 1) fails to locate...Jakub Jelinek2015-03-261-0/+1
* ipa-chkp.c (chkp_produce_thunks): Add early param to split thunks production ...Ilya Enkovich2015-01-191-1/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* timevar.def (TV_SCHED_FUSION): New time var.Bin Cheng2014-11-141-0/+1
* Run pass_expand_omp_ssa after pass_paralellize_loopsTom de Vries2014-11-131-0/+3
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-8/+22
* Reorganize post-ra pipeline for targets without register allocation.Bernd Schmidt2014-11-051-0/+3
* Add AutoFDO.Dehao Chen2014-10-211-0/+1
* IPA ICF pass, part 3/5Martin Liska2014-10-161-0/+1
* loop-unroll.c: (decide_unrolling_and_peeling): Rename toJan Hubicka2014-10-151-1/+1
* re PR middle-end/35545 (tracer pass is run too late)Jan Hubicka2014-09-271-1/+1
* re PR tree-optimization/62081 (ICE: in fix_loop_structure, at loop-init.c:208...Richard Biener2014-08-141-1/+4
* re PR rtl-optimization/61608 (FAIL: gcc.target/arm/epilog-1.c scan-assembler ...Richard Henderson2014-06-301-9/+2
* re PR tree-optimization/57742 (memset(malloc(n),0,n) -> calloc(n,1))Marc Glisse2014-06-241-1/+1
* varpool.c (dump_varpool_node): Dump used_by_single_function.Jan Hubicka2014-06-241-0/+2
* re PR middle-end/39284 (Computed gotos combined too aggressively)Kai Tietz2014-06-231-1/+8
* tree-ssa-loop.c (gate_loop): New function.Richard Biener2014-06-231-0/+10
* tree-pass.h (make_pass_dce_loop): Remove.Richard Biener2014-06-181-3/+3
* passes.def (pass_all_early_optimizations): Remove copy-prop pass.Richard Biener2014-06-171-2/+1
* passes.def: Move 2nd VRP pass before phi-only-cprop.Richard Biener2014-06-061-2/+2
* tree-pass.h (make_pass_ipa_comdats): New pass.Jan Hubicka2014-05-191-0/+4
* Makefile.in (OBJS): Remove loop-unswitch.o.Richard Biener2014-04-231-1/+0
* passes.def: Move early points-to after early SRA.Richard Biener2014-04-141-1/+1
* re PR middle-end/57904 (Bogus(?) "invokes undefined behavior" warning with Fo...Jeff Law2014-01-171-2/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek2013-12-101-0/+2
* cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez2013-11-271-0/+1
* bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek2013-11-191-0/+2
* This patch fixes an lto profiledbootstrap failure with -freorder-blocks-and-p...Teresa Johnson2013-11-181-1/+1
* Remove all_lto_gen_passes, replace with plain function callsBernd Schmidt2013-11-181-5/+0
* re PR middle-end/59125 (gcc triggers wrong strncpy_chk)Richard Biener2013-11-181-1/+1
* tree-pass.h (make_pass_live_range_shrinkage): New external.Vladimir Makarov2013-11-061-0/+1
* Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law2013-11-051-2/+9
* re PR ipa/58492 (ICE: verify_flow_info failed)Richard Biener2013-11-051-0/+1
* regmove.c: Remove.Vladimir Makarov2013-10-301-1/+0
* Makefile.def (target_modules): Remove libmudflapJeff Law2013-10-261-2/+0
* re PR middle-end/58402 (FAIL: gcc.dg/tree-ssa/phi-opt-1.c scan-tree-dump-time...Richard Biener2013-09-121-8/+7
* re PR c++/58377 (spurious "may be used uninitialized" warning with -Og)Richard Biener2013-09-111-0/+6
* common.opt (fdevirtualize-speculatively): New function.Jan Hubicka2013-09-011-0/+1
* cgraph.c (cgraph_function_body_availability): Handle weakref correctly.Jan Hubicka2013-08-301-1/+0
* Commit the vtable verification feature.Caroline Tice2013-08-061-0/+1
* passes.def: New.David Malcolm2013-07-181-0/+405