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-icf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-15
gimple-pretty-print.h: Don't include pretty-print.h.
Andrew MacLeod
1
-1
/
+0
2015-07-13
Fix double word typos.
Aldy Hernandez
1
-1
/
+1
2015-07-10
ipa-icf.c: Fix typo in dump message
Bernhard Reutner-Fischer
1
-1
/
+1
2015-07-09
lto-streamer.h: Don't include target.h and alloc-pool.h.
Andrew MacLeod
1
-0
/
+1
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-17
/
+5
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-2
/
+0
2015-06-25
hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
Richard Sandiford
1
-2
/
+1
2015-06-22
re PR ipa/65908 (ICE: in expand_thunk, at cgraphunit.c:1700)
Jan Hubicka
1
-64
/
+63
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-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-5
/
+0
2015-05-24
ipa-utils.h (method_class_type): Remove.
Jan Hubicka
1
-6
/
+6
2015-05-18
IPA ICF: add support for debug counter.
Martin Liska
1
-1
/
+3
2015-05-07
gcov-tool.c (do_merge): Refactore to remove int ret.
Aditya Kumar
1
-1
/
+1
2015-04-27
* ipa-icf.c (icf_handled_component_p): Remove redundant tests.
Eric Botcazou
1
-3
/
+2
2015-04-24
ipa-icf.c (sem_function::equals_wpa): Compare thunk info.
Jan Hubicka
1
-39
/
+71
2015-04-23
ipa-icf.c (sem_item::compare_attributes): New function.
Jan Hubicka
1
-46
/
+129
2015-04-23
ipa-icf.c (symbol_compare_collection::symbol_compare_collection): cleanup.
Jan Hubicka
1
-56
/
+152
2015-04-17
Fix IPA memory leaks.
Martin Liska
1
-6
/
+20
2015-04-12
Fix accidental commit.
Jan Hubicka
1
-1
/
+1
2015-04-12
Jan Hubicka <hubicka@ucw.cz>
Jan Hubicka
1
-15
/
+18
2015-04-05
re PR middle-end/65665 (g++.dg/torture/pr64378.C -O2 -flto -fno-use-linker-...
Martin Liska
1
-4
/
+6
2015-03-31
re PR ipa/65557 (ICE: SIGSEGV in hash_table<>::find_slot_with_hash() with -fd...
Martin Liska
1
-2
/
+2
2015-03-24
IPA ICF: enhance hash value calculated in TU
Jan Hubicka
1
-14
/
+146
2015-03-23
re PR ipa/65521 (nondeterministic -fcompare-debug failures)
Jakub Jelinek
1
-2
/
+2
2015-03-22
IPA ICF: include hash values of references.
Martin Liska
1
-4
/
+91
2015-03-19
re PR lto/65380 ([ICF] LTO: ICE in add_symbol_to_partition_1, at lto/lto-part...
Jan Hubicka
1
-0
/
+14
2015-03-18
re PR ipa/65432 (Invalid read of size 1: ipa_icf::sem_item_optimizer::merge_c...
Martin Liska
1
-12
/
+23
2015-03-13
ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P and CXX_DESTURC...
Jan Hubicka
1
-88
/
+56
2015-03-10
ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
Jan Hubicka
1
-68
/
+60
2015-03-05
* ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.
Jan Hubicka
1
-0
/
+12
2015-03-05
re PR ipa/65318 (wrong code at -Os and above on x86_64-linux-gnu)
Martin Liska
1
-0
/
+5
2015-03-05
re PR ipa/65270 (issues with merging memory accesses from different code paths)
Jan Hubicka
1
-0
/
+22
2015-03-03
re PR ipa/65287 (Current trunk ICE in address_matters_p, at symtab.c:1908)
Martin Liska
1
-1
/
+2
2015-03-03
ICF: Use bit or instead of if branch.
Martin Liska
1
-2
/
+1
2015-03-03
re PR ipa/65282 (wrong code at -Os and above on x86_64-linux-gnu)
Martin Liska
1
-1
/
+1
2015-03-03
re PR target/65263 (ICE (error: unrecognizable insn / in insn_min_length, at ...
Martin Liska
1
-5
/
+22
2015-03-03
re PR ipa/65087 (r220742 causes: ICE: in ipcp_verify_propagated_values, at ip...
Martin Liska
1
-8
/
+18
2015-03-02
ipa-icf.c (sem_variable::equals): Improve debug output; get variable construc...
Martin Liska
1
-25
/
+26
2015-03-02
ipa-icf.c: Include stor-layout.h
Jan Hubicka
1
-33
/
+177
2015-03-01
ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
Jan Hubicka
1
-47
/
+117
2015-03-01
re PR ipa/65245 (internal compiler error: in address_matters_p, at symtab.c:1...
Martin Liska
1
-11
/
+28
2015-03-01
ipa-icf.c (sem_function::merge): Fix handling of COMDAT.
Jan Hubicka
1
-20
/
+29
2015-03-01
ICF is more strict about non-common function and var
Martin Liska
1
-0
/
+35
2015-02-28
re PR ipa/65237 (r221040 caused many regressions)
Jan Hubicka
1
-2
/
+7
2015-02-28
re PR bootstrap/65232 (bootstrap failure (ICE in change_symbol_block, at vara...
Jan Hubicka
1
-1
/
+16
2015-02-27
re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)
Jan Hubicka
1
-159
/
+290
2015-02-26
re PR lto/64693 (PCH failed with --with-build-config=bootstrap-lto)
Martin Liska
1
-0
/
+125
2015-02-26
passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
Jakub Jelinek
1
-1
/
+1
2015-02-20
re PR target/63892 (gcc.dg/sibcall-3.c fails on darwin with -m32)
Jakub Jelinek
1
-9
/
+6
[next]