aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-228/+238
2013-08-05Handwritten part of conversion of passes to C++ classesDavid Malcolm1-28/+101
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm1-29/+0
2013-07-18tree-pass.h (pass_ipa_lto_wpa_fixup): Remove redundant decl.David Malcolm1-1/+0
2013-04-12tree-pass.h (TODO_do_not_ggc_collect): New.Richard Biener1-0/+2
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+0
2013-03-21tree-pass.h (PROP_gimple_lvec): New.Marc Glisse1-0/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-22builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.Dmitry Vyukov1-0/+2
2012-11-12Allow asan at -O0Jakub Jelinek1-0/+1
2012-11-12Initial import of asan from the Google branchWei Mi1-0/+1
2012-11-07lto-cgraph.c: Include tree-pass.h.Martin Jambor1-0/+3
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-09-09Replace cgraph_node_set and varpool_node_set by symtab_node_encoder in partit...Jan Hubicka1-4/+2
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka1-4/+2
2012-08-10Makefile.in (OBJS): Remove matrix-reorg.o.Richard Guenther1-1/+0
2012-08-02Add free inline summary pass after pass_early_local_passes H.J. Lu1-0/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-2/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-91/+1
2012-06-26tree-pass.h (pass_strength_reduction): New decl.Bill Schmidt1-0/+1
2012-06-09re PR c++/53602 (Libre Office causes an internal compiler error)Richard Henderson1-0/+1
2012-05-11tree-pass.h (pass_rest_of_compilation, [...]): Remove.Richard Guenther1-4/+0
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-1/+1
2012-04-11Remove TODO_dump_func completelyXinliang David Li1-1/+0
2012-04-10tree-pass.h (tree_lowering_passes): Remove.Richard Guenther1-2/+0
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-0/+1
2012-03-21Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.Richard Guenther1-4/+0
2012-03-20tree-pass.h (pass_rtl_eh): Remove.Richard Guenther1-1/+0
2011-12-22tree-pass.h (pass_reload): Declare.Bernd Schmidt1-0/+1
2011-12-21re PR target/50038 (redundant zero extensions)Enkovich Ilya1-1/+1