summaryrefslogtreecommitdiff
path: root/gcc/ipa.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce dump_location_tDavid Malcolm2018-06-261-7/+2
* Remove MPXMartin Liska2018-06-081-49/+7
* passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka2018-05-301-6/+9
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* trans.c: Include header files.Martin Liska2017-08-081-1/+2
* ipa-comdats.c: Remove optimize check from gate.Jan Hubicka2017-07-071-13/+5
* cgraphunit.c (symbol_table::process_new_functions): Update.Jan Hubicka2017-05-231-44/+0
* Introduce symtab_node::dump_{asm_,}name functions.Martin Liska2017-05-231-11/+9
* ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka2017-05-231-9/+9
* Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka2017-05-221-1/+1
* ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka2017-05-191-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* cgraphunit.c (analyze_functions): Set node->definition to false to signal sym...Richard Biener2016-10-201-0/+7
* tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek2016-10-091-1/+1
* Add IPA VRPKugan Vivekanandarajah2016-09-201-0/+1
* tree-pass.h (make_pass_materialize_all_clones): Declare.Richard Biener2016-08-181-0/+41
* function-tests.c (build_trivial_generic_function): Set BLOCK_SUPERCONTEXT of ...Richard Biener2016-07-211-0/+1
* ipa.c: remove static_{ctors,dtors} globalsTrevor Saunders2016-07-131-20/+17
* re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971)Jan Hubicka2016-03-101-16/+33
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka2015-12-071-0/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-8/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-7/+5
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-12/+10
* ipa.c (cgraph_build_static_cdtor_1): Set DECL_IGNORED_P.Richard Biener2015-08-271-0/+1
* Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders2015-08-121-6/+18
* replace several uses of the anon namespace with GCC_FINALTrevor Saunders2015-08-111-18/+6
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-10/+4
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-3/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* ipa.c (symbol_table::remove_unreachable_nodes): Don't remove instumentation t...Ilya Enkovich2015-06-031-1/+15
* ipa-utils.h (method_class_type): Remove.Jan Hubicka2015-05-241-1/+1
* ipa-visibility.c (function_and_variable_visibility): Only check locality if n...Jan Hubicka2015-02-171-1/+1
* ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka2015-02-141-8/+7
* ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing bodies of thu...Jan Hubicka2015-02-111-1/+7
* re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)Jan Hubicka2015-02-111-4/+10
* re PR ipa/61548 (FAIL: gcc.dg/tls/alias-1.c)Jan Hubicka2015-02-051-0/+12
* Fix for PR64068 and PR64559.Martin Liska2015-01-151-1/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* symbol_summary is used for inline_summary.Martin Liska2014-12-221-1/+1
* ipa-prop uses symbol_summary class.Martin Liska2014-12-221-0/+1
* re PR ipa/61602 (ICE in lto1 on x86_64-linux-gnu in ipa_single_use, at ipa.c:...Jan Hubicka2014-12-151-6/+17
* * ipa.c (process_references): Fix conditoinal on flag_optimizeJan Hubicka2014-12-151-2/+4
* re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka2014-12-111-19/+49
* ipa.c (symbol_table::remove_unreachable_nodes): Mark all inline clones as hav...Jan Hubicka2014-11-221-3/+12
* ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka2014-11-181-3/+3
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-9/+45