aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-29cgraph.c (cgraph_node::make_local): No name is unique during incremental link...Jan Hubicka1-5/+13
2015-11-05gcc/Jakub Jelinek1-2/+5
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-2/+22
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-1/+7
2015-09-20switch from gimple to gimple*Trevor Saunders1-17/+17
2015-08-19remove useless typedefsTrevor Saunders1-3/+1
2015-07-13Fix double word typos.Aldy Hernandez1-4/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-23/+5
2015-06-25cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford1-28/+1
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-3/+3
2015-06-25cgraph.h (cgraph_rtl_info): Move to rtl.hAndrew MacLeod1-16/+2
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-1/+1
2015-04-30Fix spurious semicolonsDavid Malcolm1-1/+1
2015-04-18remove need for store_values_directlyTrevor Saunders1-1/+0
2015-04-01lto-cgraph.c (lto_output_node, [...]): Stream split_part.Jan Hubicka1-0/+2
2015-03-21Mark omp thread functions as parallelizedTom de Vries1-0/+2
2015-03-16cgraph.h (add_new_static_var): Remove declaration.Marek Polacek1-3/+0
2015-03-10re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-0/+1
2015-03-09ipa-inline-analysis.c (check_callers): Check node->can_remove_if_no_direct_ca...Jan Hubicka1-5/+12
2015-03-08re PR ipa/65334 (r221099 caused: FAIL: gfortran.fortran-torture/execute/in-pa...Jan Hubicka1-0/+12
2015-03-04cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite for correct ...Jan Hubicka1-8/+3
2015-03-03re PR target/65263 (ICE (error: unrecognizable insn / in insn_min_length, at ...Martin Liska1-0/+3
2015-02-27re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka1-3/+46
2015-02-20cgraph.h (clone_function_name_1): Declare.Bernd Schmidt1-0/+1
2015-02-15cgraph.h (symtab_node::has_aliases_p): Simplify.Jan Hubicka1-16/+4
2015-02-14ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka1-11/+223
2015-02-11re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)Jan Hubicka1-7/+0
2015-02-03ipa-inline-analysis.c (simple_edge_hints): Fix check for cross-module inlining.Jan Hubicka1-0/+2
2015-01-29re PR ipa/64801 (kernel build failure due to ICF)Jan Hubicka1-1/+1
2015-01-12cgraph_edge refactoring.Martin Liska1-0/+55
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22New symbol_summary class introduced.Martin Liska1-0/+8
2014-12-15re PR ipa/61602 (ICE in lto1 on x86_64-linux-gnu in ipa_single_use, at ipa.c:...Jan Hubicka1-1/+1
2014-12-11re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka1-3/+6
2014-12-08PR jit/63854: Introduce xstrdup_for_dumpDavid Malcolm1-0/+28
2014-12-07symtab.c (symtab_node::equal_address_to): New function.Jan Hubicka1-0/+5
2014-12-05cgraph.h (cgraph_node): New method expand_all_artificial_thunks.Martin Jambor1-0/+10
2014-11-26re PR ipa/61190 (g++.old-deja/g++.mike/p4736b.C FAILs at -O2/-Os/-O3)Bernd Edlinger1-7/+16
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-8/+8
2014-11-17cgraphunit.c (analyze_functions): Use opt_for_fn.Jan Hubicka1-1/+1
2014-11-16* ipa-polymorphic-call.cJan Hubicka1-1/+3
2014-11-16passes.c (execute_one_pass): Do not apply all transforms prior every simple I...Jan Hubicka1-0/+5
2014-11-14ipa-prop.h (ipa_get_jf_pass_through_type_preserved): use agg_preserved flag i...Martin Jambor1-2/+5
2014-11-14ipa-pure-const.c (struct funct_state_d): Add can_free field.Jakub Jelinek1-0/+4
2014-11-14cgraph.h (clear_outer_type): Make public.Martin Jambor1-4/+6
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-0/+7
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+30
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-19/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-16/+0
2014-10-22cfgbuild.h: New.Andrew MacLeod1-0/+13