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
2018-05-11
Check is_single_const in intersect_with_plats
Martin Jambor
1
-1
/
+3
2018-04-27
re PR ipa/85549 (Infinite loop in ilmbase package)
Martin Jambor
1
-1
/
+3
2018-04-20
Fix IPA-CP test for self-feeding recursive dependency
Martin Jambor
1
-3
/
+8
2018-04-20
Check that clones of edges exist during IPA-CP
Martin Jambor
1
-3
/
+11
2018-04-17
Call expand_all_artificial_thunks in ipa-cp if necessary
Martin Jambor
1
-0
/
+3
2018-04-11
Improve IPA-CP handling of self-recursive calls
Martin Jambor
1
-43
/
+78
2018-04-03
Bits propagation only for int and ptr types
Martin Liska
1
-6
/
+8
2018-02-21
* ipa-cp.c (determine_versionability): Fix comment typos.
Jan Hubicka
1
-3
/
+3
2018-02-21
re PR c/84229 (A valid code rejected with -flto)
Jan Hubicka
1
-0
/
+18
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-02
ipa-cp.c (ipcp_lattice<valtype>::print): Update dumping.
Jan Hubicka
1
-7
/
+4
2017-11-30
spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.
Jakub Jelinek
1
-2
/
+2
2017-11-28
[PR 82808] Use proper result types for arithmetic jump functions
Prathamesh Kulkarni
1
-26
/
+41
2017-11-18
cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.
Jan Hubicka
1
-12
/
+3
2017-11-17
ipa-cp.c (update_profiling_info): Handle conversion to local profile.
Jan Hubicka
1
-7
/
+13
2017-11-10
auto-profile.c (afdo_indirect_call): Drop frequency.
Jan Hubicka
1
-14
/
+14
2017-11-03
asan.c (create_cond_insert_point): Maintain profile.
Jan Hubicka
1
-3
/
+4
2017-10-10
Require wi::to_wide for trees
Richard Sandiford
1
-2
/
+2
2017-08-08
trans.c: Include header files.
Martin Liska
1
-0
/
+2
2017-06-29
asan.c (asan_emit_stack_protection): Update.
Jan Hubicka
1
-1
/
+2
2017-06-29
re PR ipa/80565 (ICE at -O2 and -O3 in 32-bit mode (not 64-bit) on x86_64-lin...
Yury Gribov
1
-0
/
+8
2017-06-15
PR c++/80560 - warn on undefined memory operations involving non-trivial types
Martin Sebor
1
-4
/
+3
2017-06-04
i386.c (make_resolver_func): Update.
Jan Hubicka
1
-68
/
+80
2017-05-23
Introduce symtab_node::dump_{asm_,}name functions.
Martin Liska
1
-30
/
+21
2017-05-23
Move symtab_node::dump_table to symbol_table::dump
Martin Liska
1
-1
/
+1
2017-05-23
ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.
Jan Hubicka
1
-8
/
+8
2017-05-22
Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
Jan Hubicka
1
-1
/
+1
2017-05-16
Add default value for last argument of dump functions.
Martin Liska
1
-3
/
+3
2017-05-04
ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter; update us...
Jan Hubicka
1
-14
/
+14
2017-05-03
Remove ipa_update_after_lto_read
Martin Jambor
1
-4
/
+0
2017-04-28
ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
Jan Hubicka
1
-9
/
+14
2017-04-26
ipa-cp.c (estimate_local_effects): Convert sreal to int.
Jan Hubicka
1
-1
/
+1
2017-04-11
Do not create a constprop clone for calls_comdat_local nodes (PR ipa/80212).
Martin Liska
1
-0
/
+6
2017-04-03
Fix numerous typos in comments
Jonathan Wakely
1
-3
/
+3
2017-03-01
[PR 78140] Reuse same IPA bits and VR info
Martin Jambor
1
-25
/
+24
2017-01-20
Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).
Martin Liska
1
-1
/
+1
2017-01-09
[PR 78365] Prudent type handling in IPA VR-prop
Martin Jambor
1
-36
/
+35
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-15
ipa-cp.c (class ipcp_bits_lattice): Formatting fixes.
Jakub Jelinek
1
-204
/
+200
2016-12-09
re PR tree-optimization/78721 (ICE on valid code at -O2 and -O3 on x86_64-lin...
Kugan Vivekanandarajah
1
-1
/
+1
2016-11-13
pr78268.C: New test.
Kugan Vivekanandarajah
1
-8
/
+33
2016-11-10
revert: ipa-cp.c (ipa_get_jf_pass_through_result): Handle unary expressions.
Kugan Vivekanandarajah
1
-31
/
+6
2016-11-09
Handle unary pass-through jump functions for ipa-vrp
Kugan Vivekanandarajah
1
-6
/
+31
2016-11-09
Fix ice in set_value_range
Kugan Vivekanandarajah
1
-3
/
+13
2016-11-06
ipa-cp.c (ipcp_bits_lattice::meet_with): Remove unreachable code.
Kugan Vivekanandarajah
1
-6
/
+0
2016-10-09
ipa-cp.c (ipcp_alignment_lattice): Remove.
Prathamesh Kulkarni
1
-293
/
+18
2016-10-03
ipa-cp.c (propagate_bits_accross_jump_function): Introduce space between call...
Prathamesh Kulkarni
1
-1
/
+1
2016-09-23
Drop TREE_OVERFLOW
Kugan Vivekanandarajah
1
-0
/
+2
2016-09-23
ipa-cp.c (ipcp_store_vr_results): Avoid static local var zero.
Jakub Jelinek
1
-3
/
+1
2016-09-20
Add IPA VRP
Kugan Vivekanandarajah
1
-0
/
+243
[next]