aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-21PR debug/38757 gcc does not emit DW_LANG_C99.Mark Wielaard1-0/+17
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-10-19Set SECTION_EXCLUDE flag for LTO sections.Ilya Verbin1-1/+1
2014-09-11common.opt (flto-odr-type-merging): New flag.Jan Hubicka1-0/+5
2014-08-25IPA C++ refactoring 4/NMartin Liska1-1/+1
2014-07-30lto-streamer.h (lto_write_data): New function.Richard Biener1-3/+2
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-0/+7
2014-05-21PR debug/16063. Add DW_AT_type to DW_TAG_enumeration.Mark Wielaard1-0/+9
2014-03-07The error_mark_node is not an OpenMP mappable type.Thomas Schwinge1-3/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer1-15/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+0
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+15
2013-10-11target.c: New file.Jakub Jelinek1-0/+9
2013-08-03pretty-print.h (pp_underscore): New.Gabriel Dos Reis1-2/+2
2013-04-26diagnostic.h (file_name_as_prefix): Add context argument.Jakub Jelinek1-1/+1
2013-04-12opts.c: Include diagnostic-color.h.Jakub Jelinek1-4/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-08-07cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher1-1/+1
2012-06-19The intent of the phases was to have a high-level but mutually exclusive acco...Lawrence Crowl1-4/+4
2012-05-29integrate.c: Remove.Steven Bosscher1-1/+0
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka1-4/+12
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-1/+1
2012-04-25cgraphunit.c: Update toplevel comment.Jan Hubicka1-7/+0
2012-03-05langhooks.c (add_builtin_type): New function.Steven Bosscher1-0/+10
2010-11-17invoke.texi (-dy): Remove.Joseph Myers1-7/+0
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers1-0/+1
2010-10-15target.def (target_option.init_struct): New hook.Joseph Myers1-6/+0
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers1-0/+6
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers1-1/+1
2010-09-24c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.Richard Guenther1-1/+1
2010-07-27coretypes.h (struct cl_option_handlers): Declare.Joseph Myers1-0/+10
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers1-0/+14
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-1/+1
2010-05-24diagnostic.c: Don't include flags.h.Joseph Myers1-1/+1
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-2/+3
2009-12-16re PR lto/42392 ([LTO] ICE with top level asm)Richard Guenther1-0/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+52
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-0/+7
2009-09-01tree.c (tree_expr_size): New function.Richard Guenther1-13/+0
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-5/+11
2009-06-15cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola1-8/+0
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-2/+2
2009-05-05attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers1-5/+5