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
2020-11-10
Improve efficiency of copying section from another tree
Strager Neds
1
-2
/
+7
2020-11-10
Refactor copying decl section names
Strager Neds
1
-1
/
+4
2020-11-06
Move ipa-refs from ggc to heap.
Jan Hubicka
1
-3
/
+3
2020-11-04
Fix copying of clone_info while reshaping clone tree.
Jan Hubicka
1
-2
/
+2
2020-11-03
PR target/96342 Change field "simdlen" into poly_uint64
Yang Yang
1
-3
/
+3
2020-10-31
Move clone_info to summary
Jan Hubicka
1
-24
/
+11
2020-10-26
Implement three-level optimize_for_size predicates
Jan Hubicka
1
-5
/
+7
2020-10-26
Make default duplicate and insert methods of summaries abort; fix fallout
Jan Hubicka
1
-1
/
+1
2020-10-23
Move thunks out of cgraph_node
Jan Hubicka
1
-70
/
+19
2020-10-22
Materialize clones on demand
Jan Hubicka
1
-9
/
+4
2020-10-22
Move nested function info out of cgraph_node
Jan Hubicka
1
-11
/
+1
2020-09-25
Add cgraph_edge::debug function.
Martin Liska
1
-0
/
+3
2020-07-31
Do not allocate huge array in output_in_order.
Martin Liska
1
-2
/
+0
2020-05-14
openmp: cgraph support for late declare variant resolution
Jakub Jelinek
1
-1
/
+7
2020-04-27
Do not remove ifunc_resolver in LTO.
Martin Liska
1
-1
/
+1
2020-03-20
Fix verifier ICE on wrong comdat local flag [PR93347]
Jan Hubicka
1
-13
/
+4
2020-01-28
ipa: fix handling of multiple speculations (PR93318)
Jan Hubicka
1
-8
/
+79
2020-01-13
Missed function specialization + partial devirtualization
Xiong Hu Luo
1
-10
/
+41
2020-01-09
Make cgraph_edge::resolve-speculation static
Martin Jambor
1
-16
/
+23
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-10
Turn tp_first_run counts back to 32bit values.
Jan Hubicka
1
-4
/
+4
2019-12-09
Come up with constructors of symtab_node, cgraph_node and varpool_node.
Martin Liska
1
-18
/
+45
2019-12-08
Fix overflows in -fprofile-reorder-functions
Jan Hubicka
1
-2
/
+3
2019-11-30
cgraph.h (symtab_node): Add symver flag.
Jan Hubicka
1
-0
/
+2
2019-11-30
cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.
Jan Hubicka
1
-1
/
+8
2019-11-25
ipa: Prevent materialization of clones with removed bodies (PR 92109)
Martin Jambor
1
-0
/
+4
2019-11-10
cgraph.h (struct cgraph_node): Add ipcp_clone flag.
Jan Hubicka
1
-0
/
+2
2019-11-09
symtab.c: Fix comment typos.
Jakub Jelinek
1
-34
/
+35
2019-11-07
Remove gimple_call_types_likely_match_p (PR 70929)
Martin Jambor
1
-2
/
+0
2019-10-30
Remove cgraph_local_info structure.
Martin Liska
1
-26
/
+14
2019-10-30
Remove cgraph_global_info.
Martin Liska
1
-23
/
+18
2019-10-27
fix cgraph comment
Eric Botcazou
1
-1
/
+1
2019-10-10
re PR middle-end/92037 (LTO bootstrap broken in selftests)
Jan Hubicka
1
-6
/
+16
2019-10-04
cgraph.h (FOR_EACH_ALIAS): Avoid shadowing the loop variable.
Bernd Edlinger
1
-2
/
+4
2019-10-02
[PATCH] Do not check call type compatibility when cloning cgraph-edges
Martin Jambor
1
-5
/
+7
2019-09-30
Add a function for getting the ABI of a call insn target
Richard Sandiford
1
-1
/
+1
2019-09-27
Make cgraph_node::get_fun const
David Malcolm
1
-1
/
+1
2019-09-20
New IPA-SRA
Martin Jambor
1
-18
/
+27
2019-08-01
cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.
Eric Botcazou
1
-1
/
+1
2019-07-28
Release cgraph_{node,edge} via ggc_free (PR ipa/89330).
Martin Liska
1
-34
/
+24
2019-07-22
cgraph.c (dump_graphviz): New function.
Giuliano Belinassi
1
-0
/
+9
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-8
/
+7
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-8
/
+12
2019-05-06
Add lto-dump tool.
Hrishikesh Kulkarni
1
-0
/
+6
2019-03-07
Relax cgraph_node::clone_of_p to also look through former clones
Martin Jambor
1
-0
/
+14
2019-02-18
Come up with fast {function,call}_summary classes (PR ipa/89306).
Martin Liska
1
-2
/
+42
2019-02-13
Clean up MPX-related stuff.
Martin Liska
1
-7
/
+0
2019-01-20
Limit AA walking in IPA summary generation
Martin Jambor
1
-1
/
+1
2019-01-18
Reset proper type on vector types (PR middle-end/88587).
Martin Liska
1
-1
/
+6
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-8
/
+8
[next]