aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-3/+3
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-5/+5
2015-03-27re PR ipa/65600 (bost testsuite failure: ICE: Segmentation fault)Jan Hubicka1-1/+1
2015-03-27re PR middle-end/65595 (Linux kernel build failure: ICE: in as_a, at is-a.h:192)Jan Hubicka1-1/+1
2015-03-26cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring dead calls ba...Jan Hubicka1-21/+48
2015-03-21Mark omp thread functions as parallelizedTom de Vries1-0/+2
2015-03-18re PR ipa/65432 (Invalid read of size 1: ipa_icf::sem_item_optimizer::merge_c...Martin Liska1-3/+2
2015-03-12cgraph.c (cgraph_node::release_body): Free function_in_decl_state.Jan Hubicka1-2/+12
2015-03-10re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-11/+21
2015-03-09ipa-inline-analysis.c (check_callers): Check node->can_remove_if_no_direct_ca...Jan Hubicka1-13/+20
2015-03-04cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite for correct ...Jan Hubicka1-15/+82
2015-03-03re PR target/65263 (ICE (error: unrecognizable insn / in insn_min_length, at ...Martin Liska1-0/+12
2015-02-27re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka1-1/+1
2015-02-17ipa-visibility.c (function_and_variable_visibility): Only check locality if n...Jan Hubicka1-10/+10
2015-02-14ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka1-58/+20
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