aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-11re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)Jan Hubicka1-18/+7
2015-02-04re PR middle-end/64922 (runtime error: member call on misaligned address for ...Jan Hubicka1-1/+5
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-1/+1
2015-01-18* cgraph.c (cgraph_node::dump): Dump profile flags.Jan Hubicka1-0/+12
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+9
2015-01-12cgraph_edge refactoring.Martin Liska1-89/+46
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-12-08PR jit/63854: Introduce xstrdup_for_dumpDavid Malcolm1-16/+20
2014-11-26re PR ipa/61190 (g++.old-deja/g++.mike/p4736b.C FAILs at -O2/-Os/-O3)Bernd Edlinger1-25/+52
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-12/+13
2014-11-19re PR regression/63868 (Multiple failures in the libgomp test suite between r...Ilya Verbin1-0/+2
2014-11-17cgraph.c (symbol_table::create_edge): Use opt_for_fn.Jan Hubicka1-7/+11
2014-11-16passes.c (execute_one_pass): Do not apply all transforms prior every simple I...Jan Hubicka1-22/+64
2014-11-14ipa-pure-const.c (struct funct_state_d): Add can_free field.Jakub Jelinek1-0/+2
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-0/+9
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+112
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-1/+20
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+19
2014-10-22cfgbuild.h: New.Andrew MacLeod1-0/+34
2014-10-21State cleanups from jit branchDavid Malcolm1-0/+14
2014-10-16IPA ICF pass, part 3/5Martin Liska1-0/+3
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-54/+43
2014-10-07cgraph.h (cgraph_node::get_fun): Declare.Eric Botcazou1-0/+17
2014-10-05ipa-polymorphic-call.c (walk_ssa_copies): Recognize NULL pointer checks.Jan Hubicka1-0/+3
2014-10-03cgraph.h (struct indirect_call_info): Add IN_POLYMORPHIC_CDTORJan Hubicka1-0/+7
2014-09-26cgraph.c (cgraph_node::release_body): New argument keep_arguments introduced.Martin Liska1-3/+6
2014-09-25cgraph.h (class ipa_polymorphic_call_context): Move here from ipa-utils.h; ad...Jan Hubicka1-43/+46
2014-09-20ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.Jan Hubicka1-11/+5
2014-08-25IPA C++ refactoring 4/NMartin Liska1-423/+338
2014-08-18re PR ipa/61800 (ICE: Segmentation fault during Firefox build)Ilya Enkovich1-2/+4
2014-08-14cgraph.c (cgraph_node::function_symbol): Fix wrong cgraph_function_node to cg...Ilya Enkovich1-2/+2
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-5/+5
2014-07-29cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.Jan Hubicka1-3/+5
2014-07-24IPA C++ refactoring 1/NMartin Liska1-439/+418
2014-07-12lto.c (read_cgraph_and_symbols): Do not push DECL_INIT_IO timevarJan Hubicka1-0/+5
2014-07-05cgraph.c (cgraph_create_indirect_edge): Update call of get_polymorphic_call_i...Jan Hubicka1-1/+1
2014-07-01IPA REF alias refactoringMartin Liska1-24/+22
2014-06-28* cgraph.c (dump_cgraph_node): Dump init&fini priorities.Jan Hubicka1-0/+4
2014-06-25IPA REF refactoringMartin Liska1-18/+14
2014-06-20re PR ipa/61211 (ICE: verify_cgraph_node failed: edge points to wrong declara...Martin Jambor1-5/+10
2014-06-16revert: symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-4/+3
2014-06-12symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-3/+4
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-1/+1
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-8/+5
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-8/+8
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-1/+2
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-4/+4