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-prop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-21
* ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
Jan Hubicka
1
-0
/
+4
2010-04-18
fold-const.c (fold_comparison): Use ssizetype.
Eric Botcazou
1
-1
/
+1
2010-04-09
ipa-cp.c (ipcp_lats_are_equal): Return true also if the two lattices are addr...
Martin Jambor
1
-0
/
+7
2010-04-07
ipa-reference.c (mark_load): Use get_base_address.
Richard Guenther
1
-1
/
+3
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+2
2010-03-08
ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
Martin Jambor
1
-12
/
+2
2010-02-10
re PR lto/42985 (Internal compiler error: in ipcp_iterate_stage with differen...
Martin Jambor
1
-4
/
+4
2010-01-04
re PR tree-optimization/42366 (ICE in ipa_write_node_info, at ipa-prop.c:2023)
Martin Jambor
1
-1
/
+2
2009-12-01
cgraph.h (struct cgraph_edge): Reorder fields.
Martin Jambor
1
-0
/
+1
2009-11-30
re PR middle-end/42206 (ipa-prop.c: use of uninitialised local data)
Martin Jambor
1
-1
/
+1
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-1
/
+1
2009-11-18
ipa-prop.h (struct ipa_param_call_note): New field lto_stmt_uid.
Martin Jambor
1
-11
/
+79
2009-11-11
re PR lto/41932 (LTO ICE when compiling ocaml trunk (incompatible type))
Martin Jambor
1
-1
/
+4
2009-10-22
ipa-cp.c (ipcp_write_summary, [...]): New functions.
Jan Hubicka
1
-9
/
+305
2009-10-13
re PR tree-optimization/41661 (ICE due to IPCP trying to create/fold a REAL t...
Martin Jambor
1
-0
/
+3
2009-10-08
2009-10-07 Mark Heffernan <meheff@google.com>
Mark Heffernan
1
-1
/
+3
2009-10-03
Merge lto branch into trunk.
Diego Novillo
1
-0
/
+4
2009-08-14
ipa-prop.c (compute_complex_pass_through): If we cannot compute a non-varying...
Richard Guenther
1
-1
/
+4
2009-08-07
ipa-prop.h (enum jump_func_type): New value IPA_JF_ANCESTOR, changed comments.
Martin Jambor
1
-15
/
+117
2009-08-07
ipa-prop.c (count_formal_params_1): New function.
Martin Jambor
1
-8
/
+466
2009-07-31
re PR tree-optimization/40914 (ipa_analyze_call_uses fails to handle ptrmemfu...
Richard Earnshaw
1
-11
/
+17
2009-07-24
ipa-prop.h (struct ipa_node_params): New flag node_enqued.
Martin Jambor
1
-21
/
+29
2009-06-03
re PR tree-optimization/40323 (compiling just takes forever and doesn't reall...
Martin Jambor
1
-0
/
+2
2009-05-20
tree-flow.h (insert_edge_copies_seq): Undeclare.
Martin Jambor
1
-0
/
+18
2009-05-18
ipa-prop.c (ipa_check_stmt_modifications): Removed.
Martin Jambor
1
-53
/
+25
2009-05-08
cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...
Jan Hubicka
1
-1
/
+1
2009-04-24
combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.
Ian Lance Taylor
1
-2
/
+2
2009-03-30
ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...
Martin Jambor
1
-14
/
+15
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2008-09-23
cgraph.c (cgraph_free_edge): Use sizeof(*e).
Martin Jambor
1
-4
/
+2
2008-09-18
ipa-cp.c (ipcp_estimate_growth): Return 0 instead of false.
Martin Jambor
1
-23
/
+68
2008-09-18
re PR middle-end/37448 (cannot compile big function)
Jan Hubicka
1
-4
/
+4
2008-09-11
ipa-prop.h (struct ipa_param_flags): Removed.
Martin Jambor
1
-63
/
+72
2008-09-09
re PR other/37419 (mpfr related memory corruption)
Jakub Jelinek
1
-8
/
+9
2008-08-29
cgraph.c (cgraph_remove_node): Do not remove nested nodes.
Jan Hubicka
1
-39
/
+14
2008-08-29
tree.c (build_function_type_skip_args, [...]): New functions.
Jan Hubicka
1
-0
/
+4
2008-08-23
tree.c (decl_address_ip_invariant_p): New function.
Jan Hubicka
1
-26
/
+8
2008-08-21
cgraph.c (first_cgraph_function_insertion_hook): New variable.
Jan Hubicka
1
-0
/
+4
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-123
/
+107
2008-07-25
re PR tree-optimization/36926 (Revision 138092 breaks building of xalancbmk)
Martin Jambor
1
-1
/
+1
2008-07-25
cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.
Jan Hubicka
1
-1
/
+1
2008-07-23
ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...
Martin Jambor
1
-154
/
+873
2008-07-17
ipa-cp.c (ipcp_print_all_lattices): New variable info...
Martin Jambor
1
-3
/
+17
2008-07-08
ipa-cp.c (ipcp_init_cloned_node): Call ipa_check_create_node_params instead o...
Martin Jambor
1
-49
/
+172
2008-06-26
driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...
Kaveh R. Ghazi
1
-1
/
+1
2008-04-30
ipa-cp.c (ipcp_init_stage): Calls ipa_set_called_with_variable_arg instead of...
Martin Jambor
1
-350
/
+129
2007-08-08
tree.def (FIXED_POINT_TYPE): New type.
Chao-ying Fu
1
-2
/
+4
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-5
/
+4
2007-02-15
tree.h (enum tree_code_class): Add tcc_vl_exp.
Sandra Loosemore
1
-26
/
+17
2007-01-28
ipa-cp.c (ipcp_insert_stage, [...]): Support for SSA.
Razya Ladelsky
1
-8
/
+32
[next]