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
2011-07-19
ipa-prop.h: Include alloc-pool.h, all sorts of updates to general comments.
Martin Jambor
1
-1056
/
+1992
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-1
/
+1
2011-06-14
* ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
Jan Hubicka
1
-1
/
+1
2011-06-10
ipa-cp.c (ipcp_versionable_function_p): Thunks are not versionable.
Jan Hubicka
1
-40
/
+48
2011-06-10
ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.
Jan Hubicka
1
-30
/
+36
2011-06-10
ipa-cp.c (ipcp_process_devirtualization_opportunities): Update call of gimple...
Jan Hubicka
1
-3
/
+2
2011-05-14
ipa-prop.c (ipa_cst_from_jfunc): New function.
Martin Jambor
1
-2
/
+8
2011-05-08
cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
Jan Hubicka
1
-1
/
+2
2011-05-06
cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...
Jan Hubicka
1
-2
/
+7
2011-04-22
gengtype.c (open_base_files): Add ipa-inline.h include.
Jan Hubicka
1
-83
/
+12
2011-04-19
revert 172213 and add assertion
Xinliang David Li
1
-22
/
+1
2011-04-19
ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize also acc...
Martin Jambor
1
-27
/
+47
2011-04-19
ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into account anc...
Martin Jambor
1
-4
/
+13
2011-04-19
cgraph.h (cgraph_optimize_for_size_p): Declare.
Jan Hubicka
1
-1
/
+1
2011-04-18
re PR middle-end/48661 (wrong-code regression with devirtualization)
Jakub Jelinek
1
-1
/
+1
2011-04-16
cgraphbuild.c: Include ipa-inline.h.
Jan Hubicka
1
-2
/
+2
2011-04-14
cgraph.c (dump_cgraph_node): Do not dump inline summaries.
Jan Hubicka
1
-4
/
+5
2011-04-11
re PR tree-optimization/48195 (ICE: vector VEC(ipa_node_params_t,base) index ...
Martin Jambor
1
-2
/
+2
2011-04-08
FDO insane profile
Xinliang David Li
1
-0
/
+23
2011-03-05
re PR tree-optimization/47967 (ICE: verify_stmts failed: conversion of regist...
Jakub Jelinek
1
-14
/
+37
2011-02-11
cgraph.c: Fix comment typos.
Nathan Froyd
1
-9
/
+9
2011-01-26
re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)
Jan Hubicka
1
-24
/
+35
2010-12-22
re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin...
Martin Jambor
1
-36
/
+4
2010-12-15
re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...
Martin Jambor
1
-8
/
+16
2010-10-26
re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...
Jan Hubicka
1
-1
/
+10
2010-09-14
tree-sra.c (build_ref_for_offset): Loc made a parameter.
Martin Jambor
1
-1
/
+2
2010-09-10
re PR tree-optimization/44972 (ICE: in load_assign_lhs_subreplacements, at tr...
Martin Jambor
1
-11
/
+3
2010-09-07
re PR fortran/43665 (INTENT(IN) etc. optimization of calls: function annotati...
Martin Jambor
1
-2
/
+5
2010-08-05
ipa-cp.c (ipcp_discover_new_direct_edges): New function.
Martin Jambor
1
-2
/
+52
2010-08-05
ipa-prop.h (enum ipa_lattice_type): Changed comments.
Martin Jambor
1
-41
/
+275
2010-07-23
re PR tree-optimization/44915 (ICE: SIGSEGV in walk_aliased_vdefs_1.constprop...
Martin Jambor
1
-1
/
+3
2010-07-08
cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls): New function.
Jan Hubicka
1
-2
/
+3
2010-06-28
ipa-cp.c (ipcp_init_cloned_node): Replace calls to ipa_check_create_node_para...
Martin Jambor
1
-2
/
+5
2010-06-25
ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
Martin Jambor
1
-21
/
+7
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-1
/
+1
2010-05-29
re PR middle-end/44324 (gcc.dg/tree-ssa/ipa-cp-1.c failed)
Jan Hubicka
1
-1
/
+1
2010-05-29
cgraph.c (clone_function_name): Take SUFFIX argument; export.
Jan Hubicka
1
-1
/
+1
2010-05-21
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...
Joseph Myers
1
-0
/
+1
2010-05-19
ipa-prop.c (ipa_print_node_jump_functions): Print jump functions also for ind...
Martin Jambor
1
-13
/
+3
2010-05-17
ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
Jan Hubicka
1
-15
/
+4
2010-05-17
ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of function...
Jan Hubicka
1
-23
/
+9
2010-05-16
cgraph.c (dump_cgraph_node): Dump versionable flag.
Jan Hubicka
1
-1
/
+2
2010-04-29
gengtype.c (open_base_files): Add lto-streamer.h
Jan Hubicka
1
-1
/
+1
2010-04-29
* lto-symtab.c (lto_symtab_entry_def) Add vnode.
Jan Hubicka
1
-1
/
+2
2010-04-28
cgraph.h (struct cgraph_node): New field indirect_calls.
Martin Jambor
1
-2
/
+2
2010-04-21
tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...
Jan Hubicka
1
-1
/
+2
2010-04-09
ipa-cp.c (ipcp_lats_are_equal): Return true also if the two lattices are addr...
Martin Jambor
1
-5
/
+17
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+2
2010-01-04
re PR tree-optimization/42366 (ICE in ipa_write_node_info, at ipa-prop.c:2023)
Martin Jambor
1
-9
/
+2
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-18
/
+18
[next]