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
2020-01-13
Missed function specialization + partial devirtualization
Xiong Hu Luo
1
-16
/
+101
2020-01-09
Make cgraph_edge::resolve-speculation static
Martin Jambor
1
-64
/
+65
2020-01-08
Use cgraph_node::dump_{asm_},name where possible.
Martin Liska
1
-1
/
+1
2020-01-08
Use dump_asm_name for Callers/Calls in dump.
Martin Liska
1
-2
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-19
Fix symver attribute with LTO
Jan Hubicka
1
-0
/
+3
2019-12-10
Turn tp_first_run counts back to 32bit values.
Jan Hubicka
1
-0
/
+5
2019-12-09
Come up with constructors of symtab_node, cgraph_node and varpool_node.
Martin Liska
1
-10
/
+2
2019-12-08
Fix overflows in -fprofile-reorder-functions
Jan Hubicka
1
-1
/
+1
2019-12-03
Clear calls_comdat_local when comdat group is dissolved
Jan Hubicka
1
-0
/
+5
2019-12-03
Do not update SSA in lto-stremaer-in
Jan Hubicka
1
-0
/
+3
2019-11-30
cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.
Jan Hubicka
1
-0
/
+5
2019-11-29
profile-count.c (profile_count::to_cgraph_frequency, [...]): Check for compai...
Jan Hubicka
1
-0
/
+21
2019-11-28
cgraph: ifunc resolvers cannot be made local (PR 92697)
Martin Jambor
1
-0
/
+1
2019-11-12
Remove gcc/params.* files.
Martin Liska
1
-1
/
+0
2019-11-12
Apply mechanical replacement (generated patch).
Martin Liska
1
-1
/
+1
2019-11-10
* cgraph.c (cgraph_edge::maybe_hot_p): Do not use sreal_frequency.
Jan Hubicka
1
-6
/
+10
2019-11-09
symtab.c: Fix comment typos.
Jakub Jelinek
1
-10
/
+11
2019-11-07
Remove gimple_call_types_likely_match_p (PR 70929)
Martin Jambor
1
-136
/
+3
2019-11-07
Clear version_info_node in delete_function_version.
Martin Liska
1
-0
/
+3
2019-10-30
Edges to interposable calles are possibly_call_in_translation_unit_p
Martin Jambor
1
-1
/
+1
2019-10-30
Use symtab_node::order in LTO sections with body.
Martin Liska
1
-4
/
+10
2019-10-30
Remove cgraph_local_info structure.
Martin Liska
1
-9
/
+9
2019-10-30
Remove cgraph_global_info.
Martin Liska
1
-28
/
+28
2019-10-27
fix cgraph comment
Eric Botcazou
1
-1
/
+1
2019-10-22
Fix incorrect merge of conflictant names in `dump_graphviz`
Giuliano Belinassi
1
-1
/
+1
2019-10-10
re PR middle-end/92037 (LTO bootstrap broken in selftests)
Jan Hubicka
1
-1
/
+1
2019-10-02
Fix ALL_REGS thinko in initialisation of function_used_regs
Richard Sandiford
1
-1
/
+1
2019-10-02
[PATCH] Do not check call type compatibility when cloning cgraph-edges
Martin Jambor
1
-19
/
+29
2019-09-30
Add a function for getting the ABI of a call insn target
Richard Sandiford
1
-2
/
+5
2019-09-27
Make cgraph_node::get_fun const
David Malcolm
1
-2
/
+2
2019-09-20
New IPA-SRA
Martin Jambor
1
-98
/
+29
2019-08-27
Fix new clang warnings.
Martin Liska
1
-1
/
+1
2019-08-15
Clean next_nested properly.
Martin Liska
1
-4
/
+7
2019-08-15
Add ::verify for cgraph_node::origin/nested/next_nested.
Martin Liska
1
-0
/
+24
2019-08-06
Add operator new/delete to cgraph_node::dump.
Martin Liska
1
-0
/
+5
2019-08-01
cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.
Eric Botcazou
1
-3
/
+2
2019-07-30
Use edge->indirect_unknown_callee in cgraph_edge::make_direct (PR ipa/89330).
Martin Liska
1
-1
/
+1
2019-07-28
Release cgraph_{node,edge} via ggc_free (PR ipa/89330).
Martin Liska
1
-19
/
+7
2019-07-22
cgraph.c (dump_graphviz): New function.
Giuliano Belinassi
1
-0
/
+16
2019-07-04
re PR ipa/91062 (gcc.dg/ipa/ipa-pta-1.c dump contains garbage when gcc was co...
Richard Biener
1
-1
/
+1
2019-06-27
Remove quite obvious dead assignments.
Martin Liska
1
-2
/
+0
2019-06-05
c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.
Martin Sebor
1
-0
/
+13
2019-04-15
Reorganize cgraph_node::clone_of_p
Martin Jambor
1
-12
/
+18
2019-03-12
Fix dumping of "former thunk" info in cgraph dump
Martin Jambor
1
-1
/
+6
2019-03-07
Relax cgraph_node::clone_of_p to also look through former clones
Martin Jambor
1
-3
/
+12
2019-03-07
Significantly speed up verifiers for a cgraph_node with many clones.
Martin Liska
1
-7
/
+7
2019-02-18
Come up with fast {function,call}_summary classes (PR ipa/89306).
Martin Liska
1
-1
/
+6
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-2
/
+2
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
[next]