aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-21State cleanups from jit branchDavid Malcolm1-0/+3
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-16IPA ICF pass, part 3/5Martin Liska1-0/+8
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-13/+81
2014-10-07cgraph.h (cgraph_node::get_fun): Declare.Eric Botcazou1-0/+3
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-1/+4
2014-10-03cgraph.h (ipa_polymorphic_call_context): Turn bools into bitfields...Jan Hubicka1-10/+11
2014-10-02* ipa-polymorphic-call.cJan Hubicka1-2/+50
2014-09-26cgraph.c (cgraph_node::release_body): New argument keep_arguments introduced.Martin Liska1-1/+1
2014-09-25cgraph.h (class ipa_polymorphic_call_context): Move here from ipa-utils.h; ad...Jan Hubicka1-9/+111
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-1/+1
2014-09-24Add an no_reorder attribute for LTOAndi Kleen1-3/+2
2014-09-19re PR c++/61825 (g++.dg/cpp0x/static_assert9.C FAILs)Jan Hubicka1-1/+15
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-2/+1
2014-08-25IPA C++ refactoring 4/NMartin Liska1-230/+675
2014-08-18re PR ipa/61800 (ICE: Segmentation fault during Firefox build)Ilya Enkovich1-1/+2
2014-08-04IPA C++ refactoring 3/NMartin Liska1-119/+1
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-2/+3
2014-07-29cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.Jan Hubicka1-2/+3
2014-07-24IPA C++ refactoring 2/NMartin Liska1-64/+134
2014-07-24IPA C++ refactoring 1/NMartin Liska1-542/+893
2014-07-14cgraph.h (decl_in_symtab_p): Make inline.Richard Biener1-1/+1
2014-07-13cgraph.h (symtab_node): Add nonzero_address.Jan Hubicka1-6/+15
2014-07-11vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hJan Hubicka1-0/+2
2014-07-01IPA REF alias refactoringMartin Liska1-0/+7