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-icf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-06-27
Add 'final' and 'override' in various places
David Malcolm
1
-16
/
+20
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-06-02
icf: Fix memory leak of a vector.
Martin Liska
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-17
Improve handling of memory operands in ipa-icf 3/4
Jan Hubicka
1
-0
/
+10
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-23
ipa-fnsummary.c: Fix comment typos.
Jakub Jelinek
1
-4
/
+4
2019-11-14
Update statistics about needed symbols in IPA ICF.
Martin Liska
1
-3
/
+5
2019-11-14
Use func_checker::hash_operand for hashing of GIMPLE operands.
Martin Liska
1
-13
/
+7
2019-10-30
IPA ICF: remove dead code
Martin Liska
1
-3
/
+0
2019-06-04
Remove dead code in IPA ICF.
Martin Liska
1
-9
/
+0
2019-06-04
IPA ICF: use fibonacci heap instead of list as a worklist.
Martin Liska
1
-2
/
+6
2019-06-04
IPA ICF: rewrite references into a hash_map.
Martin Liska
1
-8
/
+37
2019-01-02
re PR lto/85574 (LTO bootstapped binaries differ)
Richard Biener
1
-0
/
+3
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-10-22
Simplify comparison of attrs in IPA ICF.
Martin Liska
1
-3
/
+0
2018-08-31
IPA ICF: make type cache a static field sem_item.
Martin Liska
1
-3
/
+3
2018-03-13
Fix PTA info in IPA ICF (PR ipa/84658).
Martin Liska
1
-0
/
+12
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-01-10
Revert m_classes_vec introduction.
Martin Liska
1
-5
/
+2
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-28
re PR lto/78211 (-fcompare-debug failure with -flto -fno-use-linker-plugin)
Jakub Jelinek
1
-1
/
+4
2016-11-22
Add sem_item::m_hash_set (PR ipa/78309)
Martin Liska
1
-8
/
+9
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-12
re PR ipa/68035 (ipa performance issue when no procedures are present)
Martin Liska
1
-3
/
+6
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-0
/
+3
2015-09-20
switch from gimple to gimple*
Trevor Saunders
1
-1
/
+1
2015-07-13
Fix double word typos.
Aldy Hernandez
1
-1
/
+1
2015-06-25
hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
Richard Sandiford
1
-2
/
+0
2015-06-25
ipa-icf.h (symbol_compare_hash): New class.
Richard Sandiford
1
-4
/
+5
2015-06-25
hash-table.h: Update comments.
Richard Sandiford
1
-4
/
+1
2015-06-22
re PR ipa/65908 (ICE: in expand_thunk, at cgraphunit.c:1700)
Jan Hubicka
1
-10
/
+4
2015-04-24
ipa-icf.c (sem_function::equals_wpa): Compare thunk info.
Jan Hubicka
1
-2
/
+1
2015-04-23
ipa-icf.c (sem_item::compare_attributes): New function.
Jan Hubicka
1
-0
/
+6
2015-04-23
ipa-icf.c (symbol_compare_collection::symbol_compare_collection): cleanup.
Jan Hubicka
1
-1
/
+14
2015-04-18
remove need for store_values_directly
Trevor Saunders
1
-4
/
+5
2015-03-24
IPA ICF: enhance hash value calculated in TU
Jan Hubicka
1
-3
/
+7
2015-03-22
IPA ICF: include hash values of references.
Martin Liska
1
-1
/
+17
2015-03-18
re PR ipa/65432 (Invalid read of size 1: ipa_icf::sem_item_optimizer::merge_c...
Martin Liska
1
-12
/
+0
2015-03-13
ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P and CXX_DESTURC...
Jan Hubicka
1
-12
/
+0
2015-03-03
re PR ipa/65087 (r220742 causes: ICE: in ipcp_verify_propagated_values, at ip...
Martin Liska
1
-4
/
+7
2015-03-02
ipa-icf.c (sem_variable::equals): Improve debug output; get variable construc...
Martin Liska
1
-5
/
+0
2015-03-02
ipa-icf.c: Include stor-layout.h
Jan Hubicka
1
-14
/
+11
2015-03-01
ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
Jan Hubicka
1
-1
/
+3
2015-03-01
re PR ipa/65245 (internal compiler error: in address_matters_p, at symtab.c:1...
Martin Liska
1
-2
/
+3
2015-02-27
Fix missing condition in symbol_compare_hashmap_traits.
Martin Liska
1
-1
/
+2
2015-02-26
re PR lto/64693 (PCH failed with --with-build-config=bootstrap-lto)
Martin Liska
1
-0
/
+71
2015-02-19
sem_function::bb_dict_test should take a vec<int> *
Trevor Saunders
1
-1
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
[next]