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/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
2017-08-08
trans.c: Include header files.
Martin Liska
1
-0
/
+2
2017-07-21
Remove TYPE_METHODS.
Nathan Sidwell
1
-56
/
+0
2017-06-11
tree.h (id_equal): New.
Jason Merrill
1
-1
/
+1
2017-06-04
i386.c (make_resolver_func): Update.
Jan Hubicka
1
-15
/
+32
2017-05-23
Introduce symtab_node::dump_{asm_,}name functions.
Martin Liska
1
-7
/
+8
2017-05-23
ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.
Jan Hubicka
1
-1
/
+1
2017-05-22
Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
Jan Hubicka
1
-1
/
+1
2017-05-17
Introduce dump_flags_t type and use it instead of int type.
Martin Liska
1
-1
/
+1
2017-05-16
Fix 2 typos in ipa-devirt.c.
Martin Liska
1
-2
/
+2
2017-05-09
ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope typedefs.
Nathan Sidwell
1
-3
/
+4
2017-04-24
Fix (PR middle-end/79931)
Martin Liska
1
-1
/
+7
2017-03-11
Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)
David Malcolm
1
-1
/
+1
2017-03-03
Properly handle __cxa_pure_virtual visibility (PR lto/79760).
Jan Hubicka
1
-4
/
+13
2017-01-24
re PR translation/79208 (Typo in gcc/ipa-devirt.c:1631)
Richard Biener
1
-1
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-09
tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...
Jakub Jelinek
1
-3
/
+3
2016-09-20
Add IPA VRP
Kugan Vivekanandarajah
1
-0
/
+1
2016-09-05
re PR rtl-optimization/77425 (Pointer test follows dereference in sched-int.h)
Jakub Jelinek
1
-2
/
+1
2016-04-05
re PR ipa/66223 (Diagnostic of pure virtual function call broken, including _...
Jan Hubicka
1
-2
/
+2
2016-04-04
re PR ipa/66223 (Diagnostic of pure virtual function call broken, including _...
Jan Hubicka
1
-3
/
+6
2016-03-29
re PR lto/70283 (bogus vtable mismatch warnings)
Jan Hubicka
1
-10
/
+34
2016-03-16
Safely use nodes[0] in possible_polymorphic_call_targets
Tom de Vries
1
-2
/
+1
2016-03-10
re PR lto/69630 (LTO ICE in types_same_for_odr at ipa-devirt.c:402)
Jan Hubicka
1
-2
/
+2
2016-03-08
ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because.
Jakub Jelinek
1
-1
/
+1
2016-02-25
re PR lto/69630 (LTO ICE in types_same_for_odr at ipa-devirt.c:402)
Jan Hubicka
1
-0
/
+1
2016-01-23
tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...
Jakub Jelinek
1
-2
/
+2
2016-01-19
re PR ipa/66223 (Diagnostic of pure virtual function call broken, including _...
Jan Hubicka
1
-2
/
+32
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-01
ipa-devirt.c (type_with_linkage_p, [...]): Move to ...
Jan Hubicka
1
-87
/
+0
2015-11-29
ipa-devirt.c (add_type_duplicate): Remove redundant ODR violation dump
Jan Hubicka
1
-9
/
+0
2015-11-27
Fix memory leaks in IPA devirt
Martin Liska
1
-4
/
+3
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-14
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-10
/
+9
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-21
/
+15
2015-09-20
switch from gimple to gimple*
Trevor Saunders
1
-1
/
+1
2015-08-19
remove useless typedefs
Trevor Saunders
1
-2
/
+2
2015-07-27
* ipa-devirt.c (types_same_for_odr): Fix typo.
Marek Polacek
1
-1
/
+1
2015-07-15
gimple-pretty-print.h: Don't include pretty-print.h.
Andrew MacLeod
1
-2
/
+0
2015-07-13
Fix double word typos.
Aldy Hernandez
1
-2
/
+2
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-11
/
+4
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-2
/
+0
2015-06-25
hash-traits.h (default_hash_traits): New structure.
Richard Sandiford
1
-6
/
+9
2015-06-25
cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.
Richard Sandiford
1
-5
/
+3
2015-06-22
Use std::swap instead of manual swaps.
Mikhail Maltsev
1
-6
/
+1
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-2
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-7
/
+0
2015-06-08
re PR lto/65378 (Tweak to wording of -Wodr message)
Jan Hubicka
1
-106
/
+167
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-5
/
+0
2015-05-24
re PR lto/66180 (many -Wodr false positives when building LLVM with -flto)
Jan Hubicka
1
-18
/
+51
2015-05-24
ipa-utils.h (method_class_type): Remove.
Jan Hubicka
1
-16
/
+2
[next]