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-cp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-07
ipa-cp: Avoid unwanted multiple propagations (PR 97816)
Martin Jambor
1
-36
/
+32
2020-11-23
ipa: special pass-through op for Fortran strides
Martin Jambor
1
-20
/
+28
2020-11-13
ipa-cp: One more safe_add (PR 97816)
Martin Jambor
1
-1
/
+2
2020-11-12
ipa-cp: Work with time benefits and frequencies in sreals
Martin Jambor
1
-69
/
+82
2020-11-02
ipa-cp: New debug counters for IPA-CP
Martin Jambor
1
-1
/
+11
2020-10-31
Move clone_info to summary
Jan Hubicka
1
-8
/
+15
2020-10-29
LTO: get_section: add new argument
Martin Liska
1
-18
/
+2
2020-10-23
Move thunks out of cgraph_node
Jan Hubicka
1
-12
/
+12
2020-10-02
ipa-cp: Separate and increase the large-unit parameter
Martin Jambor
1
-1
/
+1
2020-10-02
ipa-cp: Add dumping of overall_size after cloning
Martin Jambor
1
-1
/
+5
2020-10-02
ipa: Multiple predicates for loop properties, with frequencies
Martin Jambor
1
-0
/
+9
2020-10-02
ipa: Bundle estimates of ipa_call_context::estimate_size_and_time
Martin Jambor
1
-24
/
+21
2020-10-02
ipa: Bundle vectors describing argument values
Martin Jambor
1
-131
/
+114
2020-08-31
ipa/96806 - Fix ICE in ipa-cp due to integer addition overflow
Feng Xue
1
-4
/
+4
2020-08-27
vec: add exact argument for various grow functions.
Martin Liska
1
-4
/
+5
2020-08-13
ipa: fix ICE in get_default_value
Martin Liska
1
-1
/
+1
2020-08-12
ipa: fix bit CPP when combined with IPA bit CP
Martin Liska
1
-1
/
+2
2020-08-11
Add debug counter for IPA bits CP.
Martin Liska
1
-3
/
+8
2020-08-03
Multi-range implementation for value_range (irange).
Aldy Hernandez
1
-2
/
+5
2020-07-28
ipa/96291: don't crash on unoptimized lto functions
Sergei Trofimovich
1
-2
/
+3
2020-06-01
Fix missed IPA-CP on by-ref argument directly passed through (PR 93429)
Feng Xue
1
-14
/
+9
2020-03-20
Fix correct offset in ipa_get_jf_ancestor_result.
Martin Liska
1
-2
/
+3
2020-03-19
ipa/94217 simplify offsetted address build
Richard Biener
1
-5
/
+7
2020-02-27
ipa-cp: Avoid an ICE processing self-recursive cloned edges (PR 93707)
Martin Jambor
1
-24
/
+31
2020-02-21
Do not propagate self-dependent value (PR ipa/93763)
Feng Xue
1
-4
/
+6
2020-02-10
Generalized value pass-through for self-recusive function (PR ipa/93203)
Feng Xue
1
-74
/
+120
2020-01-25
Remove assertion in get_info_about_necessary_edges
Feng Xue
1
-3
/
+0
2020-01-13
IPA: Avoid segfault in devirtualization_time_bonus (PR 93223)
Martin Jambor
1
-1
/
+1
2020-01-13
Remove usage of legacy param_ipa_cp_unit_growth.
Martin Liska
1
-1
/
+1
2020-01-10
IPA-CP: Always access param_ipcp_unit_growth through opt_for_fn
Martin Jambor
1
-13
/
+26
2020-01-10
IPA-CP: Always access param_ipa_max_agg_items through opt_for_fn
Martin Jambor
1
-5
/
+9
2020-01-09
Add Optimization for various IPA parameters.
Martin Liska
1
-18
/
+26
2020-01-08
Use cgraph_node::dump_{asm_},name where possible.
Martin Liska
1
-11
/
+11
2020-01-08
Find matched aggregate lattice for self-recursive CP (PR ipa/93084)
Feng Xue
1
-2
/
+19
2020-01-03
Avoid segfault when dumping IPA-CP lattices for unoptimized functions (PR 92917)
Martin Jambor
1
-2
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-21
Avoid segfault when doing IPA-VRP but not IPA-CP (PR 93015)
Martin Jambor
1
-1
/
+1
2019-12-19
Handle aggregate pass-through for self-recursive call (PR ipa/92794)
Feng Xue
1
-16
/
+83
2019-12-18
IPA-CP: Remove bogus static keyword (PR 92971)
Martin Jambor
1
-2
/
+2
2019-12-10
re PR ipa/92883 (ICE in compare_values_warnv)
Jakub Jelinek
1
-7
/
+5
2019-12-05
cgraphclones.c (localize_profile): New function.
Jan Hubicka
1
-0
/
+9
2019-12-02
Enable recursive function versioning
Feng Xue
1
-27
/
+194
2019-11-29
ipa-cp: Avoid ICEs when looking at expanded thunks and unoptimized functions
Martin Jambor
1
-2
/
+8
2019-11-28
* ipa-cp.c (update_profiling_info): Fix scaling.
Jan Hubicka
1
-2
/
+8
2019-11-21
ipa-fnsummary.c (evaluate_conditions_for_known_args): Be ready for some vecto...
Jan Hubicka
1
-8
/
+14
2019-11-14
Support for value ranges in IPA predicates
Jan Hubicka
1
-16
/
+81
2019-11-14
Add Optimization keyword for param_max_inline_insns_auto param.
Martin Liska
1
-3
/
+5
2019-11-14
Support extended aggregate jump function in ipa-cp
Feng Xue
1
-136
/
+362
2019-11-13
ipa-cp.c (propagate_vr_across_jump_function): Propagate also across binary op...
Jan Hubicka
1
-14
/
+42
[next]