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
/
cgraph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-14
cgraph.h (cgraph_set_nothrow_flag, [...]): New prototypes.
Jakub Jelinek
1
-0
/
+49
2009-12-10
re PR c++/42317 (Issues with comdat virtual dtors)
Jakub Jelinek
1
-1
/
+16
2009-12-10
re PR middle-end/42228 (verify_cgraph_node failed:node has wrong clone_of)
Jan Hubicka
1
-15
/
+45
2009-11-29
cgraph.c (same_body_alias_1): Break out of
Jan Hubicka
1
-19
/
+74
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-4
/
+4
2009-11-19
tree.c (need_assembler_name_p): Use cgraph_get_node instead of cgraph_node_fo...
Jakub Jelinek
1
-31
/
+1
2009-11-18
re PR c++/3187 (gcc lays down two copies of constructors)
Jakub Jelinek
1
-9
/
+135
2009-11-17
cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not access removed node.
Jan Hubicka
1
-1
/
+1
2009-11-16
cgraphbuild.c (compute_call_stmt_bb_frequency): Use proper ENTRY_BLOCK_PTR.
Jan Hubicka
1
-1
/
+5
2009-11-16
cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.
Jan Hubicka
1
-1
/
+3
2009-10-09
cgraph.c (cgraph_create_edge): Check for NULL call_stmt before calling stmt_c...
Richard Guenther
1
-4
/
+5
2009-10-07
cgraph.c (cgraph_node_can_be_local): Handle externally visible nodes correctly.
Jan Hubicka
1
-1
/
+2
2009-10-07
lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...
Jan Hubicka
1
-0
/
+2
2009-10-03
Merge lto branch into trunk.
Diego Novillo
1
-7
/
+16
2009-10-01
cgraph.c (cgraph_clone_node): Add redirect_callers parameter.
Jan Hubicka
1
-11
/
+14
2009-09-13
langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
Richard Guenther
1
-0
/
+7
2009-09-03
[multiple changes]
Diego Novillo
1
-3
/
+27
2009-08-31
Emit DWARF for template parameters (PR debug/30161)
Dodji Seketeli
1
-0
/
+23
2009-07-29
cgraph.c (cgraph_set_call_stmt_including_clones): Tidy.
Richard Henderson
1
-15
/
+24
2009-07-20
cgraph.h (combined_args_to_skip): New field.
Jan Hubicka
1
-0
/
+25
2009-07-17
re PR c/40401 (ICE: verify_gimple failed)
Richard Guenther
1
-0
/
+3
2009-06-15
cgraph.c (cgraph_make_node_local): Use DECL_COMDAT_GROUP.
Rafael Avila de Espindola
1
-1
/
+1
2009-06-15
cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...
Rafael Avila de Espindola
1
-1
/
+1
2009-06-10
cgraph.c (cgraph_node_can_be_local_p): New function.
Martin Jambor
1
-0
/
+28
2009-06-08
re PR middle-end/40102 (Revision 147294 caused ICE: verify_cgraph_node)
Jan Hubicka
1
-2
/
+3
2009-05-27
* cgraph.c (dump_cgraph_node): Honor -fdump-noaddr.
Alexandre Oliva
1
-3
/
+4
2009-05-25
cgraph.c (dump_cgraph_node): Dump size/time/benefit.
Jan Hubicka
1
-5
/
+12
2009-05-15
Revert the following patch until testsuite fallout is fixed:
Jan Hubicka
1
-12
/
+5
2009-05-15
cgraph.c (dump_cgraph_node): Dump size/time/benefit.
Jan Hubicka
1
-5
/
+12
2009-05-10
cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.
Jan Hubicka
1
-0
/
+11
2009-05-10
re PR middle-end/40084 (Revision 147294 failed 483.xalancbmk in SPEC CPU 2006...
Jan Hubicka
1
-30
/
+47
2009-05-08
cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...
Jan Hubicka
1
-20
/
+317
2009-04-19
cgraph.c (cgraph_create_edge, [...]): Set proper cfun.
Jan Hubicka
1
-0
/
+6
2009-04-18
cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.
Jan Hubicka
1
-0
/
+4
2009-04-14
[multiple changes]
Rafael Avila de Espindola
1
-1
/
+2
2009-03-29
cgraphbuild.c (build_cgraph_edges, [...]): Don't call initialize_inline_failed.
Adam Nemet
1
-9
/
+23
2009-03-28
cgraph.c (dump_cgraph_node): Add replace output flag by process.
Jan Hubicka
1
-2
/
+2
2009-03-28
Bring from lto-branch:
Jan Hubicka
1
-5
/
+22
2009-03-28
cgraph.c (cgraph_node, [...]): Remove master clone handling.
Jan Hubicka
1
-33
/
+0
2009-03-28
cgraph.c (cgraph_function_body_availability): Functions declared inline are a...
Jan Hubicka
1
-9
/
+8
2008-11-16
cgraph.c (cgraph_function_body_availability): Fix test of externally visible.
Jan Hubicka
1
-1
/
+1
2008-11-12
re PR debug/27574 (MIssing debug info at -O0 for a local variable in a C++ co...
Dodji Seketeli
1
-1
/
+5
2008-09-25
cgraph.c (free_nodes): New variable.
Martin Jambor
1
-4
/
+25
2008-09-23
cgraph.c (cgraph_free_edge): Use sizeof(*e).
Martin Jambor
1
-5
/
+7
2008-09-13
cgraph.c: Include value-prof.h
Jan Hubicka
1
-0
/
+4
2008-09-13
cgraph.c (free_edges): New variable.
Martin Jambor
1
-2
/
+44
2008-09-11
cgraph.c (cgraph_release_function_body): Plug memory leak on ipa_transforms_t...
Jan Hubicka
1
-9
/
+22
2008-09-11
re PR middle-end/37448 (cannot compile big function)
Jan Hubicka
1
-4
/
+4
2008-09-03
re PR tree-optimization/37315 (gcc.c-torture/execute/931018-1.c int-compare....
Jan Hubicka
1
-2
/
+2
2008-09-02
re PR tree-optimization/37095 (Trouble with covariant return)
Jakub Jelinek
1
-1
/
+15
[prev]
[next]