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
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
2019-11-13
ipa-cp.c (ignore_edge_p): Do not check caller flags.
Jan Hubicka
1
-3
/
+1
2019-11-13
Rewrite value_range constructors to the value_range_kind is at the end, and d...
Aldy Hernandez
1
-1
/
+1
2019-11-13
Add a few missing checks that IPA_NODE_REF is not NULL (PR 92454)
Martin Jambor
1
-3
/
+4
2019-11-12
ipa-cp.c (ignore_edge_p): Also look for optimize flag.
Jan Hubicka
1
-5
/
+14
2019-11-12
Remove gcc/params.* files.
Martin Liska
1
-1
/
+0
2019-11-12
Apply mechanical replacement (generated patch).
Martin Liska
1
-15
/
+15
2019-11-10
cgraph.h (struct cgraph_node): Add ipcp_clone flag.
Jan Hubicka
1
-12
/
+30
2019-11-05
The base class for ranges is currently value_range_base, which is rather long...
Aldy Hernandez
1
-11
/
+11
2019-10-30
Remove cgraph_local_info structure.
Martin Liska
1
-10
/
+10
2019-10-27
ipa-cp.c (propagate_constants_across_call): If args are not available just dr...
Jan Hubicka
1
-3
/
+17
2019-10-24
cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.
Jan Hubicka
1
-5
/
+6
2019-10-03
re PR jit/91928 (libgccjit fails on subsequent compilations in ipa-cp)
Andrea Corallo
1
-0
/
+1
2019-10-03
Makefile.in (OBJS): Add range.o and range-op.o.
Aldy Hernandez
1
-2
/
+1
2019-09-20
New IPA-SRA
Martin Jambor
1
-35
/
+137
2019-08-28
[PR 91468] Small fixes in ipa-cp.c and ipa-prop.c
Martin Jambor
1
-5
/
+3
2019-08-16
Add type to VR_VARYING.
Aldy Hernandez
1
-1
/
+6
2019-08-13
Protect some checks of DECL_FUNCTION_CODE
Richard Sandiford
1
-2
/
+1
2019-07-14
ipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.
Jan Hubicka
1
-2
/
+0
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-86
/
+86
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-4
/
+5
2019-06-27
Remove quite obvious dead assignments.
Martin Liska
1
-3
/
+0
[next]