summaryrefslogtreecommitdiff
path: root/lto-plugin/lto-plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-041-1/+1
* re PR driver/68463 (Offloading fails when some objects are compiled with LTO ...Ilya Verbin2016-02-251-27/+113
* Fix usage of an uninitialized variableMartin Liska2016-01-151-1/+1
* re PR lto/67548 (LTO drops weak binding with "ld -r")Jan Hubicka2015-11-251-1/+28
* Revert the PR lto/64837 fixH.J. Lu2015-02-061-7/+0
* Pass handle to release_input_fileH.J. Lu2015-02-051-1/+1
* Call release_input_file only if file is claimedH.J. Lu2015-02-051-3/+3
* Call release_input_file only if not NULLH.J. Lu2015-01-281-1/+2
* Call release_input_file in claim_file_handlerH.J. Lu2015-01-281-0/+6
* lto-wrapper.c (compile_offload_image): Start processing in_argv from 0 instea...Ilya Verbin2014-12-091-14/+51
* [PATCH 4/7] OpenMP 4.0 offloading infrastructure: lto-wrapper.Ilya Verbin2014-11-131-1/+24
* lto-plugin.c (onload): Fail to load if -fno-use-linker-plugin is set in COLLE...Richard Biener2014-04-021-0/+7
* simple-object.c (simple_object_internal_read): Handle EINTR and short reads.Richard Biener2014-03-281-12/+30
* * lto-plugin.c: Fix typo.Joseph Myers2012-05-291-1/+1
* re PR lto/50616 (lto1.exe: internal compiler error: invalid resolution in the...Kai Tietz2012-02-221-2/+10
* re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...Jan Hubicka2011-10-021-2/+10
* Use 64bit integer for LTO symbol ID.H.J. Lu2011-09-301-6/+8
* remove useless if-before-free testsJim Meyering2011-04-201-4/+2
* re PR lto/48431 (patch to fix a compile error in lto-plugin.c when using olde...Richard Guenther2011-04-051-3/+3
* lto-plugin.c (gold_version): New static variable.Ian Lance Taylor2011-01-251-1/+9
* re PR lto/47264 (Many tests fail with -flto due unaligned load in lto-plugin.c)Richard Guenther2011-01-121-2/+2
* re PR middle-end/46674 (Weak alias is mistakenly optimized away)Dave Korn2010-12-101-2/+2
* config.h.in: Regenerated.Kai Tietz2010-12-051-0/+6
* config.h.in: Regenerated.Kai Tietz2010-12-011-0/+2
* lto-plugin.c (add_output_files): Fix memory leak.Kai Tietz2010-11-131-1/+4
* re PR bootstrap/46397 (lto-plugin.c does not build on Solaris 10/SPARC)Dave Korn2010-11-111-8/+20
* re PR lto/46291 (Failed to bootstrap-lto)Dave Korn2010-11-031-2/+0
* re PR lto/46273 (Failed to bootstrap)Dave Korn2010-11-031-17/+231
* lto-plugin.c (dump_symtab): Correct printf argument type.Kai Tietz2010-10-111-2/+2
* configure.ac (build_lto_plugin): New shell variable.Dave Korn2010-10-071-165/+20
* lto-plugin.c: Include <hashtab.h>Andi Kleen2010-08-051-9/+221
* lto-plugin.c (translate): Remove debug fprintf.Andi Kleen2010-07-281-2/+0
* Cast to unsigned long.H.J. Lu2010-07-231-1/+2
* re PR lto/44992 (ld -r breaks LTO)Andi Kleen2010-07-231-62/+66
* lto-plugin.c (write_resolution): Do not assert syms is non-NULL.Richard Guenther2010-05-211-1/+0
* re PR lto/43857 (-fresolution causes an ICE)Richard Guenther2010-05-071-19/+6
* re PR lto/41550 (Fix security and portability issues in lto-plugin)Richard Guenther2010-04-231-21/+28
* Delete temporary output files.Dmitry Gorbachev2010-03-161-0/+7
* Pass -m* and -v to -plugin-optH.J. Lu2010-01-031-2/+13
* re PR bootstrap/42096 (lto.c:289:7: error: implicit declaration of function '...Rafael Avila de Espindola2009-11-191-1/+1
* lto-plugin.c (write_resolution): Assume resolution_file is set.Rafael Avila de Espindola2009-11-121-9/+13
* lto-plugin.c (temp_obj_dir_name): Remove.Rafael Avila de Espindola2009-11-051-26/+13
* gcc.c (process_command): Handle arguments name@offset.Richard Guenther2009-11-041-53/+22
* lto-plugin.c (cleanup_handler): Don't cleanup if debugging.Rafael Avila de Espindola2009-11-041-0/+3
* re PR lto/41871 (lto-plugin gives: could not open/create temporary file)Rafael Avila de Espindola2009-10-301-0/+3
* lto-plugin.c (all_symbols_read_handler): Use LDPL_FATAL instead of LDPL_ERRORRafael Avila de Espindola2009-10-281-6/+4
* lto-plugin.c (message): New variable.Rafael Avila de Espindola2009-10-161-33/+74
* lto-plugin.c (resolution_file): New.Rafael Avila de Espindola2009-10-151-10/+20
* lto-plugin.c (add_input_library): New.Rafael Avila de Espindola2009-10-081-3/+12
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+689