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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-08
Fix 41626 from Jan Hubicka
Jan Hubicka
1
-1
/
+1
2009-10-07
lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...
Jan Hubicka
1
-0
/
+20
2009-10-03
Merge lto branch into trunk.
Diego Novillo
1
-2
/
+34
2009-10-01
cgraph.c (cgraph_clone_node): Add redirect_callers parameter.
Jan Hubicka
1
-1
/
+1
2009-09-03
[multiple changes]
Diego Novillo
1
-1
/
+2
2009-08-31
Emit DWARF for template parameters (PR debug/30161)
Dodji Seketeli
1
-0
/
+2
2009-07-20
cgraph.h (constant_pool_htab): New function.
Olatunji Ruwase
1
-0
/
+19
2009-07-20
cgraph.h (combined_args_to_skip): New field.
Jan Hubicka
1
-0
/
+1
2009-07-17
re PR c/40401 (ICE: verify_gimple failed)
Richard Guenther
1
-2
/
+0
2009-06-10
cgraph.c (cgraph_node_can_be_local_p): New function.
Martin Jambor
1
-0
/
+2
2009-05-25
cgraph.c (dump_cgraph_node): Dump size/time/benefit.
Jan Hubicka
1
-3
/
+10
2009-05-21
cgraph.h (struct cgraph_node): Remove inline_decl member.
Richard Guenther
1
-5
/
+0
2009-05-15
cgraph.h (struct cgraph_node): Add finalized_by_frotnend flag.
Jan Hubicka
1
-0
/
+2
2009-05-15
Revert the following patch until testsuite fallout is fixed:
Jan Hubicka
1
-10
/
+3
2009-05-15
cgraph.c (dump_cgraph_node): Dump size/time/benefit.
Jan Hubicka
1
-3
/
+10
2009-05-11
basic-block.h (enum profile_status): Break out of struct control_flow_graph.
Ian Lance Taylor
1
-8
/
+13
2009-05-10
cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.
Jan Hubicka
1
-0
/
+3
2009-05-10
re PR middle-end/40084 (Revision 147294 failed 483.xalancbmk in SPEC CPU 2006...
Jan Hubicka
1
-1
/
+1
2009-05-08
cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...
Jan Hubicka
1
-4
/
+42
2009-04-22
hashtab.h: Update GTY annotations to new syntax
Taras Glek
1
-16
/
+9
2009-04-20
cgraph.h (cgraph_node_ptr): New type for vector functions.
Doug Kwan
1
-1
/
+98
2009-04-18
cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.
Jan Hubicka
1
-1
/
+3
2009-04-02
[multiple changes]
Rafael Avila de Espindola
1
-0
/
+1
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
/
+12
2009-03-28
cgraph.c (cgraph_node, [...]): Remove master clone handling.
Jan Hubicka
1
-5
/
+0
2009-03-23
cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.
Richard Guenther
1
-4
/
+4
2009-02-28
re PR debug/39267 (gdb testsuite regressions)
Jan Hubicka
1
-1
/
+0
2008-11-12
re PR debug/27574 (MIssing debug info at -O0 for a local variable in a C++ co...
Dodji Seketeli
1
-0
/
+3
2008-09-11
ipa-prop.h (struct ipa_param_flags): Removed.
Martin Jambor
1
-1
/
+0
2008-08-29
cgraph.c (cgraph_remove_node): Do not remove nested nodes.
Jan Hubicka
1
-0
/
+2
2008-08-29
tree.c (build_function_type_skip_args, [...]): New functions.
Jan Hubicka
1
-1
/
+2
2008-08-21
cgraph.c (first_cgraph_function_insertion_hook): New variable.
Jan Hubicka
1
-0
/
+4
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-8
/
+9
2008-07-23
ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...
Martin Jambor
1
-1
/
+4
2008-07-16
cgraph.h (varpool_empty_needed_queue): Declare.
Jan Hubicka
1
-0
/
+1
2008-07-13
cgraph.c (assembler_name_hash): New static var.
Jan Hubicka
1
-1
/
+1
2008-07-07
cgraph.c (cgraph_edge_max_uid): New variable.
Martin Jambor
1
-0
/
+23
2008-06-18
cgraph.h (cgraph_mark_if_needed): New function.
Jan Hubicka
1
-0
/
+1
2008-05-15
cgraph.h (compute_inline_parameters): Made public.
Kenneth Zadeck
1
-0
/
+1
2008-05-09
calls.c (expand_call): Don't use callgraph to increase preferred_stack_boundary.
H.J. Lu
1
-1
/
+1
2008-05-07
cgraph.c (dump_cgraph_node): Update.
Jan Hubicka
1
-4
/
+6
2008-01-30
re PR middle-end/34969 (ICE with -fipa-cp -ffast-math)
Jakub Jelinek
1
-1
/
+3
2007-11-02
langhooks.h (struct lang_hooks_for_callgraph): Remove third argument from fun...
Diego Novillo
1
-0
/
+2
2007-09-07
cgraphbuild.c (rebuild_cgraph_edges): Export.
Zdenek Dvorak
1
-0
/
+3
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-5
/
+4
2007-05-28
matrix-reorg.c: New file.
Razya Ladelsky
1
-0
/
+5
2007-02-09
Makefile.in (passes.o, [...]): Add dependencies.
Jan Hubicka
1
-3
/
+10
2007-01-19
Patch by Tomas Bily <tbily@suse.cz>
Tomas Bily
1
-0
/
+5
2007-01-16
cgraph.h (cgraph_decide_inlining_incrementally): Kill.
Jan Hubicka
1
-1
/
+0
[next]