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
/
ipa-visibility.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-08
Remove MPX
Martin Liska
1
-4
/
+0
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-01-03
Handle noipa attribute in IPA visibility (PR ipa/83594).
Martin Liska
1
-1
/
+2
2017-08-11
Introduce TARGET_SUPPORTS_ALIASES
Martin Liska
1
-10
/
+5
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
/
+4
2017-07-25
Fix wrong condition in ipa-visibility.c (PR ipa/81520).
Martin Liska
1
-4
/
+7
2017-07-21
re PR middle-end/56727 (Recursive call goes through the PLT unnecessarily)
Yury Gribov
1
-0
/
+31
2017-07-16
* ipa-visibility.c (function_and_variable_visibility): Fix pasto.
Jan Hubicka
1
-1
/
+1
2017-07-07
ipa-comdats.c: Remove optimize check from gate.
Jan Hubicka
1
-3
/
+6
2017-06-28
Do not allow to inline ifunc resolvers (PR ipa/81128).
Martin Liska
1
-1
/
+2
2017-04-13
re PR c++/69953 (Using lto causes gtkmm/gparted and gtkmm/inkscape compile to...
Jan Hubicka
1
-4
/
+34
2017-01-17
ipa-visibility.c (localize_node): New function, broken out of ...
Nathan Sidwell
1
-82
/
+50
2017-01-06
ipa-visibility.c (function_and_variable_visibility): Reformat comments and lo...
Nathan Sidwell
1
-19
/
+20
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
-2
/
+1
2016-04-04
re PR lto/68881 (UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto)
Jan Hubicka
1
-0
/
+82
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-27
ipa-visibility.c (function_and_variable_visibility): Do not dissolve comdat g...
Jan Hubicka
1
-2
/
+6
2015-12-16
ipa-visibility.c (can_replace_by_local_alias): Make static, check ASM_OUTPUT_...
Nathan Sidwell
1
-7
/
+12
2015-12-09
re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)
Jan Hubicka
1
-1
/
+1
2015-12-08
re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)
Jan Hubicka
1
-1
/
+8
2015-12-07
re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)
Jan Hubicka
1
-10
/
+22
2015-11-29
cgraph.c (cgraph_node::make_local): No name is unique during incremental link...
Jan Hubicka
1
-18
/
+19
2015-11-25
re PR lto/67548 (LTO drops weak binding with "ld -r")
Jan Hubicka
1
-13
/
+33
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-2
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-5
/
+5
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-10
/
+9
2015-08-12
Revert "replace several uses of the anon namespace with GCC_FINAL"
Trevor Saunders
1
-3
/
+11
2015-08-11
replace several uses of the anon namespace with GCC_FINAL
Trevor Saunders
1
-11
/
+3
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-1
/
+0
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
-4
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-3
/
+0
2015-02-27
re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)
Jan Hubicka
1
-32
/
+10
2015-02-17
ipa-visibility.c (function_and_variable_visibility): Only check locality if n...
Jan Hubicka
1
-1
/
+2
2015-02-11
re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)
Jan Hubicka
1
-3
/
+3
2015-02-10
Tolerate different definitions of symbols in lto
Trevor Saunders
1
-5
/
+13
2015-02-08
re PR ipa/63566 (i686 bootstrap fails: ICE RTL flag check: INSN_UID used with...
Jan Hubicka
1
-12
/
+11
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-4
/
+9
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-11-05
ipa-chkp.c: New.
Ilya Enkovich
1
-0
/
+5
2014-10-28
cgraph.h: Flatten.
Andrew MacLeod
1
-0
/
+11
2014-09-24
Add an no_reorder attribute for LTO
Andi Kleen
1
-0
/
+3
2014-09-20
ipa-visibility.c (varpool_node::externally_visible_p): Do not privatize dynam...
Jan Hubicka
1
-0
/
+7
2014-08-25
IPA C++ refactoring 4/N
Martin Liska
1
-3
/
+3
2014-08-19
ipa-visibility.c (update_visibility_by_resolution_info): Fix assert.
Jan Hubicka
1
-1
/
+1
2014-08-18
ipa-visibility.c (update_visibility_by_resolution_info): Do no turn UNDEF com...
Jan Hubicka
1
-0
/
+2
2014-08-07
remove pointer-set.[ch]
Trevor Saunders
1
-1
/
+0
[next]