summaryrefslogtreecommitdiff
path: root/lto-plugin/lto-plugin.c
AgeCommit message (Expand)Author
2025-03-06lto: Fix missing cleanup with incremental LTO.Michal Jires
2025-01-15lto: Remove link() to fix build with MinGW [PR118238]Michal Jires
2025-01-02Update copyright years.Jakub Jelinek
2024-08-23lto: Don't check obj.found for offload sectionH.J. Lu
2024-08-22Update LDPT_REGISTER_CLAIM_FILE_HOOK_V2 linker plugin hookH.J. Lu
2024-01-03Update copyright years.Jakub Jelinek
2023-05-11Implement LDPT_REGISTER_CLAIM_FILE_HOOK_V2 linker plugin hook [PR109128]Joseph Myers
2023-01-16Update copyright years.Jakub Jelinek
2022-07-12lto-plugin: implement LDPT_GET_API_VERSIONMartin Liska
2022-07-07lto-plugin: use locking only for selected targetsMartin Liska
2022-06-27lto-plugin: make claim_file_handler thread-safeMartin Liska
2022-06-20lto-plugin: support LDPT_GET_SYMBOLS_V3Martin Liska
2022-05-04LTO plugin: modernize a bit.Martin Liska
2022-03-11lto-plugin: Honor link_output_name for -foffload-objects file nameTobias Burnus
2022-03-01lto-plugin: update comments - remove hardwired goldMartin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-12-02fix spelling of -linker-output-auto-nolto-relRasmus Villemoes
2021-06-25add -ltrans-objects lto-plugin debug optionRichard Biener
2021-05-10LTO plugin: use startswith function.Martin Liska
2021-04-21Fix clang warning (-Wstring-plus-int)Martin Liska
2021-01-04Update copyright years.Jakub Jelinek
2020-09-09If the lto plugin encounters a file with multiple symbol sections, each of wh...Nick Clifton
2020-05-26revamp dump and aux output namesAlexandre Oliva
2020-05-05Silence warning in LTO mode on VxWorksEric Botcazou
2020-03-19API extension for binutils (type of symbols).Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-05-15lto-plugin, removed unused variableIain Sandoe
2019-05-15lto-plugin - support -save-temps, -v, --version.Iain Sandoe
2019-01-01Update copyright years.Jakub Jelinek
2018-05-30lto-plugin.c: (non_claimed_files): New static var.Jan Hubicka
2018-01-03Update copyright years.Jakub Jelinek
2017-07-21re PR lto/81487 ([mingw32] ld.exe: error: asprintf failed)Georg-Johann Lay
2017-01-04Update copyright years.Jakub Jelinek
2016-02-25re PR driver/68463 (Offloading fails when some objects are compiled with LTO ...Ilya Verbin
2016-01-15Fix usage of an uninitialized variableMartin Liska
2015-11-25re PR lto/67548 (LTO drops weak binding with "ld -r")Jan Hubicka
2015-02-06Revert the PR lto/64837 fixH.J. Lu
2015-02-05Pass handle to release_input_fileH.J. Lu
2015-02-05Call release_input_file only if file is claimedH.J. Lu
2015-01-28Call release_input_file only if not NULLH.J. Lu
2015-01-28Call release_input_file in claim_file_handlerH.J. Lu
2014-12-09lto-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-02lto-plugin.c (onload): Fail to load if -fno-use-linker-plugin is set in COLLE...Richard Biener
2014-03-28simple-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-22re PR lto/50616 (lto1.exe: internal compiler error: invalid resolution in the...Kai Tietz
2011-10-02re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...Jan Hubicka
2011-09-30Use 64bit integer for LTO symbol ID.H.J. Lu
2011-04-20remove useless if-before-free testsJim Meyering