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
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
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-12
/
+12
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-11
/
+4
2015-10-27
cfg.c (free_edge): Add function argument and use it instead of cfun.
Richard Biener
1
-21
/
+20
2015-09-20
switch from gimple to gimple*
Trevor Saunders
1
-14
/
+15
2015-07-13
Fix double word typos.
Aldy Hernandez
1
-3
/
+3
2015-07-10
gimple-predict.h: New file.
Andrew MacLeod
1
-0
/
+1
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-13
/
+4
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-2
/
+23
2015-06-25
hash-traits.h (ggc_hasher): Rename to...
Richard Sandiford
1
-1
/
+1
2015-06-25
cgraph.h (cgraph_rtl_info): Move to rtl.h
Andrew MacLeod
1
-1
/
+4
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-2
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-6
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-5
/
+0
2015-06-03
ipa.c (symbol_table::remove_unreachable_nodes): Don't remove instumentation t...
Ilya Enkovich
1
-0
/
+14
2015-06-01
gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.
Eric Botcazou
1
-2
/
+4
2015-06-01
re PR target/65527 (ICE: in expand_builtin_with_bounds, at builtins.c:7120 wi...
Ilya Enkovich
1
-5
/
+20
2015-05-09
bitmap.c, [...]: Add space between string literal and macro name.
Jason Merrill
1
-3
/
+3
2015-05-05
Fix indentation issues seen by -Wmisleading-indentation
David Malcolm
1
-5
/
+5
2015-03-27
re PR ipa/65600 (bost testsuite failure: ICE: Segmentation fault)
Jan Hubicka
1
-1
/
+1
2015-03-27
re PR middle-end/65595 (Linux kernel build failure: ICE: in as_a, at is-a.h:192)
Jan Hubicka
1
-1
/
+1
2015-03-26
cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring dead calls ba...
Jan Hubicka
1
-21
/
+48
2015-03-21
Mark omp thread functions as parallelized
Tom de Vries
1
-0
/
+2
2015-03-18
re PR ipa/65432 (Invalid read of size 1: ipa_icf::sem_item_optimizer::merge_c...
Martin Liska
1
-3
/
+2
2015-03-12
cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
Jan Hubicka
1
-2
/
+12
2015-03-10
re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...
Richard Biener
1
-11
/
+21
2015-03-09
ipa-inline-analysis.c (check_callers): Check node->can_remove_if_no_direct_ca...
Jan Hubicka
1
-13
/
+20
2015-03-04
cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite for correct ...
Jan Hubicka
1
-15
/
+82
2015-03-03
re PR target/65263 (ICE (error: unrecognizable insn / in insn_min_length, at ...
Martin Liska
1
-0
/
+12
2015-02-27
re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)
Jan Hubicka
1
-1
/
+1
2015-02-17
ipa-visibility.c (function_and_variable_visibility): Only check locality if n...
Jan Hubicka
1
-10
/
+10
2015-02-14
ipa-chkp.c: Use iterate_direct_aliases.
Jan Hubicka
1
-58
/
+20
2015-02-11
re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)
Jan Hubicka
1
-18
/
+7
2015-02-04
re PR middle-end/64922 (runtime error: member call on misaligned address for ...
Jan Hubicka
1
-1
/
+5
2015-01-30
Always pass explicit location to fatal_error.
Joseph Myers
1
-1
/
+1
2015-01-18
* cgraph.c (cgraph_node::dump): Dump profile flags.
Jan Hubicka
1
-0
/
+12
2015-01-15
Merge current set of OpenACC changes from gomp-4_0-branch.
Thomas Schwinge
1
-1
/
+1
2015-01-15
dojump.h: New header file.
Prathamesh Kulkarni
1
-4
/
+9
2015-01-12
cgraph_edge refactoring.
Martin Liska
1
-89
/
+46
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-0
/
+10
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-22
ipa-prop uses symbol_summary class.
Martin Liska
1
-0
/
+1
[next]