aboutsummaryrefslogtreecommitdiff
path: root/lto-plugin/lto-plugin.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-05-11Implement LDPT_REGISTER_CLAIM_FILE_HOOK_V2 linker plugin hook [PR109128]Joseph Myers1-3/+28
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-07-12lto-plugin: implement LDPT_GET_API_VERSIONMartin Liska1-0/+47
2022-07-07lto-plugin: use locking only for selected targetsMartin Liska1-10/+19
2022-06-27lto-plugin: make claim_file_handler thread-safeMartin Liska1-0/+20
2022-06-20lto-plugin: support LDPT_GET_SYMBOLS_V3Martin Liska1-7/+35
2022-05-04LTO plugin: modernize a bit.Martin Liska1-9/+10
2022-03-11lto-plugin: Honor link_output_name for -foffload-objects file nameTobias Burnus1-1/+8
2022-03-01lto-plugin: update comments - remove hardwired goldMartin Liska1-7/+7
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-02fix spelling of -linker-output-auto-nolto-relRasmus Villemoes1-2/+4
2021-06-25add -ltrans-objects lto-plugin debug optionRichard Biener1-0/+12
2021-05-10LTO plugin: use startswith function.Martin Liska1-16/+13
2021-04-21Fix clang warning (-Wstring-plus-int)Martin Liska1-3/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-09If the lto plugin encounters a file with multiple symbol sections, each of wh...Nick Clifton1-8/+23
2020-05-26revamp dump and aux output namesAlexandre Oliva1-8/+79
2020-05-05Silence warning in LTO mode on VxWorksEric Botcazou1-10/+18
2020-03-19API extension for binutils (type of symbols).Martin Liska1-11/+130
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-15lto-plugin, removed unused variableIain Sandoe1-1/+0
2019-05-15lto-plugin - support -save-temps, -v, --version.Iain Sandoe1-21/+76
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-30lto-plugin.c: (non_claimed_files): New static var.Jan Hubicka1-21/+41
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-21re PR lto/81487 ([mingw32] ld.exe: error: asprintf failed)Georg-Johann Lay1-7/+6
2017-01-04Update copyright years.Jakub Jelinek1-1/+1
2016-02-25re PR driver/68463 (Offloading fails when some objects are compiled with LTO ...Ilya Verbin1-27/+113
2016-01-15Fix usage of an uninitialized variableMartin Liska1-1/+1
2015-11-25re PR lto/67548 (LTO drops weak binding with "ld -r")Jan Hubicka1-1/+28
2015-02-06Revert the PR lto/64837 fixH.J. Lu1-7/+0
2015-02-05Pass handle to release_input_fileH.J. Lu1-1/+1
2015-02-05Call release_input_file only if file is claimedH.J. Lu1-3/+3
2015-01-28Call release_input_file only if not NULLH.J. Lu1-1/+2
2015-01-28Call release_input_file in claim_file_handlerH.J. Lu1-0/+6
2014-12-09lto-wrapper.c (compile_offload_image): Start processing in_argv from 0 instea...Ilya Verbin1-14/+51
2014-11-13[PATCH 4/7] OpenMP 4.0 offloading infrastructure: lto-wrapper.Ilya Verbin1-1/+24
2014-04-02lto-plugin.c (onload): Fail to load if -fno-use-linker-plugin is set in COLLE...Richard Biener1-0/+7
2014-03-28simple-object.c (simple_object_internal_read): Handle EINTR and short reads.Richard Biener1-12/+30
2012-05-29* lto-plugin.c: Fix typo.Joseph Myers1-1/+1
2012-02-22re PR lto/50616 (lto1.exe: internal compiler error: invalid resolution in the...Kai Tietz1-2/+10
2011-10-02re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...Jan Hubicka1-2/+10
2011-09-30Use 64bit integer for LTO symbol ID.H.J. Lu1-6/+8
2011-04-20remove useless if-before-free testsJim Meyering1-4/+2
2011-04-05re PR lto/48431 (patch to fix a compile error in lto-plugin.c when using olde...Richard Guenther1-3/+3
2011-01-25lto-plugin.c (gold_version): New static variable.Ian Lance Taylor1-1/+9
2011-01-12re PR lto/47264 (Many tests fail with -flto due unaligned load in lto-plugin.c)Richard Guenther1-2/+2
2010-12-10re PR middle-end/46674 (Weak alias is mistakenly optimized away)Dave Korn1-2/+2
2010-12-05config.h.in: Regenerated.Kai Tietz1-0/+6