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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-3657
/
+0
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-05-10
ipa: Get rid of IPA_NODE_REF and IPA_EDGE_REF
Martin Jambor
1
-2
/
+2
2021-02-23
IPA ICF + ASAN: do not merge vars with different alignment
Martin Liska
1
-0
/
+13
2021-02-10
ICF: fix memory leak
Martin Liska
1
-2
/
+5
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-21
Improve hasing of anonymous namespace types
Jan Hubicka
1
-1
/
+15
2020-11-17
Fix ipa-icf ICE on variadic types
Jan Hubicka
1
-2
/
+2
2020-11-17
Improve handling of memory operands in ipa-icf 3/4
Jan Hubicka
1
-5
/
+66
2020-11-13
Improve handling of memory operands in ipa-icf 2/4
Jan Hubicka
1
-0
/
+3
2020-11-13
Determine access types in ipa-icf-gimple.c
Jan Hubicka
1
-20
/
+20
2020-10-23
Move thunks out of cgraph_node
Jan Hubicka
1
-24
/
+12
2020-08-27
vec: add exact argument for various grow functions.
Martin Liska
1
-1
/
+1
2020-04-08
Allow new/delete operator deletion only for replaceable.
Martin Liska
1
-0
/
+4
2020-01-08
Use cgraph_node::dump_{asm_},name where possible.
Martin Liska
1
-5
/
+5
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-25
Update dump message in IPA ICF.
Martin Liska
1
-2
/
+1
2019-11-23
ipa-fnsummary.c: Fix comment typos.
Jakub Jelinek
1
-9
/
+9
2019-11-18
Unset m_checker in sem_function::init.
Martin Liska
1
-0
/
+2
2019-11-14
Update statistics about needed symbols in IPA ICF.
Martin Liska
1
-7
/
+13
2019-11-14
Use func_checker::hash_operand for hashing of GIMPLE operands.
Martin Liska
1
-197
/
+42
2019-11-13
Do not overuse push/pop_cfun in IPA ICF.
Martin Liska
1
-6
/
+1
2019-11-10
cgraph.h (struct cgraph_node): Add ipcp_clone flag.
Jan Hubicka
1
-1
/
+1
2019-10-30
Remove comparison for polymorphic types.
Martin Liska
1
-1
/
+0
2019-10-30
IPA ICF: remove dead code
Martin Liska
1
-11
/
+0
2019-10-30
Integrate that for IPA ICF.
Martin Liska
1
-1
/
+6
2019-10-30
Use symtab_node::order in LTO sections with body.
Martin Liska
1
-3
/
+2
2019-10-30
Remove cgraph_local_info structure.
Martin Liska
1
-1
/
+1
2019-10-27
ipa-icf.c (sem_function::merge): Update function summaries.
Jan Hubicka
1
-0
/
+3
2019-10-24
cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.
Jan Hubicka
1
-2
/
+2
2019-10-07
Make gsi_next_nonvirtual_phi do what one expects
Vladislav Ivanishin
1
-7
/
+4
2019-09-19
Fix cast in sort_congruence_class_groups_by_decl_uid.
Martin Liska
1
-2
/
+2
2019-09-19
Speed up qsort in IPA ICF.
Martin Liska
1
-33
/
+16
2019-08-09
Implement -fopt-info support for IPA ICF.
Martin Liska
1
-94
/
+114
2019-07-25
Come up with function_decl_type and use it in tree_function_decl.
Martin Liska
1
-3
/
+3
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+1
2019-06-10
IPA ICF: enhance dump about items in a non-singular class.
Martin Liska
1
-17
/
+17
2019-06-06
IPA ICF: enhance dump output
Martin Liska
1
-2
/
+0
2019-06-04
Remove dead code in IPA ICF.
Martin Liska
1
-4
/
+0
2019-06-04
IPA ICF: use fibonacci heap instead of list as a worklist.
Martin Liska
1
-5
/
+7
2019-06-04
IPA ICF: rewrite references into a hash_map.
Martin Liska
1
-63
/
+41
2019-05-03
Come up with is_empty for hash_{table,map,set}.
Martin Liska
1
-1
/
+1
2019-02-13
Clean up MPX-related stuff.
Martin Liska
1
-5
/
+0
2019-01-09
PR other/16615 [4/5]
Sandra Loosemore
1
-2
/
+2
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-15
/
+15
2019-01-02
re PR lto/85574 (LTO bootstapped binaries differ)
Richard Biener
1
-2
/
+25
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-10-22
Simplify comparison of attrs in IPA ICF.
Martin Liska
1
-55
/
+4
2018-09-28
calls.c (expand_call): Try to do a tail call for thunks at -O0 too.
Eric Botcazou
1
-0
/
+2
2018-08-31
IPA ICF: make type cache a static field sem_item.
Martin Liska
1
-2
/
+4
[next]