aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-reference.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-25IPA C++ refactoring 4/NMartin Liska1-7/+7
2014-07-24IPA C++ refactoring 1/NMartin Liska1-18/+18
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-25IPA REF refactoringMartin Liska1-6/+6
2014-06-10ipa-reference.c (is_proper_for_analysis): Exclude addressable and public vars.Jan Hubicka1-40/+11
2014-06-04re PR ipa/61340 (ipa-pure-const.c, ipa-reference.c: possible missing switch c...Martin Jambor1-0/+2
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-4/+4
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-9/+7
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-8/+8
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-3/+3
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-30/+30
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-3/+0
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-17/+16
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-26/+46
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-5/+5
2013-02-27re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-5/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-43/+25
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-19/+15
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher1-295/+245
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka1-9/+7
2012-08-11cgraph.h (vector types for symtab_node): Add.Jan Hubicka1-12/+20
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-05-17ipa-reference.c (is_proper_for_analysis): Do not check flags that might chang...Jan Hubicka1-15/+25
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-1/+1
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-8/+8
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-6/+5
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-23/+23
2011-08-12data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo1-13/+14
2011-06-10cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow...Jan Hubicka1-1/+5
2011-06-10ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.Jan Hubicka1-9/+19
2011-04-30cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor1-8/+4
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-02-11cgraph.c: Fix comment typos.Nathan Froyd1-3/+3
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-09-24extend.texi: (attribute leaf): Document.Jan Hubicka1-6/+46
2010-06-07cgraph.c (cgraph_edge_cannot_lead_to_return): Also check if caller is noreturn.Jan Hubicka1-0/+2
2010-06-03ipa-reference.c (ipa_reference_local_vars_info_d): Remove calls_read_all and ...Jan Hubicka1-129/+199
2010-05-28ipa-reference.c (add_static_var): Remove redundant all_module_statics check.Jan Hubicka1-14/+11