Age | Commit message (Expand) | Author | Files | Lines |
2017-05-23 | cgraphunit.c (symbol_table::process_new_functions): Update. | Jan Hubicka | 1 | -44/+0 |
2017-05-23 | Introduce symtab_node::dump_{asm_,}name functions. | Martin Liska | 1 | -11/+9 |
2017-05-23 | ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove. | Jan Hubicka | 1 | -9/+9 |
2017-05-22 | Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h | Jan Hubicka | 1 | -1/+1 |
2017-05-19 | ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove. | Jan Hubicka | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-20 | cgraphunit.c (analyze_functions): Set node->definition to false to signal sym... | Richard Biener | 1 | -0/+7 |
2016-10-09 | tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D... | Jakub Jelinek | 1 | -1/+1 |
2016-09-20 | Add IPA VRP | Kugan Vivekanandarajah | 1 | -0/+1 |
2016-08-18 | tree-pass.h (make_pass_materialize_all_clones): Declare. | Richard Biener | 1 | -0/+41 |
2016-07-21 | function-tests.c (build_trivial_generic_function): Set BLOCK_SUPERCONTEXT of ... | Richard Biener | 1 | -0/+1 |
2016-07-13 | ipa.c: remove static_{ctors,dtors} globals | Trevor Saunders | 1 | -20/+17 |
2016-03-10 | re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971) | Jan Hubicka | 1 | -16/+33 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-07 | re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2) | Jan Hubicka | 1 | -0/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -8/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -7/+5 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -12/+10 |
2015-08-27 | ipa.c (cgraph_build_static_cdtor_1): Set DECL_IGNORED_P. | Richard Biener | 1 | -0/+1 |
2015-08-12 | Revert "replace several uses of the anon namespace with GCC_FINAL" | Trevor Saunders | 1 | -6/+18 |
2015-08-11 | replace several uses of the anon namespace with GCC_FINAL | Trevor Saunders | 1 | -18/+6 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -10/+4 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -4/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-06-03 | ipa.c (symbol_table::remove_unreachable_nodes): Don't remove instumentation t... | Ilya Enkovich | 1 | -1/+15 |
2015-05-24 | ipa-utils.h (method_class_type): Remove. | Jan Hubicka | 1 | -1/+1 |
2015-02-17 | ipa-visibility.c (function_and_variable_visibility): Only check locality if n... | Jan Hubicka | 1 | -1/+1 |
2015-02-14 | ipa-chkp.c: Use iterate_direct_aliases. | Jan Hubicka | 1 | -8/+7 |
2015-02-11 | ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing bodies of thu... | Jan Hubicka | 1 | -1/+7 |
2015-02-11 | re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c) | Jan Hubicka | 1 | -4/+10 |
2015-02-05 | re PR ipa/61548 (FAIL: gcc.dg/tls/alias-1.c) | Jan Hubicka | 1 | -0/+12 |
2015-01-15 | Fix for PR64068 and PR64559. | Martin Liska | 1 | -1/+0 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-22 | symbol_summary is used for inline_summary. | Martin Liska | 1 | -1/+1 |
2014-12-22 | ipa-prop uses symbol_summary class. | Martin Liska | 1 | -0/+1 |
2014-12-15 | re PR ipa/61602 (ICE in lto1 on x86_64-linux-gnu in ipa_single_use, at ipa.c:... | Jan Hubicka | 1 | -6/+17 |
2014-12-15 | * ipa.c (process_references): Fix conditoinal on flag_optimize | Jan Hubicka | 1 | -2/+4 |
2014-12-11 | re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -... | Jan Hubicka | 1 | -19/+49 |
2014-11-22 | ipa.c (symbol_table::remove_unreachable_nodes): Mark all inline clones as hav... | Jan Hubicka | 1 | -3/+12 |
2014-11-18 | ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn. | Jan Hubicka | 1 | -3/+3 |
2014-11-05 | ipa-chkp.c: New. | Ilya Enkovich | 1 | -9/+45 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -2/+13 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+2 |
2014-10-02 | ipa.c (walk_polymorphic_call_targets): Avoid ICE when dumping during WPA. | Jan Hubicka | 1 | -1/+5 |
2014-09-20 | re PR tree-optimization/63255 (FAIL: gcc.dg/lto/ipareference2 c_lto_iparefere... | Jan Hubicka | 1 | -5/+5 |
2014-08-25 | IPA C++ refactoring 4/N | Martin Liska | 1 | -9/+9 |
2014-08-20 | cgraphunit.c (ipa_passes, compile): Reshedule symtab_remove_unreachable_nodes... | Jan Hubicka | 1 | -2/+5 |