aboutsummaryrefslogtreecommitdiff
path: root/lto-plugin
AgeCommit message (Expand)AuthorFilesLines
2010-05-21lto-plugin.c (write_resolution): Do not assert syms is non-NULL.Richard Guenther2-1/+4
2010-05-07re PR lto/43857 (-fresolution causes an ICE)Richard Guenther2-19/+14
2010-05-04no-dist in non-imported automake dirs.Ralf Wildenhues3-180/+21
2010-04-23re PR lto/41550 (Fix security and portability issues in lto-plugin)Richard Guenther2-21/+38
2010-04-02Update to Automake 1.11.1.Ralf Wildenhues3-9/+15
2010-03-16Delete temporary output files.Dmitry Gorbachev2-0/+12
2010-01-11re PR lto/41569 (.../prev-gcc/xgcc used for the install step of the lto-plugin)Richard Guenther3-27/+17
2010-01-03Pass -m* and -v to -plugin-optH.J. Lu2-2/+19
2009-12-05re PR bootstrap/42306 (Revision 155012 breaks lto-plugin)H.J. Lu3-435/+559
2009-12-05Sync from git Libtool and regenerate.Ralf Wildenhues1-0/+5
2009-11-19re PR bootstrap/42096 (lto.c:289:7: error: implicit declaration of function '...Rafael Avila de Espindola2-1/+6
2009-11-12lto-plugin.c (write_resolution): Assume resolution_file is set.Rafael Avila de Espindola2-9/+22
2009-11-05lto-plugin.c (temp_obj_dir_name): Remove.Rafael Avila de Espindola2-26/+23
2009-11-04gcc.c (process_command): Handle arguments name@offset.Richard Guenther2-53/+29
2009-11-04lto-plugin.c (cleanup_handler): Don't cleanup if debugging.Rafael Avila de Espindola2-0/+7
2009-10-30re PR lto/41871 (lto-plugin gives: could not open/create temporary file)Rafael Avila de Espindola2-0/+8
2009-10-28lto-plugin.c (all_symbols_read_handler): Use LDPL_FATAL instead of LDPL_ERRORRafael Avila de Espindola2-6/+9
2009-10-27re PR lto/41652 (LTO plugin misconfiguration)Dmitry Gorbachev3-216/+222
2009-10-26configure.ac: Use AM_MAINTAINER_MODE.Richard Guenther6-24/+100
2009-10-19missing changelogRafael Espindola1-0/+6
2009-10-19re PR lto/40790 (plugin-api.h unconditionally includes stdint.h)Rafael Espindola2-14/+81
2009-10-16lto-plugin.c (message): New variable.Rafael Avila de Espindola2-33/+84
2009-10-15lto-plugin.c (resolution_file): New.Rafael Avila de Espindola2-10/+31
2009-10-13Makefile.am (liblto_plugin_la_LIBADD): Link against the correct libiberty.Richard Guenther3-3/+10
2009-10-08lto-plugin.c (add_input_library): New.Rafael Avila de Espindola2-3/+20
2009-10-03Merge lto branch into trunk.Diego Novillo9-0/+15767