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
/
cgraph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-18
tree-ssa.h: Don't include gimple-low.h...
Andrew MacLeod
1
-0
/
+95
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-10
/
+10
2013-09-25
cgraph.c (cgraph_resolve_speculation): Use semantical equivalency test.
Jan Hubicka
1
-1
/
+3
2013-09-19
cgraph.c (cgraph_create_edge_1): Avoid uninitialized read of speculative flag.
Jan Hubicka
1
-2
/
+2
2013-09-17
re PR ipa/58398 (gcc.dg/attr-ifunc-4.c runfail regression after r202111)
Bernd Edlinger
1
-0
/
+2
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-09-05
ipa-prop.c (remove_described_reference): Accept missing references, return fa...
Martin Jambor
1
-1
/
+1
2013-09-01
Makefile.in: Add ipa-profile.o
Jan Hubicka
1
-125
/
+0
2013-08-31
cgraph.c (cgraph_get_body): Update call of lto_input_function_body.
Jan Hubicka
1
-1
/
+1
2013-08-31
* cgraph.c (cgraph_speculative_call_info): Fix ref lookup
Jan Hubicka
1
-1
/
+1
2013-08-30
cgraph.c (cgraph_function_body_availability): Handle weakref correctly.
Jan Hubicka
1
-0
/
+2
2013-08-30
lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.
Jan Hubicka
1
-1
/
+4
2013-08-26
cgraph.c (cgraph_propagate_frequency): Do not assume that virtual methods can...
Jan Hubicka
1
-1
/
+4
2013-08-26
cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix formatting...
Jan Hubicka
1
-14
/
+30
2013-08-26
cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating; a...
Jan Hubicka
1
-6
/
+15
2013-08-25
cgraph.c (cgraph_turn_edge_to_speculative): Fix debug output.
Jan Hubicka
1
-2
/
+2
2013-08-23
cgraph.c (cgraph_turn_edge_to_speculative): Mark target node as having addres...
Jan Hubicka
1
-0
/
+1
2013-08-20
re PR bootstrap/58186 (LTO profiledbootstrap fails in stage feedback for fort...
Jan Hubicka
1
-2
/
+6
2013-08-19
Makeifle-in (ipa-devirt.o): New.
Jan Hubicka
1
-4
/
+8
2013-08-18
cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record...
Jan Hubicka
1
-0
/
+18
2013-08-13
cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...
Jan Hubicka
1
-12
/
+36
2013-08-10
* cgraph.c (cgraph_create_edge_1): Clear speculative flag.
Jan Hubicka
1
-0
/
+1
2013-08-09
cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.
Jan Hubicka
1
-0
/
+5
2013-08-09
cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.
Jan Hubicka
1
-10
/
+272
2013-08-08
cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.
Jan Hubicka
1
-45
/
+65
2013-08-06
cgraph.c (cgraph_get_body): New function based on lto.c implementation.
Jan Hubicka
1
-0
/
+40
2013-08-05
re PR lto/57602 (Runfails for several C/C++ benchmarks from spec2000 for i686...
Jan Hubicka
1
-1
/
+1
2013-08-02
cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.
Jan Hubicka
1
-1
/
+0
2013-08-01
cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.
Jan Hubicka
1
-2
/
+2
2013-07-25
cgraph.c (release_function_body): Break out from ...
Jan Hubicka
1
-12
/
+27
2013-07-25
lto-symtab.c (lto_cgraph_replace_node): Release function body.
Jan Hubicka
1
-9
/
+12
2013-06-15
tree-flow.h (gimple_check_call_matching_types): Add new argument.
Dehao Chen
1
-2
/
+4
2013-06-12
cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s...
Jan Hubicka
1
-0
/
+2
2013-06-11
c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...
Jan Hubicka
1
-0
/
+2
2013-06-05
class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...
Jan Hubicka
1
-0
/
+5
2013-06-01
lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...
Jan Hubicka
1
-19
/
+17
2013-05-29
cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...
Jan Hubicka
1
-19
/
+47
2013-05-21
re PR tree-optimization/57330 (ICE: verify_gimple failed -O3 [tree-cfg.c:4792])
Richard Biener
1
-0
/
+1
2013-05-17
lto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolve cross module weakrefs.
Jan Hubicka
1
-1
/
+1
2013-05-15
ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...
Martin Jambor
1
-4
/
+5
2013-05-13
re PR middle-end/42371 (dead code not eliminated during folding with whole-pr...
Martin Jambor
1
-1
/
+8
2013-05-08
re PR lto/54095 (Unnecessary static variable renaming)
Jan Hubicka
1
-0
/
+2
2013-04-05
bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused v...
Steven Bosscher
1
-1
/
+5
2013-03-17
cgraph.h (cgraph_get_create_real_symbol_node): Declare.
Jan Hubicka
1
-0
/
+43
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-12-27
* cgraph.c (verify_cgraph_node): Don't allocate/free visited_nodes set.
Steven Bosscher
1
-4
/
+0
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-1
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-11
/
+8
2012-11-13
cgraph.c (insert_new_cgraph_node_version): Use cgraph_get_node instead of cgr...
Sriraman Tallam
1
-1
/
+1
2012-11-06
Handle null current_function_decl in cgraph_debug_gimple_stmt
Aldy Hernandez
1
-0
/
+9
[next]