aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+7
2011-09-27common.opt: Add -foptimize-strlen option.Jakub Jelinek1-0/+1
2011-09-27re PR middle-end/43864 (Same basic blocks should be merged)Tom de Vries1-0/+1
2011-07-07dwarf2: Extract cfi creation to a new pass.Richard Henderson1-0/+1
2011-06-29invoke.texi: Document -scev dump modifier.Richard Guenther1-0/+1
2011-06-23re PR middle-end/49373 (Many testcase failures)Jan Hubicka1-1/+1
2011-06-10re checking -fdump-passesXinliang David Li1-0/+1
2011-06-09Revert r174848,174849Xinliang David Li1-1/+0
2011-06-09-fdump-pass implementationDavid Li1-0/+1
2011-05-30New option to disable/enable optimization passes.Xinliang David Li1-0/+3