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
/
cgraphclones.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-12
cgraph: Avoid segfault when attempting to dump NULL clone_info
Martin Jambor
1
-2
/
+2
2020-11-10
Refactor copying decl section names
Strager Neds
1
-2
/
+2
2020-11-04
Fix copying of clone_info while reshaping clone tree.
Jan Hubicka
1
-3
/
+3
2020-11-03
Add missing non-NULL check in cgraphclones
Jan Hubicka
1
-1
/
+1
2020-10-31
Move clone_info to summary
Jan Hubicka
1
-17
/
+29
2020-10-26
Fix simdclones
Jan Hubicka
1
-0
/
+1
2020-10-23
Move thunks out of cgraph_node
Jan Hubicka
1
-14
/
+15
2020-10-22
Materialize clones on demand
Jan Hubicka
1
-97
/
+40
2020-10-22
Move nested function info out of cgraph_node
Jan Hubicka
1
-6
/
+0
2020-06-01
Fix dump in clone materialization
Feng Xue
1
-3
/
+3
2020-04-17
fix PVS studio reported bugs
Richard Biener
1
-1
/
+0
2020-04-16
List valid pairs for new and delete operators.
Martin Liska
1
-0
/
+2
2020-01-28
ipa: fix handling of multiple speculations (PR93318)
Jan Hubicka
1
-7
/
+11
2020-01-19
Fix ICE in speculative_call_info
Jan Hubicka
1
-1
/
+2
2020-01-13
Missed function specialization + partial devirtualization
Xiong Hu Luo
1
-0
/
+1
2020-01-09
Make cgraph_edge::resolve-speculation static
Martin Jambor
1
-8
/
+8
2020-01-09
One more usage of cgraph_node::dump_name.
Martin Liska
1
-1
/
+2
2020-01-08
Use cgraph_node::dump_{asm_},name where possible.
Martin Liska
1
-2
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-06
cgraphclones.c (cgraph_node::create_clone): Only localize toplevel functions,...
Jan Hubicka
1
-1
/
+2
2019-12-05
cgraphclones.c (localize_profile): New function.
Jan Hubicka
1
-0
/
+26
2019-11-30
cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.
Jan Hubicka
1
-0
/
+9
2019-11-29
ipa-cp: Avoid ICEs when looking at expanded thunks and unoptimized functions
Martin Jambor
1
-0
/
+7
2019-11-28
Fix previous commit (that included unrelated changes)
Jan Hubicka
1
-7
/
+0
2019-11-28
Fix profile adjusments while cloning
Jan Hubicka
1
-3
/
+18
2019-11-25
ipa: Prevent materialization of clones with removed bodies (PR 92109)
Martin Jambor
1
-13
/
+22
2019-11-10
cgraph.h (struct cgraph_node): Add ipcp_clone flag.
Jan Hubicka
1
-0
/
+1
2019-11-09
symtab.c: Fix comment typos.
Jakub Jelinek
1
-3
/
+3
2019-11-04
cgraphclones.c (cgraph_node::create_version_clone): Do not duplicate summaries.
Jan Hubicka
1
-2
/
+0
2019-10-30
Use symtab_node::order in LTO sections with body.
Martin Liska
1
-0
/
+5
2019-10-30
Remove cgraph_local_info structure.
Martin Liska
1
-9
/
+12
2019-10-30
Remove cgraph_global_info.
Martin Liska
1
-4
/
+3
2019-10-02
[PATCH] Do not check call type compatibility when cloning cgraph-edges
Martin Jambor
1
-3
/
+3
2019-09-20
New IPA-SRA
Martin Jambor
1
-163
/
+50
2019-08-13
Use checking forms of DECL_FUNCTION_CODE (PR 91421)
Richard Sandiford
1
-4
/
+1
2019-08-08
When cloning set operator new/delete to false.
Martin Liska
1
-0
/
+4
2019-05-02
Enhance target and target_clone error messages.
Martin Liska
1
-1
/
+1
2019-01-18
Reset proper type on vector types (PR middle-end/88587).
Martin Liska
1
-1
/
+19
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-30
Minimize clone counter memory usage in create_virtual_clone.
Michael Ploujnikov
1
-5
/
+20
2018-11-30
Make function assembly more independent.
Michael Ploujnikov
1
-2
/
+8
2018-11-08
re PR middle-end/87916 (ICE in dwarf2out_abstract_function, at dwarf2out.c:22...
Eric Botcazou
1
-0
/
+4
2018-10-30
Avoid unnecessarily numbering cloned symbols.
Michael Ploujnikov
1
-10
/
+59
2018-10-11
re PR target/87156 (ICE building libstdc++ for mips64)
Jan Hubicka
1
-0
/
+2
2018-09-28
calls.c (expand_call): Try to do a tail call for thunks at -O0 too.
Eric Botcazou
1
-3
/
+4
2018-08-27
Come up with fndecl_built_in_p.
Martin Liska
1
-3
/
+2
2018-01-18
re PR ipa/82256 (clones created by create_version_clone_with_body are not obs...
Jan Hubicka
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-23
cgraphclones.c (cgraph_node::create_clone): Fix updating of profile when inli...
Jan Hubicka
1
-1
/
+4
[next]