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
2009-04-03
omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.
Steven Bosscher
1
-1
/
+1
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-0
/
+2
2009-03-30
ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...
Martin Jambor
1
-3
/
+3
2008-09-23
cgraph.c (cgraph_free_edge): Use sizeof(*e).
Martin Jambor
1
-1
/
+1
2008-09-22
ipa-cp.c (ipcp_estimate_growth): Check recursive calls.
Jan Hubicka
1
-2
/
+9
2008-09-21
gccint.texi: Include generic.texi and gimple.texi.
Diego Novillo
1
-1
/
+2
2008-09-18
ipa-cp.c (ipcp_estimate_growth): Return 0 instead of false.
Martin Jambor
1
-1
/
+1
2008-09-11
ipa-prop.h (struct ipa_param_flags): Removed.
Martin Jambor
1
-24
/
+19
2008-08-31
ipa-cp.c (ipcp_need_original_clone_p): Remove.
Jan Hubicka
1
-20
/
+52
2008-08-29
cgraph.c (cgraph_remove_node): Do not remove nested nodes.
Jan Hubicka
1
-45
/
+173
2008-08-29
tree.c (build_function_type_skip_args, [...]): New functions.
Jan Hubicka
1
-28
/
+79
2008-08-29
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
Jan Hubicka
1
-3
/
+1
2008-08-24
invoke.texi (-fipa-cp-clone): New option.
Jan Hubicka
1
-20
/
+190
2008-08-24
ipa-cp.c (ipcp_analyze_node): New function.
Jan Hubicka
1
-17
/
+21
2008-08-23
ipa-cp.c (constant_val_insert): Remove.
Jan Hubicka
1
-83
/
+11
2008-08-23
tree.c (decl_address_ip_invariant_p): New function.
Jan Hubicka
1
-39
/
+14
2008-08-21
cgraph.c (first_cgraph_function_insertion_hook): New variable.
Jan Hubicka
1
-20
/
+85
2008-08-09
gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.
Richard Guenther
1
-1
/
+1
2008-08-06
builtins.c (expand_builtin_profile_func): Avoid C++ keywords.
Kaveh R. Ghazi
1
-5
/
+7
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-13
/
+8
2008-07-23
ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...
Martin Jambor
1
-68
/
+28
2008-07-17
ipa-cp.c (ipcp_print_all_lattices): New variable info...
Martin Jambor
1
-8
/
+33
2008-07-08
ipa-cp.c (ipcp_init_cloned_node): Call ipa_check_create_node_params instead o...
Martin Jambor
1
-5
/
+5
2008-06-06
cgraph.c: Fix typos in comments.
Ralf Wildenhues
1
-2
/
+2
2008-05-06
ipa-cp.c (ipcp_method_orig_node): Renamed to ipcp_get_orig_node.
Martin Jambor
1
-392
/
+284
2008-04-30
ipa-cp.c (ipcp_init_stage): Calls ipa_set_called_with_variable_arg instead of...
Martin Jambor
1
-141
/
+153
2008-03-19
re PR other/35094 (RTL dump file letters hosed and partly undocumented)
Jan Hubicka
1
-3
/
+6
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-4
/
+3
2007-06-30
ipa.c (cgraph_postorder): Cast according to the coding conventions.
Thomas Neumann
1
-1
/
+1
2007-05-26
c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni...
Kazu Hirata
1
-1
/
+1
2007-02-19
function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...
Roger Sayle
1
-2
/
+2
2007-02-18
cfgloop.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-02-15
tree.h (enum tree_code_class): Add tcc_vl_exp.
Sandra Loosemore
1
-2
/
+2
2007-01-28
ipa-cp.c (ipcp_insert_stage, [...]): Support for SSA.
Razya Ladelsky
1
-58
/
+66
2006-12-16
omp-low.c (expand_omp_parallel): Set function properties.
Jan Hubicka
1
-0
/
+2
2006-12-05
Merge gimple-tuples-branch into mainline.
Aldy Hernandez
1
-1
/
+1
2006-04-17
cgraph.h (cgraph_edge_p): New.
Kazu Hirata
1
-5
/
+5
2006-03-02
tree-vrp.c (execute_vrp): Return value.
Daniel Berlin
1
-1
/
+2
2006-01-31
tree-vrp.c: Use XNEW/XCNEW allocation wrappers.
Marcin Dalecki
1
-2
/
+2
2005-08-17
crtfastmath.c, [...]: Update FSF address.
Kelley Cook
1
-2
/
+2
2005-08-06
Makefile.in, [...]: Fix comment/doc typos.
Kazu Hirata
1
-3
/
+3
2005-08-01
ipa-cp.c: New file.
Razya Ladelsky
1
-0
/
+1143