summaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
AgeCommit message (Expand)Author
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer
2013-10-11target.c: New file.Jakub Jelinek
2013-08-03pretty-print.h (pp_underscore): New.Gabriel Dos Reis
2013-04-26diagnostic.h (file_name_as_prefix): Add context argument.Jakub Jelinek
2013-04-12opts.c: Include diagnostic-color.h.Jakub Jelinek
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-08-07cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher
2012-06-19The intent of the phases was to have a high-level but mutually exclusive acco...Lawrence Crowl
2012-05-29integrate.c: Remove.Steven Bosscher
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka
2012-04-25cgraphunit.c: Update toplevel comment.Jan Hubicka
2012-03-05langhooks.c (add_builtin_type): New function.Steven Bosscher
2010-11-17invoke.texi (-dy): Remove.Joseph Myers
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers
2010-10-15target.def (target_option.init_struct): New hook.Joseph Myers
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers
2010-09-24c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.Richard Guenther
2010-07-27coretypes.h (struct cl_option_handlers): Declare.Joseph Myers
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd
2010-05-24diagnostic.c: Don't include flags.h.Joseph Myers
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers
2009-12-16re PR lto/42392 ([LTO] ICE with top level asm)Richard Guenther
2009-11-25Remove trailing white spaces.H.J. Lu
2009-10-03Merge lto branch into trunk.Diego Novillo
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther
2009-09-01tree.c (tree_expr_size): New function.Richard Guenther
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther
2009-06-15cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez
2009-05-05attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers
2009-03-29c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2009-02-17re PR middle-end/39214 (internal compiler error: Segmentation fault)Richard Guenther
2008-09-09c-common.c (c_expand_decl): Remove.Paolo Bonzini
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner
2008-07-29c-decl.c (merge_decls): Do not handle DECL_INLINE.Jan Hubicka
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener
2008-07-13re PR middle-end/36811 (endless (?) loop building with -O3)Richard Guenther
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey