summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
Commit message (Expand)AuthorAgeFilesLines
* Merge debug-early branch into mainline.Aldy Hernandez2015-06-051-1/+1
* Fix spurious semicolonsDavid Malcolm2015-04-301-1/+1
* remove need for store_values_directlyTrevor Saunders2015-04-181-1/+0
* lto-cgraph.c (lto_output_node, [...]): Stream split_part.Jan Hubicka2015-04-011-0/+2
* Mark omp thread functions as parallelizedTom de Vries2015-03-211-0/+2
* cgraph.h (add_new_static_var): Remove declaration.Marek Polacek2015-03-161-3/+0
* re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener2015-03-101-0/+1
* ipa-inline-analysis.c (check_callers): Check node->can_remove_if_no_direct_ca...Jan Hubicka2015-03-091-5/+12
* re PR ipa/65334 (r221099 caused: FAIL: gfortran.fortran-torture/execute/in-pa...Jan Hubicka2015-03-081-0/+12
* cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite for correct ...Jan Hubicka2015-03-041-8/+3
* re PR target/65263 (ICE (error: unrecognizable insn / in insn_min_length, at ...Martin Liska2015-03-031-0/+3
* re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka2015-02-271-3/+46
* cgraph.h (clone_function_name_1): Declare.Bernd Schmidt2015-02-201-0/+1
* cgraph.h (symtab_node::has_aliases_p): Simplify.Jan Hubicka2015-02-151-16/+4
* ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka2015-02-141-11/+223
* re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)Jan Hubicka2015-02-111-7/+0
* ipa-inline-analysis.c (simple_edge_hints): Fix check for cross-module inlining.Jan Hubicka2015-02-031-0/+2
* re PR ipa/64801 (kernel build failure due to ICF)Jan Hubicka2015-01-291-1/+1
* cgraph_edge refactoring.Martin Liska2015-01-121-0/+55
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* New symbol_summary class introduced.Martin Liska2014-12-221-0/+8
* re PR ipa/61602 (ICE in lto1 on x86_64-linux-gnu in ipa_single_use, at ipa.c:...Jan Hubicka2014-12-151-1/+1
* re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka2014-12-111-3/+6
* PR jit/63854: Introduce xstrdup_for_dumpDavid Malcolm2014-12-081-0/+28
* symtab.c (symtab_node::equal_address_to): New function.Jan Hubicka2014-12-071-0/+5
* cgraph.h (cgraph_node): New method expand_all_artificial_thunks.Martin Jambor2014-12-051-0/+10
* re PR ipa/61190 (g++.old-deja/g++.mike/p4736b.C FAILs at -O2/-Os/-O3)Bernd Edlinger2014-11-261-7/+16
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-8/+8
* cgraphunit.c (analyze_functions): Use opt_for_fn.Jan Hubicka2014-11-171-1/+1
* * ipa-polymorphic-call.cJan Hubicka2014-11-161-1/+3
* passes.c (execute_one_pass): Do not apply all transforms prior every simple I...Jan Hubicka2014-11-161-0/+5
* ipa-prop.h (ipa_get_jf_pass_through_type_preserved): use agg_preserved flag i...Martin Jambor2014-11-141-2/+5
* ipa-pure-const.c (struct funct_state_d): Add can_free field.Jakub Jelinek2014-11-141-0/+4
* cgraph.h (clear_outer_type): Make public.Martin Jambor2014-11-141-4/+6
* [PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin2014-11-131-0/+7
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-0/+30
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-19/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-16/+0
* cfgbuild.h: New.Andrew MacLeod2014-10-221-0/+13
* State cleanups from jit branchDavid Malcolm2014-10-211-0/+3
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+6
* IPA ICF pass, part 3/5Martin Liska2014-10-161-0/+8
* move many gc hashtab to hash_tableTrevor Saunders2014-10-121-13/+81
* cgraph.h (cgraph_node::get_fun): Declare.Eric Botcazou2014-10-071-0/+3
* ipa-polymorphic-call.c (walk_ssa_copies): Recognize NULL pointer checks.Jan Hubicka2014-10-051-0/+3
* cgraph.h (struct indirect_call_info): Add IN_POLYMORPHIC_CDTORJan Hubicka2014-10-031-1/+4
* cgraph.h (ipa_polymorphic_call_context): Turn bools into bitfields...Jan Hubicka2014-10-031-10/+11
* * ipa-polymorphic-call.cJan Hubicka2014-10-021-2/+50
* cgraph.c (cgraph_node::release_body): New argument keep_arguments introduced.Martin Liska2014-09-261-1/+1
* cgraph.h (class ipa_polymorphic_call_context): Move here from ipa-utils.h; ad...Jan Hubicka2014-09-251-9/+111