summaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
Commit message (Expand)AuthorAgeFilesLines
* gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek2014-06-181-0/+7
* PR debug/16063. Add DW_AT_type to DW_TAG_enumeration.Mark Wielaard2014-05-211-0/+9
* The error_mark_node is not an OpenMP mappable type.Thomas Schwinge2014-03-071-3/+5
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer2013-12-111-15/+0
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-2/+0
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer2013-10-291-0/+15
* target.c: New file.Jakub Jelinek2013-10-111-0/+9
* pretty-print.h (pp_underscore): New.Gabriel Dos Reis2013-08-031-2/+2
* diagnostic.h (file_name_as_prefix): Add context argument.Jakub Jelinek2013-04-261-1/+1
* opts.c: Include diagnostic-color.h.Jakub Jelinek2013-04-121-4/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher2012-08-071-1/+1
* The intent of the phases was to have a high-level but mutually exclusive acco...Lawrence Crowl2012-06-191-4/+4
* integrate.c: Remove.Steven Bosscher2012-05-291-1/+0
* cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka2012-05-091-4/+12
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2012-04-301-1/+1
* cgraphunit.c: Update toplevel comment.Jan Hubicka2012-04-251-7/+0
* langhooks.c (add_builtin_type): New function.Steven Bosscher2012-03-051-0/+10
* invoke.texi (-dy): Remove.Joseph Myers2010-11-171-7/+0
* Makefile.in (OPTS_H): Define.Joseph Myers2010-11-121-0/+1
* target.def (target_option.init_struct): New hook.Joseph Myers2010-10-151-6/+0
* Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers2010-10-081-0/+6
* opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers2010-10-051-1/+1
* c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.Richard Guenther2010-09-241-1/+1
* coretypes.h (struct cl_option_handlers): Declare.Joseph Myers2010-07-271-0/+10
* langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers2010-07-271-0/+14
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-1/+1
* diagnostic.c: Don't include flags.h.Joseph Myers2010-05-241-1/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-2/+3
* re PR lto/42392 ([LTO] ICE with top level asm)Richard Guenther2009-12-161-0/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-3/+3
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+52
* langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther2009-09-131-0/+7
* tree.c (tree_expr_size): New function.Richard Guenther2009-09-011-13/+0
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-5/+11
* cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola2009-06-151-8/+0
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-2/+2
* attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers2009-05-051-5/+5
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-3/+4
* re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers2009-03-301-0/+3
* c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini2009-03-291-19/+0
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR middle-end/39214 (internal compiler error: Segmentation fault)Richard Guenther2009-02-171-1/+1
* c-common.c (c_expand_decl): Remove.Paolo Bonzini2008-09-091-12/+0
* Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner2008-08-301-8/+46