aboutsummaryrefslogtreecommitdiff
path: root/lto-plugin/lto-plugin.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-01config.h.in: Regenerated.Kai Tietz1-0/+2
2010-11-13lto-plugin.c (add_output_files): Fix memory leak.Kai Tietz1-1/+4
2010-11-11re PR bootstrap/46397 (lto-plugin.c does not build on Solaris 10/SPARC)Dave Korn1-8/+20
2010-11-03re PR lto/46291 (Failed to bootstrap-lto)Dave Korn1-2/+0
2010-11-03re PR lto/46273 (Failed to bootstrap)Dave Korn1-17/+231
2010-10-11lto-plugin.c (dump_symtab): Correct printf argument type.Kai Tietz1-2/+2
2010-10-07configure.ac (build_lto_plugin): New shell variable.Dave Korn1-165/+20
2010-08-05lto-plugin.c: Include <hashtab.h>Andi Kleen1-9/+221
2010-07-28lto-plugin.c (translate): Remove debug fprintf.Andi Kleen1-2/+0
2010-07-23Cast to unsigned long.H.J. Lu1-1/+2
2010-07-23re PR lto/44992 (ld -r breaks LTO)Andi Kleen1-62/+66
2010-05-21lto-plugin.c (write_resolution): Do not assert syms is non-NULL.Richard Guenther1-1/+0
2010-05-07re PR lto/43857 (-fresolution causes an ICE)Richard Guenther1-19/+6
2010-04-23re PR lto/41550 (Fix security and portability issues in lto-plugin)Richard Guenther1-21/+28
2010-03-16Delete temporary output files.Dmitry Gorbachev1-0/+7
2010-01-03Pass -m* and -v to -plugin-optH.J. Lu1-2/+13
2009-11-19re PR bootstrap/42096 (lto.c:289:7: error: implicit declaration of function '...Rafael Avila de Espindola1-1/+1
2009-11-12lto-plugin.c (write_resolution): Assume resolution_file is set.Rafael Avila de Espindola1-9/+13
2009-11-05lto-plugin.c (temp_obj_dir_name): Remove.Rafael Avila de Espindola1-26/+13
2009-11-04gcc.c (process_command): Handle arguments name@offset.Richard Guenther1-53/+22
2009-11-04lto-plugin.c (cleanup_handler): Don't cleanup if debugging.Rafael Avila de Espindola1-0/+3
2009-10-30re PR lto/41871 (lto-plugin gives: could not open/create temporary file)Rafael Avila de Espindola1-0/+3
2009-10-28lto-plugin.c (all_symbols_read_handler): Use LDPL_FATAL instead of LDPL_ERRORRafael Avila de Espindola1-6/+4
2009-10-16lto-plugin.c (message): New variable.Rafael Avila de Espindola1-33/+74
2009-10-15lto-plugin.c (resolution_file): New.Rafael Avila de Espindola1-10/+20
2009-10-08lto-plugin.c (add_input_library): New.Rafael Avila de Espindola1-3/+12
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+689