summaryrefslogtreecommitdiff
path: root/gcc/langhooks-def.h
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h (struct cl_option_handlers): Declare.Joseph Myers2010-07-271-1/+3
* common.opt (o): Add MissingArgError.Joseph Myers2010-07-271-2/+0
* langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers2010-07-271-2/+9
* system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher2010-06-281-0/+2
* re PR fortran/44536 (OMP: missing error with default(none))Jakub Jelinek2010-06-151-0/+2
* langhooks.h (struct lang_hooks): Add new field deep_unsharing.Eric Botcazou2010-05-191-0/+2
* cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove both its undef and define.Martin Jambor2010-05-141-2/+0
* cgraph.c (same_body_alias_1): Break out ofJan Hubicka2009-11-291-3/+1
* Merge lto branch into trunk.Diego Novillo2009-10-031-1/+17
* except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson2009-09-281-0/+2
* re PR debug/41266 (Emit DW_TAG_template_parameter_pack and DW_TAG_formal_para...Dodji Seketeli2009-09-221-0/+7
* langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther2009-09-131-0/+5
* [multiple changes]Diego Novillo2009-09-031-0/+2
* tree.c (tree_expr_size): New function.Richard Guenther2009-09-011-3/+0
* tree-flow.h (mark_addressable): Move declaration ...Richard Guenther2009-09-011-1/+0
* Emit DWARF for template parameters (PR debug/30161)Dodji Seketeli2009-08-311-0/+8
* cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola2009-06-151-3/+0
* dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou2009-05-151-0/+2
* c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini2009-03-291-6/+0
* re PR debug/37959 (g++ does not emit DW_AT_explicit)Dodji Seketeli2009-03-271-0/+2
* re PR debug/39267 (gdb testsuite regressions)Jan Hubicka2009-02-271-2/+0
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* re PR objc/37460 (NeXT runtime ICEs)Andrew Pinski2008-09-171-2/+0
* c-common.c (c_expand_decl): Remove.Paolo Bonzini2008-09-091-3/+0
* Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner2008-08-301-0/+2
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-1/+1
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-2/+6
* re PR c++/35758 (vector_size attribute lost in function arguments for templates)Jakub Jelinek2008-04-241-0/+2
* tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini2008-04-231-1/+1
* function.c (free_after_parsing): Replace with cxx_push_function_context from ...Paolo Bonzini2008-04-041-11/+2
* tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini2008-04-031-2/+0
* c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini2008-04-031-4/+0
* expr.c (store_expr): Assume lang_hooks.reduce_bit_field_operations is true.Paolo Bonzini2008-03-181-2/+0
* langhooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.Paolo Bonzini2008-03-111-2/+0
* langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Set default to true.Paolo Bonzini2008-03-101-1/+1
* re PR debug/7081 (DWARF enhancements for C++)Alexandre Oliva2007-12-151-0/+2
* re PR fortran/22244 (dimension information is lost for multi-dimension array)Jakub Jelinek2007-12-091-0/+2
* langhooks.h (struct lang_hooks_for_callgraph): Remove third argument from fun...Diego Novillo2007-11-021-1/+1
* varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild2007-10-081-3/+0
* RevertOllie Wild2007-09-291-0/+3
* varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild2007-09-281-3/+0
* builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek2007-09-271-1/+2
* re PR c++/33506 (TYPE_RAISES_EXCEPTIONS dumped with attributes)Jakub Jelinek2007-09-241-0/+2
* decl.c (java_expand_body): Kill.Jan Hubicka2007-09-111-2/+2
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-2/+2
* Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies.Richard Guenther2007-08-241-4/+0
* c-objc-common.c (c_disregard_inline_limits): Remove.Richard Guenther2007-08-201-4/+0
* langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.Richard Guenther2007-08-201-4/+0
* tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther2007-08-201-4/+0
* c-common.c (const_strip_array_types): New.Kaveh R. Ghazi2007-08-161-8/+8