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
2017-04-28
re PR bootstrap/80531 (RC1 bootstrap comparison failure)
Jakub Jelinek
1
-4
/
+1
2017-04-03
Fix numerous typos in comments
Jonathan Wakely
1
-1
/
+1
2017-03-30
[PR 77333] Fixup fntypes of gimple calls of clones
Martin Jambor
1
-0
/
+2
2017-01-24
Add "__RTL" to cc1
David Malcolm
1
-0
/
+4
2017-01-20
Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).
Martin Liska
1
-4
/
+2
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-30
Introduce -fdump-ipa-clones dump output
Martin Liska
1
-4
/
+16
2016-10-19
Replace NULL with false as a return value
Martin Liska
1
-1
/
+1
2016-05-18
Indirect inlining of targets from references of global constants
Martin Jambor
1
-2
/
+7
2016-05-08
cgraph.c (thunk_adjust): Export.
Jan Hubicka
1
-0
/
+1
2016-05-04
cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Check availabilit...
Jan Hubicka
1
-10
/
+21
2016-04-21
re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...
Jan Hubicka
1
-1
/
+1
2016-04-17
re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...
Jan Hubicka
1
-5
/
+16
2016-04-16
re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...
Jan Hubicka
1
-29
/
+72
2016-04-07
cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
Jakub Jelinek
1
-0
/
+5
2016-04-04
re PR lto/68881 (UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto)
Jan Hubicka
1
-0
/
+3
2016-03-29
re PR lto/70283 (bogus vtable mismatch warnings)
Jan Hubicka
1
-0
/
+3
2016-03-10
re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971)
Jan Hubicka
1
-0
/
+2
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-23
cgraph.h (decl_in_symtab_p): Revert check DECL_IN_CONSTANT_POOL.
Nathan Sidwell
1
-7
/
+1
2015-12-23
alias.c (compare_base_decls): Simplify in-symtab check.
Nathan Sidwell
1
-1
/
+7
2015-12-15
[PR 68851] Do not collect thunks in collect_callers
Martin Jambor
1
-1
/
+1
2015-12-09
re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)
Jan Hubicka
1
-2
/
+7
2015-12-07
re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)
Jan Hubicka
1
-1
/
+30
2015-12-04
* ipa-inline.c (can_inline_edge_p) Use merged_comdat.
Jan Hubicka
1
-1
/
+1
2015-11-29
cgraph.c (cgraph_node::make_local): No name is unique during incremental link...
Jan Hubicka
1
-5
/
+13
2015-11-05
gcc/
Jakub Jelinek
1
-2
/
+5
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-2
/
+22
2015-10-13
builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.
Jakub Jelinek
1
-1
/
+7
2015-09-20
switch from gimple to gimple*
Trevor Saunders
1
-17
/
+17
2015-08-19
remove useless typedefs
Trevor Saunders
1
-3
/
+1
2015-07-13
Fix double word typos.
Aldy Hernandez
1
-4
/
+4
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-23
/
+5
2015-06-25
cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.
Richard Sandiford
1
-28
/
+1
2015-06-25
hash-traits.h (ggc_hasher): Rename to...
Richard Sandiford
1
-3
/
+3
2015-06-25
cgraph.h (cgraph_rtl_info): Move to rtl.h
Andrew MacLeod
1
-16
/
+2
2015-06-05
Merge debug-early branch into mainline.
Aldy Hernandez
1
-1
/
+1
2015-04-30
Fix spurious semicolons
David Malcolm
1
-1
/
+1
2015-04-18
remove need for store_values_directly
Trevor Saunders
1
-1
/
+0
2015-04-01
lto-cgraph.c (lto_output_node, [...]): Stream split_part.
Jan Hubicka
1
-0
/
+2
2015-03-21
Mark omp thread functions as parallelized
Tom de Vries
1
-0
/
+2
2015-03-16
cgraph.h (add_new_static_var): Remove declaration.
Marek Polacek
1
-3
/
+0
2015-03-10
re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...
Richard Biener
1
-0
/
+1
2015-03-09
ipa-inline-analysis.c (check_callers): Check node->can_remove_if_no_direct_ca...
Jan Hubicka
1
-5
/
+12
2015-03-08
re PR ipa/65334 (r221099 caused: FAIL: gfortran.fortran-torture/execute/in-pa...
Jan Hubicka
1
-0
/
+12
2015-03-04
cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite for correct ...
Jan Hubicka
1
-8
/
+3
2015-03-03
re PR target/65263 (ICE (error: unrecognizable insn / in insn_min_length, at ...
Martin Liska
1
-0
/
+3
2015-02-27
re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)
Jan Hubicka
1
-3
/
+46
2015-02-20
cgraph.h (clone_function_name_1): Declare.
Bernd Schmidt
1
-0
/
+1
2015-02-15
cgraph.h (symtab_node::has_aliases_p): Simplify.
Jan Hubicka
1
-16
/
+4
[next]