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
2021-07-30
ipa-devirt: check precision mismatch of enum values [PR101396]
Xi Ruoyao
1
-0
/
+9
2021-02-27
gcse, ipa-devirt: Use %wd/%wu instead of HOST_WIDE_INT_PRINT* in diagnostics ...
Jakub Jelinek
1
-4
/
+3
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-21
Additional small changes to support opaque modes
Aaron Sawdey
1
-0
/
+1
2020-11-17
Make ltrans type canonicals compatible with WPA ones
Jan Hubicka
1
-0
/
+2
2020-08-27
vec: add exact argument for various grow functions.
Martin Liska
1
-2
/
+2
2020-07-13
ipa-devirt: Fix crash in obj_type_ref_class [PR95114]
Richard Sandiford
1
-3
/
+6
2020-06-06
Fix ICE in ODR enum streaming [PR95548]
Jan Hubicka
1
-11
/
+48
2020-06-03
Optimize ODR enum streaming
Jan Hubicka
1
-45
/
+359
2020-02-17
Fix grammar in error message.
Martin Liska
1
-1
/
+1
2020-01-28
ipa: fix handling of multiple speculations (PR93318)
Jan Hubicka
1
-5
/
+2
2020-01-14
Compare TREE_ADDRESSABLE and TYPE_MODE when ODR checking types.
Jan Hubicka
1
-0
/
+21
2020-01-14
hash-table.h: support non-zero empty values in empty_slow (v2)
David Malcolm
1
-0
/
+1
2020-01-08
Use cgraph_node::dump_{asm_},name where possible.
Martin Liska
1
-2
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-10
Check for TYPE_DECL in get_odr_name_for_type
Richard Sandiford
1
-1
/
+1
2019-12-02
Refactor IPA devirt a bit.
Martin Liska
1
-14
/
+23
2019-11-29
Check for TYPE_NAME in type_with_linkage_p.
Martin Liska
1
-0
/
+7
2019-11-28
Properly use TYPE_MAIN_VARIANT in warn_types_mismatch.
Martin Liska
1
-12
/
+13
2019-11-23
ipa-fnsummary.c: Fix comment typos.
Jakub Jelinek
1
-14
/
+14
2019-11-08
ipa-utils.c (ipa_merge_profiles): Fix fprintf format string typo - mistmatch ...
Jakub Jelinek
1
-1
/
+1
2019-11-04
ipa-inline-transform.c: Include ipa-utils.h
Jan Hubicka
1
-0
/
+6
2019-10-30
Remove cgraph_global_info.
Martin Liska
1
-1
/
+1
2019-10-02
re PR c++/91222 (507.cactuBSSN_r build fails in warn_types_mismatch at ipa-de...
Jan Hubicka
1
-2
/
+2
2019-10-01
re PR c++/91222 (507.cactuBSSN_r build fails in warn_types_mismatch at ipa-de...
Jan Hubicka
1
-5
/
+5
2019-08-13
Protect some checks of DECL_FUNCTION_CODE
Richard Sandiford
1
-4
/
+2
2019-07-31
ipa-devirt: make qsort helpers static
Alexander Monakov
1
-2
/
+2
2019-07-29
re PR c++/91222 (507.cactuBSSN_r build fails in warn_types_mismatch at ipa-de...
Jan Hubicka
1
-1
/
+1
2019-07-25
* ipa-devirt.c (add_type_duplicate): Fix return value.
Jan Hubicka
1
-1
/
+1
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+1
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-2
/
+4
2019-06-27
class.c (layout_class_type): Set TYPE_CXX_ODR_P for as-base type copy.
Jan Hubicka
1
-0
/
+45
2019-06-07
common.opt (flto-odr-type-merging): Ignore.
Jan Hubicka
1
-218
/
+13
2019-06-01
alias.c: Include ipa-utils.h.
Jan Hubicka
1
-0
/
+14
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-1
/
+1
2019-05-03
re PR tree-optimization/90303 (ICE in hash_odr_name with fastcall attribute s...
Jakub Jelinek
1
-2
/
+2
2019-04-14
re PR lto/89358 (Combining -std=c++14 and -std=c++17 objects gives ODR warnings)
Jan Hubicka
1
-2
/
+20
2019-04-09
re PR translation/90011 (trailing space in diagnostic)
Jakub Jelinek
1
-1
/
+1
2019-03-08
re PR ipa/80000 (diagnostics: trailing spaces in "one definition rule ")
Jakub Jelinek
1
-9
/
+9
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-8
/
+8
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-27
ipa-devirt.c (polymorphic_call_target_d): Add n_odr_types.
Jan Hubicka
1
-1
/
+7
2018-12-24
ipa-devirt.c (dump_targets): Cap number of targets printed.
Jan Hubicka
1
-5
/
+13
2018-12-24
lto-symtab.c (lto_symtab_merge_decls_2): Do not report ODR violations for met...
Jan Hubicka
1
-0
/
+6
2018-12-22
tree.c: (obj_type_ref_class): Move to...
Jan Hubicka
1
-0
/
+26
2018-11-22
re PR lto/88142 (ICE in lto_warn at ipa-devirt.c:1020 since r265519)
Jan Hubicka
1
-33
/
+22
2018-11-21
re PR ipa/87957 (ICE tree check: expected tree that contains ‘decl minimalâ...
Jan Hubicka
1
-14
/
+32
2018-11-21
re PR lto/84044 (Spurious -Wodr warning with -flto)
Jan Hubicka
1
-1
/
+1
2018-11-20
ipa-devirt.c (add_type_duplicate): Do not ICE on incomplete enums.
Jan Hubicka
1
-1
/
+2
2018-11-20
re PR ipa/87957 (ICE tree check: expected tree that contains ‘decl minimalâ...
Jan Hubicka
1
-5
/
+36
[next]