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-prop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-08
re PR tree-optimization/51012 (ICE: in fold_convert_loc, at fold-const.c:1897...
Richard Guenther
1
-0
/
+7
2011-11-06
2011-11-6 Richard Guenther <rguenther@suse.de>
Richard Guenther
1
-1
/
+4
2011-11-03
ipa-prop.c (type_change_info): New fields offset, object, known_current_type ...
Martin Jambor
1
-13
/
+105
2011-10-31
ipa-prop.c (mark_modified): Moved up in the file.
Martin Jambor
1
-57
/
+146
2011-10-27
ipa-prop.c (compute_pass_through_member_ptrs): Rename parm_info to parm_ainfo.
Martin Jambor
1
-26
/
+27
2011-09-23
ipa-prop.h (jump_func_type): Updated comments.
Martin Jambor
1
-40
/
+38
2011-09-22
* ipa-prop.c (ipa_print_node_jump_functions): Fix typos.
Maxim Kuvyrkov
1
-3
/
+3
2011-09-22
ipa-inline-transform.c (inline_call): Always update jump functions after inli...
Jan Hubicka
1
-26
/
+15
2011-09-03
ipa-prop.h (ipa_jump_func_t): New typedef.
Martin Jambor
1
-81
/
+37
2011-09-02
ipa-prop.h (ipa_node_params): Removed fields called_with_var_arguments and no...
Martin Jambor
1
-28
/
+3
2011-09-02
cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.
Martin Jambor
1
-18
/
+9
2011-08-12
data-streamer.h (streamer_write_zero): Rename from output_zero.
Diego Novillo
1
-36
/
+30
2011-08-11
tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...
Diego Novillo
1
-14
/
+14
2011-08-08
rebase
Diego Novillo
1
-0
/
+2
2011-07-19
ipa-prop.h: Include alloc-pool.h, all sorts of updates to general comments.
Martin Jambor
1
-192
/
+33
2011-06-22
re PR debug/47858 (IPA-SRA decreases quality of debug info)
Jakub Jelinek
1
-2
/
+39
2011-06-16
gimple.c (canonicalize_cond_expr_cond): (bool)x is not the same as x != 0.
Richard Guenther
1
-1
/
+2
2011-06-15
re PR tree-optimization/48613 (ICE: vector VEC(ipa_node_params_t,base) index ...
Martin Jambor
1
-2
/
+5
2011-06-11
ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting varying args.
Jan Hubicka
1
-4
/
+6
2011-06-10
ipa-prop.c (ipa_write_node_info): Stream jump functions for indirect calls.
Jan Hubicka
1
-2
/
+23
2011-06-10
ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.
Jan Hubicka
1
-5
/
+6
2011-06-10
ipa-cp.c (ipcp_process_devirtualization_opportunities): Update call of gimple...
Jan Hubicka
1
-1
/
+1
2011-05-14
ipa-prop.c (ipa_cst_from_jfunc): New function.
Martin Jambor
1
-0
/
+17
2011-05-06
cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...
Jan Hubicka
1
-2
/
+4
2011-05-04
tree.h (int_const_binop): Remove notrunc argument.
Richard Guenther
1
-1
/
+1
2011-04-27
ipa-prop.c (function_insertion_hook_holder): New holder.
Jan Hubicka
1
-0
/
+14
2011-04-24
ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette WPA hack.
Jan Hubicka
1
-4
/
+0
2011-04-22
gengtype.c (open_base_files): Add ipa-inline.h include.
Jan Hubicka
1
-1
/
+64
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-2
/
+1
2011-04-20
Makefile.in (INTERNAL_FN_DEF, [...]): Define.
Richard Sandiford
1
-0
/
+2
2011-04-19
ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar non-pointer ...
Martin Jambor
1
-6
/
+12
2011-04-19
ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into account anc...
Martin Jambor
1
-50
/
+94
2011-04-18
re PR middle-end/48661 (wrong-code regression with devirtualization)
Jakub Jelinek
1
-1
/
+1
2011-04-15
ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling of ADR_EXPRs.
Martin Jambor
1
-12
/
+0
2011-04-14
cgraph.c (dump_cgraph_node): Do not dump inline summaries.
Jan Hubicka
1
-1
/
+1
2011-04-11
except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...
Martin Jambor
1
-1
/
+1
2011-04-11
re PR tree-optimization/48195 (ICE: vector VEC(ipa_node_params_t,base) index ...
Martin Jambor
1
-1
/
+4
2011-04-10
Remove doubled up words.
Mike Stump
1
-3
/
+3
2011-02-11
cgraph.c: Fix comment typos.
Nathan Froyd
1
-9
/
+9
2011-01-15
common.opt (fdevirtualize): New flag.
Martin Jambor
1
-3
/
+8
2011-01-15
re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin...
Martin Jambor
1
-25
/
+187
2011-01-07
re PR tree-optimization/46367 (ICE during cgraph edge cloning)
Jan Hubicka
1
-0
/
+4
2011-01-03
re PR tree-optimization/46984 (g++.dg/torture/pr45699.C FAILs with -fno-early...
Martin Jambor
1
-3
/
+1
2010-12-22
re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin...
Martin Jambor
1
-31
/
+25
2010-12-15
re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...
Martin Jambor
1
-12
/
+22
2010-12-09
ipa-prop.c (compute_complex_ancestor_jump_func): Work also if the zero is the...
Martin Jambor
1
-3
/
+7
2010-12-09
ipa-prop.h (struct ipa_parm_adjustment): New field alias_ptr_type.
Martin Jambor
1
-9
/
+6
2010-11-14
re PR tree-optimization/45722 (FAIL: gcc.c-torture/execute/20040709-2.c execu...
Eric Botcazou
1
-4
/
+28
2010-11-11
invoke.texi (-fwhopr): Merge into -flto section.
Jan Hubicka
1
-1
/
+1
2010-11-11
re PR tree-optimization/46383 (ICE: in get_binfo_at_offset, at tree.c:10947)
Martin Jambor
1
-2
/
+4
[next]