aboutsummaryrefslogtreecommitdiff
path: root/lto-plugin/lto-plugin.c
AgeCommit message (Expand)AuthorFilesLines
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