index
:
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/gfortran-test
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-15
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-15
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lto-plugin
/
lto-plugin.c
Age
Commit message (
Expand
)
Author
2025-03-06
lto: Fix missing cleanup with incremental LTO.
Michal Jires
2025-01-15
lto: Remove link() to fix build with MinGW [PR118238]
Michal Jires
2025-01-02
Update copyright years.
Jakub Jelinek
2024-08-23
lto: Don't check obj.found for offload section
H.J. Lu
2024-08-22
Update LDPT_REGISTER_CLAIM_FILE_HOOK_V2 linker plugin hook
H.J. Lu
2024-01-03
Update copyright years.
Jakub Jelinek
2023-05-11
Implement LDPT_REGISTER_CLAIM_FILE_HOOK_V2 linker plugin hook [PR109128]
Joseph Myers
2023-01-16
Update copyright years.
Jakub Jelinek
2022-07-12
lto-plugin: implement LDPT_GET_API_VERSION
Martin Liska
2022-07-07
lto-plugin: use locking only for selected targets
Martin Liska
2022-06-27
lto-plugin: make claim_file_handler thread-safe
Martin Liska
2022-06-20
lto-plugin: support LDPT_GET_SYMBOLS_V3
Martin Liska
2022-05-04
LTO plugin: modernize a bit.
Martin Liska
2022-03-11
lto-plugin: Honor link_output_name for -foffload-objects file name
Tobias Burnus
2022-03-01
lto-plugin: update comments - remove hardwired gold
Martin Liska
2022-01-03
Update copyright years.
Jakub Jelinek
2021-12-02
fix spelling of -linker-output-auto-nolto-rel
Rasmus Villemoes
2021-06-25
add -ltrans-objects lto-plugin debug option
Richard Biener
2021-05-10
LTO plugin: use startswith function.
Martin Liska
2021-04-21
Fix clang warning (-Wstring-plus-int)
Martin Liska
2021-01-04
Update copyright years.
Jakub Jelinek
2020-09-09
If the lto plugin encounters a file with multiple symbol sections, each of wh...
Nick Clifton
2020-05-26
revamp dump and aux output names
Alexandre Oliva
2020-05-05
Silence warning in LTO mode on VxWorks
Eric Botcazou
2020-03-19
API extension for binutils (type of symbols).
Martin Liska
2020-01-01
Update copyright years.
Jakub Jelinek
2019-05-15
lto-plugin, removed unused variable
Iain Sandoe
2019-05-15
lto-plugin - support -save-temps, -v, --version.
Iain Sandoe
2019-01-01
Update copyright years.
Jakub Jelinek
2018-05-30
lto-plugin.c: (non_claimed_files): New static var.
Jan Hubicka
2018-01-03
Update copyright years.
Jakub Jelinek
2017-07-21
re PR lto/81487 ([mingw32] ld.exe: error: asprintf failed)
Georg-Johann Lay
2017-01-04
Update copyright years.
Jakub Jelinek
2016-02-25
re PR driver/68463 (Offloading fails when some objects are compiled with LTO ...
Ilya Verbin
2016-01-15
Fix usage of an uninitialized variable
Martin Liska
2015-11-25
re PR lto/67548 (LTO drops weak binding with "ld -r")
Jan Hubicka
2015-02-06
Revert the PR lto/64837 fix
H.J. Lu
2015-02-05
Pass handle to release_input_file
H.J. Lu
2015-02-05
Call release_input_file only if file is claimed
H.J. Lu
2015-01-28
Call release_input_file only if not NULL
H.J. Lu
2015-01-28
Call release_input_file in claim_file_handler
H.J. Lu
2014-12-09
lto-wrapper.c (compile_offload_image): Start processing in_argv from 0 instea...
Ilya Verbin
2014-11-13
[PATCH 4/7] OpenMP 4.0 offloading infrastructure: lto-wrapper.
Ilya Verbin
2014-04-02
lto-plugin.c (onload): Fail to load if -fno-use-linker-plugin is set in COLLE...
Richard Biener
2014-03-28
simple-object.c (simple_object_internal_read): Handle EINTR and short reads.
Richard Biener
2012-05-29
* lto-plugin.c: Fix typo.
Joseph Myers
2012-02-22
re PR lto/50616 (lto1.exe: internal compiler error: invalid resolution in the...
Kai Tietz
2011-10-02
re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...
Jan Hubicka
2011-09-30
Use 64bit integer for LTO symbol ID.
H.J. Lu
2011-04-20
remove useless if-before-free tests
Jim Meyering
[next]