aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-opts.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-11-27Handle OPT_SPECIAL_XXX in LTOH.J. Lu1-11/+14
2012-10-09lto-cgraph.c (input_node_opt_summary): Remove unused code.Tobias Burnus1-1/+1
2011-11-08re PR regression/50999 (g++.dg/lto/20081109 execute -O2 -flto -flto-partition...Richard Guenther1-27/+41
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther1-369/+68
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-3/+3
2011-03-29lto-opts.c (register_user_option_p, [...]): Make type argument unsigned.Joseph Myers1-2/+3
2011-03-24lto-opts.c (input_data_block): Move to lto-streamer-in.c.Diego Novillo1-19/+7
2011-03-22target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers1-2/+7
2011-01-07re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-0/+4
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-15re PR lto/44150 (g++.dg/lto/20081109 cp_lto_20081109_0.o-cp_lto_20081109_1.o)Richard Guenther1-0/+7
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers1-1/+1
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers1-2/+2
2010-10-04optc-gen.awk: Define global_options_set.Joseph Myers1-1/+2
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-5/+6
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+3
2010-07-28* lto-opts.c (lto_file_read_options): Add loop over all inputs.Andi Kleen1-9/+25
2010-07-23re PR lto/44992 (ld -r breaks LTO)Andi Kleen1-1/+1
2010-07-23lto-opts.c (lto_read_file_options): Check for missing section.Andi Kleen1-0/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-10-13re PR lto/41565 (-m32 causes an ICE when the object files were compiled with ...Richard Guenther1-31/+19
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+409