Age | Commit message (Expand) | Author | Files | Lines |
2014-08-16 | ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors. | Jan Hubicka | 1 | -107/+91 |
2014-08-14 | re PR tree-optimization/62091 (ice in before_dom_children) | Jan Hubicka | 1 | -0/+2 |
2014-08-14 | ipa-utils.h (compare_virtual_tables): Declare. | Jan Hubicka | 1 | -0/+114 |
2014-08-14 | ipa-devirt.c (get_polymorphic_call_info): Use fndecl instead of current_funct... | Ilya Enkovich | 1 | -1/+1 |
2014-08-09 | devirt-35.C: Fix template. | Jan Hubicka | 1 | -5/+14 |
2014-08-07 | ipa-devirt.c: Include gimple-pretty-print.h | Jan Hubicka | 1 | -6/+521 |
2014-08-03 | ipa-devirt.c (odr_type_warn_count): Add type. | Jan Hubicka | 1 | -3/+7 |
2014-08-02 | invoke.texi (Wsuggest-final-types, [...]): Document. | Jan Hubicka | 1 | -43/+245 |
2014-08-02 | add a hash_set based on hash_table | Trevor Saunders | 1 | -53/+46 |
2014-08-01 | Convert ipa-devirt to inchash | Andi Kleen | 1 | -15/+12 |
2014-07-30 | devirt-34.C: New testcase. | Jan Hubicka | 1 | -29/+89 |
2014-07-29 | cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data. | Jan Hubicka | 1 | -32/+190 |
2014-07-25 | Add an abstract incremental hash data type | Andi Kleen | 1 | -0/+1 |
2014-07-24 | IPA C++ refactoring 2/N | Martin Liska | 1 | -2/+2 |
2014-07-24 | IPA C++ refactoring 1/N | Martin Liska | 1 | -18/+16 |
2014-07-13 | ipa-devirt.c (odr_subtypes_equivalent_p): Disable temporary hack forgotten in... | Jan Hubicka | 1 | -1/+1 |
2014-07-12 | tree.c (type_in_anonymous_namespace_p): Ignore TREE_PUBLIC on builtin types. | Jan Hubicka | 1 | -21/+506 |
2014-07-11 | ipa-prop.c (ipa_binfo_from_known_type_jfunc): In LTO do not walk non-polymorp... | Jan Hubicka | 1 | -0/+14 |
2014-07-09 | * ipa-devirt.c (record_node): Walk through aliases. | Jan Hubicka | 1 | -2/+14 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -1/+0 |
2014-07-05 | cgraph.c (cgraph_create_indirect_edge): Update call of get_polymorphic_call_i... | Jan Hubicka | 1 | -1/+103 |
2014-07-02 | ipa-utils.h (method_class_type, [...]): Constify. | Jan Hubicka | 1 | -3/+29 |
2014-07-02 | tree.c (decls_same_for_odr, [...]): Remove. | Jan Hubicka | 1 | -55/+192 |
2014-06-28 | ipa-devirt.c (set_type_binfo): New function. | Jan Hubicka | 1 | -10/+36 |
2014-06-27 | Fix for devirtualization dump functions | Martin Liska | 1 | -1/+1 |
2014-06-25 | IPA REF refactoring | Martin Liska | 1 | -2/+1 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 1 | -13/+16 |
2014-06-13 | re PR ipa/61186 (./g++.dg/ipa/pr52939.C & valgrind & pointer_set_insert) | Martin Jambor | 1 | -0/+6 |
2014-05-20 | add dbgcnt support for devirt | Xinliang David Li | 1 | -7/+11 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 1 | -1/+1 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -1/+1 |
2014-05-05 | re PR ipa/60965 (IPA: Devirtualization versus placement new) | Jan Hubicka | 1 | -0/+11 |
2014-04-23 | Change is-a.h to support typedefs of pointers | David Malcolm | 1 | -2/+2 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -1/+1 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -11/+7 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
2014-04-17 | ipa-devirt.c (odr_type_d): Add field all_derivations_known. | Jan Hubicka | 1 | -27/+146 |
2014-04-15 | ipa-devirt.c (referenced_from_vtable_p): New predicate. | Jan Hubicka | 1 | -5/+71 |
2014-04-14 | ipa-devirt.c (maybe_record_node): Ignore all non-methods (including cxa_pure_... | Jan Hubicka | 1 | -8/+10 |
2014-04-08 | ipa-devirt.c (maybe_record_node): When node is not recorded, set completep to... | Jan Hubicka | 1 | -1/+1 |
2014-04-03 | re PR ipa/60659 (ICE in get_polymorphic_call_info, at ipa-devirt.c:1292) | Jan Hubicka | 1 | -5/+34 |
2014-03-26 | re PR c++/60566 (r208573 omits needed thunks) | Jason Merrill | 1 | -1/+1 |
2014-02-28 | re PR c++/58678 (pykde4-4.11.2 link error (devirtualization too trigger happy)) | Jason Merrill | 1 | -3/+14 |
2014-02-11 | re PR lto/59468 (ICE on invalid C++ code with LTO in gimple_get_virt_method_f... | Jan Hubicka | 1 | -70/+148 |
2014-02-10 | ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return proper consta... | Eric Botcazou | 1 | -19/+17 |
2014-02-07 | re PR ipa/59918 (ICE in record_target_from_binfo, at ipa-devirt.c:693) | Jan Hubicka | 1 | -4/+1 |
2014-02-05 | re PR ipa/59947 (Segmentation fault with #pragma GCC optimize ("O2"), ICE in ... | Jakub Jelinek | 1 | -2/+9 |
2014-02-04 | ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe... | Jan Hubicka | 1 | -8/+56 |
2014-02-03 | re PR ipa/59831 (ice in cgraph_speculative_call_info with -O3) | Jan Hubicka | 1 | -23/+58 |
2014-02-03 | ipa-devirt.c (subbinfo_with_vtable_at_offset, [...]): New functions. | Jan Hubicka | 1 | -0/+64 |