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
/
symtab.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-22
Don't mark IFUNC resolver as only called directly
H.J. Lu
1
-2
/
+9
2018-04-26
cgraph.h (symbol_table): Just declare debug method here.
Richard Biener
1
-0
/
+6
2018-02-08
re PR ipa/81360 (ice in estimate_edge_growth, at ipa-inline.h:86)
Jan Hubicka
1
-0
/
+56
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-08-11
Introduce TARGET_SUPPORTS_ALIASES
Martin Liska
1
-3
/
+3
2017-08-08
trans.c: Include header files.
Martin Liska
1
-0
/
+2
2017-05-23
Introduce symtab_node::dump_{asm_,}name functions.
Martin Liska
1
-10
/
+32
2017-05-23
Move symtab_node::dump_table to symbol_table::dump
Martin Liska
1
-12
/
+1
2017-05-04
PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.c
Martin Sebor
1
-1
/
+1
2017-04-28
re PR bootstrap/80531 (RC1 bootstrap comparison failure)
Jakub Jelinek
1
-0
/
+8
2017-02-03
Bail out binds_to_current_def_p for ifunc functions.
Martin Liska
1
-0
/
+2
2017-02-03
IPA: enhance dump output
Martin Liska
1
-0
/
+1
2017-01-20
Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).
Martin Liska
1
-9
/
+16
2017-01-19
re PR lto/78407 (LTO breaks separate overriding of symbol aliases)
Jan Hubicka
1
-4
/
+3
2017-01-09
re PR translation/79019 (translatable string typo in cif-code.def:141)
Jakub Jelinek
1
-1
/
+1
2017-01-06
ipa-visibility.c (function_and_variable_visibility): Reformat comments and lo...
Nathan Sidwell
1
-2
/
+3
2017-01-01
re PR ipa/77674 (ICE in binds_to_current_def_p with -fkeep-inline-functions)
Jan Hubicka
1
-2
/
+3
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-09
tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...
Jakub Jelinek
1
-8
/
+6
2016-05-25
cgraph.c (cgraph_node::get_availability): Fix typo in comment.
Bernd Edlinger
1
-1
/
+1
2016-04-18
tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
Michael Matz
1
-1
/
+1
2016-04-16
re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...
Jan Hubicka
1
-4
/
+60
2016-04-04
re PR lto/68881 (UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto)
Jan Hubicka
1
-0
/
+55
2016-03-29
re PR lto/70283 (bogus vtable mismatch warnings)
Jan Hubicka
1
-0
/
+14
2016-01-19
symtab.c (symtab_node::asm_name): Do not call printable name directly.
Jan Hubicka
1
-1
/
+8
2016-01-08
symtab.c (symtab_node::equal_address_to): Return -1 instead of 2 if we can't ...
Uros Bizjak
1
-4
/
+4
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-16
symtab.c (symtab_node::fixup_same_cpp_alias_visibility): Do not copy DECL_VIR...
Jan Hubicka
1
-1
/
+0
2015-12-09
re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)
Jan Hubicka
1
-8
/
+25
2015-12-08
re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)
Jan Hubicka
1
-2
/
+2
2015-12-07
re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)
Jan Hubicka
1
-74
/
+192
2015-11-29
cgraph.c (cgraph_node::make_local): No name is unique during incremental link...
Jan Hubicka
1
-0
/
+2
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-5
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-7
/
+6
2015-09-20
switch from gimple to gimple*
Trevor Saunders
1
-5
/
+5
2015-07-09
lto-streamer.h: Don't include target.h and alloc-pool.h.
Andrew MacLeod
1
-0
/
+1
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-10
/
+3
2015-07-07
symtab.c (address_matters_1): Fix typo in comment above.
Paulo Matos
1
-2
/
+2
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-2
/
+0
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-3
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-5
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-3
/
+0
2015-03-31
re PR target/65531 (ICE: symtab_node::verify failed: Two symbols with same co...
Ilya Enkovich
1
-1
/
+2
2015-03-27
re PR ipa/65588 (lto1: internal compiler error: Segmentation fault)
Jan Hubicka
1
-0
/
+2
2015-03-27
re PR target/65531 (ICE: symtab_node::verify failed: Two symbols with same co...
Jan Hubicka
1
-3
/
+8
2015-03-10
re PR tree-optimization/65355 (vectorizer increase alignment of symbols alrea...
Jan Hubicka
1
-0
/
+7
2015-03-08
re PR ipa/65334 (r221099 caused: FAIL: gfortran.fortran-torture/execute/in-pa...
Jan Hubicka
1
-0
/
+96
2015-02-27
re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)
Jan Hubicka
1
-1
/
+46
2015-02-25
re PR target/64212 (ICE [in noninterposable_alias, at symtab.c:1706])
Kai Tietz
1
-1
/
+2
2015-02-17
symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
Jan Hubicka
1
-0
/
+5
[next]