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
2017-08-11
Introduce TARGET_SUPPORTS_ALIASES
Martin Liska
1
-3
/
+4
2017-08-08
trans.c: Include header files.
Martin Liska
1
-0
/
+2
2017-07-27
attribs.c (decl_attributes): Imply noinline, noclone and no_icf attributes fo...
Jakub Jelinek
1
-1
/
+2
2017-07-16
* cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.
Jan Hubicka
1
-11
/
+11
2017-06-29
asan.c (asan_emit_stack_protection): Update.
Jan Hubicka
1
-4
/
+8
2017-06-12
* cgraph.c (cgraph_node::dump): Complain about profile insanities.
Jan Hubicka
1
-1
/
+34
2017-06-08
cgraph.c (cgraph_edge::maybe_hot_p): Do not check flag_branch_probabilities.
Jan Hubicka
1
-4
/
+1
2017-06-04
i386.c (make_resolver_func): Update.
Jan Hubicka
1
-22
/
+35
2017-05-23
Introduce symtab_node::dump_{asm_,}name functions.
Martin Liska
1
-48
/
+27
2017-05-22
Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
Jan Hubicka
1
-1
/
+1
2017-05-17
Introduce dump_flags_t type and use it instead of int type.
Martin Liska
1
-1
/
+1
2017-05-16
Add default value for last argument of dump functions.
Martin Liska
1
-1
/
+1
2017-04-11
Add function part to a same comdat group (PR ipa/80212).
Martin Liska
1
-0
/
+2
2017-03-30
[PR 77333] Fixup fntypes of gimple calls of clones
Martin Jambor
1
-1
/
+16
2017-02-13
cprop.c (cprop_jump): Add missing space in string literal.
Jakub Jelinek
1
-1
/
+1
2017-02-03
IPA: enhance dump output
Martin Liska
1
-0
/
+22
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-07
re PR tree-optimization/78692 (ICE (segfault))
Jakub Jelinek
1
-1
/
+1
2016-11-30
Introduce -fdump-ipa-clones dump output
Martin Liska
1
-0
/
+9
2016-09-20
Add IPA VRP
Kugan Vivekanandarajah
1
-0
/
+1
2016-09-19
re PR ipa/77587 (C compiler produces incorrect stack alignment with __attribu...
Jakub Jelinek
1
-7
/
+10
2016-07-25
cgraph.c (cgraph_node::verify_node): Compare against builtin by using DECL_BU...
Richard Biener
1
-2
/
+3
2016-06-03
re PR middle-end/71387 (ICE in emit_move_insn, at expr.c:3418 with -Og)
Jakub Jelinek
1
-1
/
+13
2016-05-25
cgraph.c (cgraph_node::get_availability): Fix typo in comment.
Bernd Edlinger
1
-1
/
+1
2016-05-24
tree-cfg.h (should_remove_lhs_p): New predicate.
Marek Polacek
1
-4
/
+1
2016-05-18
re PR c++/71100 (Internal compiler error while calling a pointer to member fu...
Jakub Jelinek
1
-1
/
+2
2016-05-16
ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic on esti...
Jan Hubicka
1
-1
/
+1
2016-05-04
cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Check availabilit...
Jan Hubicka
1
-4
/
+9
2016-05-03
cgraph.c (symbol_table::create_edge): Set inline_failed.
Jan Hubicka
1
-6
/
+16
2016-05-03
gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.
Richard Biener
1
-22
/
+18
2016-04-21
re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...
Jan Hubicka
1
-13
/
+50
2016-04-17
re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...
Jan Hubicka
1
-50
/
+172
2016-04-16
re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...
Jan Hubicka
1
-1
/
+29
2016-04-16
re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...
Jan Hubicka
1
-17
/
+38
2016-03-18
Set dump_file to NULL in cgraph_node::get_body
Tom de Vries
1
-0
/
+1
2016-03-15
Fix fdump-ipa-all-graph
Tom de Vries
1
-0
/
+3
2016-03-10
re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971)
Jan Hubicka
1
-0
/
+4
2016-03-08
ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because.
Jakub Jelinek
1
-1
/
+1
2016-02-12
cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.
Jakub Jelinek
1
-2
/
+2
2016-01-19
re PR lto/69133 (LTO segfault in lto_get_decl_name_mapping() on 483.xalancbmk...
Jan Hubicka
1
-2
/
+4
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-18
re PR debug/68860 (FAIL: gcc.dg/guality/pr36728-1.c -flto -O3 -g line 17 a...
Jakub Jelinek
1
-1
/
+66
2015-12-15
[PR 68851] Do not collect thunks in collect_callers
Martin Jambor
1
-1
/
+2
2015-12-13
cgraph.c (cgraph_node::get_untransformed_body): Pass compressed flag to lto_g...
Jan Hubicka
1
-2
/
+4
2015-12-07
re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)
Jan Hubicka
1
-2
/
+2
2015-12-04
* ipa-inline.c (can_inline_edge_p) Use merged_comdat.
Jan Hubicka
1
-0
/
+2
2015-11-29
cgraph.c (cgraph_node::make_local): No name is unique during incremental link...
Jan Hubicka
1
-2
/
+3
2015-11-15
always define ENABLE_OFFLOADING
Trevor Saunders
1
-3
/
+2
2015-10-30
cgraph.c: Include context.h for offloading.
Cesar Philippidis
1
-0
/
+1
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-18
/
+0
[next]