aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/optimize.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-20re PR c++/55635 (Deallocation function ("operator delete") not called when de...Nathan Sidwell1-13/+11
2016-01-26re PR c++/68949 (Implicit initialization of array member silently miscompiling.)Jason Merrill1-0/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-20re PR c++/67354 (internal compiler error: in add_to_same_comdat_group, at sym...Jakub Jelinek1-0/+7
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-6/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-8/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+9
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-1/+1
2014-08-31re PR c++/62302 (Change in the comdat used for constructors)Jason Merrill1-9/+3
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-10/+13
2014-07-24IPA C++ refactoring 1/NMartin Liska1-19/+18
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-1/+3
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+1
2014-05-28re PR c++/47202 (Endless recursion during mangling)Jason Merrill1-0/+2
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-3/+3
2014-01-29re PR c++/59916 (constructors and destructors can cause "control reaches end ...Jason Merrill1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-34/+259
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-1/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-1/+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-09-11re PR c++/54541 (SFINAE bug: handling incomplete return types)Paolo Carlini1-1/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-1/+2
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-4/+5
2011-07-08cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill1-25/+16
2011-06-23optimize.c (maybe_clone_body): Set linkage flags before cgraph_same_body_alias.Jason Merrill1-2/+5
2011-04-12class.c (cp_fold_obj_type_ref): Call cgraph_get_node instead of cgraph_get_cr...Martin Jambor1-4/+5
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-3/+4
2011-03-04re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -f...Jan Hubicka1-1/+1
2011-02-20re PR c++/46472 ([C++0X] constexpr is not constexpr)Jason Merrill1-0/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-9/+9
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-6/+5
2010-05-27diagnostic-core.h: New.Joseph Myers1-3/+3
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-3/+0
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-02-02re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-0/+32