lto-cgraph.c (get_alias_symbol): Remove weakref sanity check.
[gcc.git] / gcc / tree-pass.h
2013-04-12 Richard Bienertree-pass.h (TODO_do_not_ggc_collect): New.
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-03-21 Marc Glissetree-pass.h (PROP_gimple_lvec): New.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-11-22 Dmitry Vyukovbuiltins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins.
2012-11-12 Jakub JelinekAllow asan at -O0
2012-11-12 Wei MiInitial import of asan from the Google branch
2012-11-07 Martin Jamborlto-cgraph.c: Include tree-pass.h.
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-09-09 Jan HubickaReplace cgraph_node_set and varpool_node_set by symtab_...
2012-08-13 Jan Hubickatree-pass.h (write_summary, [...]): Remove set and...
2012-08-10 Richard GuentherMakefile.in (OBJS): Remove matrix-reorg.o.
2012-08-02 H.J. LuAdd free inline summary pass after pass_early_local_passes
2012-08-02 Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-06-26 Bill Schmidttree-pass.h (pass_strength_reduction): New decl.
2012-06-09 Richard Hendersonre PR c++/53602 (Libre Office causes an internal compil...
2012-05-11 Richard Guenthertree-pass.h (pass_rest_of_compilation, [...]): Remove.
2012-04-18 Jan Hubickacgraph.c (cgraph_node_name): Remove.
2012-04-11 Xinliang David LiRemove TODO_dump_func completely
2012-04-10 Richard Guenthertree-pass.h (tree_lowering_passes): Remove.
2012-03-28 Richard Guentherloop-init.c (loop_optimizer_init): If loops are preserv...
2012-03-21 Richard GuentherMakefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRAT...
2012-03-20 Richard Guenthertree-pass.h (pass_rtl_eh): Remove.
2011-12-22 Bernd Schmidttree-pass.h (pass_reload): Declare.
2011-12-21 Enkovich Ilyare PR target/50038 (redundant zero extensions)
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-09-27 Jakub Jelinekcommon.opt: Add -foptimize-strlen option.
2011-09-27 Tom de Vriesre PR middle-end/43864 (Same basic blocks should be...
2011-07-08 Richard Hendersondwarf2: Extract cfi creation to a new pass.
2011-06-29 Richard Guentherinvoke.texi: Document -scev dump modifier.
2011-06-23 Jan Hubickare PR middle-end/49373 (Many testcase failures)
2011-06-10 Xinliang David Lire checking -fdump-passes
2011-06-09 Xinliang David LiRevert r174848,174849
2011-06-09 David Li-fdump-pass implementation
2011-05-30 Xinliang David LiNew option to disable/enable optimization passes.
2011-03-23 Richard GuentherMakefile.in (IPA_TYPE_ESCAPE_H): Remove.
2011-02-01 Bernd Schmidttree-dump.c (dump_option_value_info): Add entry for...
2011-01-25 Sebastian PopRemove the lambda framework and make -ftree-loop-linear...
2011-01-22 Richard HendersonNew -fcompare-elim pass.
2011-01-10 Jan Hubickare PR tree-optimization/47234 (ipa-split is executed...
2010-10-05 Richard Guenthervalue-prof.c (gimple_divmod_fixed_value): Work on SSA...
2010-09-22 Richard Guenthertree-ssanames.c (release_dead_ssa_names): Do not remove...
2010-08-21 Jan Hubickatree-pass.h (pass_ipa_cdtor_merge): New function.
2010-08-11 Sebastian PopSchedule a copy_prop pass before graphite.
2010-07-26 Richard Hendersonre PR target/44132 (emutls is broken under a range...
2010-07-13 Joern Renneckere PR other/44874 (TDF_NOUID dumps miss information...
2010-06-25 Jan Hubickatree-pass.h (pass_split_functions): Declare.
2010-06-01 Arnaud Charletinvoke.texi: Mention -fdump-ada-spec.
2010-05-12 Sriraman Tallamimplicit-zee.c: New file.
2010-04-29 Jan Hubicka* lto-symtab.c (lto_symtab_entry_def) Add vnode.
2010-04-27 Jan Hubickainvoke.texi (-fipa-profile): Document.
2010-04-22 Bernd Schmidtre PR middle-end/29274 (not using mulsidi3)
2010-04-21 Jan Hubickatree-pass.h (ipa_opt_pass_d): Rename function_read_summ...
2010-04-15 Richard Guenthertree-ssa-structalias.c (struct variable_info): Add...
2010-04-06 Sebastian PopAlways execute verify_loop_closed_ssa at LNO level.
2010-04-02 Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-01-13 Richard Guentherre PR middle-end/42678 (ICE with lto1 in expand_mult...
2009-12-19 Joern RenneckeMakefile.in (PLUGIN_HEADERS): Add more headers.
2009-12-01 Grigori Fursincgraphunit.c (plugin.h): Include.
2009-11-30 Richard Guenthertree-dump.c (dump_option_value_in): Add TDF_NOUID.
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-10 Martin Jambortree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup...
2009-10-29 Michael Matztree-ssa-math-opts.c (execute_convert_to_rsqrt): Remove.
2009-10-14 Vladimir Makarovparams.def (PARAM_IRA_LOOP_RESERVED_REGS): New.
2009-10-08 Michael Matzre PR middle-end/41573 (segfault in trunk related to...
2009-10-07 Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Assert that...
2009-10-03 Diego NovilloMerge lto branch into trunk.
2009-09-28 Sriraman Tallamtree-pass.h (register_pass_info): New structure.
2009-09-17 Martin Jamborcommon.opt (fipa-sra): New switch.
2009-09-14 Richard HendersonSquash commit of EH in gimple
2009-09-03 Diego Novillo[multiple changes]
2009-07-22 Diego Novillotree-pass.h (TDF_EH): Define.
2009-07-17 Richard Guentherre PR c/40401 (ICE: verify_gimple failed)
2009-06-18 Richard Hendersonre PR testsuite/40488 (Revision 148642 caused extra...
2009-06-18 Sergei Dyshelsee removal
2009-06-14 Andreas Krebbelpasses.c: Add bswap pass.
2009-06-07 Bernhard Reutner... tree-pass.h (TODO_update_ssa_any): Document internal...
2009-05-25 Richard Guenthertree-ssa-alias.h (dump_points_to_solution): Declare.
2009-05-24 Ira Rosenpasses.texi (Tree-SSA passes): Document SLP pass.
2009-05-16 Ian Lance Tayloralias.c (struct alias_set_entry_d): Rename from struct...
2009-05-11 Richard Guentherpasses.c (init_optimization_passes): Strip now incorrec...
2009-05-11 Ian Lance Taylorbasic-block.h (enum profile_status): Break out of struc...
2009-04-27 Steven Bosscherdbgcnt.def (cprop1, [...]): Remove
2009-04-26 Michael Matztree-pass.h (pass_del_ssa, [...]): Remove decls.
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-04-20 Doug Kwancgraph.h (cgraph_node_ptr): New type for vector functions.
2009-04-17 Ian Lance Taylordf.h: Include "timevar.h".
2009-04-14 Diego Novillo[multiple changes]
2009-04-03 Richard Guentherre PR middle-end/13146 (inheritance for nonoverlapping_...
2009-03-30 Martin Jamboripa-prop.h (jump_func_type): Rename IPA_UNKNOWN...
2009-03-30 Paolo Bonzinicfglayout.c (pass_into_cfg_layout_mode, [...]): Provide...
2009-03-29 Jan Hubickare PR tree-optimization/28850 (missed call -> jmp trans...
2009-03-28 Jan Hubickaattr-noinline.c: Avoid pure-const optimization.
2009-03-28 Jan Hubickatree-pass.h (pass_fixup_cfg): New pass.
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-01-29 Vladimir Makarovtm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
2008-09-02 Sebastian Popbackport: configure: Regenerate.
2008-08-29 Richard Guenthercommon.opt (ftree-store-ccp): Mark as preserved for...
next