index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
ipa-devirt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-22
ipa-prop uses symbol_summary class.
Martin Liska
1
-0
/
+1
2014-12-12
ipa-devirt.c (possible_polymorphic_call_targets): Return early if otr_type ha...
Jan Hubicka
1
-1
/
+1
2014-11-20
tree.c (free_lang_data_in_type): If BINFO has no important information in it,...
Jan Hubicka
1
-4
/
+2
2014-11-18
ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
Jan Hubicka
1
-1
/
+7
2014-11-14
cgraph.h (clear_outer_type): Make public.
Martin Jambor
1
-4
/
+1
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-prop.h (ipa_get_controlled_uses): Add hack to avoid ICE when speculation ...
Jan Hubicka
1
-0
/
+40
2014-09-27
re PR ipa/60665 (gcc/ipa-devirt.c:1510:7: warning: variable 'can_refer' is us...
Jan Hubicka
1
-1
/
+1
2014-09-25
ipa-utils.h (subbinfo_with_vtable_at_offset, [...]): Declare.
Jan Hubicka
1
-1492
/
+16
2014-09-25
ipa-devirt.c (polymorphic_call_target_d): Add SPECULATIVE; reorder for better...
Jan Hubicka
1
-150
/
+162
2014-09-25
ipa-devirt.c (possible_polymorphic_call_targets): Remove forgotten debug outp...
Jan Hubicka
1
-1
/
+10
2014-09-25
Fix previous commit.
Jan Hubicka
1
-8
/
+8
2014-09-25
cgraph.h (class ipa_polymorphic_call_context): Move here from ipa-utils.h; ad...
Jan Hubicka
1
-1
/
+69
2014-09-24
ipa-utils.h (polymorphic_call_context): Add metdhos dump, debug and clear_out...
Jan Hubicka
1
-116
/
+268
2014-09-20
ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.
Jan Hubicka
1
-112
/
+144
2014-09-20
diagnostic.c (warning_n): New function.
Jan Hubicka
1
-19
/
+64
2014-09-19
PR ipa/61998 Fix crash -Wsuggest-final-types crash
Markus Trippelsdorf
1
-0
/
+3
2014-09-19
re PR ipa/63298 (internal compiler error: in types_same_for_odr, at ipa-devir...
Jan Hubicka
1
-2
/
+4
2014-09-17
ipa-devirt.c (type_pair, [...]): New types.
Jan Hubicka
1
-49
/
+124
2014-09-11
common.opt (flto-odr-type-merging): New flag.
Jan Hubicka
1
-48
/
+101
2014-09-11
re PR c++/58678 (pykde4-4.11.2 link error (devirtualization too trigger happy))
Jason Merrill
1
-2
/
+1
2014-08-25
IPA C++ refactoring 4/N
Martin Liska
1
-20
/
+20
2014-08-21
re PR tree-optimization/62091 (ice in before_dom_children)
Jan Hubicka
1
-31
/
+133
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
[next]