summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-13/+4
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+23
* hash-traits.h (ggc_hasher): Rename to...Richard Sandiford2015-06-251-1/+1
* cgraph.h (cgraph_rtl_info): Move to rtl.hAndrew MacLeod2015-06-251-1/+4
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* ipa.c (symbol_table::remove_unreachable_nodes): Don't remove instumentation t...Ilya Enkovich2015-06-031-0/+14
* gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.Eric Botcazou2015-06-011-2/+4
* re PR target/65527 (ICE: in expand_builtin_with_bounds, at builtins.c:7120 wi...Ilya Enkovich2015-06-011-5/+20
* bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill2015-05-091-3/+3
* Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm2015-05-051-5/+5
* re PR ipa/65600 (bost testsuite failure: ICE: Segmentation fault)Jan Hubicka2015-03-271-1/+1
* re PR middle-end/65595 (Linux kernel build failure: ICE: in as_a, at is-a.h:192)Jan Hubicka2015-03-271-1/+1
* cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring dead calls ba...Jan Hubicka2015-03-261-21/+48
* Mark omp thread functions as parallelizedTom de Vries2015-03-211-0/+2
* re PR ipa/65432 (Invalid read of size 1: ipa_icf::sem_item_optimizer::merge_c...Martin Liska2015-03-181-3/+2
* cgraph.c (cgraph_node::release_body): Free function_in_decl_state.Jan Hubicka2015-03-121-2/+12
* re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener2015-03-101-11/+21
* ipa-inline-analysis.c (check_callers): Check node->can_remove_if_no_direct_ca...Jan Hubicka2015-03-091-13/+20
* cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite for correct ...Jan Hubicka2015-03-041-15/+82
* re PR target/65263 (ICE (error: unrecognizable insn / in insn_min_length, at ...Martin Liska2015-03-031-0/+12
* re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka2015-02-271-1/+1
* ipa-visibility.c (function_and_variable_visibility): Only check locality if n...Jan Hubicka2015-02-171-10/+10
* ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka2015-02-141-58/+20
* re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)Jan Hubicka2015-02-111-18/+7
* re PR middle-end/64922 (runtime error: member call on misaligned address for ...Jan Hubicka2015-02-041-1/+5
* Always pass explicit location to fatal_error.Joseph Myers2015-01-301-1/+1
* * cgraph.c (cgraph_node::dump): Dump profile flags.Jan Hubicka2015-01-181-0/+12
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-1/+1
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-4/+9
* cgraph_edge refactoring.Martin Liska2015-01-121-89/+46
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ipa-prop uses symbol_summary class.Martin Liska2014-12-221-0/+1
* PR jit/63854: Introduce xstrdup_for_dumpDavid Malcolm2014-12-081-16/+20
* re PR ipa/61190 (g++.old-deja/g++.mike/p4736b.C FAILs at -O2/-Os/-O3)Bernd Edlinger2014-11-261-25/+52
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-12/+13
* re PR regression/63868 (Multiple failures in the libgomp test suite between r...Ilya Verbin2014-11-191-0/+2
* cgraph.c (symbol_table::create_edge): Use opt_for_fn.Jan Hubicka2014-11-171-7/+11
* passes.c (execute_one_pass): Do not apply all transforms prior every simple I...Jan Hubicka2014-11-161-22/+64
* ipa-pure-const.c (struct funct_state_d): Add can_free field.Jakub Jelinek2014-11-141-0/+2
* [PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin2014-11-131-0/+9
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-1/+112
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-1/+20
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+19
* cfgbuild.h: New.Andrew MacLeod2014-10-221-0/+34
* State cleanups from jit branchDavid Malcolm2014-10-211-0/+14
* IPA ICF pass, part 3/5Martin Liska2014-10-161-0/+3
* move many gc hashtab to hash_tableTrevor Saunders2014-10-121-54/+43