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
/
lto-plugin
/
lto-plugin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
lto-plugin: implement LDPT_GET_API_VERSION
Martin Liska
1
-0
/
+47
2022-07-07
lto-plugin: use locking only for selected targets
Martin Liska
1
-10
/
+19
2022-06-27
lto-plugin: make claim_file_handler thread-safe
Martin Liska
1
-0
/
+20
2022-06-20
lto-plugin: support LDPT_GET_SYMBOLS_V3
Martin Liska
1
-7
/
+35
2022-05-04
LTO plugin: modernize a bit.
Martin Liska
1
-9
/
+10
2022-03-11
lto-plugin: Honor link_output_name for -foffload-objects file name
Tobias Burnus
1
-1
/
+8
2022-03-01
lto-plugin: update comments - remove hardwired gold
Martin Liska
1
-7
/
+7
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-02
fix spelling of -linker-output-auto-nolto-rel
Rasmus Villemoes
1
-2
/
+4
2021-06-25
add -ltrans-objects lto-plugin debug option
Richard Biener
1
-0
/
+12
2021-05-10
LTO plugin: use startswith function.
Martin Liska
1
-16
/
+13
2021-04-21
Fix clang warning (-Wstring-plus-int)
Martin Liska
1
-3
/
+3
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-09-09
If the lto plugin encounters a file with multiple symbol sections, each of wh...
Nick Clifton
1
-8
/
+23
2020-05-26
revamp dump and aux output names
Alexandre Oliva
1
-8
/
+79
2020-05-05
Silence warning in LTO mode on VxWorks
Eric Botcazou
1
-10
/
+18
2020-03-19
API extension for binutils (type of symbols).
Martin Liska
1
-11
/
+130
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-05-15
lto-plugin, removed unused variable
Iain Sandoe
1
-1
/
+0
2019-05-15
lto-plugin - support -save-temps, -v, --version.
Iain Sandoe
1
-21
/
+76
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-05-30
lto-plugin.c: (non_claimed_files): New static var.
Jan Hubicka
1
-21
/
+41
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-07-21
re PR lto/81487 ([mingw32] ld.exe: error: asprintf failed)
Georg-Johann Lay
1
-7
/
+6
2017-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-02-25
re PR driver/68463 (Offloading fails when some objects are compiled with LTO ...
Ilya Verbin
1
-27
/
+113
2016-01-15
Fix usage of an uninitialized variable
Martin Liska
1
-1
/
+1
2015-11-25
re PR lto/67548 (LTO drops weak binding with "ld -r")
Jan Hubicka
1
-1
/
+28
2015-02-06
Revert the PR lto/64837 fix
H.J. Lu
1
-7
/
+0
2015-02-05
Pass handle to release_input_file
H.J. Lu
1
-1
/
+1
2015-02-05
Call release_input_file only if file is claimed
H.J. Lu
1
-3
/
+3
2015-01-28
Call release_input_file only if not NULL
H.J. Lu
1
-1
/
+2
2015-01-28
Call release_input_file in claim_file_handler
H.J. Lu
1
-0
/
+6
2014-12-09
lto-wrapper.c (compile_offload_image): Start processing in_argv from 0 instea...
Ilya Verbin
1
-14
/
+51
2014-11-13
[PATCH 4/7] OpenMP 4.0 offloading infrastructure: lto-wrapper.
Ilya Verbin
1
-1
/
+24
2014-04-02
lto-plugin.c (onload): Fail to load if -fno-use-linker-plugin is set in COLLE...
Richard Biener
1
-0
/
+7
2014-03-28
simple-object.c (simple_object_internal_read): Handle EINTR and short reads.
Richard Biener
1
-12
/
+30
2012-05-29
* lto-plugin.c: Fix typo.
Joseph Myers
1
-1
/
+1
2012-02-22
re PR lto/50616 (lto1.exe: internal compiler error: invalid resolution in the...
Kai Tietz
1
-2
/
+10
2011-10-02
re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...
Jan Hubicka
1
-2
/
+10
2011-09-30
Use 64bit integer for LTO symbol ID.
H.J. Lu
1
-6
/
+8
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-4
/
+2
2011-04-05
re PR lto/48431 (patch to fix a compile error in lto-plugin.c when using olde...
Richard Guenther
1
-3
/
+3
2011-01-25
lto-plugin.c (gold_version): New static variable.
Ian Lance Taylor
1
-1
/
+9
2011-01-12
re PR lto/47264 (Many tests fail with -flto due unaligned load in lto-plugin.c)
Richard Guenther
1
-2
/
+2
2010-12-10
re PR middle-end/46674 (Weak alias is mistakenly optimized away)
Dave Korn
1
-2
/
+2
2010-12-05
config.h.in: Regenerated.
Kai Tietz
1
-0
/
+6
2010-12-01
config.h.in: Regenerated.
Kai Tietz
1
-0
/
+2
2010-11-13
lto-plugin.c (add_output_files): Fix memory leak.
Kai Tietz
1
-1
/
+4
2010-11-11
re PR bootstrap/46397 (lto-plugin.c does not build on Solaris 10/SPARC)
Dave Korn
1
-8
/
+20
[next]